amazonka-rds-2.0: Amazon Relational Database Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RDS

Contents

Description

Derived from API version 2014-10-31 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Relational Database Service

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.

This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.

Amazon RDS API Reference

Amazon RDS User Guide

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2014-10-31 of the Amazon Relational Database Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by RDS.

AuthorizationAlreadyExistsFault

_AuthorizationAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

AuthorizationNotFoundFault

_AuthorizationNotFoundFault :: AsError a => Fold a ServiceError Source #

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.

AuthorizationQuotaExceededFault

_AuthorizationQuotaExceededFault :: AsError a => Fold a ServiceError Source #

The DB security group authorization quota has been reached.

BackupPolicyNotFoundFault

_BackupPolicyNotFoundFault :: AsError a => Fold a ServiceError Source #

Prism for BackupPolicyNotFoundFault' errors.

BlueGreenDeploymentAlreadyExistsFault

_BlueGreenDeploymentAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

BlueGreenDeploymentNotFoundFault

_BlueGreenDeploymentNotFoundFault :: AsError a => Fold a ServiceError Source #

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

CertificateNotFoundFault

_CertificateNotFoundFault :: AsError a => Fold a ServiceError Source #

CertificateIdentifier doesn't refer to an existing certificate.

CustomAvailabilityZoneNotFoundFault

_CustomAvailabilityZoneNotFoundFault :: AsError a => Fold a ServiceError Source #

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

CustomDBEngineVersionAlreadyExistsFault

_CustomDBEngineVersionAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

A CEV with the specified name already exists.

CustomDBEngineVersionNotFoundFault

_CustomDBEngineVersionNotFoundFault :: AsError a => Fold a ServiceError Source #

The specified CEV was not found.

CustomDBEngineVersionQuotaExceededFault

_CustomDBEngineVersionQuotaExceededFault :: AsError a => Fold a ServiceError Source #

You have exceeded your CEV quota.

DBClusterAlreadyExistsFault

_DBClusterAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBClusterBacktrackNotFoundFault

_DBClusterBacktrackNotFoundFault :: AsError a => Fold a ServiceError Source #

BacktrackIdentifier doesn't refer to an existing backtrack.

DBClusterEndpointAlreadyExistsFault

_DBClusterEndpointAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBClusterEndpointNotFoundFault

_DBClusterEndpointNotFoundFault :: AsError a => Fold a ServiceError Source #

The specified custom endpoint doesn't exist.

DBClusterEndpointQuotaExceededFault

_DBClusterEndpointQuotaExceededFault :: AsError a => Fold a ServiceError Source #

The cluster already has the maximum number of custom endpoints.

DBClusterNotFoundFault

_DBClusterNotFoundFault :: AsError a => Fold a ServiceError Source #

DBClusterIdentifier doesn't refer to an existing DB cluster.

DBClusterParameterGroupNotFoundFault

_DBClusterParameterGroupNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBClusterQuotaExceededFault

_DBClusterQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBClusterRoleAlreadyExistsFault

_DBClusterRoleAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBClusterRoleNotFoundFault

_DBClusterRoleNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBClusterRoleQuotaExceededFault

_DBClusterRoleQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBClusterSnapshotAlreadyExistsFault

_DBClusterSnapshotAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBClusterSnapshotNotFoundFault

_DBClusterSnapshotNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBInstanceAlreadyExistsFault

_DBInstanceAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBInstanceAutomatedBackupNotFoundFault

_DBInstanceAutomatedBackupNotFoundFault :: AsError a => Fold a ServiceError Source #

No automated backup for this DB instance was found.

DBInstanceAutomatedBackupQuotaExceededFault

_DBInstanceAutomatedBackupQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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.

DBInstanceNotFoundFault

_DBInstanceNotFoundFault :: AsError a => Fold a ServiceError Source #

DBInstanceIdentifier doesn't refer to an existing DB instance.

DBInstanceRoleAlreadyExistsFault

_DBInstanceRoleAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBInstanceRoleNotFoundFault

_DBInstanceRoleNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBInstanceRoleQuotaExceededFault

_DBInstanceRoleQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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.

DBLogFileNotFoundFault

_DBLogFileNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBParameterGroupAlreadyExistsFault

_DBParameterGroupAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

A DB parameter group with the same name exists.

DBParameterGroupNotFoundFault

_DBParameterGroupNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBParameterGroupQuotaExceededFault

_DBParameterGroupQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBProxyAlreadyExistsFault

_DBProxyAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBProxyEndpointAlreadyExistsFault

_DBProxyEndpointAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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.

DBProxyEndpointNotFoundFault

_DBProxyEndpointNotFoundFault :: AsError a => Fold a ServiceError Source #

The DB proxy endpoint doesn't exist.

DBProxyEndpointQuotaExceededFault

_DBProxyEndpointQuotaExceededFault :: AsError a => Fold a ServiceError Source #

The DB proxy already has the maximum number of endpoints.

DBProxyNotFoundFault

_DBProxyNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBProxyQuotaExceededFault

_DBProxyQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBProxyTargetAlreadyRegisteredFault

_DBProxyTargetAlreadyRegisteredFault :: AsError a => Fold a ServiceError Source #

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

DBProxyTargetGroupNotFoundFault

_DBProxyTargetGroupNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBProxyTargetNotFoundFault

_DBProxyTargetNotFoundFault :: AsError a => Fold a ServiceError Source #

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.

DBSecurityGroupAlreadyExistsFault

_DBSecurityGroupAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

DBSecurityGroupNotFoundFault

_DBSecurityGroupNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBSecurityGroupNotSupportedFault

_DBSecurityGroupNotSupportedFault :: AsError a => Fold a ServiceError Source #

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

DBSecurityGroupQuotaExceededFault

_DBSecurityGroupQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBSnapshotAlreadyExistsFault

_DBSnapshotAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

DBSnapshotIdentifier is already used by an existing snapshot.

DBSnapshotNotFoundFault

_DBSnapshotNotFoundFault :: AsError a => Fold a ServiceError Source #

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

DBSubnetGroupAlreadyExistsFault

_DBSubnetGroupAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

DBSubnetGroupName is already used by an existing DB subnet group.

DBSubnetGroupDoesNotCoverEnoughAZs

_DBSubnetGroupDoesNotCoverEnoughAZs :: AsError a => Fold a ServiceError Source #

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

DBSubnetGroupNotAllowedFault

_DBSubnetGroupNotAllowedFault :: AsError a => Fold a ServiceError Source #

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

DBSubnetGroupNotFoundFault

_DBSubnetGroupNotFoundFault :: AsError a => Fold a ServiceError Source #

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

DBSubnetGroupQuotaExceededFault

_DBSubnetGroupQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBSubnetQuotaExceededFault

_DBSubnetQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

DBUpgradeDependencyFailureFault

_DBUpgradeDependencyFailureFault :: AsError a => Fold a ServiceError Source #

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

DomainNotFoundFault

_DomainNotFoundFault :: AsError a => Fold a ServiceError Source #

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

Ec2ImagePropertiesNotSupportedFault

_Ec2ImagePropertiesNotSupportedFault :: AsError a => Fold a ServiceError Source #

The AMI configuration prerequisite has not been met.

EventSubscriptionQuotaExceededFault

_EventSubscriptionQuotaExceededFault :: AsError a => Fold a ServiceError Source #

You have reached the maximum number of event subscriptions.

ExportTaskAlreadyExistsFault

_ExportTaskAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

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

ExportTaskNotFoundFault

_ExportTaskNotFoundFault :: AsError a => Fold a ServiceError Source #

The export task doesn't exist.

GlobalClusterAlreadyExistsFault

_GlobalClusterAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

The GlobalClusterIdentifier already exists. Choose a new global database identifier (unique name) to create a new global database cluster.

GlobalClusterNotFoundFault

_GlobalClusterNotFoundFault :: AsError a => Fold a ServiceError Source #

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

GlobalClusterQuotaExceededFault

_GlobalClusterQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

IamRoleMissingPermissionsFault

_IamRoleMissingPermissionsFault :: AsError a => Fold a ServiceError Source #

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

IamRoleNotFoundFault

_IamRoleNotFoundFault :: AsError a => Fold a ServiceError Source #

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

InstanceQuotaExceededFault

_InstanceQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

InsufficientAvailableIPsInSubnetFault

_InsufficientAvailableIPsInSubnetFault :: AsError a => Fold a ServiceError Source #

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.

InsufficientDBClusterCapacityFault

_InsufficientDBClusterCapacityFault :: AsError a => Fold a ServiceError Source #

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

InsufficientDBInstanceCapacityFault

_InsufficientDBInstanceCapacityFault :: AsError a => Fold a ServiceError Source #

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

InsufficientStorageClusterCapacityFault

_InsufficientStorageClusterCapacityFault :: AsError a => Fold a ServiceError Source #

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.

InvalidBlueGreenDeploymentStateFault

_InvalidBlueGreenDeploymentStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidCustomDBEngineVersionStateFault

InvalidDBClusterCapacityFault

_InvalidDBClusterCapacityFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBClusterEndpointStateFault

_InvalidDBClusterEndpointStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBClusterSnapshotStateFault

_InvalidDBClusterSnapshotStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBClusterStateFault

_InvalidDBClusterStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBInstanceAutomatedBackupStateFault

_InvalidDBInstanceAutomatedBackupStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBInstanceStateFault

_InvalidDBInstanceStateFault :: AsError a => Fold a ServiceError Source #

The DB instance isn't in a valid state.

InvalidDBParameterGroupStateFault

_InvalidDBParameterGroupStateFault :: AsError a => Fold a ServiceError Source #

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.

InvalidDBProxyEndpointStateFault

_InvalidDBProxyEndpointStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBProxyStateFault

_InvalidDBProxyStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBSecurityGroupStateFault

_InvalidDBSecurityGroupStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBSnapshotStateFault

_InvalidDBSnapshotStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBSubnetGroupFault

_InvalidDBSubnetGroupFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBSubnetGroupStateFault

_InvalidDBSubnetGroupStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidDBSubnetStateFault

_InvalidDBSubnetStateFault :: AsError a => Fold a ServiceError Source #

The DB subnet isn't in the available state.

InvalidEventSubscriptionStateFault

_InvalidEventSubscriptionStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidExportOnlyFault

_InvalidExportOnlyFault :: AsError a => Fold a ServiceError Source #

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

InvalidExportSourceStateFault

_InvalidExportSourceStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidExportTaskStateFault

_InvalidExportTaskStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidGlobalClusterStateFault

_InvalidGlobalClusterStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidOptionGroupStateFault

_InvalidOptionGroupStateFault :: AsError a => Fold a ServiceError Source #

The option group isn't in the available state.

InvalidRestoreFault

_InvalidRestoreFault :: AsError a => Fold a ServiceError Source #

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

InvalidS3BucketFault

_InvalidS3BucketFault :: AsError a => Fold a ServiceError Source #

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.

InvalidSubnet

_InvalidSubnet :: AsError a => Fold a ServiceError Source #

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

InvalidVPCNetworkStateFault

_InvalidVPCNetworkStateFault :: AsError a => Fold a ServiceError Source #

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

KMSKeyNotAccessibleFault

_KMSKeyNotAccessibleFault :: AsError a => Fold a ServiceError Source #

An error occurred accessing an Amazon Web Services KMS key.

NetworkTypeNotSupported

_NetworkTypeNotSupported :: AsError a => Fold a ServiceError Source #

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

OptionGroupAlreadyExistsFault

_OptionGroupAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

The option group you are trying to create already exists.

OptionGroupNotFoundFault

_OptionGroupNotFoundFault :: AsError a => Fold a ServiceError Source #

The specified option group could not be found.

OptionGroupQuotaExceededFault

_OptionGroupQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

PointInTimeRestoreNotEnabledFault

_PointInTimeRestoreNotEnabledFault :: AsError a => Fold a ServiceError Source #

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

ProvisionedIopsNotAvailableInAZFault

_ProvisionedIopsNotAvailableInAZFault :: AsError a => Fold a ServiceError Source #

Provisioned IOPS not available in the specified Availability Zone.

ReservedDBInstanceAlreadyExistsFault

_ReservedDBInstanceAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

User already has a reservation with the given identifier.

ReservedDBInstanceNotFoundFault

_ReservedDBInstanceNotFoundFault :: AsError a => Fold a ServiceError Source #

The specified reserved DB Instance not found.

ReservedDBInstanceQuotaExceededFault

_ReservedDBInstanceQuotaExceededFault :: AsError a => Fold a ServiceError Source #

Request would exceed the user's DB Instance quota.

ReservedDBInstancesOfferingNotFoundFault

_ReservedDBInstancesOfferingNotFoundFault :: AsError a => Fold a ServiceError Source #

Specified offering does not exist.

ResourceNotFoundFault

_ResourceNotFoundFault :: AsError a => Fold a ServiceError Source #

The specified resource ID was not found.

SNSInvalidTopicFault

_SNSInvalidTopicFault :: AsError a => Fold a ServiceError Source #

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

SNSNoAuthorizationFault

_SNSNoAuthorizationFault :: AsError a => Fold a ServiceError Source #

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

SNSTopicArnNotFoundFault

_SNSTopicArnNotFoundFault :: AsError a => Fold a ServiceError Source #

The SNS topic ARN does not exist.

SharedSnapshotQuotaExceededFault

_SharedSnapshotQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

SnapshotQuotaExceededFault

_SnapshotQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

SourceClusterNotSupportedFault

_SourceClusterNotSupportedFault :: AsError a => Fold a ServiceError Source #

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

SourceDatabaseNotSupportedFault

_SourceDatabaseNotSupportedFault :: AsError a => Fold a ServiceError Source #

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

SourceNotFoundFault

_SourceNotFoundFault :: AsError a => Fold a ServiceError Source #

The requested source could not be found.

StorageQuotaExceededFault

_StorageQuotaExceededFault :: AsError a => Fold a ServiceError Source #

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

StorageTypeNotSupportedFault

_StorageTypeNotSupportedFault :: AsError a => Fold a ServiceError Source #

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

SubnetAlreadyInUse

_SubnetAlreadyInUse :: AsError a => Fold a ServiceError Source #

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

SubscriptionAlreadyExistFault

_SubscriptionAlreadyExistFault :: AsError a => Fold a ServiceError Source #

The supplied subscription name already exists.

SubscriptionCategoryNotFoundFault

_SubscriptionCategoryNotFoundFault :: AsError a => Fold a ServiceError Source #

The supplied category does not exist.

SubscriptionNotFoundFault

_SubscriptionNotFoundFault :: AsError a => Fold a ServiceError Source #

The subscription name does not exist.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

DBClusterAvailable

newDBClusterAvailable :: Wait DescribeDBClusters Source #

Polls DescribeDBClusters every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBClusterDeleted

newDBClusterDeleted :: Wait DescribeDBClusters Source #

Polls DescribeDBClusters every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBClusterSnapshotAvailable

newDBClusterSnapshotAvailable :: Wait DescribeDBClusterSnapshots Source #

Polls DescribeDBClusterSnapshots every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBClusterSnapshotDeleted

newDBClusterSnapshotDeleted :: Wait DescribeDBClusterSnapshots Source #

Polls DescribeDBClusterSnapshots every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBInstanceAvailable

newDBInstanceAvailable :: Wait DescribeDBInstances Source #

Polls DescribeDBInstances every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBInstanceDeleted

newDBInstanceDeleted :: Wait DescribeDBInstances Source #

Polls DescribeDBInstances every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBSnapshotAvailable

newDBSnapshotAvailable :: Wait DescribeDBSnapshots Source #

Polls DescribeDBSnapshots every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

DBSnapshotCompleted

newDBSnapshotCompleted :: Wait DescribeDBSnapshots Source #

Polls DescribeDBSnapshots every 15 seconds until a successful state is reached. An error is returned after 40 failed checks.

DBSnapshotDeleted

newDBSnapshotDeleted :: Wait DescribeDBSnapshots Source #

Polls DescribeDBSnapshots every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AddRoleToDBCluster

data AddRoleToDBCluster Source #

See: newAddRoleToDBCluster smart constructor.

Instances

Instances details
ToHeaders AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

ToPath AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

ToQuery AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

AWSRequest AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Associated Types

type AWSResponse AddRoleToDBCluster #

Generic AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Associated Types

type Rep AddRoleToDBCluster :: Type -> Type #

Read AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Show AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

NFData AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Methods

rnf :: AddRoleToDBCluster -> () #

Eq AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Hashable AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

type AWSResponse AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

type Rep AddRoleToDBCluster Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

type Rep AddRoleToDBCluster = D1 ('MetaData "AddRoleToDBCluster" "Amazonka.RDS.AddRoleToDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddRoleToDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAddRoleToDBCluster Source #

Create a value of AddRoleToDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

AddRoleToDBCluster, addRoleToDBCluster_featureName - The name of the feature for the DB cluster that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.

AddRoleToDBCluster, addRoleToDBCluster_dbClusterIdentifier - The name of the DB cluster to associate the IAM role with.

AddRoleToDBCluster, addRoleToDBCluster_roleArn - The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

data AddRoleToDBClusterResponse Source #

See: newAddRoleToDBClusterResponse smart constructor.

Instances

Instances details
Generic AddRoleToDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Associated Types

type Rep AddRoleToDBClusterResponse :: Type -> Type #

Read AddRoleToDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Show AddRoleToDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

NFData AddRoleToDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

Eq AddRoleToDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

type Rep AddRoleToDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBCluster

type Rep AddRoleToDBClusterResponse = D1 ('MetaData "AddRoleToDBClusterResponse" "Amazonka.RDS.AddRoleToDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddRoleToDBClusterResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAddRoleToDBClusterResponse :: AddRoleToDBClusterResponse Source #

Create a value of AddRoleToDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

AddRoleToDBInstance

data AddRoleToDBInstance Source #

See: newAddRoleToDBInstance smart constructor.

Instances

Instances details
ToHeaders AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

ToPath AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

ToQuery AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

AWSRequest AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Associated Types

type AWSResponse AddRoleToDBInstance #

Generic AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Associated Types

type Rep AddRoleToDBInstance :: Type -> Type #

Read AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Show AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

NFData AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Methods

rnf :: AddRoleToDBInstance -> () #

Eq AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Hashable AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

type AWSResponse AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

type Rep AddRoleToDBInstance Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

type Rep AddRoleToDBInstance = D1 ('MetaData "AddRoleToDBInstance" "Amazonka.RDS.AddRoleToDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddRoleToDBInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAddRoleToDBInstance Source #

Create a value of AddRoleToDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

AddRoleToDBInstance, addRoleToDBInstance_dbInstanceIdentifier - The name of the DB instance to associate the IAM role with.

AddRoleToDBInstance, addRoleToDBInstance_roleArn - The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, for example arn:aws:iam::123456789012:role/AccessRole.

AddRoleToDBInstance, addRoleToDBInstance_featureName - The name of the feature for the DB instance that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.

data AddRoleToDBInstanceResponse Source #

See: newAddRoleToDBInstanceResponse smart constructor.

Instances

Instances details
Generic AddRoleToDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Associated Types

type Rep AddRoleToDBInstanceResponse :: Type -> Type #

Read AddRoleToDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Show AddRoleToDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

NFData AddRoleToDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

Eq AddRoleToDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

type Rep AddRoleToDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddRoleToDBInstance

type Rep AddRoleToDBInstanceResponse = D1 ('MetaData "AddRoleToDBInstanceResponse" "Amazonka.RDS.AddRoleToDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddRoleToDBInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAddRoleToDBInstanceResponse :: AddRoleToDBInstanceResponse Source #

Create a value of AddRoleToDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

AddSourceIdentifierToSubscription

data AddSourceIdentifierToSubscription Source #

See: newAddSourceIdentifierToSubscription smart constructor.

Instances

Instances details
ToHeaders AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

ToPath AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

ToQuery AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

AWSRequest AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Generic AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Associated Types

type Rep AddSourceIdentifierToSubscription :: Type -> Type #

Read AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Show AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

NFData AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Eq AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Hashable AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

type AWSResponse AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

type Rep AddSourceIdentifierToSubscription Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

type Rep AddSourceIdentifierToSubscription = D1 ('MetaData "AddSourceIdentifierToSubscription" "Amazonka.RDS.AddSourceIdentifierToSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddSourceIdentifierToSubscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAddSourceIdentifierToSubscription Source #

Create a value of AddSourceIdentifierToSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subscriptionName:AddSourceIdentifierToSubscription', addSourceIdentifierToSubscription_subscriptionName - The name of the RDS event notification subscription you want to add a source identifier to.

AddSourceIdentifierToSubscription, addSourceIdentifierToSubscription_sourceIdentifier - The identifier of the event source to be added.

Constraints:

  • If the source type is a DB instance, a DBInstanceIdentifier value must be supplied.
  • If the source type is a DB cluster, a DBClusterIdentifier value must be supplied.
  • If the source type is a DB parameter group, a DBParameterGroupName value must be supplied.
  • If the source type is a DB security group, a DBSecurityGroupName value must be supplied.
  • If the source type is a DB snapshot, a DBSnapshotIdentifier value must be supplied.
  • If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier value must be supplied.
  • If the source type is an RDS Proxy, a DBProxyName value must be supplied.

data AddSourceIdentifierToSubscriptionResponse Source #

Instances

Instances details
Generic AddSourceIdentifierToSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Read AddSourceIdentifierToSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Show AddSourceIdentifierToSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

NFData AddSourceIdentifierToSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

Eq AddSourceIdentifierToSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

type Rep AddSourceIdentifierToSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.AddSourceIdentifierToSubscription

type Rep AddSourceIdentifierToSubscriptionResponse = D1 ('MetaData "AddSourceIdentifierToSubscriptionResponse" "Amazonka.RDS.AddSourceIdentifierToSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddSourceIdentifierToSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

AddTagsToResource

data AddTagsToResource Source #

See: newAddTagsToResource smart constructor.

Constructors

AddTagsToResource' Text [Tag] 

Instances

Instances details
ToHeaders AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

ToPath AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

ToQuery AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

AWSRequest AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Associated Types

type AWSResponse AddTagsToResource #

Generic AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Associated Types

type Rep AddTagsToResource :: Type -> Type #

Read AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Show AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

NFData AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Methods

rnf :: AddTagsToResource -> () #

Eq AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Hashable AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

type AWSResponse AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

type Rep AddTagsToResource Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

type Rep AddTagsToResource = D1 ('MetaData "AddTagsToResource" "Amazonka.RDS.AddTagsToResource" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddTagsToResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newAddTagsToResource Source #

Create a value of AddTagsToResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceName:AddTagsToResource', addTagsToResource_resourceName - The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

$sel:tags:AddTagsToResource', addTagsToResource_tags - The tags to be assigned to the Amazon RDS resource.

data AddTagsToResourceResponse Source #

See: newAddTagsToResourceResponse smart constructor.

Instances

Instances details
Generic AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Associated Types

type Rep AddTagsToResourceResponse :: Type -> Type #

Read AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Show AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

NFData AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

Eq AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

type Rep AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.AddTagsToResource

type Rep AddTagsToResourceResponse = D1 ('MetaData "AddTagsToResourceResponse" "Amazonka.RDS.AddTagsToResource" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AddTagsToResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAddTagsToResourceResponse :: AddTagsToResourceResponse Source #

Create a value of AddTagsToResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ApplyPendingMaintenanceAction

data ApplyPendingMaintenanceAction Source #

See: newApplyPendingMaintenanceAction smart constructor.

Instances

Instances details
ToHeaders ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

ToPath ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

ToQuery ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

AWSRequest ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Generic ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Associated Types

type Rep ApplyPendingMaintenanceAction :: Type -> Type #

Read ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Show ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

NFData ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Eq ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Hashable ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

type AWSResponse ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceAction = D1 ('MetaData "ApplyPendingMaintenanceAction" "Amazonka.RDS.ApplyPendingMaintenanceAction" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ApplyPendingMaintenanceAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "applyAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "optInType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newApplyPendingMaintenanceAction Source #

Create a value of ApplyPendingMaintenanceAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ApplyPendingMaintenanceAction, applyPendingMaintenanceAction_resourceIdentifier - The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

$sel:applyAction:ApplyPendingMaintenanceAction', applyPendingMaintenanceAction_applyAction - The pending maintenance action to apply to this resource.

Valid values: system-update, db-upgrade, hardware-maintenance, ca-certificate-rotation

$sel:optInType:ApplyPendingMaintenanceAction', applyPendingMaintenanceAction_optInType - A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate can't be undone.

Valid values:

  • immediate - Apply the maintenance action immediately.
  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.
  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

data ApplyPendingMaintenanceActionResponse Source #

Instances

Instances details
Generic ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Read ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Show ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

NFData ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

Eq ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.RDS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceActionResponse = D1 ('MetaData "ApplyPendingMaintenanceActionResponse" "Amazonka.RDS.ApplyPendingMaintenanceAction" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ApplyPendingMaintenanceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourcePendingMaintenanceActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourcePendingMaintenanceActions)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

AuthorizeDBSecurityGroupIngress

data AuthorizeDBSecurityGroupIngress Source #

See: newAuthorizeDBSecurityGroupIngress smart constructor.

Instances

Instances details
ToHeaders AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

ToPath AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

ToQuery AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

AWSRequest AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Generic AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Associated Types

type Rep AuthorizeDBSecurityGroupIngress :: Type -> Type #

Read AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Show AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

NFData AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Eq AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Hashable AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

type AWSResponse AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

type Rep AuthorizeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

type Rep AuthorizeDBSecurityGroupIngress = D1 ('MetaData "AuthorizeDBSecurityGroupIngress" "Amazonka.RDS.AuthorizeDBSecurityGroupIngress" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AuthorizeDBSecurityGroupIngress'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cidrip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eC2SecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eC2SecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eC2SecurityGroupOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newAuthorizeDBSecurityGroupIngress Source #

Create a value of AuthorizeDBSecurityGroupIngress with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

AuthorizeDBSecurityGroupIngress, authorizeDBSecurityGroupIngress_cidrip - The IP range to authorize.

AuthorizeDBSecurityGroupIngress, authorizeDBSecurityGroupIngress_eC2SecurityGroupId - Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

AuthorizeDBSecurityGroupIngress, authorizeDBSecurityGroupIngress_eC2SecurityGroupName - Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

AuthorizeDBSecurityGroupIngress, authorizeDBSecurityGroupIngress_eC2SecurityGroupOwnerId - Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

AuthorizeDBSecurityGroupIngress, authorizeDBSecurityGroupIngress_dbSecurityGroupName - The name of the DB security group to add authorization to.

data AuthorizeDBSecurityGroupIngressResponse Source #

Instances

Instances details
Generic AuthorizeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Read AuthorizeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Show AuthorizeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

NFData AuthorizeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

Eq AuthorizeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

type Rep AuthorizeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.AuthorizeDBSecurityGroupIngress

type Rep AuthorizeDBSecurityGroupIngressResponse = D1 ('MetaData "AuthorizeDBSecurityGroupIngressResponse" "Amazonka.RDS.AuthorizeDBSecurityGroupIngress" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AuthorizeDBSecurityGroupIngressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSecurityGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAuthorizeDBSecurityGroupIngressResponse Source #

Create a value of AuthorizeDBSecurityGroupIngressResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroup:AuthorizeDBSecurityGroupIngressResponse', authorizeDBSecurityGroupIngressResponse_dbSecurityGroup - Undocumented member.

$sel:httpStatus:AuthorizeDBSecurityGroupIngressResponse', authorizeDBSecurityGroupIngressResponse_httpStatus - The response's http status code.

BacktrackDBCluster

data BacktrackDBCluster Source #

See: newBacktrackDBCluster smart constructor.

Instances

Instances details
ToHeaders BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

ToPath BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

ToQuery BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

AWSRequest BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

Associated Types

type AWSResponse BacktrackDBCluster #

Generic BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

Associated Types

type Rep BacktrackDBCluster :: Type -> Type #

Read BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

Show BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

NFData BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

Methods

rnf :: BacktrackDBCluster -> () #

Eq BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

Hashable BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

type AWSResponse BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

type Rep BacktrackDBCluster Source # 
Instance details

Defined in Amazonka.RDS.BacktrackDBCluster

type Rep BacktrackDBCluster = D1 ('MetaData "BacktrackDBCluster" "Amazonka.RDS.BacktrackDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "BacktrackDBCluster'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useEarliestTimeOnPointInTimeUnavailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "backtrackTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

newBacktrackDBCluster Source #

Create a value of BacktrackDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:force:BacktrackDBCluster', backtrackDBCluster_force - A value that indicates whether to force the DB cluster to backtrack when binary logging is enabled. Otherwise, an error occurs when binary logging is enabled.

$sel:useEarliestTimeOnPointInTimeUnavailable:BacktrackDBCluster', backtrackDBCluster_useEarliestTimeOnPointInTimeUnavailable - A value that indicates whether to backtrack the DB cluster to the earliest possible backtrack time when BacktrackTo is set to a timestamp earlier than the earliest backtrack time. When this parameter is disabled and BacktrackTo is set to a timestamp earlier than the earliest backtrack time, an error occurs.

BacktrackDBCluster, backtrackDBCluster_dbClusterIdentifier - The DB cluster identifier of the DB cluster to be backtracked. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1

BacktrackDBCluster, backtrackDBCluster_backtrackTo - The timestamp of the time to backtrack the DB cluster to, specified in ISO 8601 format. For more information about ISO 8601, see the ISO8601 Wikipedia page.

If the specified time isn't a consistent time for the DB cluster, Aurora automatically chooses the nearest possible consistent time for the DB cluster.

Constraints:

  • Must contain a valid ISO 8601 timestamp.
  • Can't contain a timestamp set in the future.

Example: 2017-07-08T18:00Z

data DBClusterBacktrack Source #

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

See: newDBClusterBacktrack smart constructor.

Instances

Instances details
FromXML DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Generic DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Associated Types

type Rep DBClusterBacktrack :: Type -> Type #

Read DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Show DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

NFData DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Methods

rnf :: DBClusterBacktrack -> () #

Eq DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Hashable DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

type Rep DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

type Rep DBClusterBacktrack = D1 ('MetaData "DBClusterBacktrack" "Amazonka.RDS.Types.DBClusterBacktrack" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterBacktrack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backtrackIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "backtrackRequestCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "backtrackTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "backtrackedFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDBClusterBacktrack :: DBClusterBacktrack Source #

Create a value of DBClusterBacktrack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backtrackIdentifier:DBClusterBacktrack', dbClusterBacktrack_backtrackIdentifier - Contains the backtrack identifier.

$sel:backtrackRequestCreationTime:DBClusterBacktrack', dbClusterBacktrack_backtrackRequestCreationTime - The timestamp of the time at which the backtrack was requested.

$sel:backtrackTo:DBClusterBacktrack', dbClusterBacktrack_backtrackTo - The timestamp of the time to which the DB cluster was backtracked.

$sel:backtrackedFrom:DBClusterBacktrack', dbClusterBacktrack_backtrackedFrom - The timestamp of the time from which the DB cluster was backtracked.

$sel:dbClusterIdentifier:DBClusterBacktrack', dbClusterBacktrack_dbClusterIdentifier - Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

$sel:status:DBClusterBacktrack', dbClusterBacktrack_status - The status of the backtrack. This property returns one of the following values:

  • applying - The backtrack is currently being applied to or rolled back from the DB cluster.
  • completed - The backtrack has successfully been applied to or rolled back from the DB cluster.
  • failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster.
  • pending - The backtrack is currently pending application to or rollback from the DB cluster.

CancelExportTask

data CancelExportTask Source #

See: newCancelExportTask smart constructor.

Constructors

CancelExportTask' Text 

Instances

Instances details
ToHeaders CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

ToPath CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

ToQuery CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

AWSRequest CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

Associated Types

type AWSResponse CancelExportTask #

Generic CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

Associated Types

type Rep CancelExportTask :: Type -> Type #

Read CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

Show CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

NFData CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

Methods

rnf :: CancelExportTask -> () #

Eq CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

Hashable CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

type AWSResponse CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

type Rep CancelExportTask Source # 
Instance details

Defined in Amazonka.RDS.CancelExportTask

type Rep CancelExportTask = D1 ('MetaData "CancelExportTask" "Amazonka.RDS.CancelExportTask" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CancelExportTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelExportTask Source #

Create a value of CancelExportTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CancelExportTask, cancelExportTask_exportTaskIdentifier - The identifier of the snapshot export task to cancel.

data ExportTask Source #

Contains the details of a snapshot export to Amazon S3.

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

See: newExportTask smart constructor.

Instances

Instances details
FromXML ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Generic ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Associated Types

type Rep ExportTask :: Type -> Type #

Read ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Show ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

NFData ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Methods

rnf :: ExportTask -> () #

Eq ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Hashable ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

type Rep ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

type Rep ExportTask = D1 ('MetaData "ExportTask" "Amazonka.RDS.Types.ExportTask" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ExportTask'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "exportOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "exportTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "percentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "snapshotTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportSourceType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "taskEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "taskStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "totalExtractedDataInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "warningMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newExportTask :: ExportTask Source #

Create a value of ExportTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exportOnly:ExportTask', exportTask_exportOnly - The data exported from the snapshot. Valid values are the following:

  • database - Export all the data from a specified database.
  • database.table table-name - Export a table of the snapshot. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
  • database.schema schema-name - Export a database schema of the snapshot. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
  • database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.

$sel:exportTaskIdentifier:ExportTask', exportTask_exportTaskIdentifier - A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.

$sel:failureCause:ExportTask', exportTask_failureCause - The reason the export failed, if it failed.

$sel:iamRoleArn:ExportTask', exportTask_iamRoleArn - The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.

$sel:kmsKeyId:ExportTask', exportTask_kmsKeyId - The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this KMS key.

$sel:percentProgress:ExportTask', exportTask_percentProgress - The progress of the snapshot export task as a percentage.

$sel:s3Bucket:ExportTask', exportTask_s3Bucket - The Amazon S3 bucket that the snapshot is exported to.

$sel:s3Prefix:ExportTask', exportTask_s3Prefix - The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.

$sel:snapshotTime:ExportTask', exportTask_snapshotTime - The time that the snapshot was created.

$sel:sourceArn:ExportTask', exportTask_sourceArn - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.

$sel:sourceType:ExportTask', exportTask_sourceType - The type of source for the export.

$sel:status:ExportTask', exportTask_status - The progress status of the export task.

$sel:taskEndTime:ExportTask', exportTask_taskEndTime - The time that the snapshot export task completed.

$sel:taskStartTime:ExportTask', exportTask_taskStartTime - The time that the snapshot export task started.

$sel:totalExtractedDataInGB:ExportTask', exportTask_totalExtractedDataInGB - The total amount of data exported, in gigabytes.

$sel:warningMessage:ExportTask', exportTask_warningMessage - A warning about the snapshot export task.

CopyDBClusterParameterGroup

data CopyDBClusterParameterGroup Source #

See: newCopyDBClusterParameterGroup smart constructor.

Instances

Instances details
ToHeaders CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

ToPath CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

ToQuery CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

AWSRequest CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Generic CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Associated Types

type Rep CopyDBClusterParameterGroup :: Type -> Type #

Read CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Show CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

NFData CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Eq CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Hashable CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

type AWSResponse CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

type Rep CopyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

type Rep CopyDBClusterParameterGroup = D1 ('MetaData "CopyDBClusterParameterGroup" "Amazonka.RDS.CopyDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBClusterParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "sourceDBClusterParameterGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "targetDBClusterParameterGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetDBClusterParameterGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCopyDBClusterParameterGroup Source #

Create a value of CopyDBClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CopyDBClusterParameterGroup', copyDBClusterParameterGroup_tags - Undocumented member.

$sel:sourceDBClusterParameterGroupIdentifier:CopyDBClusterParameterGroup', copyDBClusterParameterGroup_sourceDBClusterParameterGroupIdentifier - The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon Aurora User Guide.

Constraints:

  • Must specify a valid DB cluster parameter group.

$sel:targetDBClusterParameterGroupIdentifier:CopyDBClusterParameterGroup', copyDBClusterParameterGroup_targetDBClusterParameterGroupIdentifier - The identifier for the copied DB cluster parameter group.

Constraints:

  • Can't be null, empty, or blank
  • Must contain from 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-cluster-param-group1

$sel:targetDBClusterParameterGroupDescription:CopyDBClusterParameterGroup', copyDBClusterParameterGroup_targetDBClusterParameterGroupDescription - A description for the copied DB cluster parameter group.

data CopyDBClusterParameterGroupResponse Source #

Instances

Instances details
Generic CopyDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Read CopyDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Show CopyDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

NFData CopyDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

Eq CopyDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

type Rep CopyDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterParameterGroup

type Rep CopyDBClusterParameterGroupResponse = D1 ('MetaData "CopyDBClusterParameterGroupResponse" "Amazonka.RDS.CopyDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBClusterParameterGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterParameterGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyDBClusterParameterGroupResponse Source #

Create a value of CopyDBClusterParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CopyDBClusterParameterGroupResponse, copyDBClusterParameterGroupResponse_dbClusterParameterGroup - Undocumented member.

$sel:httpStatus:CopyDBClusterParameterGroupResponse', copyDBClusterParameterGroupResponse_httpStatus - The response's http status code.

CopyDBClusterSnapshot

data CopyDBClusterSnapshot Source #

See: newCopyDBClusterSnapshot smart constructor.

Instances

Instances details
ToHeaders CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

ToPath CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

ToQuery CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

AWSRequest CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Associated Types

type AWSResponse CopyDBClusterSnapshot #

Generic CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Associated Types

type Rep CopyDBClusterSnapshot :: Type -> Type #

Read CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Show CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

NFData CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Methods

rnf :: CopyDBClusterSnapshot -> () #

Eq CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Hashable CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

type AWSResponse CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

type Rep CopyDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

type Rep CopyDBClusterSnapshot = D1 ('MetaData "CopyDBClusterSnapshot" "Amazonka.RDS.CopyDBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBClusterSnapshot'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "copyTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "sourceDBClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetDBClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCopyDBClusterSnapshot Source #

Create a value of CopyDBClusterSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTags:CopyDBClusterSnapshot', copyDBClusterSnapshot_copyTags - A value that indicates whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot. By default, tags are not copied.

$sel:destinationRegion:CopyDBClusterSnapshot', copyDBClusterSnapshot_destinationRegion - Pseudo-parameter used when populating the PreSignedUrl of a cross-region CopyDBClusterSnapshot request. To replicate from region SRC to region DST, send a request to region DST. In that request, pass a PreSignedUrl for region SRC with DestinationRegion set to region DST.

CopyDBClusterSnapshot, copyDBClusterSnapshot_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS key.

If you copy an encrypted DB cluster snapshot from your Amazon Web Services account, you can specify a value for KmsKeyId to encrypt the copy with a new KMS key. If you don't specify a value for KmsKeyId, then the copy of the DB cluster snapshot is encrypted with the same KMS key as the source DB cluster snapshot.

If you copy an encrypted DB cluster snapshot that is shared from another Amazon Web Services account, then you must specify a value for KmsKeyId.

To copy an encrypted DB cluster snapshot to another Amazon Web Services Region, you must set KmsKeyId to the Amazon Web Services KMS key identifier you want to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

If you copy an unencrypted DB cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.

$sel:preSignedUrl:CopyDBClusterSnapshot', copyDBClusterSnapshot_preSignedUrl - When you are copying a DB cluster snapshot from one Amazon Web Services GovCloud (US) Region to another, the URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot API operation in the Amazon Web Services Region that contains the source DB cluster snapshot to copy. Use the PreSignedUrl parameter when copying an encrypted DB cluster snapshot from another Amazon Web Services Region. Don't specify PreSignedUrl when copying an encrypted DB cluster snapshot in the same Amazon Web Services Region.

This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions.

The presigned URL must be a valid request for the CopyDBClusterSnapshot API operation that can run in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to copy. The presigned URL request must contain the following parameter values:

  • KmsKeyId - The KMS key identifier for the KMS key to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the CopyDBClusterSnapshot operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL.
  • DestinationRegion - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in.
  • SourceDBClusterSnapshotIdentifier - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB cluster snapshot from the us-west-2 Amazon Web Services Region, then your SourceDBClusterSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115.

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.

$sel:tags:CopyDBClusterSnapshot', copyDBClusterSnapshot_tags - Undocumented member.

$sel:sourceDBClusterSnapshotIdentifier:CopyDBClusterSnapshot', copyDBClusterSnapshot_sourceDBClusterSnapshotIdentifier - The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive.

You can't copy an encrypted, shared DB cluster snapshot from one Amazon Web Services Region to another.

Constraints:

  • Must specify a valid system snapshot in the "available" state.
  • If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier.
  • If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB cluster snapshot ARN. For more information, go to Copying Snapshots Across Amazon Web Services Regions in the Amazon Aurora User Guide.

Example: my-cluster-snapshot1

$sel:targetDBClusterSnapshotIdentifier:CopyDBClusterSnapshot', copyDBClusterSnapshot_targetDBClusterSnapshotIdentifier - The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter isn't case-sensitive.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: my-cluster-snapshot2

data CopyDBClusterSnapshotResponse Source #

See: newCopyDBClusterSnapshotResponse smart constructor.

Instances

Instances details
Generic CopyDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Associated Types

type Rep CopyDBClusterSnapshotResponse :: Type -> Type #

Read CopyDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Show CopyDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

NFData CopyDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

Eq CopyDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

type Rep CopyDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBClusterSnapshot

type Rep CopyDBClusterSnapshotResponse = D1 ('MetaData "CopyDBClusterSnapshotResponse" "Amazonka.RDS.CopyDBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBClusterSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyDBClusterSnapshotResponse Source #

Create a value of CopyDBClusterSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterSnapshot:CopyDBClusterSnapshotResponse', copyDBClusterSnapshotResponse_dbClusterSnapshot - Undocumented member.

$sel:httpStatus:CopyDBClusterSnapshotResponse', copyDBClusterSnapshotResponse_httpStatus - The response's http status code.

CopyDBParameterGroup

data CopyDBParameterGroup Source #

See: newCopyDBParameterGroup smart constructor.

Instances

Instances details
ToHeaders CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

ToPath CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

ToQuery CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

AWSRequest CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Associated Types

type AWSResponse CopyDBParameterGroup #

Generic CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Associated Types

type Rep CopyDBParameterGroup :: Type -> Type #

Read CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Show CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

NFData CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Methods

rnf :: CopyDBParameterGroup -> () #

Eq CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Hashable CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

type AWSResponse CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

type Rep CopyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

type Rep CopyDBParameterGroup = D1 ('MetaData "CopyDBParameterGroup" "Amazonka.RDS.CopyDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "sourceDBParameterGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "targetDBParameterGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetDBParameterGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCopyDBParameterGroup Source #

Create a value of CopyDBParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CopyDBParameterGroup', copyDBParameterGroup_tags - Undocumented member.

$sel:sourceDBParameterGroupIdentifier:CopyDBParameterGroup', copyDBParameterGroup_sourceDBParameterGroupIdentifier - The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

Constraints:

  • Must specify a valid DB parameter group.

$sel:targetDBParameterGroupIdentifier:CopyDBParameterGroup', copyDBParameterGroup_targetDBParameterGroupIdentifier - The identifier for the copied DB parameter group.

Constraints:

  • Can't be null, empty, or blank
  • Must contain from 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-db-parameter-group

$sel:targetDBParameterGroupDescription:CopyDBParameterGroup', copyDBParameterGroup_targetDBParameterGroupDescription - A description for the copied DB parameter group.

data CopyDBParameterGroupResponse Source #

See: newCopyDBParameterGroupResponse smart constructor.

Instances

Instances details
Generic CopyDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Associated Types

type Rep CopyDBParameterGroupResponse :: Type -> Type #

Read CopyDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Show CopyDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

NFData CopyDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

Eq CopyDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

type Rep CopyDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBParameterGroup

type Rep CopyDBParameterGroupResponse = D1 ('MetaData "CopyDBParameterGroupResponse" "Amazonka.RDS.CopyDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBParameterGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBParameterGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyDBParameterGroupResponse Source #

Create a value of CopyDBParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroup:CopyDBParameterGroupResponse', copyDBParameterGroupResponse_dbParameterGroup - Undocumented member.

$sel:httpStatus:CopyDBParameterGroupResponse', copyDBParameterGroupResponse_httpStatus - The response's http status code.

CopyDBSnapshot

data CopyDBSnapshot Source #

See: newCopyDBSnapshot smart constructor.

Instances

Instances details
ToHeaders CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

ToPath CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

ToQuery CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

AWSRequest CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Associated Types

type AWSResponse CopyDBSnapshot #

Generic CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Associated Types

type Rep CopyDBSnapshot :: Type -> Type #

Read CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Show CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

NFData CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Methods

rnf :: CopyDBSnapshot -> () #

Eq CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Hashable CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

type AWSResponse CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

type Rep CopyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

type Rep CopyDBSnapshot = D1 ('MetaData "CopyDBSnapshot" "Amazonka.RDS.CopyDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBSnapshot'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "copyOptionGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "copyTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "targetCustomAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceDBSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetDBSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCopyDBSnapshot Source #

Create a value of CopyDBSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyOptionGroup:CopyDBSnapshot', copyDBSnapshot_copyOptionGroup - A value that indicates whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls.

$sel:copyTags:CopyDBSnapshot', copyDBSnapshot_copyTags - A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags aren't copied.

$sel:destinationRegion:CopyDBSnapshot', copyDBSnapshot_destinationRegion - Pseudo-parameter used when populating the PreSignedUrl of a cross-region CopyDBSnapshot request. To replicate from region SRC to region DST, send a request to region DST. In that request, pass a PreSignedUrl for region SRC with DestinationRegion set to region DST.

CopyDBSnapshot, copyDBSnapshot_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you copy an encrypted DB snapshot from your Amazon Web Services account, you can specify a value for this parameter to encrypt the copy with a new KMS key. If you don't specify a value for this parameter, then the copy of the DB snapshot is encrypted with the same Amazon Web Services KMS key as the source DB snapshot.

If you copy an encrypted DB snapshot that is shared from another Amazon Web Services account, then you must specify a value for this parameter.

If you specify this parameter when you copy an unencrypted snapshot, the copy is encrypted.

If you copy an encrypted snapshot to a different Amazon Web Services Region, then you must specify an Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

CopyDBSnapshot, copyDBSnapshot_optionGroupName - The name of an option group to associate with the copy of the snapshot.

Specify this option if you are copying a snapshot from one Amazon Web Services Region to another, and your DB instance uses a nondefault option group. If your source DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL Server, you must specify this option when copying across Amazon Web Services Regions. For more information, see Option group considerations in the Amazon RDS User Guide.

$sel:preSignedUrl:CopyDBSnapshot', copyDBSnapshot_preSignedUrl - When you are copying a snapshot from one Amazon Web Services GovCloud (US) Region to another, the URL that contains a Signature Version 4 signed request for the CopyDBSnapshot API operation in the source Amazon Web Services Region that contains the source DB snapshot to copy.

This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions.

You must specify this parameter when you copy an encrypted DB snapshot from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are copying an encrypted DB snapshot in the same Amazon Web Services Region.

The presigned URL must be a valid request for the CopyDBClusterSnapshot API operation that can run in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to copy. The presigned URL request must contain the following parameter values:

  • DestinationRegion - The Amazon Web Services Region that the encrypted DB snapshot is copied to. This Amazon Web Services Region is the same one where the CopyDBSnapshot operation is called that contains this presigned URL.

    For example, if you copy an encrypted DB snapshot from the us-west-2 Amazon Web Services Region to the us-east-1 Amazon Web Services Region, then you call the CopyDBSnapshot operation in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CopyDBSnapshot operation in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region.

  • KmsKeyId - The KMS key identifier for the KMS key to use to encrypt the copy of the DB snapshot in the destination Amazon Web Services Region. This is the same identifier for both the CopyDBSnapshot operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL.
  • SourceDBSnapshotIdentifier - The DB snapshot identifier for the encrypted snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB snapshot from the us-west-2 Amazon Web Services Region, then your SourceDBSnapshotIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20161115.

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.

$sel:tags:CopyDBSnapshot', copyDBSnapshot_tags - Undocumented member.

$sel:targetCustomAvailabilityZone:CopyDBSnapshot', copyDBSnapshot_targetCustomAvailabilityZone - The external custom Availability Zone (CAZ) identifier for the target CAZ.

Example: rds-caz-aiqhTgQv.

CopyDBSnapshot, copyDBSnapshot_sourceDBSnapshotIdentifier - The identifier for the source DB snapshot.

If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier. For example, you might specify rds:mysql-instance1-snapshot-20130805.

If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB snapshot ARN. For example, you might specify arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805.

If you are copying from a shared manual DB snapshot, this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot.

If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region.

Constraints:

  • Must specify a valid system snapshot in the "available" state.

Example: rds:mydb-2012-04-02-00-01

Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805

$sel:targetDBSnapshotIdentifier:CopyDBSnapshot', copyDBSnapshot_targetDBSnapshotIdentifier - The identifier for the copy of the snapshot.

Constraints:

  • Can't be null, empty, or blank
  • Must contain from 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-db-snapshot

data CopyDBSnapshotResponse Source #

See: newCopyDBSnapshotResponse smart constructor.

Instances

Instances details
Generic CopyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Associated Types

type Rep CopyDBSnapshotResponse :: Type -> Type #

Read CopyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Show CopyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

NFData CopyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

Methods

rnf :: CopyDBSnapshotResponse -> () #

Eq CopyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

type Rep CopyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyDBSnapshot

type Rep CopyDBSnapshotResponse = D1 ('MetaData "CopyDBSnapshotResponse" "Amazonka.RDS.CopyDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyDBSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyDBSnapshotResponse Source #

Create a value of CopyDBSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshot:CopyDBSnapshotResponse', copyDBSnapshotResponse_dbSnapshot - Undocumented member.

$sel:httpStatus:CopyDBSnapshotResponse', copyDBSnapshotResponse_httpStatus - The response's http status code.

CopyOptionGroup

data CopyOptionGroup Source #

See: newCopyOptionGroup smart constructor.

Instances

Instances details
ToHeaders CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

ToPath CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

ToQuery CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

AWSRequest CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Associated Types

type AWSResponse CopyOptionGroup #

Generic CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Associated Types

type Rep CopyOptionGroup :: Type -> Type #

Read CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Show CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

NFData CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Methods

rnf :: CopyOptionGroup -> () #

Eq CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Hashable CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

type AWSResponse CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

type Rep CopyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

type Rep CopyOptionGroup = D1 ('MetaData "CopyOptionGroup" "Amazonka.RDS.CopyOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyOptionGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "sourceOptionGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "targetOptionGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetOptionGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCopyOptionGroup Source #

Create a value of CopyOptionGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CopyOptionGroup', copyOptionGroup_tags - Undocumented member.

$sel:sourceOptionGroupIdentifier:CopyOptionGroup', copyOptionGroup_sourceOptionGroupIdentifier - The identifier for the source option group.

Constraints:

  • Must specify a valid option group.

$sel:targetOptionGroupIdentifier:CopyOptionGroup', copyOptionGroup_targetOptionGroupIdentifier - The identifier for the copied option group.

Constraints:

  • Can't be null, empty, or blank
  • Must contain from 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-option-group

$sel:targetOptionGroupDescription:CopyOptionGroup', copyOptionGroup_targetOptionGroupDescription - The description for the copied option group.

data CopyOptionGroupResponse Source #

See: newCopyOptionGroupResponse smart constructor.

Instances

Instances details
Generic CopyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Associated Types

type Rep CopyOptionGroupResponse :: Type -> Type #

Read CopyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Show CopyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

NFData CopyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

Methods

rnf :: CopyOptionGroupResponse -> () #

Eq CopyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

type Rep CopyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CopyOptionGroup

type Rep CopyOptionGroupResponse = D1 ('MetaData "CopyOptionGroupResponse" "Amazonka.RDS.CopyOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CopyOptionGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyOptionGroupResponse Source #

Create a value of CopyOptionGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionGroup:CopyOptionGroupResponse', copyOptionGroupResponse_optionGroup - Undocumented member.

$sel:httpStatus:CopyOptionGroupResponse', copyOptionGroupResponse_httpStatus - The response's http status code.

CreateBlueGreenDeployment

data CreateBlueGreenDeployment Source #

See: newCreateBlueGreenDeployment smart constructor.

Instances

Instances details
ToHeaders CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

ToPath CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

ToQuery CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

AWSRequest CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Generic CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Associated Types

type Rep CreateBlueGreenDeployment :: Type -> Type #

Read CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Show CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

NFData CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Eq CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Hashable CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

type AWSResponse CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

type Rep CreateBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

type Rep CreateBlueGreenDeployment = D1 ('MetaData "CreateBlueGreenDeployment" "Amazonka.RDS.CreateBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateBlueGreenDeployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "targetDBClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetDBParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "targetEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "blueGreenDeploymentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateBlueGreenDeployment Source #

Create a value of CreateBlueGreenDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateBlueGreenDeployment', createBlueGreenDeployment_tags - Tags to assign to the blue/green deployment.

$sel:targetDBClusterParameterGroupName:CreateBlueGreenDeployment', createBlueGreenDeployment_targetDBClusterParameterGroupName - The DB cluster parameter group associated with the Aurora DB cluster in the green environment.

To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.

$sel:targetDBParameterGroupName:CreateBlueGreenDeployment', createBlueGreenDeployment_targetDBParameterGroupName - The DB parameter group associated with the DB instance in the green environment.

To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.

$sel:targetEngineVersion:CreateBlueGreenDeployment', createBlueGreenDeployment_targetEngineVersion - The engine version of the database in the green environment.

Specify the engine version to upgrade to in the green environment.

CreateBlueGreenDeployment, createBlueGreenDeployment_blueGreenDeploymentName - The name of the blue/green deployment.

Constraints:

  • Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.

CreateBlueGreenDeployment, createBlueGreenDeployment_source - The Amazon Resource Name (ARN) of the source production database.

Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.

data CreateBlueGreenDeploymentResponse Source #

See: newCreateBlueGreenDeploymentResponse smart constructor.

Instances

Instances details
Generic CreateBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Associated Types

type Rep CreateBlueGreenDeploymentResponse :: Type -> Type #

Read CreateBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Show CreateBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

NFData CreateBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

Eq CreateBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

type Rep CreateBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateBlueGreenDeployment

type Rep CreateBlueGreenDeploymentResponse = D1 ('MetaData "CreateBlueGreenDeploymentResponse" "Amazonka.RDS.CreateBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateBlueGreenDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueGreenDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeployment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBlueGreenDeploymentResponse Source #

Create a value of CreateBlueGreenDeploymentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blueGreenDeployment:CreateBlueGreenDeploymentResponse', createBlueGreenDeploymentResponse_blueGreenDeployment - Undocumented member.

$sel:httpStatus:CreateBlueGreenDeploymentResponse', createBlueGreenDeploymentResponse_httpStatus - The response's http status code.

CreateCustomDBEngineVersion

data CreateCustomDBEngineVersion Source #

See: newCreateCustomDBEngineVersion smart constructor.

Instances

Instances details
ToHeaders CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

ToPath CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

ToQuery CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

AWSRequest CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

Generic CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

Associated Types

type Rep CreateCustomDBEngineVersion :: Type -> Type #

Read CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

Show CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

NFData CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

Eq CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

Hashable CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

type AWSResponse CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

type Rep CreateCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.CreateCustomDBEngineVersion

type Rep CreateCustomDBEngineVersion = D1 ('MetaData "CreateCustomDBEngineVersion" "Amazonka.RDS.CreateCustomDBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateCustomDBEngineVersion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "databaseInstallationFilesS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseInstallationFilesS3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "manifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateCustomDBEngineVersion Source #

Create a value of CreateCustomDBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateCustomDBEngineVersion, createCustomDBEngineVersion_databaseInstallationFilesS3BucketName - The name of an Amazon S3 bucket that contains database installation files for your CEV. For example, a valid bucket name is my-custom-installation-files.

CreateCustomDBEngineVersion, createCustomDBEngineVersion_databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files for your CEV. For example, a valid bucket name is 123456789012/cev1. If this setting isn't specified, no prefix is assumed.

CreateCustomDBEngineVersion, createCustomDBEngineVersion_description - An optional description of your CEV.

CreateCustomDBEngineVersion, createCustomDBEngineVersion_imageId - The ID of the AMI. An AMI ID is required to create a CEV for RDS Custom for SQL Server.

CreateCustomDBEngineVersion, createCustomDBEngineVersion_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for RDS Custom, but optional for Amazon RDS.

If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in Creating a symmetric encryption KMS key in the Amazon Web Services Key Management Service Developer Guide.

You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.

$sel:manifest:CreateCustomDBEngineVersion', createCustomDBEngineVersion_manifest - The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed.

The following JSON fields are valid:

MediaImportTemplateVersion
Version of the CEV manifest. The date is in the format YYYY-MM-DD.
databaseInstallationFileNames
Ordered list of installation files for the CEV.
opatchFileNames
Ordered list of OPatch installers used for the Oracle DB engine.
psuRuPatchFileNames
The PSU and RU patches for this CEV.
OtherPatchFileNames
The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches.

For more information, see Creating the CEV manifest in the Amazon RDS User Guide.

$sel:tags:CreateCustomDBEngineVersion', createCustomDBEngineVersion_tags - Undocumented member.

CreateCustomDBEngineVersion, createCustomDBEngineVersion_engine - The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.

CreateCustomDBEngineVersion, createCustomDBEngineVersion_engineVersion - The name of your CEV. The name format is 19.customized_string. For example, a valid CEV name is 19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Region.

data DBEngineVersion Source #

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

See: newDBEngineVersion smart constructor.

Instances

Instances details
FromXML DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Generic DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Associated Types

type Rep DBEngineVersion :: Type -> Type #

Read DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Show DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

NFData DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Methods

rnf :: DBEngineVersion -> () #

Eq DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Hashable DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion = D1 ('MetaData "DBEngineVersion" "Amazonka.RDS.Types.DBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBEngineVersion'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "customDBEngineVersionManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbEngineMediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbEngineVersionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "databaseInstallationFilesS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseInstallationFilesS3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultCharacterSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CharacterSet)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportableLogTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomDBEngineVersionAMI)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedCACertificateIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])))) :*: ((S1 ('MetaSel ('Just "supportedEngineModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedFeatureNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "supportedNcharCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])) :*: S1 ('MetaSel ('Just "supportedTimezones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Timezone]))))) :*: (((S1 ('MetaSel ('Just "supportsBabelfish") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsCertificateRotationWithoutRestart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportsGlobalDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsLogExportsToCloudwatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "supportsParallelQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsReadReplica") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "validUpgradeTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeTarget]))))))))

newDBEngineVersion :: DBEngineVersion Source #

Create a value of DBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createTime:DBEngineVersion', dbEngineVersion_createTime - The creation time of the DB engine version.

$sel:customDBEngineVersionManifest:DBEngineVersion', dbEngineVersion_customDBEngineVersionManifest - JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

$sel:dbEngineDescription:DBEngineVersion', dbEngineVersion_dbEngineDescription - The description of the database engine.

$sel:dbEngineMediaType:DBEngineVersion', dbEngineVersion_dbEngineMediaType - A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

$sel:dbEngineVersionArn:DBEngineVersion', dbEngineVersion_dbEngineVersionArn - The ARN of the custom engine version.

$sel:dbEngineVersionDescription:DBEngineVersion', dbEngineVersion_dbEngineVersionDescription - The description of the database engine version.

$sel:dbParameterGroupFamily:DBEngineVersion', dbEngineVersion_dbParameterGroupFamily - The name of the DB parameter group family for the database engine.

$sel:databaseInstallationFilesS3BucketName:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.

$sel:databaseInstallationFilesS3Prefix:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

$sel:defaultCharacterSet:DBEngineVersion', dbEngineVersion_defaultCharacterSet - The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

DBEngineVersion, dbEngineVersion_engine - The name of the database engine.

DBEngineVersion, dbEngineVersion_engineVersion - The version number of the database engine.

$sel:exportableLogTypes:DBEngineVersion', dbEngineVersion_exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.

$sel:image:DBEngineVersion', dbEngineVersion_image - The EC2 image

$sel:kmsKeyId:DBEngineVersion', dbEngineVersion_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

$sel:majorEngineVersion:DBEngineVersion', dbEngineVersion_majorEngineVersion - The major engine version of the CEV.

DBEngineVersion, dbEngineVersion_status - The status of the DB engine version, either available or deprecated.

$sel:supportedCACertificateIdentifiers:DBEngineVersion', dbEngineVersion_supportedCACertificateIdentifiers - A list of the supported CA certificate identifiers.

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.

$sel:supportedCharacterSets:DBEngineVersion', dbEngineVersion_supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

DBEngineVersion, dbEngineVersion_supportedEngineModes - A list of the supported DB engine modes.

$sel:supportedFeatureNames:DBEngineVersion', dbEngineVersion_supportedFeatureNames - A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

$sel:supportedNcharCharacterSets:DBEngineVersion', dbEngineVersion_supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

$sel:supportedTimezones:DBEngineVersion', dbEngineVersion_supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

DBEngineVersion, dbEngineVersion_supportsBabelfish - A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

$sel:supportsCertificateRotationWithoutRestart:DBEngineVersion', dbEngineVersion_supportsCertificateRotationWithoutRestart - A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

DBEngineVersion, dbEngineVersion_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with a specific DB engine version.

$sel:supportsLogExportsToCloudwatchLogs:DBEngineVersion', dbEngineVersion_supportsLogExportsToCloudwatchLogs - A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

DBEngineVersion, dbEngineVersion_supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

$sel:supportsReadReplica:DBEngineVersion', dbEngineVersion_supportsReadReplica - Indicates whether the database engine version supports read replicas.

$sel:tagList:DBEngineVersion', dbEngineVersion_tagList - Undocumented member.

$sel:validUpgradeTarget:DBEngineVersion', dbEngineVersion_validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.

CreateDBCluster

data CreateDBCluster Source #

See: newCreateDBCluster smart constructor.

Instances

Instances details
ToHeaders CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

ToPath CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

ToQuery CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

AWSRequest CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Associated Types

type AWSResponse CreateDBCluster #

Generic CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Associated Types

type Rep CreateDBCluster :: Type -> Type #

Read CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Show CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

NFData CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Methods

rnf :: CreateDBCluster -> () #

Eq CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Hashable CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

type AWSResponse CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

type Rep CreateDBCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

type Rep CreateDBCluster = D1 ('MetaData "CreateDBCluster" "Amazonka.RDS.CreateDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBCluster'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "backtrackWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "characterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dbClusterInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enableGlobalWriteForwarding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "enableHttpEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enablePerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "engineMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))) :*: ((((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "manageMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "masterUserSecretKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "replicationSourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingConfiguration))))) :*: ((S1 ('MetaSel ('Just "serverlessV2ScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerlessV2ScalingConfiguration)) :*: (S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newCreateDBCluster Source #

Create a value of CreateDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBCluster, createDBCluster_allocatedStorage - The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_availabilityZones - A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.

For information on Amazon Web Services Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_backtrackWindow - The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Default: 0

Constraints:

  • If specified, this value must be set to a number from 0 to 259,200 (72 hours).

Valid for: Aurora MySQL DB clusters only

CreateDBCluster, createDBCluster_backupRetentionPeriod - The number of days for which automated backups are retained.

Default: 1

Constraints:

  • Must be a value from 1 to 35

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_characterSetName - A value that indicates that the DB cluster should be associated with the specified CharacterSet.

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_copyTagsToSnapshot - A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_dbClusterInstanceClass - The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes and availability for your engine, see DB instance class in the Amazon RDS User Guide.

This setting is required to create a Multi-AZ DB cluster.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_dbClusterParameterGroupName - The name of the DB cluster parameter group to associate with this DB cluster. If you do not specify a value, then the default DB cluster parameter group for the specified DB engine and version is used.

Constraints:

  • If supplied, must match the name of an existing DB cluster parameter group.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_dbSubnetGroupName - A DB subnet group to associate with this DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_dbSystemId - Reserved for future use.

CreateDBCluster, createDBCluster_databaseName - The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon RDS doesn't create a database in the DB cluster you are creating.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_deletionProtection - A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:destinationRegion:CreateDBCluster', createDBCluster_destinationRegion - Pseudo-parameter used when populating the PreSignedUrl of a cross-region CreateDBCluster request. To replicate from region SRC to region DST, send a request to region DST. In that request, pass a PreSignedUrl for region SRC with DestinationRegion set to region DST.

CreateDBCluster, createDBCluster_domain - The Active Directory directory ID to create the DB cluster in.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.

For more information, see Kerberos authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:domainIAMRoleName:CreateDBCluster', createDBCluster_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

$sel:enableCloudwatchLogsExports:CreateDBCluster', createDBCluster_enableCloudwatchLogsExports - The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:enableGlobalWriteForwarding:CreateDBCluster', createDBCluster_enableGlobalWriteForwarding - A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an Aurora global database (GlobalCluster). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then.

Valid for: Aurora DB clusters only

$sel:enableHttpEndpoint:CreateDBCluster', createDBCluster_enableHttpEndpoint - A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:enableIAMDatabaseAuthentication:CreateDBCluster', createDBCluster_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:enablePerformanceInsights:CreateDBCluster', createDBCluster_enablePerformanceInsights - A value that indicates whether to turn on Performance Insights for the DB cluster.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_engineMode - The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.

The parallelquery engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x versions.

The global engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions, and global engine mode isn't required for any 2.x versions.

The multimaster engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a.

The serverless engine mode only applies for Aurora Serverless v1 DB clusters.

For Aurora PostgreSQL, the global engine mode isn't required, and both the parallelquery and the multimaster engine modes currently aren't supported.

Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the /Amazon Aurora User Guide/:

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_engineVersion - The version number of the database engine to use.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"

Aurora MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon Aurora User Guide.

Aurora PostgreSQL

For information, see Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide.

MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

PostgreSQL

For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_globalClusterIdentifier - The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database cluster.

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.

This setting is required to create a Multi-AZ DB cluster.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

When a KMS key isn't specified in KmsKeyId:

  • If ReplicationSourceIdentifier identifies an encrypted source, then Amazon RDS will use the KMS key used to encrypt the source. Otherwise, Amazon RDS will use your default KMS key.
  • If the StorageEncrypted parameter is enabled and ReplicationSourceIdentifier isn't specified, then Amazon RDS will use your default KMS key.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you must set KmsKeyId to a KMS key identifier that is valid in the destination Amazon Web Services Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:manageMasterUserPassword:CreateDBCluster', createDBCluster_manageMasterUserPassword - A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager.

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.

Constraints:

  • Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_masterUserPassword - The password for the master database user. This password can contain any printable ASCII character except "/", """, or "@".

Constraints:

  • Must contain from 8 to 41 characters.
  • Can't be specified if ManageMasterUserPassword is turned on.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:masterUserSecretKmsKeyId:CreateDBCluster', createDBCluster_masterUserSecretKmsKeyId - The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_masterUsername - The name of the master user for the DB cluster.

Constraints:

  • Must be 1 to 16 letters or numbers.
  • First character must be a letter.
  • Can't be a reserved word for the chosen database engine.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_monitoringRoleArn - The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting up and enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_networkType - The network type of the DB cluster.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_optionGroupName - A value that indicates that the DB cluster should be associated with the specified option group.

DB clusters are associated with a default option group that can't be modified.

CreateDBCluster, createDBCluster_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_port - The port number on which the instances in the DB cluster accept connections.

RDS for MySQL and Aurora MySQL

Default: 3306

Valid values: 1150-65535

RDS for PostgreSQL and Aurora PostgreSQL

Default: 5432

Valid values: 1150-65535

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:preSignedUrl:CreateDBCluster', createDBCluster_preSignedUrl - When you are replicating a DB cluster from one Amazon Web Services GovCloud (US) Region to another, an URL that contains a Signature Version 4 signed request for the CreateDBCluster operation to be called in the source Amazon Web Services Region where the DB cluster is replicated from. Specify PreSignedUrl only when you are performing cross-Region replication from an encrypted DB cluster.

The presigned URL must be a valid request for the CreateDBCluster API operation that can run in the source Amazon Web Services Region that contains the encrypted DB cluster to copy.

The presigned URL request must contain the following parameter values:

  • KmsKeyId - The KMS key identifier for the KMS key to use to encrypt the copy of the DB cluster in the destination Amazon Web Services Region. This should refer to the same KMS key for both the CreateDBCluster operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL.
  • DestinationRegion - The name of the Amazon Web Services Region that Aurora read replica will be created in.
  • ReplicationSourceIdentifier - The DB cluster identifier for the encrypted DB cluster to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are copying an encrypted DB cluster from the us-west-2 Amazon Web Services Region, then your ReplicationSourceIdentifier would look like Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1.

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_preferredBackupWindow - The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_preferredMaintenanceWindow - The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_publiclyAccessible - A value that indicates whether the DB cluster is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

  • If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.
  • If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

  • If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
  • If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.

Valid for: Multi-AZ DB clusters only

CreateDBCluster, createDBCluster_replicationSourceIdentifier - The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica.

Valid for: Aurora DB clusters only

$sel:scalingConfiguration:CreateDBCluster', createDBCluster_scalingConfiguration - For DB clusters in serverless DB engine mode, the scaling properties of the DB cluster.

Valid for: Aurora DB clusters only

CreateDBCluster, createDBCluster_serverlessV2ScalingConfiguration - Undocumented member.

CreateDBCluster, createDBCluster_storageEncrypted - A value that indicates whether the DB cluster is encrypted.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_storageType - Specifies the storage type to be associated with the DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

$sel:tags:CreateDBCluster', createDBCluster_tags - Tags to assign to the DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_vpcSecurityGroupIds - A list of EC2 VPC security groups to associate with this DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_dbClusterIdentifier - The DB cluster identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1

Valid for: Aurora DB clusters and Multi-AZ DB clusters

CreateDBCluster, createDBCluster_engine - The name of the database engine to be used for this DB cluster.

Valid Values:

  • aurora (for MySQL 5.6-compatible Aurora)
  • aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
  • aurora-postgresql
  • mysql
  • postgres

Valid for: Aurora DB clusters and Multi-AZ DB clusters

data CreateDBClusterResponse Source #

See: newCreateDBClusterResponse smart constructor.

Instances

Instances details
Generic CreateDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Associated Types

type Rep CreateDBClusterResponse :: Type -> Type #

Read CreateDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Show CreateDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

NFData CreateDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

Methods

rnf :: CreateDBClusterResponse -> () #

Eq CreateDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

type Rep CreateDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBCluster

type Rep CreateDBClusterResponse = D1 ('MetaData "CreateDBClusterResponse" "Amazonka.RDS.CreateDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBClusterResponse Source #

Create a value of CreateDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:CreateDBClusterResponse', createDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:CreateDBClusterResponse', createDBClusterResponse_httpStatus - The response's http status code.

CreateDBClusterEndpoint

data CreateDBClusterEndpoint Source #

See: newCreateDBClusterEndpoint smart constructor.

Instances

Instances details
ToHeaders CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

ToPath CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

ToQuery CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

AWSRequest CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

Generic CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

Associated Types

type Rep CreateDBClusterEndpoint :: Type -> Type #

Read CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

Show CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

NFData CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

Methods

rnf :: CreateDBClusterEndpoint -> () #

Eq CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

Hashable CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

type AWSResponse CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

type Rep CreateDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterEndpoint

type Rep CreateDBClusterEndpoint = D1 ('MetaData "CreateDBClusterEndpoint" "Amazonka.RDS.CreateDBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBClusterEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "excludedMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "staticMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateDBClusterEndpoint Source #

Create a value of CreateDBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBClusterEndpoint, createDBClusterEndpoint_excludedMembers - List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.

CreateDBClusterEndpoint, createDBClusterEndpoint_staticMembers - List of DB instance identifiers that are part of the custom endpoint group.

$sel:tags:CreateDBClusterEndpoint', createDBClusterEndpoint_tags - The tags to be assigned to the Amazon RDS resource.

CreateDBClusterEndpoint, createDBClusterEndpoint_dbClusterIdentifier - The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

CreateDBClusterEndpoint, createDBClusterEndpoint_dbClusterEndpointIdentifier - The identifier to use for the new endpoint. This parameter is stored as a lowercase string.

CreateDBClusterEndpoint, createDBClusterEndpoint_endpointType - The type of the endpoint, one of: READER, WRITER, ANY.

data DBClusterEndpoint Source #

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.

See: newDBClusterEndpoint smart constructor.

Instances

Instances details
FromXML DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Generic DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Associated Types

type Rep DBClusterEndpoint :: Type -> Type #

Read DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Show DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

NFData DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Methods

rnf :: DBClusterEndpoint -> () #

Eq DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Hashable DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint = D1 ('MetaData "DBClusterEndpoint" "Amazonka.RDS.Types.DBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterEndpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbClusterEndpointResourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "excludedMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "staticMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDBClusterEndpoint :: DBClusterEndpoint Source #

Create a value of DBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customEndpointType:DBClusterEndpoint', dbClusterEndpoint_customEndpointType - The type associated with a custom endpoint. One of: READER, WRITER, ANY.

$sel:dbClusterEndpointArn:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointArn - The Amazon Resource Name (ARN) for the endpoint.

$sel:dbClusterEndpointIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointIdentifier - The identifier associated with the endpoint. This parameter is stored as a lowercase string.

$sel:dbClusterEndpointResourceIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointResourceIdentifier - A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

$sel:dbClusterIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterIdentifier - The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

$sel:endpoint:DBClusterEndpoint', dbClusterEndpoint_endpoint - The DNS address of the endpoint.

$sel:endpointType:DBClusterEndpoint', dbClusterEndpoint_endpointType - The type of the endpoint. One of: READER, WRITER, CUSTOM.

$sel:excludedMembers:DBClusterEndpoint', dbClusterEndpoint_excludedMembers - List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

$sel:staticMembers:DBClusterEndpoint', dbClusterEndpoint_staticMembers - List of DB instance identifiers that are part of the custom endpoint group.

$sel:status:DBClusterEndpoint', dbClusterEndpoint_status - The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that can't be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database.

CreateDBClusterParameterGroup

data CreateDBClusterParameterGroup Source #

See: newCreateDBClusterParameterGroup smart constructor.

Instances

Instances details
ToHeaders CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

ToPath CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

ToQuery CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

AWSRequest CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Generic CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Associated Types

type Rep CreateDBClusterParameterGroup :: Type -> Type #

Read CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Show CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

NFData CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Eq CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Hashable CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

type AWSResponse CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

type Rep CreateDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

type Rep CreateDBClusterParameterGroup = D1 ('MetaData "CreateDBClusterParameterGroup" "Amazonka.RDS.CreateDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBClusterParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDBClusterParameterGroup Source #

Create a value of CreateDBClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBClusterParameterGroup', createDBClusterParameterGroup_tags - Tags to assign to the DB cluster parameter group.

CreateDBClusterParameterGroup, createDBClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group.

Constraints:

  • Must not match the name of an existing DB cluster parameter group.

This value is stored as a lowercase string.

CreateDBClusterParameterGroup, createDBClusterParameterGroup_dbParameterGroupFamily - The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

Aurora MySQL

Example: aurora5.6, aurora-mysql5.7, aurora-mysql8.0

Aurora PostgreSQL

Example: aurora-postgresql9.6

RDS for MySQL

Example: mysql8.0

RDS for PostgreSQL

Example: postgres12

To list all of the available parameter group families for a DB engine, use the following command:

aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>

For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command:

aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql

The output contains duplicates.

The following are the valid DB engine values:

  • aurora (for MySQL 5.6-compatible Aurora)
  • aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
  • aurora-postgresql
  • mysql
  • postgres

CreateDBClusterParameterGroup, createDBClusterParameterGroup_description - The description for the DB cluster parameter group.

data CreateDBClusterParameterGroupResponse Source #

Instances

Instances details
Generic CreateDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Read CreateDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Show CreateDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

NFData CreateDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

Eq CreateDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

type Rep CreateDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterParameterGroup

type Rep CreateDBClusterParameterGroupResponse = D1 ('MetaData "CreateDBClusterParameterGroupResponse" "Amazonka.RDS.CreateDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBClusterParameterGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterParameterGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBClusterParameterGroupResponse Source #

Create a value of CreateDBClusterParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBClusterParameterGroupResponse, createDBClusterParameterGroupResponse_dbClusterParameterGroup - Undocumented member.

$sel:httpStatus:CreateDBClusterParameterGroupResponse', createDBClusterParameterGroupResponse_httpStatus - The response's http status code.

CreateDBClusterSnapshot

data CreateDBClusterSnapshot Source #

See: newCreateDBClusterSnapshot smart constructor.

Instances

Instances details
ToHeaders CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

ToPath CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

ToQuery CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

AWSRequest CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Generic CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Associated Types

type Rep CreateDBClusterSnapshot :: Type -> Type #

Read CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Show CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

NFData CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Methods

rnf :: CreateDBClusterSnapshot -> () #

Eq CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Hashable CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

type AWSResponse CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

type Rep CreateDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

type Rep CreateDBClusterSnapshot = D1 ('MetaData "CreateDBClusterSnapshot" "Amazonka.RDS.CreateDBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBClusterSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDBClusterSnapshot Source #

Create a value of CreateDBClusterSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBClusterSnapshot', createDBClusterSnapshot_tags - The tags to be assigned to the DB cluster snapshot.

CreateDBClusterSnapshot, createDBClusterSnapshot_dbClusterSnapshotIdentifier - The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1-snapshot1

CreateDBClusterSnapshot, createDBClusterSnapshot_dbClusterIdentifier - The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster.

Example: my-cluster1

data CreateDBClusterSnapshotResponse Source #

See: newCreateDBClusterSnapshotResponse smart constructor.

Instances

Instances details
Generic CreateDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Associated Types

type Rep CreateDBClusterSnapshotResponse :: Type -> Type #

Read CreateDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Show CreateDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

NFData CreateDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

Eq CreateDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

type Rep CreateDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBClusterSnapshot

type Rep CreateDBClusterSnapshotResponse = D1 ('MetaData "CreateDBClusterSnapshotResponse" "Amazonka.RDS.CreateDBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBClusterSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBClusterSnapshotResponse Source #

Create a value of CreateDBClusterSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterSnapshot:CreateDBClusterSnapshotResponse', createDBClusterSnapshotResponse_dbClusterSnapshot - Undocumented member.

$sel:httpStatus:CreateDBClusterSnapshotResponse', createDBClusterSnapshotResponse_httpStatus - The response's http status code.

CreateDBInstance

data CreateDBInstance Source #

See: newCreateDBInstance smart constructor.

Instances

Instances details
ToHeaders CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

ToPath CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

ToQuery CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

AWSRequest CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Associated Types

type AWSResponse CreateDBInstance #

Generic CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Associated Types

type Rep CreateDBInstance :: Type -> Type #

Read CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Show CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

NFData CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Methods

rnf :: CreateDBInstance -> () #

Eq CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Hashable CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

type AWSResponse CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

type Rep CreateDBInstance Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

type Rep CreateDBInstance = D1 ('MetaData "CreateDBInstance" "Amazonka.RDS.CreateDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBInstance'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "backupTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cACertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "characterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "customIamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))) :*: (((S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "enableCustomerOwnedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "enablePerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "manageMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "masterUserSecretKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ncharCharacterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])) :*: (S1 ('MetaSel ('Just "promotionTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tdeCredentialPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newCreateDBInstance Source #

Create a value of CreateDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBInstance, createDBInstance_allocatedStorage - The amount of storage in gibibytes (GiB) to allocate for the DB instance.

Type: Integer

Amazon Aurora

Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume.

Amazon RDS Custom

Constraints to the amount of storage for each storage type are the following:

  • General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server.
  • Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server.

MySQL

Constraints to the amount of storage for each storage type are the following:

  • General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
  • Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
  • Magnetic storage (standard): Must be an integer from 5 to 3072.

MariaDB

Constraints to the amount of storage for each storage type are the following:

  • General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
  • Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
  • Magnetic storage (standard): Must be an integer from 5 to 3072.

PostgreSQL

Constraints to the amount of storage for each storage type are the following:

  • General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
  • Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
  • Magnetic storage (standard): Must be an integer from 5 to 3072.

Oracle

Constraints to the amount of storage for each storage type are the following:

  • General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
  • Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
  • Magnetic storage (standard): Must be an integer from 10 to 3072.

SQL Server

Constraints to the amount of storage for each storage type are the following:

  • General Purpose (SSD) storage (gp2, gp3):

    • Enterprise and Standard editions: Must be an integer from 20 to 16384.
    • Web and Express editions: Must be an integer from 20 to 16384.
  • Provisioned IOPS storage (io1):

    • Enterprise and Standard editions: Must be an integer from 100 to 16384.
    • Web and Express editions: Must be an integer from 100 to 16384.
  • Magnetic storage (standard):

    • Enterprise and Standard editions: Must be an integer from 20 to 1024.
    • Web and Express editions: Must be an integer from 20 to 1024.

CreateDBInstance, createDBInstance_autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.

If you create an RDS Custom DB instance, you must set AutoMinorVersionUpgrade to false.

CreateDBInstance, createDBInstance_availabilityZone - The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

Amazon Aurora

Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.

CreateDBInstance, createDBInstance_backupRetentionPeriod - The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Amazon Aurora

Not applicable. The retention period for automated backups is managed by the DB cluster.

Default: 1

Constraints:

  • Must be a value from 0 to 35
  • Can't be set to 0 if the DB instance is a source to read replicas
  • Can't be set to 0 for an RDS Custom for Oracle DB instance

CreateDBInstance, createDBInstance_backupTarget - Specifies where automated backups and manual snapshots are stored.

Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region.

For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

CreateDBInstance, createDBInstance_cACertificateIdentifier - Specifies the CA certificate identifier to use for the DB instance’s server certificate.

This setting doesn't apply to RDS Custom.

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.

CreateDBInstance, createDBInstance_characterSetName - For supported engines, this value indicates that the DB instance should be associated with the specified CharacterSet.

This setting doesn't apply to RDS Custom. However, if you need to change the character set, you can change it on the database itself.

Amazon Aurora

Not applicable. The character set is managed by the DB cluster. For more information, see CreateDBCluster.

CreateDBInstance, createDBInstance_copyTagsToSnapshot - A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

Amazon Aurora

Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.

CreateDBInstance, createDBInstance_customIamInstanceProfile - The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

  • The profile must exist in your account.
  • The profile must have an IAM role that Amazon EC2 has permissions to assume.
  • The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom.

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

CreateDBInstance, createDBInstance_dbClusterIdentifier - The identifier of the DB cluster that the instance will belong to.

This setting doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_dbName - The meaning of this parameter differs according to the database engine you use.

MySQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.
  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
  • Can't be a word reserved by the specified database engine

MariaDB

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 letters or numbers.
  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
  • Can't be a word reserved by the specified database engine

PostgreSQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance.

Constraints:

  • Must contain 1 to 63 letters, numbers, or underscores.
  • Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
  • Can't be a word reserved by the specified database engine

Oracle

The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName.

Default: ORCL

Constraints:

  • Can't be longer than 8 characters

Amazon RDS Custom for Oracle

The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL.

Default: ORCL

Constraints:

  • It must contain 1 to 8 alphanumeric characters.
  • It must contain a letter.
  • It can't be a word reserved by the database engine.

Amazon RDS Custom for SQL Server

Not applicable. Must be null.

SQL Server

Not applicable. Must be null.

Amazon Aurora MySQL

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster.

Constraints:

  • It must contain 1 to 64 alphanumeric characters.
  • It can't be a word reserved by the database engine.

Amazon Aurora PostgreSQL

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster.

Constraints:

  • It must contain 1 to 63 alphanumeric characters.
  • It must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9).
  • It can't be a word reserved by the database engine.

CreateDBInstance, createDBInstance_dbParameterGroupName - The name of the DB parameter group to associate with this DB instance. If you do not specify a value, then the default DB parameter group for the specified DB engine and version is used.

This setting doesn't apply to RDS Custom.

Constraints:

  • It must be 1 to 255 letters, numbers, or hyphens.
  • The first character must be a letter.
  • It can't end with a hyphen or contain two consecutive hyphens.

CreateDBInstance, createDBInstance_dbSecurityGroups - A list of DB security groups to associate with this DB instance.

This setting applies to the legacy EC2-Classic platform, which is no longer used to create new DB instances. Use the VpcSecurityGroupIds setting instead.

CreateDBInstance, createDBInstance_dbSubnetGroupName - A DB subnet group to associate with this DB instance.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

CreateDBInstance, createDBInstance_deletionProtection - A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

Amazon Aurora

Not applicable. You can enable or disable deletion protection for the DB cluster. For more information, see CreateDBCluster. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.

CreateDBInstance, createDBInstance_domain - The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The domain is managed by the DB cluster.

$sel:domainIAMRoleName:CreateDBInstance', createDBInstance_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The domain is managed by the DB cluster.

$sel:enableCloudwatchLogsExports:CreateDBInstance', createDBInstance_enableCloudwatchLogsExports - The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. CloudWatch Logs exports are managed by the DB cluster.

RDS Custom

Not applicable.

MariaDB

Possible values are audit, error, general, and slowquery.

Microsoft SQL Server

Possible values are agent and error.

MySQL

Possible values are audit, error, general, and slowquery.

Oracle

Possible values are alert, audit, listener, trace, and oemagent.

PostgreSQL

Possible values are postgresql and upgrade.

$sel:enableCustomerOwnedIp:CreateDBInstance', createDBInstance_enableCustomerOwnedIp - A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

$sel:enableIAMDatabaseAuthentication:CreateDBInstance', createDBInstance_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.

$sel:enablePerformanceInsights:CreateDBInstance', createDBInstance_enablePerformanceInsights - A value that indicates whether to enable Performance Insights for the DB instance. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_engineVersion - The version number of the database engine to use.

For a list of valid engine versions, use the DescribeDBEngineVersions operation.

The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region.

Amazon Aurora

Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster.

Amazon RDS Custom for Oracle

A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV name has the following format: 19.customized_string. A valid CEV name is 19.my_cev1. For more information, see Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.

Amazon RDS Custom for SQL Server

See RDS Custom for SQL Server general requirements in the Amazon RDS User Guide.

MariaDB

For information, see MariaDB on Amazon RDS Versions in the Amazon RDS User Guide.

Microsoft SQL Server

For information, see Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.

MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

Oracle

For information, see Oracle Database Engine Release Notes in the Amazon RDS User Guide.

PostgreSQL

For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

CreateDBInstance, createDBInstance_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. For information about valid IOPS values, see Amazon RDS DB instance storage in the Amazon RDS User Guide.

Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50 of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50 of the storage amount for the DB instance.

Amazon Aurora

Not applicable. Storage is managed by the DB cluster.

CreateDBInstance, createDBInstance_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

Amazon Aurora

Not applicable. The Amazon Web Services KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster.

If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Amazon RDS Custom

A KMS key is required for RDS Custom instances. For most RDS engines, if you leave this parameter empty while enabling StorageEncrypted, the engine uses the default KMS key. However, RDS Custom doesn't use the default key when this parameter is empty. You must explicitly specify a key.

CreateDBInstance, createDBInstance_licenseModel - License model information for this DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable.

$sel:manageMasterUserPassword:CreateDBInstance', createDBInstance_manageMasterUserPassword - A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager.

For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.

Constraints:

  • Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.

CreateDBInstance, createDBInstance_masterUserPassword - The password for the master user. The password can include any printable ASCII character except "/", """, or "@".

Amazon Aurora

Not applicable. The password for the master user is managed by the DB cluster.

Constraints: Can't be specified if ManageMasterUserPassword is turned on.

MariaDB

Constraints: Must contain from 8 to 41 characters.

Microsoft SQL Server

Constraints: Must contain from 8 to 128 characters.

MySQL

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

$sel:masterUserSecretKmsKeyId:CreateDBInstance', createDBInstance_masterUserSecretKmsKeyId - The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

CreateDBInstance, createDBInstance_masterUsername - The name for the master user.

Amazon Aurora

Not applicable. The name for the master user is managed by the DB cluster.

Amazon RDS

Constraints:

  • Required.
  • Must be 1 to 16 letters, numbers, or underscores.
  • First character must be a letter.
  • Can't be a reserved word for the chosen database engine.

CreateDBInstance, createDBInstance_maxAllocatedStorage - The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. Storage is managed by the DB cluster.

CreateDBInstance, createDBInstance_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collection of Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must set MonitoringInterval to a value other than 0.

This setting doesn't apply to RDS Custom.

Valid Values: 0, 1, 5, 10, 15, 30, 60

CreateDBInstance, createDBInstance_monitoringRoleArn - The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_multiAZ - A value that indicates whether the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. DB instance Availability Zones (AZs) are managed by the DB cluster.

CreateDBInstance, createDBInstance_ncharCharacterSetName - The name of the NCHAR character set for the Oracle DB instance.

This parameter doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

CreateDBInstance, createDBInstance_optionGroupName - A value that indicates that the DB instance should be associated with the specified option group.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance after it is associated with a DB instance.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable.

CreateDBInstance, createDBInstance_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.

This setting doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_port - The port number on which the database accepts connections.

MySQL

Default: 3306

Valid values: 1150-65535

Type: Integer

MariaDB

Default: 3306

Valid values: 1150-65535

Type: Integer

PostgreSQL

Default: 5432

Valid values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid values: 1150-65535

SQL Server

Default: 1433

Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156.

Amazon Aurora

Default: 3306

Valid values: 1150-65535

Type: Integer

CreateDBInstance, createDBInstance_preferredBackupWindow - The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. The daily time range for creating automated backups is managed by the DB cluster.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.

CreateDBInstance, createDBInstance_preferredMaintenanceWindow - The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window.

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

CreateDBInstance, createDBInstance_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable.

CreateDBInstance, createDBInstance_promotionTier - A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

This setting doesn't apply to RDS Custom.

Default: 1

Valid Values: 0 - 15

CreateDBInstance, createDBInstance_publiclyAccessible - A value that indicates whether the DB instance is publicly accessible.

When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

  • If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB instance is private.
  • If the default VPC in the target Region has an internet gateway attached to it, the DB instance is public.

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

  • If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB instance is private.
  • If the subnets are part of a VPC that has an internet gateway attached to it, the DB instance is public.

CreateDBInstance, createDBInstance_storageEncrypted - A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.

For RDS Custom instances, either set this parameter to true or leave it unset. If you set this parameter to false, RDS reports an error.

Amazon Aurora

Not applicable. The encryption for DB instances is managed by the DB cluster.

CreateDBInstance, createDBInstance_storageThroughput - Specifies the storage throughput value for the DB instance.

This setting applies only to the gp3 storage type.

This setting doesn't apply to RDS Custom or Amazon Aurora.

CreateDBInstance, createDBInstance_storageType - Specifies the storage type to be associated with the DB instance.

Valid values: gp2 | gp3 | io1 | standard

If you specify io1 or gp3, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

Amazon Aurora

Not applicable. Storage is managed by the DB cluster.

$sel:tags:CreateDBInstance', createDBInstance_tags - Tags to assign to the DB instance.

CreateDBInstance, createDBInstance_tdeCredentialArn - The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable.

$sel:tdeCredentialPassword:CreateDBInstance', createDBInstance_tdeCredentialPassword - The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

CreateDBInstance, createDBInstance_timezone - The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.

CreateDBInstance, createDBInstance_vpcSecurityGroupIds - A list of Amazon EC2 VPC security groups to associate with this DB instance.

Amazon Aurora

Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

CreateDBInstance, createDBInstance_dbInstanceIdentifier - The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: mydbinstance

CreateDBInstance, createDBInstance_dbInstanceClass - The compute and memory capacity of the DB instance, for example db.m5.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance classes in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide.

CreateDBInstance, createDBInstance_engine - The name of the database engine to be used for this instance.

Not every database engine is available for every Amazon Web Services Region.

Valid Values:

  • aurora (for MySQL 5.6-compatible Aurora)
  • aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
  • aurora-postgresql
  • custom-oracle-ee (for RDS Custom for Oracle instances)
  • custom-sqlserver-ee (for RDS Custom for SQL Server instances)
  • custom-sqlserver-se (for RDS Custom for SQL Server instances)
  • custom-sqlserver-web (for RDS Custom for SQL Server instances)
  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

data CreateDBInstanceResponse Source #

See: newCreateDBInstanceResponse smart constructor.

Instances

Instances details
Generic CreateDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Associated Types

type Rep CreateDBInstanceResponse :: Type -> Type #

Read CreateDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Show CreateDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

NFData CreateDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

Eq CreateDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

type Rep CreateDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstance

type Rep CreateDBInstanceResponse = D1 ('MetaData "CreateDBInstanceResponse" "Amazonka.RDS.CreateDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBInstanceResponse Source #

Create a value of CreateDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:CreateDBInstanceResponse', createDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:CreateDBInstanceResponse', createDBInstanceResponse_httpStatus - The response's http status code.

CreateDBInstanceReadReplica

data CreateDBInstanceReadReplica Source #

See: newCreateDBInstanceReadReplica smart constructor.

Instances

Instances details
ToHeaders CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

ToPath CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

ToQuery CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

AWSRequest CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Generic CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Associated Types

type Rep CreateDBInstanceReadReplica :: Type -> Type #

Read CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Show CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

NFData CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Eq CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Hashable CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

type AWSResponse CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

type Rep CreateDBInstanceReadReplica Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

type Rep CreateDBInstanceReadReplica = D1 ('MetaData "CreateDBInstanceReadReplica" "Amazonka.RDS.CreateDBInstanceReadReplica" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBInstanceReadReplica'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "customIamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enableCustomerOwnedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enablePerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))) :*: ((((S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "replicaMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicaMode)) :*: (S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "useDefaultProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceDBInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newCreateDBInstanceReadReplica Source #

Create a value of CreateDBInstanceReadReplica with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBInstanceReadReplica, createDBInstanceReadReplica_autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the read replica during the maintenance window.

This setting doesn't apply to RDS Custom.

Default: Inherits from the source DB instance

CreateDBInstanceReadReplica, createDBInstanceReadReplica_availabilityZone - The Availability Zone (AZ) where the read replica will be created.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

CreateDBInstanceReadReplica, createDBInstanceReadReplica_copyTagsToSnapshot - A value that indicates whether to copy all tags from the read replica to snapshots of the read replica. By default, tags are not copied.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_customIamInstanceProfile - The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

  • The profile must exist in your account.
  • The profile must have an IAM role that Amazon EC2 has permissions to assume.
  • The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom.

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_dbInstanceClass - The compute and memory capacity of the read replica, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: Inherits from the source DB instance.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_dbParameterGroupName - The name of the DB parameter group to associate with this DB instance.

If you do not specify a value for DBParameterGroupName, then Amazon RDS uses the DBParameterGroup of source DB instance for a same Region read replica, or the default DBParameterGroup for the specified DB engine for a cross-Region read replica.

Specifying a parameter group for this operation is only supported for MySQL and Oracle DB instances. It isn't supported for RDS Custom.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

CreateDBInstanceReadReplica, createDBInstanceReadReplica_dbSubnetGroupName - Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC.

Constraints:

  • Can only be specified if the source DB instance identifier specifies a DB instance in another Amazon Web Services Region.
  • If supplied, must match the name of an existing DBSubnetGroup.
  • The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running.
  • All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either:>

    • Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC.
    • Not specify a DB subnet group. All these read replicas are created outside of any VPC.

Example: mydbsubnetgroup

CreateDBInstanceReadReplica, createDBInstanceReadReplica_deletionProtection - A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

$sel:destinationRegion:CreateDBInstanceReadReplica', createDBInstanceReadReplica_destinationRegion - Pseudo-parameter used when populating the PreSignedUrl of a cross-region CreateDBInstanceReadReplica request. To replicate from region SRC to region DST, send a request to region DST. In that request, pass a PreSignedUrl for region SRC with DestinationRegion set to region DST.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_domain - The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:domainIAMRoleName:CreateDBInstanceReadReplica', createDBInstanceReadReplica_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

$sel:enableCloudwatchLogsExports:CreateDBInstanceReadReplica', createDBInstanceReadReplica_enableCloudwatchLogsExports - The list of logs that the new DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:enableCustomerOwnedIp:CreateDBInstanceReadReplica', createDBInstanceReadReplica_enableCustomerOwnedIp - A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts read replica.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the read replica from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

$sel:enableIAMDatabaseAuthentication:CreateDBInstanceReadReplica', createDBInstanceReadReplica_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:enablePerformanceInsights:CreateDBInstanceReadReplica', createDBInstanceReadReplica_enablePerformanceInsights - A value that indicates whether to enable Performance Insights for the read replica.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted read replica.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you create an encrypted read replica in the same Amazon Web Services Region as the source DB instance, then do not specify a value for this parameter. A read replica in the same Amazon Web Services Region is always encrypted with the same KMS key as the source DB instance.

If you create an encrypted read replica in a different Amazon Web Services Region, then you must specify a KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

You can't create an encrypted read replica from an unencrypted DB instance.

This setting doesn't apply to RDS Custom, which uses the same KMS key as the primary replica.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_maxAllocatedStorage - The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the read replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

This setting doesn't apply to RDS Custom.

Valid Values: 0, 1, 5, 10, 15, 30, 60

CreateDBInstanceReadReplica, createDBInstanceReadReplica_monitoringRoleArn - The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_multiAZ - A value that indicates whether the read replica is in a Multi-AZ deployment.

You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source database is a Multi-AZ DB instance.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for read replica. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_optionGroupName - The option group the DB instance is associated with. If omitted, the option group associated with the source instance is used.

For SQL Server, you must use the option group associated with the source instance.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_port - The port number that the DB instance uses for connections.

Default: Inherits from the source DB instance

Valid Values: 1150-65535

$sel:preSignedUrl:CreateDBInstanceReadReplica', createDBInstanceReadReplica_preSignedUrl - When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API operation in the source Amazon Web Services Region that contains the source DB instance.

This setting applies only to Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions.

You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region.

The presigned URL must be a valid request for the CreateDBInstanceReadReplica API operation that can run in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values:

  • DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica operation is called that contains this presigned URL.

    For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica operation in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CreateDBInstanceReadReplica operation in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region.

  • KmsKeyId - The KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL.
  • SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are creating an encrypted read replica from a DB instance in the us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115.

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.

SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server doesn't support cross-Region read replicas.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_publiclyAccessible - A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_replicaMode - The open mode of the replica database: mounted or read-only.

This parameter is only supported for Oracle DB instances.

Mounted DB replicas are included in Oracle Database Enterprise Edition. The main use case for mounted replicas is cross-Region disaster recovery. The primary database doesn't use Active Data Guard to transmit information to the mounted replica. Because it doesn't accept user connections, a mounted replica can't serve a read-only workload.

You can create a combination of mounted and read-only DB replicas for the same primary DB instance. For more information, see Working with Oracle Read Replicas for Amazon RDS in the Amazon RDS User Guide.

For RDS Custom, you must specify this parameter and set it to mounted. The value won't be set by default. After replica creation, you can manage the open mode manually.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_storageThroughput - Specifies the storage throughput value for the read replica.

This setting doesn't apply to RDS Custom or Amazon Aurora.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_storageType - Specifies the storage type to be associated with the read replica.

Valid values: gp2 | gp3 | io1 | standard

If you specify io1 or gp3, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

$sel:tags:CreateDBInstanceReadReplica', createDBInstanceReadReplica_tags - Undocumented member.

$sel:useDefaultProcessorFeatures:CreateDBInstanceReadReplica', createDBInstanceReadReplica_useDefaultProcessorFeatures - A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_vpcSecurityGroupIds - A list of Amazon EC2 VPC security groups to associate with the read replica.

This setting doesn't apply to RDS Custom.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

CreateDBInstanceReadReplica, createDBInstanceReadReplica_dbInstanceIdentifier - The DB instance identifier of the read replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

$sel:sourceDBInstanceIdentifier:CreateDBInstanceReadReplica', createDBInstanceReadReplica_sourceDBInstanceIdentifier - The identifier of the DB instance that will act as the source for the read replica. Each DB instance can have up to five read replicas.

Constraints:

  • Must be the identifier of an existing MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server DB instance.
  • Can specify a DB instance that is a MySQL read replica only if the source is running MySQL 5.6 or later.
  • For the limitations of Oracle read replicas, see Read Replica Limitations with Oracle in the Amazon RDS User Guide.
  • For the limitations of SQL Server read replicas, see Read Replica Limitations with Microsoft SQL Server in the Amazon RDS User Guide.
  • Can specify a PostgreSQL DB instance only if the source is running PostgreSQL 9.3.5 or later (9.4.7 and higher for cross-Region replication).
  • The specified DB instance must have automatic backups enabled, that is, its backup retention period must be greater than 0.
  • If the source DB instance is in the same Amazon Web Services Region as the read replica, specify a valid DB instance identifier.
  • If the source DB instance is in a different Amazon Web Services Region from the read replica, specify a valid DB instance ARN. For more information, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide. This doesn't apply to SQL Server or RDS Custom, which don't support cross-Region replicas.

data CreateDBInstanceReadReplicaResponse Source #

Instances

Instances details
Generic CreateDBInstanceReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Read CreateDBInstanceReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Show CreateDBInstanceReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

NFData CreateDBInstanceReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

Eq CreateDBInstanceReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

type Rep CreateDBInstanceReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBInstanceReadReplica

type Rep CreateDBInstanceReadReplicaResponse = D1 ('MetaData "CreateDBInstanceReadReplicaResponse" "Amazonka.RDS.CreateDBInstanceReadReplica" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBInstanceReadReplicaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBInstanceReadReplicaResponse Source #

Create a value of CreateDBInstanceReadReplicaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:CreateDBInstanceReadReplicaResponse', createDBInstanceReadReplicaResponse_dbInstance - Undocumented member.

$sel:httpStatus:CreateDBInstanceReadReplicaResponse', createDBInstanceReadReplicaResponse_httpStatus - The response's http status code.

CreateDBParameterGroup

data CreateDBParameterGroup Source #

See: newCreateDBParameterGroup smart constructor.

Instances

Instances details
ToHeaders CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

ToPath CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

ToQuery CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

AWSRequest CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Associated Types

type AWSResponse CreateDBParameterGroup #

Generic CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Associated Types

type Rep CreateDBParameterGroup :: Type -> Type #

Read CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Show CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

NFData CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Methods

rnf :: CreateDBParameterGroup -> () #

Eq CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Hashable CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

type AWSResponse CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

type Rep CreateDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

type Rep CreateDBParameterGroup = D1 ('MetaData "CreateDBParameterGroup" "Amazonka.RDS.CreateDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDBParameterGroup Source #

Create a value of CreateDBParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBParameterGroup', createDBParameterGroup_tags - Tags to assign to the DB parameter group.

CreateDBParameterGroup, createDBParameterGroup_dbParameterGroupName - The name of the DB parameter group.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

This value is stored as a lowercase string.

CreateDBParameterGroup, createDBParameterGroup_dbParameterGroupFamily - The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

To list all of the available parameter group families for a DB engine, use the following command:

aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>

For example, to list all of the available parameter group families for the MySQL DB engine, use the following command:

aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine mysql

The output contains duplicates.

The following are the valid DB engine values:

  • aurora (for MySQL 5.6-compatible Aurora)
  • aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
  • aurora-postgresql
  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

CreateDBParameterGroup, createDBParameterGroup_description - The description for the DB parameter group.

data CreateDBParameterGroupResponse Source #

See: newCreateDBParameterGroupResponse smart constructor.

Instances

Instances details
Generic CreateDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Associated Types

type Rep CreateDBParameterGroupResponse :: Type -> Type #

Read CreateDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Show CreateDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

NFData CreateDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

Eq CreateDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

type Rep CreateDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBParameterGroup

type Rep CreateDBParameterGroupResponse = D1 ('MetaData "CreateDBParameterGroupResponse" "Amazonka.RDS.CreateDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBParameterGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBParameterGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBParameterGroupResponse Source #

Create a value of CreateDBParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroup:CreateDBParameterGroupResponse', createDBParameterGroupResponse_dbParameterGroup - Undocumented member.

$sel:httpStatus:CreateDBParameterGroupResponse', createDBParameterGroupResponse_httpStatus - The response's http status code.

CreateDBProxy

data CreateDBProxy Source #

See: newCreateDBProxy smart constructor.

Instances

Instances details
ToHeaders CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

ToPath CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

ToQuery CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

AWSRequest CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Associated Types

type AWSResponse CreateDBProxy #

Generic CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Associated Types

type Rep CreateDBProxy :: Type -> Type #

Read CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Show CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

NFData CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Methods

rnf :: CreateDBProxy -> () #

Eq CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Hashable CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

type AWSResponse CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

type Rep CreateDBProxy Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

newCreateDBProxy Source #

Create a value of CreateDBProxy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBProxy, createDBProxy_debugLogging - Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.

CreateDBProxy, createDBProxy_idleClientTimeout - The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.

CreateDBProxy, createDBProxy_requireTLS - A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.

$sel:tags:CreateDBProxy', createDBProxy_tags - An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.

CreateDBProxy, createDBProxy_vpcSecurityGroupIds - One or more VPC security group IDs to associate with the new proxy.

CreateDBProxy, createDBProxy_dbProxyName - The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

CreateDBProxy, createDBProxy_engineFamily - The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. For Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases, specify MYSQL. For Aurora PostgreSQL and RDS for PostgreSQL databases, specify POSTGRESQL. For RDS for Microsoft SQL Server, specify SQLSERVER.

CreateDBProxy, createDBProxy_auth - The authorization mechanism that the proxy uses.

CreateDBProxy, createDBProxy_roleArn - The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.

CreateDBProxy, createDBProxy_vpcSubnetIds - One or more VPC subnet IDs to associate with the new proxy.

data CreateDBProxyResponse Source #

See: newCreateDBProxyResponse smart constructor.

Instances

Instances details
Generic CreateDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Associated Types

type Rep CreateDBProxyResponse :: Type -> Type #

Read CreateDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Show CreateDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

NFData CreateDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

Methods

rnf :: CreateDBProxyResponse -> () #

Eq CreateDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

type Rep CreateDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxy

type Rep CreateDBProxyResponse = D1 ('MetaData "CreateDBProxyResponse" "Amazonka.RDS.CreateDBProxy" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBProxyResponse Source #

Create a value of CreateDBProxyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxy:CreateDBProxyResponse', createDBProxyResponse_dbProxy - The DBProxy structure corresponding to the new proxy.

$sel:httpStatus:CreateDBProxyResponse', createDBProxyResponse_httpStatus - The response's http status code.

CreateDBProxyEndpoint

data CreateDBProxyEndpoint Source #

See: newCreateDBProxyEndpoint smart constructor.

Instances

Instances details
ToHeaders CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

ToPath CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

ToQuery CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

AWSRequest CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Associated Types

type AWSResponse CreateDBProxyEndpoint #

Generic CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Associated Types

type Rep CreateDBProxyEndpoint :: Type -> Type #

Read CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Show CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

NFData CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Methods

rnf :: CreateDBProxyEndpoint -> () #

Eq CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Hashable CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

type AWSResponse CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

type Rep CreateDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

type Rep CreateDBProxyEndpoint = D1 ('MetaData "CreateDBProxyEndpoint" "Amazonka.RDS.CreateDBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBProxyEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "targetRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpointTargetRole)) :*: S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dbProxyEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vpcSubnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))

newCreateDBProxyEndpoint Source #

Create a value of CreateDBProxyEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBProxyEndpoint', createDBProxyEndpoint_tags - Undocumented member.

CreateDBProxyEndpoint, createDBProxyEndpoint_targetRole - A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is READ_WRITE.

CreateDBProxyEndpoint, createDBProxyEndpoint_vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.

CreateDBProxyEndpoint, createDBProxyEndpoint_dbProxyName - The name of the DB proxy associated with the DB proxy endpoint that you create.

CreateDBProxyEndpoint, createDBProxyEndpoint_dbProxyEndpointName - The name of the DB proxy endpoint to create.

CreateDBProxyEndpoint, createDBProxyEndpoint_vpcSubnetIds - The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.

data CreateDBProxyEndpointResponse Source #

See: newCreateDBProxyEndpointResponse smart constructor.

Instances

Instances details
Generic CreateDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Associated Types

type Rep CreateDBProxyEndpointResponse :: Type -> Type #

Read CreateDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Show CreateDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

NFData CreateDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

Eq CreateDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

type Rep CreateDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBProxyEndpoint

type Rep CreateDBProxyEndpointResponse = D1 ('MetaData "CreateDBProxyEndpointResponse" "Amazonka.RDS.CreateDBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBProxyEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBProxyEndpointResponse Source #

Create a value of CreateDBProxyEndpointResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxyEndpoint:CreateDBProxyEndpointResponse', createDBProxyEndpointResponse_dbProxyEndpoint - The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy's default VPC.

$sel:httpStatus:CreateDBProxyEndpointResponse', createDBProxyEndpointResponse_httpStatus - The response's http status code.

CreateDBSecurityGroup

data CreateDBSecurityGroup Source #

See: newCreateDBSecurityGroup smart constructor.

Instances

Instances details
ToHeaders CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

ToPath CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

ToQuery CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

AWSRequest CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Associated Types

type AWSResponse CreateDBSecurityGroup #

Generic CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Associated Types

type Rep CreateDBSecurityGroup :: Type -> Type #

Read CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Show CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

NFData CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Methods

rnf :: CreateDBSecurityGroup -> () #

Eq CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Hashable CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

type AWSResponse CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

type Rep CreateDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

type Rep CreateDBSecurityGroup = D1 ('MetaData "CreateDBSecurityGroup" "Amazonka.RDS.CreateDBSecurityGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBSecurityGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dbSecurityGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDBSecurityGroup Source #

Create a value of CreateDBSecurityGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBSecurityGroup', createDBSecurityGroup_tags - Tags to assign to the DB security group.

CreateDBSecurityGroup, createDBSecurityGroup_dbSecurityGroupName - The name for the DB security group. This value is stored as a lowercase string.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"

Example: mysecuritygroup

CreateDBSecurityGroup, createDBSecurityGroup_dbSecurityGroupDescription - The description for the DB security group.

data CreateDBSecurityGroupResponse Source #

See: newCreateDBSecurityGroupResponse smart constructor.

Instances

Instances details
Generic CreateDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Associated Types

type Rep CreateDBSecurityGroupResponse :: Type -> Type #

Read CreateDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Show CreateDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

NFData CreateDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

Eq CreateDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

type Rep CreateDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSecurityGroup

type Rep CreateDBSecurityGroupResponse = D1 ('MetaData "CreateDBSecurityGroupResponse" "Amazonka.RDS.CreateDBSecurityGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBSecurityGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSecurityGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBSecurityGroupResponse Source #

Create a value of CreateDBSecurityGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroup:CreateDBSecurityGroupResponse', createDBSecurityGroupResponse_dbSecurityGroup - Undocumented member.

$sel:httpStatus:CreateDBSecurityGroupResponse', createDBSecurityGroupResponse_httpStatus - The response's http status code.

CreateDBSnapshot

data CreateDBSnapshot Source #

See: newCreateDBSnapshot smart constructor.

Constructors

CreateDBSnapshot' (Maybe [Tag]) Text Text 

Instances

Instances details
ToHeaders CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

ToPath CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

ToQuery CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

AWSRequest CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Associated Types

type AWSResponse CreateDBSnapshot #

Generic CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Associated Types

type Rep CreateDBSnapshot :: Type -> Type #

Read CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Show CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

NFData CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Methods

rnf :: CreateDBSnapshot -> () #

Eq CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Hashable CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

type AWSResponse CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

type Rep CreateDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

type Rep CreateDBSnapshot = D1 ('MetaData "CreateDBSnapshot" "Amazonka.RDS.CreateDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDBSnapshot Source #

Create a value of CreateDBSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBSnapshot', createDBSnapshot_tags - Undocumented member.

CreateDBSnapshot, createDBSnapshot_dbSnapshotIdentifier - The identifier for the DB snapshot.

Constraints:

  • Can't be null, empty, or blank
  • Must contain from 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-snapshot-id

CreateDBSnapshot, createDBSnapshot_dbInstanceIdentifier - The identifier of the DB instance that you want to create the snapshot of.

Constraints:

  • Must match the identifier of an existing DBInstance.

data CreateDBSnapshotResponse Source #

See: newCreateDBSnapshotResponse smart constructor.

Instances

Instances details
Generic CreateDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Associated Types

type Rep CreateDBSnapshotResponse :: Type -> Type #

Read CreateDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Show CreateDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

NFData CreateDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

Eq CreateDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

type Rep CreateDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSnapshot

type Rep CreateDBSnapshotResponse = D1 ('MetaData "CreateDBSnapshotResponse" "Amazonka.RDS.CreateDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBSnapshotResponse Source #

Create a value of CreateDBSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshot:CreateDBSnapshotResponse', createDBSnapshotResponse_dbSnapshot - Undocumented member.

$sel:httpStatus:CreateDBSnapshotResponse', createDBSnapshotResponse_httpStatus - The response's http status code.

CreateDBSubnetGroup

data CreateDBSubnetGroup Source #

See: newCreateDBSubnetGroup smart constructor.

Instances

Instances details
ToHeaders CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

ToPath CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

ToQuery CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

AWSRequest CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Associated Types

type AWSResponse CreateDBSubnetGroup #

Generic CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Associated Types

type Rep CreateDBSubnetGroup :: Type -> Type #

Read CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Show CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

NFData CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Methods

rnf :: CreateDBSubnetGroup -> () #

Eq CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Hashable CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

type AWSResponse CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

type Rep CreateDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

type Rep CreateDBSubnetGroup = D1 ('MetaData "CreateDBSubnetGroup" "Amazonka.RDS.CreateDBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dbSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newCreateDBSubnetGroup Source #

Create a value of CreateDBSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateDBSubnetGroup', createDBSubnetGroup_tags - Tags to assign to the DB subnet group.

CreateDBSubnetGroup, createDBSubnetGroup_dbSubnetGroupName - The name for the DB subnet group. This value is stored as a lowercase string.

Constraints:

  • Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.
  • Must not be default.
  • First character must be a letter.

Example: mydbsubnetgroup

CreateDBSubnetGroup, createDBSubnetGroup_dbSubnetGroupDescription - The description for the DB subnet group.

$sel:subnetIds:CreateDBSubnetGroup', createDBSubnetGroup_subnetIds - The EC2 Subnet IDs for the DB subnet group.

data CreateDBSubnetGroupResponse Source #

See: newCreateDBSubnetGroupResponse smart constructor.

Instances

Instances details
Generic CreateDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Associated Types

type Rep CreateDBSubnetGroupResponse :: Type -> Type #

Read CreateDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Show CreateDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

NFData CreateDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

Eq CreateDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

type Rep CreateDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateDBSubnetGroup

type Rep CreateDBSubnetGroupResponse = D1 ('MetaData "CreateDBSubnetGroupResponse" "Amazonka.RDS.CreateDBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateDBSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSubnetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDBSubnetGroupResponse Source #

Create a value of CreateDBSubnetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDBSubnetGroupResponse, createDBSubnetGroupResponse_dbSubnetGroup - Undocumented member.

$sel:httpStatus:CreateDBSubnetGroupResponse', createDBSubnetGroupResponse_httpStatus - The response's http status code.

CreateEventSubscription

data CreateEventSubscription Source #

See: newCreateEventSubscription smart constructor.

Instances

Instances details
ToHeaders CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

ToPath CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

ToQuery CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

AWSRequest CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Generic CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Associated Types

type Rep CreateEventSubscription :: Type -> Type #

Read CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Show CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

NFData CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Methods

rnf :: CreateEventSubscription -> () #

Eq CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Hashable CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

type AWSResponse CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

type Rep CreateEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

type Rep CreateEventSubscription = D1 ('MetaData "CreateEventSubscription" "Amazonka.RDS.CreateEventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateEventSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateEventSubscription Source #

Create a value of CreateEventSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateEventSubscription, createEventSubscription_enabled - A value that indicates whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.

CreateEventSubscription, createEventSubscription_eventCategories - A list of event categories for a particular source type (SourceType) that you want to subscribe to. You can see a list of the categories for a given source type in the "Amazon RDS event categories and event messages" section of the Amazon RDS User Guide or the Amazon Aurora User Guide . You can also see this list by using the DescribeEventCategories operation.

$sel:sourceIds:CreateEventSubscription', createEventSubscription_sourceIds - The list of identifiers of the event sources for which events are returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It can't end with a hyphen or contain two consecutive hyphens.

Constraints:

  • If SourceIds are supplied, SourceType must also be provided.
  • If the source type is a DB instance, a DBInstanceIdentifier value must be supplied.
  • If the source type is a DB cluster, a DBClusterIdentifier value must be supplied.
  • If the source type is a DB parameter group, a DBParameterGroupName value must be supplied.
  • If the source type is a DB security group, a DBSecurityGroupName value must be supplied.
  • If the source type is a DB snapshot, a DBSnapshotIdentifier value must be supplied.
  • If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier value must be supplied.
  • If the source type is an RDS Proxy, a DBProxyName value must be supplied.

CreateEventSubscription, createEventSubscription_sourceType - The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy

$sel:tags:CreateEventSubscription', createEventSubscription_tags - Undocumented member.

$sel:subscriptionName:CreateEventSubscription', createEventSubscription_subscriptionName - The name of the subscription.

Constraints: The name must be less than 255 characters.

CreateEventSubscription, createEventSubscription_snsTopicArn - The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

data CreateEventSubscriptionResponse Source #

See: newCreateEventSubscriptionResponse smart constructor.

Instances

Instances details
Generic CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Associated Types

type Rep CreateEventSubscriptionResponse :: Type -> Type #

Read CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Show CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

NFData CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

Eq CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

type Rep CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateEventSubscription

type Rep CreateEventSubscriptionResponse = D1 ('MetaData "CreateEventSubscriptionResponse" "Amazonka.RDS.CreateEventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateEventSubscriptionResponse Source #

Create a value of CreateEventSubscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventSubscription:CreateEventSubscriptionResponse', createEventSubscriptionResponse_eventSubscription - Undocumented member.

$sel:httpStatus:CreateEventSubscriptionResponse', createEventSubscriptionResponse_httpStatus - The response's http status code.

CreateGlobalCluster

data CreateGlobalCluster Source #

See: newCreateGlobalCluster smart constructor.

Instances

Instances details
ToHeaders CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

ToPath CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

ToQuery CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

AWSRequest CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Associated Types

type AWSResponse CreateGlobalCluster #

Generic CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Associated Types

type Rep CreateGlobalCluster :: Type -> Type #

Read CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Show CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

NFData CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Methods

rnf :: CreateGlobalCluster -> () #

Eq CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Hashable CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

type AWSResponse CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

type Rep CreateGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

type Rep CreateGlobalCluster = D1 ('MetaData "CreateGlobalCluster" "Amazonka.RDS.CreateGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateGlobalCluster'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceDBClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newCreateGlobalCluster :: CreateGlobalCluster Source #

Create a value of CreateGlobalCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateGlobalCluster, createGlobalCluster_databaseName - The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.

CreateGlobalCluster, createGlobalCluster_deletionProtection - The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.

CreateGlobalCluster, createGlobalCluster_engine - The name of the database engine to be used for this DB cluster.

CreateGlobalCluster, createGlobalCluster_engineVersion - The engine version of the Aurora global database.

CreateGlobalCluster, createGlobalCluster_globalClusterIdentifier - The cluster identifier of the new global database cluster.

$sel:sourceDBClusterIdentifier:CreateGlobalCluster', createGlobalCluster_sourceDBClusterIdentifier - The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.

CreateGlobalCluster, createGlobalCluster_storageEncrypted - The storage encryption setting for the new global database cluster.

data CreateGlobalClusterResponse Source #

See: newCreateGlobalClusterResponse smart constructor.

Instances

Instances details
Generic CreateGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Associated Types

type Rep CreateGlobalClusterResponse :: Type -> Type #

Read CreateGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Show CreateGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

NFData CreateGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

Eq CreateGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

type Rep CreateGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateGlobalCluster

type Rep CreateGlobalClusterResponse = D1 ('MetaData "CreateGlobalClusterResponse" "Amazonka.RDS.CreateGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateGlobalClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateGlobalClusterResponse Source #

Create a value of CreateGlobalClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:globalCluster:CreateGlobalClusterResponse', createGlobalClusterResponse_globalCluster - Undocumented member.

$sel:httpStatus:CreateGlobalClusterResponse', createGlobalClusterResponse_httpStatus - The response's http status code.

CreateOptionGroup

data CreateOptionGroup Source #

See: newCreateOptionGroup smart constructor.

Instances

Instances details
ToHeaders CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

ToPath CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

ToQuery CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

AWSRequest CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Associated Types

type AWSResponse CreateOptionGroup #

Generic CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Associated Types

type Rep CreateOptionGroup :: Type -> Type #

Read CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Show CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

NFData CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Methods

rnf :: CreateOptionGroup -> () #

Eq CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Hashable CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

type AWSResponse CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

type Rep CreateOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

type Rep CreateOptionGroup = D1 ('MetaData "CreateOptionGroup" "Amazonka.RDS.CreateOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateOptionGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "optionGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateOptionGroup Source #

Create a value of CreateOptionGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateOptionGroup', createOptionGroup_tags - Tags to assign to the option group.

CreateOptionGroup, createOptionGroup_optionGroupName - Specifies the name of the option group to be created.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup

CreateOptionGroup, createOptionGroup_engineName - Specifies the name of the engine that this option group should be associated with.

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

CreateOptionGroup, createOptionGroup_majorEngineVersion - Specifies the major version of the engine that this option group should be associated with.

CreateOptionGroup, createOptionGroup_optionGroupDescription - The description of the option group.

data CreateOptionGroupResponse Source #

See: newCreateOptionGroupResponse smart constructor.

Instances

Instances details
Generic CreateOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Associated Types

type Rep CreateOptionGroupResponse :: Type -> Type #

Read CreateOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Show CreateOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

NFData CreateOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

Eq CreateOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

type Rep CreateOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.CreateOptionGroup

type Rep CreateOptionGroupResponse = D1 ('MetaData "CreateOptionGroupResponse" "Amazonka.RDS.CreateOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CreateOptionGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateOptionGroupResponse Source #

Create a value of CreateOptionGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionGroup:CreateOptionGroupResponse', createOptionGroupResponse_optionGroup - Undocumented member.

$sel:httpStatus:CreateOptionGroupResponse', createOptionGroupResponse_httpStatus - The response's http status code.

DeleteBlueGreenDeployment

data DeleteBlueGreenDeployment Source #

See: newDeleteBlueGreenDeployment smart constructor.

Instances

Instances details
ToHeaders DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

ToPath DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

ToQuery DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

AWSRequest DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Generic DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Associated Types

type Rep DeleteBlueGreenDeployment :: Type -> Type #

Read DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Show DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

NFData DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Eq DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Hashable DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type AWSResponse DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeployment = D1 ('MetaData "DeleteBlueGreenDeployment" "Amazonka.RDS.DeleteBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteBlueGreenDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "blueGreenDeploymentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteBlueGreenDeployment Source #

Create a value of DeleteBlueGreenDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteTarget:DeleteBlueGreenDeployment', deleteBlueGreenDeployment_deleteTarget - A value that indicates whether to delete the resources in the green environment.

DeleteBlueGreenDeployment, deleteBlueGreenDeployment_blueGreenDeploymentIdentifier - The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing blue/green deployment identifier.

data DeleteBlueGreenDeploymentResponse Source #

See: newDeleteBlueGreenDeploymentResponse smart constructor.

Instances

Instances details
Generic DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Associated Types

type Rep DeleteBlueGreenDeploymentResponse :: Type -> Type #

Read DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Show DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

NFData DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Eq DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeploymentResponse = D1 ('MetaData "DeleteBlueGreenDeploymentResponse" "Amazonka.RDS.DeleteBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteBlueGreenDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueGreenDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeployment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteBlueGreenDeploymentResponse Source #

Create a value of DeleteBlueGreenDeploymentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blueGreenDeployment:DeleteBlueGreenDeploymentResponse', deleteBlueGreenDeploymentResponse_blueGreenDeployment - Undocumented member.

$sel:httpStatus:DeleteBlueGreenDeploymentResponse', deleteBlueGreenDeploymentResponse_httpStatus - The response's http status code.

DeleteCustomDBEngineVersion

data DeleteCustomDBEngineVersion Source #

See: newDeleteCustomDBEngineVersion smart constructor.

Instances

Instances details
ToHeaders DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

ToPath DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

ToQuery DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

AWSRequest DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

Generic DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

Associated Types

type Rep DeleteCustomDBEngineVersion :: Type -> Type #

Read DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

Show DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

NFData DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

Eq DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

Hashable DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

type AWSResponse DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

type Rep DeleteCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.DeleteCustomDBEngineVersion

type Rep DeleteCustomDBEngineVersion = D1 ('MetaData "DeleteCustomDBEngineVersion" "Amazonka.RDS.DeleteCustomDBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteCustomDBEngineVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCustomDBEngineVersion Source #

Create a value of DeleteCustomDBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteCustomDBEngineVersion, deleteCustomDBEngineVersion_engine - The database engine. The only supported engine is custom-oracle-ee.

DeleteCustomDBEngineVersion, deleteCustomDBEngineVersion_engineVersion - The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.

data DBEngineVersion Source #

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

See: newDBEngineVersion smart constructor.

Instances

Instances details
FromXML DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Generic DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Associated Types

type Rep DBEngineVersion :: Type -> Type #

Read DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Show DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

NFData DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Methods

rnf :: DBEngineVersion -> () #

Eq DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Hashable DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion = D1 ('MetaData "DBEngineVersion" "Amazonka.RDS.Types.DBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBEngineVersion'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "customDBEngineVersionManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbEngineMediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbEngineVersionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "databaseInstallationFilesS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseInstallationFilesS3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultCharacterSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CharacterSet)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportableLogTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomDBEngineVersionAMI)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedCACertificateIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])))) :*: ((S1 ('MetaSel ('Just "supportedEngineModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedFeatureNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "supportedNcharCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])) :*: S1 ('MetaSel ('Just "supportedTimezones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Timezone]))))) :*: (((S1 ('MetaSel ('Just "supportsBabelfish") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsCertificateRotationWithoutRestart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportsGlobalDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsLogExportsToCloudwatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "supportsParallelQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsReadReplica") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "validUpgradeTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeTarget]))))))))

newDBEngineVersion :: DBEngineVersion Source #

Create a value of DBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createTime:DBEngineVersion', dbEngineVersion_createTime - The creation time of the DB engine version.

$sel:customDBEngineVersionManifest:DBEngineVersion', dbEngineVersion_customDBEngineVersionManifest - JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

$sel:dbEngineDescription:DBEngineVersion', dbEngineVersion_dbEngineDescription - The description of the database engine.

$sel:dbEngineMediaType:DBEngineVersion', dbEngineVersion_dbEngineMediaType - A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

$sel:dbEngineVersionArn:DBEngineVersion', dbEngineVersion_dbEngineVersionArn - The ARN of the custom engine version.

$sel:dbEngineVersionDescription:DBEngineVersion', dbEngineVersion_dbEngineVersionDescription - The description of the database engine version.

$sel:dbParameterGroupFamily:DBEngineVersion', dbEngineVersion_dbParameterGroupFamily - The name of the DB parameter group family for the database engine.

$sel:databaseInstallationFilesS3BucketName:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.

$sel:databaseInstallationFilesS3Prefix:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

$sel:defaultCharacterSet:DBEngineVersion', dbEngineVersion_defaultCharacterSet - The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

DBEngineVersion, dbEngineVersion_engine - The name of the database engine.

DBEngineVersion, dbEngineVersion_engineVersion - The version number of the database engine.

$sel:exportableLogTypes:DBEngineVersion', dbEngineVersion_exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.

$sel:image:DBEngineVersion', dbEngineVersion_image - The EC2 image

$sel:kmsKeyId:DBEngineVersion', dbEngineVersion_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

$sel:majorEngineVersion:DBEngineVersion', dbEngineVersion_majorEngineVersion - The major engine version of the CEV.

DBEngineVersion, dbEngineVersion_status - The status of the DB engine version, either available or deprecated.

$sel:supportedCACertificateIdentifiers:DBEngineVersion', dbEngineVersion_supportedCACertificateIdentifiers - A list of the supported CA certificate identifiers.

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.

$sel:supportedCharacterSets:DBEngineVersion', dbEngineVersion_supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

DBEngineVersion, dbEngineVersion_supportedEngineModes - A list of the supported DB engine modes.

$sel:supportedFeatureNames:DBEngineVersion', dbEngineVersion_supportedFeatureNames - A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

$sel:supportedNcharCharacterSets:DBEngineVersion', dbEngineVersion_supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

$sel:supportedTimezones:DBEngineVersion', dbEngineVersion_supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

DBEngineVersion, dbEngineVersion_supportsBabelfish - A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

$sel:supportsCertificateRotationWithoutRestart:DBEngineVersion', dbEngineVersion_supportsCertificateRotationWithoutRestart - A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

DBEngineVersion, dbEngineVersion_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with a specific DB engine version.

$sel:supportsLogExportsToCloudwatchLogs:DBEngineVersion', dbEngineVersion_supportsLogExportsToCloudwatchLogs - A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

DBEngineVersion, dbEngineVersion_supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

$sel:supportsReadReplica:DBEngineVersion', dbEngineVersion_supportsReadReplica - Indicates whether the database engine version supports read replicas.

$sel:tagList:DBEngineVersion', dbEngineVersion_tagList - Undocumented member.

$sel:validUpgradeTarget:DBEngineVersion', dbEngineVersion_validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.

DeleteDBCluster

data DeleteDBCluster Source #

See: newDeleteDBCluster smart constructor.

Instances

Instances details
ToHeaders DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

ToPath DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

ToQuery DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

AWSRequest DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Associated Types

type AWSResponse DeleteDBCluster #

Generic DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Associated Types

type Rep DeleteDBCluster :: Type -> Type #

Read DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Show DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

NFData DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Methods

rnf :: DeleteDBCluster -> () #

Eq DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Hashable DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

type AWSResponse DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

type Rep DeleteDBCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

type Rep DeleteDBCluster = D1 ('MetaData "DeleteDBCluster" "Amazonka.RDS.DeleteDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalDBSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "skipFinalSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteDBCluster Source #

Create a value of DeleteDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalDBSnapshotIdentifier:DeleteDBCluster', deleteDBCluster_finalDBSnapshotIdentifier - The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled.

Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the SkipFinalShapshot parameter results in an error.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

$sel:skipFinalSnapshot:DeleteDBCluster', deleteDBCluster_skipFinalSnapshot - A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created. By default, this parameter is disabled.

You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is disabled.

DeleteDBCluster, deleteDBCluster_dbClusterIdentifier - The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing DBClusterIdentifier.

data DeleteDBClusterResponse Source #

See: newDeleteDBClusterResponse smart constructor.

Instances

Instances details
Generic DeleteDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Associated Types

type Rep DeleteDBClusterResponse :: Type -> Type #

Read DeleteDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Show DeleteDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

NFData DeleteDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

Methods

rnf :: DeleteDBClusterResponse -> () #

Eq DeleteDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

type Rep DeleteDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBCluster

type Rep DeleteDBClusterResponse = D1 ('MetaData "DeleteDBClusterResponse" "Amazonka.RDS.DeleteDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBClusterResponse Source #

Create a value of DeleteDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:DeleteDBClusterResponse', deleteDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:DeleteDBClusterResponse', deleteDBClusterResponse_httpStatus - The response's http status code.

DeleteDBClusterEndpoint

data DeleteDBClusterEndpoint Source #

See: newDeleteDBClusterEndpoint smart constructor.

Instances

Instances details
ToHeaders DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

ToPath DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

ToQuery DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

AWSRequest DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

Generic DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

Associated Types

type Rep DeleteDBClusterEndpoint :: Type -> Type #

Read DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

Show DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

NFData DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

Methods

rnf :: DeleteDBClusterEndpoint -> () #

Eq DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

Hashable DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

type AWSResponse DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

type Rep DeleteDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterEndpoint

type Rep DeleteDBClusterEndpoint = D1 ('MetaData "DeleteDBClusterEndpoint" "Amazonka.RDS.DeleteDBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBClusterEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBClusterEndpoint Source #

Create a value of DeleteDBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBClusterEndpoint, deleteDBClusterEndpoint_dbClusterEndpointIdentifier - The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.

data DBClusterEndpoint Source #

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.

See: newDBClusterEndpoint smart constructor.

Instances

Instances details
FromXML DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Generic DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Associated Types

type Rep DBClusterEndpoint :: Type -> Type #

Read DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Show DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

NFData DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Methods

rnf :: DBClusterEndpoint -> () #

Eq DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Hashable DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint = D1 ('MetaData "DBClusterEndpoint" "Amazonka.RDS.Types.DBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterEndpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbClusterEndpointResourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "excludedMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "staticMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDBClusterEndpoint :: DBClusterEndpoint Source #

Create a value of DBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customEndpointType:DBClusterEndpoint', dbClusterEndpoint_customEndpointType - The type associated with a custom endpoint. One of: READER, WRITER, ANY.

$sel:dbClusterEndpointArn:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointArn - The Amazon Resource Name (ARN) for the endpoint.

$sel:dbClusterEndpointIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointIdentifier - The identifier associated with the endpoint. This parameter is stored as a lowercase string.

$sel:dbClusterEndpointResourceIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointResourceIdentifier - A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

$sel:dbClusterIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterIdentifier - The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

$sel:endpoint:DBClusterEndpoint', dbClusterEndpoint_endpoint - The DNS address of the endpoint.

$sel:endpointType:DBClusterEndpoint', dbClusterEndpoint_endpointType - The type of the endpoint. One of: READER, WRITER, CUSTOM.

$sel:excludedMembers:DBClusterEndpoint', dbClusterEndpoint_excludedMembers - List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

$sel:staticMembers:DBClusterEndpoint', dbClusterEndpoint_staticMembers - List of DB instance identifiers that are part of the custom endpoint group.

$sel:status:DBClusterEndpoint', dbClusterEndpoint_status - The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that can't be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database.

DeleteDBClusterParameterGroup

data DeleteDBClusterParameterGroup Source #

See: newDeleteDBClusterParameterGroup smart constructor.

Instances

Instances details
ToHeaders DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

ToPath DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

ToQuery DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

AWSRequest DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Generic DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Associated Types

type Rep DeleteDBClusterParameterGroup :: Type -> Type #

Read DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Show DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

NFData DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Eq DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Hashable DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type AWSResponse DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroup = D1 ('MetaData "DeleteDBClusterParameterGroup" "Amazonka.RDS.DeleteDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBClusterParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBClusterParameterGroup Source #

Create a value of DeleteDBClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBClusterParameterGroup, deleteDBClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group.

Constraints:

  • Must be the name of an existing DB cluster parameter group.
  • You can't delete a default DB cluster parameter group.
  • Can't be associated with any DB clusters.

data DeleteDBClusterParameterGroupResponse Source #

Instances

Instances details
Generic DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Read DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Show DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

NFData DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

Eq DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterParameterGroup

type Rep DeleteDBClusterParameterGroupResponse = D1 ('MetaData "DeleteDBClusterParameterGroupResponse" "Amazonka.RDS.DeleteDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBClusterParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDBClusterParameterGroupResponse :: DeleteDBClusterParameterGroupResponse Source #

Create a value of DeleteDBClusterParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDBClusterSnapshot

data DeleteDBClusterSnapshot Source #

See: newDeleteDBClusterSnapshot smart constructor.

Instances

Instances details
ToHeaders DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

ToPath DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

ToQuery DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

AWSRequest DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Generic DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Associated Types

type Rep DeleteDBClusterSnapshot :: Type -> Type #

Read DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Show DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

NFData DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Methods

rnf :: DeleteDBClusterSnapshot -> () #

Eq DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Hashable DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

type AWSResponse DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

type Rep DeleteDBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

type Rep DeleteDBClusterSnapshot = D1 ('MetaData "DeleteDBClusterSnapshot" "Amazonka.RDS.DeleteDBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBClusterSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBClusterSnapshot Source #

Create a value of DeleteDBClusterSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBClusterSnapshot, deleteDBClusterSnapshot_dbClusterSnapshotIdentifier - The identifier of the DB cluster snapshot to delete.

Constraints: Must be the name of an existing DB cluster snapshot in the available state.

data DeleteDBClusterSnapshotResponse Source #

See: newDeleteDBClusterSnapshotResponse smart constructor.

Instances

Instances details
Generic DeleteDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Associated Types

type Rep DeleteDBClusterSnapshotResponse :: Type -> Type #

Read DeleteDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Show DeleteDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

NFData DeleteDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

Eq DeleteDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

type Rep DeleteDBClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBClusterSnapshot

type Rep DeleteDBClusterSnapshotResponse = D1 ('MetaData "DeleteDBClusterSnapshotResponse" "Amazonka.RDS.DeleteDBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBClusterSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBClusterSnapshotResponse Source #

Create a value of DeleteDBClusterSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterSnapshot:DeleteDBClusterSnapshotResponse', deleteDBClusterSnapshotResponse_dbClusterSnapshot - Undocumented member.

$sel:httpStatus:DeleteDBClusterSnapshotResponse', deleteDBClusterSnapshotResponse_httpStatus - The response's http status code.

DeleteDBInstance

data DeleteDBInstance Source #

See: newDeleteDBInstance smart constructor.

Instances

Instances details
ToHeaders DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

ToPath DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

ToQuery DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

AWSRequest DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Associated Types

type AWSResponse DeleteDBInstance #

Generic DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Associated Types

type Rep DeleteDBInstance :: Type -> Type #

Read DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Show DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

NFData DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Methods

rnf :: DeleteDBInstance -> () #

Eq DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Hashable DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

type AWSResponse DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

type Rep DeleteDBInstance Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

type Rep DeleteDBInstance = D1 ('MetaData "DeleteDBInstance" "Amazonka.RDS.DeleteDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deleteAutomatedBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "finalDBSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "skipFinalSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteDBInstance Source #

Create a value of DeleteDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteAutomatedBackups:DeleteDBInstance', deleteDBInstance_deleteAutomatedBackups - A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.

$sel:finalDBSnapshotIdentifier:DeleteDBInstance', deleteDBInstance_finalDBSnapshotIdentifier - The DBSnapshotIdentifier of the new DBSnapshot created when the SkipFinalSnapshot parameter is disabled.

If you enable this parameter and also enable SkipFinalShapshot, the command results in an error.

This setting doesn't apply to RDS Custom.

Constraints:

  • Must be 1 to 255 letters or numbers.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.
  • Can't be specified when deleting a read replica.

$sel:skipFinalSnapshot:DeleteDBInstance', deleteDBInstance_skipFinalSnapshot - A value that indicates whether to skip the creation of a final DB snapshot before deleting the instance. If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable this parameter, RDS creates a DB snapshot before the DB instance is deleted. By default, skip isn't enabled, and the DB snapshot is created.

If you don't enable this parameter, you must specify the FinalDBSnapshotIdentifier parameter.

When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, RDS can delete the instance only if you enable this parameter.

If you delete a read replica or an RDS Custom instance, you must enable this setting.

This setting is required for RDS Custom.

DeleteDBInstance, deleteDBInstance_dbInstanceIdentifier - The DB instance identifier for the DB instance to be deleted. This parameter isn't case-sensitive.

Constraints:

  • Must match the name of an existing DB instance.

data DeleteDBInstanceResponse Source #

See: newDeleteDBInstanceResponse smart constructor.

Instances

Instances details
Generic DeleteDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Associated Types

type Rep DeleteDBInstanceResponse :: Type -> Type #

Read DeleteDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Show DeleteDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

NFData DeleteDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

Eq DeleteDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

type Rep DeleteDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstance

type Rep DeleteDBInstanceResponse = D1 ('MetaData "DeleteDBInstanceResponse" "Amazonka.RDS.DeleteDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBInstanceResponse Source #

Create a value of DeleteDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:DeleteDBInstanceResponse', deleteDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:DeleteDBInstanceResponse', deleteDBInstanceResponse_httpStatus - The response's http status code.

DeleteDBInstanceAutomatedBackup

data DeleteDBInstanceAutomatedBackup Source #

Parameter input for the DeleteDBInstanceAutomatedBackup operation.

See: newDeleteDBInstanceAutomatedBackup smart constructor.

Instances

Instances details
ToHeaders DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

ToPath DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

ToQuery DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

AWSRequest DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Generic DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Associated Types

type Rep DeleteDBInstanceAutomatedBackup :: Type -> Type #

Read DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Show DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

NFData DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Eq DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Hashable DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

type AWSResponse DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

type Rep DeleteDBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

type Rep DeleteDBInstanceAutomatedBackup = D1 ('MetaData "DeleteDBInstanceAutomatedBackup" "Amazonka.RDS.DeleteDBInstanceAutomatedBackup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBInstanceAutomatedBackup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceAutomatedBackupsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbiResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeleteDBInstanceAutomatedBackup :: DeleteDBInstanceAutomatedBackup Source #

Create a value of DeleteDBInstanceAutomatedBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBInstanceAutomatedBackup, deleteDBInstanceAutomatedBackup_dbInstanceAutomatedBackupsArn - The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

DeleteDBInstanceAutomatedBackup, deleteDBInstanceAutomatedBackup_dbiResourceId - The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

data DeleteDBInstanceAutomatedBackupResponse Source #

Instances

Instances details
Generic DeleteDBInstanceAutomatedBackupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Read DeleteDBInstanceAutomatedBackupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Show DeleteDBInstanceAutomatedBackupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

NFData DeleteDBInstanceAutomatedBackupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

Eq DeleteDBInstanceAutomatedBackupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

type Rep DeleteDBInstanceAutomatedBackupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBInstanceAutomatedBackup

type Rep DeleteDBInstanceAutomatedBackupResponse = D1 ('MetaData "DeleteDBInstanceAutomatedBackupResponse" "Amazonka.RDS.DeleteDBInstanceAutomatedBackup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBInstanceAutomatedBackupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceAutomatedBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstanceAutomatedBackup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DeleteDBParameterGroup

data DeleteDBParameterGroup Source #

See: newDeleteDBParameterGroup smart constructor.

Instances

Instances details
ToHeaders DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

ToPath DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

ToQuery DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

AWSRequest DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type AWSResponse DeleteDBParameterGroup #

Generic DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type Rep DeleteDBParameterGroup :: Type -> Type #

Read DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Show DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

NFData DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Methods

rnf :: DeleteDBParameterGroup -> () #

Eq DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Hashable DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type AWSResponse DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroup = D1 ('MetaData "DeleteDBParameterGroup" "Amazonka.RDS.DeleteDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBParameterGroup Source #

Create a value of DeleteDBParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBParameterGroup, deleteDBParameterGroup_dbParameterGroupName - The name of the DB parameter group.

Constraints:

  • Must be the name of an existing DB parameter group
  • You can't delete a default DB parameter group
  • Can't be associated with any DB instances

data DeleteDBParameterGroupResponse Source #

See: newDeleteDBParameterGroupResponse smart constructor.

Instances

Instances details
Generic DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Associated Types

type Rep DeleteDBParameterGroupResponse :: Type -> Type #

Read DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Show DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

NFData DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

Eq DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBParameterGroup

type Rep DeleteDBParameterGroupResponse = D1 ('MetaData "DeleteDBParameterGroupResponse" "Amazonka.RDS.DeleteDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDBParameterGroupResponse :: DeleteDBParameterGroupResponse Source #

Create a value of DeleteDBParameterGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDBProxy

data DeleteDBProxy Source #

See: newDeleteDBProxy smart constructor.

Constructors

DeleteDBProxy' Text 

Instances

Instances details
ToHeaders DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

ToPath DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

ToQuery DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

AWSRequest DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Associated Types

type AWSResponse DeleteDBProxy #

Generic DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Associated Types

type Rep DeleteDBProxy :: Type -> Type #

Read DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Show DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

NFData DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Methods

rnf :: DeleteDBProxy -> () #

Eq DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Hashable DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

type AWSResponse DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

type Rep DeleteDBProxy Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

type Rep DeleteDBProxy = D1 ('MetaData "DeleteDBProxy" "Amazonka.RDS.DeleteDBProxy" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBProxy Source #

Create a value of DeleteDBProxy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBProxy, deleteDBProxy_dbProxyName - The name of the DB proxy to delete.

data DeleteDBProxyResponse Source #

See: newDeleteDBProxyResponse smart constructor.

Instances

Instances details
Generic DeleteDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Associated Types

type Rep DeleteDBProxyResponse :: Type -> Type #

Read DeleteDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Show DeleteDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

NFData DeleteDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

Methods

rnf :: DeleteDBProxyResponse -> () #

Eq DeleteDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

type Rep DeleteDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxy

type Rep DeleteDBProxyResponse = D1 ('MetaData "DeleteDBProxyResponse" "Amazonka.RDS.DeleteDBProxy" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBProxyResponse Source #

Create a value of DeleteDBProxyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxy:DeleteDBProxyResponse', deleteDBProxyResponse_dbProxy - The data structure representing the details of the DB proxy that you delete.

$sel:httpStatus:DeleteDBProxyResponse', deleteDBProxyResponse_httpStatus - The response's http status code.

DeleteDBProxyEndpoint

data DeleteDBProxyEndpoint Source #

See: newDeleteDBProxyEndpoint smart constructor.

Instances

Instances details
ToHeaders DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

ToPath DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

ToQuery DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

AWSRequest DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Associated Types

type AWSResponse DeleteDBProxyEndpoint #

Generic DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Associated Types

type Rep DeleteDBProxyEndpoint :: Type -> Type #

Read DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Show DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

NFData DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Methods

rnf :: DeleteDBProxyEndpoint -> () #

Eq DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Hashable DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type AWSResponse DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpoint = D1 ('MetaData "DeleteDBProxyEndpoint" "Amazonka.RDS.DeleteDBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBProxyEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBProxyEndpoint Source #

Create a value of DeleteDBProxyEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBProxyEndpoint, deleteDBProxyEndpoint_dbProxyEndpointName - The name of the DB proxy endpoint to delete.

data DeleteDBProxyEndpointResponse Source #

See: newDeleteDBProxyEndpointResponse smart constructor.

Instances

Instances details
Generic DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Associated Types

type Rep DeleteDBProxyEndpointResponse :: Type -> Type #

Read DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Show DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

NFData DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Eq DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpointResponse = D1 ('MetaData "DeleteDBProxyEndpointResponse" "Amazonka.RDS.DeleteDBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBProxyEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBProxyEndpointResponse Source #

Create a value of DeleteDBProxyEndpointResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxyEndpoint:DeleteDBProxyEndpointResponse', deleteDBProxyEndpointResponse_dbProxyEndpoint - The data structure representing the details of the DB proxy endpoint that you delete.

$sel:httpStatus:DeleteDBProxyEndpointResponse', deleteDBProxyEndpointResponse_httpStatus - The response's http status code.

DeleteDBSecurityGroup

data DeleteDBSecurityGroup Source #

See: newDeleteDBSecurityGroup smart constructor.

Instances

Instances details
ToHeaders DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

ToPath DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

ToQuery DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

AWSRequest DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Associated Types

type AWSResponse DeleteDBSecurityGroup #

Generic DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Associated Types

type Rep DeleteDBSecurityGroup :: Type -> Type #

Read DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Show DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

NFData DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Methods

rnf :: DeleteDBSecurityGroup -> () #

Eq DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Hashable DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

type AWSResponse DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

type Rep DeleteDBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

type Rep DeleteDBSecurityGroup = D1 ('MetaData "DeleteDBSecurityGroup" "Amazonka.RDS.DeleteDBSecurityGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBSecurityGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBSecurityGroup Source #

Create a value of DeleteDBSecurityGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBSecurityGroup, deleteDBSecurityGroup_dbSecurityGroupName - The name of the DB security group to delete.

You can't delete the default DB security group.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"

data DeleteDBSecurityGroupResponse Source #

See: newDeleteDBSecurityGroupResponse smart constructor.

Instances

Instances details
Generic DeleteDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Associated Types

type Rep DeleteDBSecurityGroupResponse :: Type -> Type #

Read DeleteDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Show DeleteDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

NFData DeleteDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

Eq DeleteDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

type Rep DeleteDBSecurityGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSecurityGroup

type Rep DeleteDBSecurityGroupResponse = D1 ('MetaData "DeleteDBSecurityGroupResponse" "Amazonka.RDS.DeleteDBSecurityGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBSecurityGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDBSecurityGroupResponse :: DeleteDBSecurityGroupResponse Source #

Create a value of DeleteDBSecurityGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDBSnapshot

data DeleteDBSnapshot Source #

See: newDeleteDBSnapshot smart constructor.

Constructors

DeleteDBSnapshot' Text 

Instances

Instances details
ToHeaders DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

ToPath DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

ToQuery DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

AWSRequest DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Associated Types

type AWSResponse DeleteDBSnapshot #

Generic DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Associated Types

type Rep DeleteDBSnapshot :: Type -> Type #

Read DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Show DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

NFData DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Methods

rnf :: DeleteDBSnapshot -> () #

Eq DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Hashable DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

type AWSResponse DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

type Rep DeleteDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

type Rep DeleteDBSnapshot = D1 ('MetaData "DeleteDBSnapshot" "Amazonka.RDS.DeleteDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBSnapshot Source #

Create a value of DeleteDBSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBSnapshot, deleteDBSnapshot_dbSnapshotIdentifier - The DB snapshot identifier.

Constraints: Must be the name of an existing DB snapshot in the available state.

data DeleteDBSnapshotResponse Source #

See: newDeleteDBSnapshotResponse smart constructor.

Instances

Instances details
Generic DeleteDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Associated Types

type Rep DeleteDBSnapshotResponse :: Type -> Type #

Read DeleteDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Show DeleteDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

NFData DeleteDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

Eq DeleteDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

type Rep DeleteDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSnapshot

type Rep DeleteDBSnapshotResponse = D1 ('MetaData "DeleteDBSnapshotResponse" "Amazonka.RDS.DeleteDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBSnapshotResponse Source #

Create a value of DeleteDBSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshot:DeleteDBSnapshotResponse', deleteDBSnapshotResponse_dbSnapshot - Undocumented member.

$sel:httpStatus:DeleteDBSnapshotResponse', deleteDBSnapshotResponse_httpStatus - The response's http status code.

DeleteDBSubnetGroup

data DeleteDBSubnetGroup Source #

See: newDeleteDBSubnetGroup smart constructor.

Instances

Instances details
ToHeaders DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

ToPath DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

ToQuery DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

AWSRequest DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Associated Types

type AWSResponse DeleteDBSubnetGroup #

Generic DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Associated Types

type Rep DeleteDBSubnetGroup :: Type -> Type #

Read DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Show DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

NFData DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Methods

rnf :: DeleteDBSubnetGroup -> () #

Eq DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Hashable DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

type AWSResponse DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

type Rep DeleteDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

type Rep DeleteDBSubnetGroup = D1 ('MetaData "DeleteDBSubnetGroup" "Amazonka.RDS.DeleteDBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDBSubnetGroup Source #

Create a value of DeleteDBSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDBSubnetGroup, deleteDBSubnetGroup_dbSubnetGroupName - The name of the database subnet group to delete.

You can't delete the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

data DeleteDBSubnetGroupResponse Source #

See: newDeleteDBSubnetGroupResponse smart constructor.

Instances

Instances details
Generic DeleteDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Associated Types

type Rep DeleteDBSubnetGroupResponse :: Type -> Type #

Read DeleteDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Show DeleteDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

NFData DeleteDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

Eq DeleteDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

type Rep DeleteDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBSubnetGroup

type Rep DeleteDBSubnetGroupResponse = D1 ('MetaData "DeleteDBSubnetGroupResponse" "Amazonka.RDS.DeleteDBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteDBSubnetGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDBSubnetGroupResponse :: DeleteDBSubnetGroupResponse Source #

Create a value of DeleteDBSubnetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteEventSubscription

data DeleteEventSubscription Source #

See: newDeleteEventSubscription smart constructor.

Instances

Instances details
ToHeaders DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

ToPath DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

ToQuery DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

AWSRequest DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Generic DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscription :: Type -> Type #

Read DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Show DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

NFData DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Methods

rnf :: DeleteEventSubscription -> () #

Eq DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Hashable DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

type AWSResponse DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

type Rep DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

type Rep DeleteEventSubscription = D1 ('MetaData "DeleteEventSubscription" "Amazonka.RDS.DeleteEventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteEventSubscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEventSubscription Source #

Create a value of DeleteEventSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subscriptionName:DeleteEventSubscription', deleteEventSubscription_subscriptionName - The name of the RDS event notification subscription you want to delete.

data DeleteEventSubscriptionResponse Source #

See: newDeleteEventSubscriptionResponse smart constructor.

Instances

Instances details
Generic DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscriptionResponse :: Type -> Type #

Read DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Show DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

NFData DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

Eq DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse = D1 ('MetaData "DeleteEventSubscriptionResponse" "Amazonka.RDS.DeleteEventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEventSubscriptionResponse Source #

Create a value of DeleteEventSubscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventSubscription:DeleteEventSubscriptionResponse', deleteEventSubscriptionResponse_eventSubscription - Undocumented member.

$sel:httpStatus:DeleteEventSubscriptionResponse', deleteEventSubscriptionResponse_httpStatus - The response's http status code.

DeleteGlobalCluster

data DeleteGlobalCluster Source #

See: newDeleteGlobalCluster smart constructor.

Instances

Instances details
ToHeaders DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

ToPath DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

ToQuery DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

AWSRequest DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Associated Types

type AWSResponse DeleteGlobalCluster #

Generic DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Associated Types

type Rep DeleteGlobalCluster :: Type -> Type #

Read DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Show DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

NFData DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Methods

rnf :: DeleteGlobalCluster -> () #

Eq DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Hashable DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type AWSResponse DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalCluster = D1 ('MetaData "DeleteGlobalCluster" "Amazonka.RDS.DeleteGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteGlobalCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteGlobalCluster Source #

Create a value of DeleteGlobalCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteGlobalCluster, deleteGlobalCluster_globalClusterIdentifier - The cluster identifier of the global database cluster being deleted.

data DeleteGlobalClusterResponse Source #

See: newDeleteGlobalClusterResponse smart constructor.

Instances

Instances details
Generic DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Associated Types

type Rep DeleteGlobalClusterResponse :: Type -> Type #

Read DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Show DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

NFData DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Eq DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalClusterResponse = D1 ('MetaData "DeleteGlobalClusterResponse" "Amazonka.RDS.DeleteGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteGlobalClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteGlobalClusterResponse Source #

Create a value of DeleteGlobalClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:globalCluster:DeleteGlobalClusterResponse', deleteGlobalClusterResponse_globalCluster - Undocumented member.

$sel:httpStatus:DeleteGlobalClusterResponse', deleteGlobalClusterResponse_httpStatus - The response's http status code.

DeleteOptionGroup

data DeleteOptionGroup Source #

See: newDeleteOptionGroup smart constructor.

Constructors

DeleteOptionGroup' Text 

Instances

Instances details
ToHeaders DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

ToPath DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

ToQuery DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

AWSRequest DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Associated Types

type AWSResponse DeleteOptionGroup #

Generic DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Associated Types

type Rep DeleteOptionGroup :: Type -> Type #

Read DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Show DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

NFData DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Methods

rnf :: DeleteOptionGroup -> () #

Eq DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Hashable DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

type AWSResponse DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

type Rep DeleteOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

type Rep DeleteOptionGroup = D1 ('MetaData "DeleteOptionGroup" "Amazonka.RDS.DeleteOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteOptionGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteOptionGroup Source #

Create a value of DeleteOptionGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteOptionGroup, deleteOptionGroup_optionGroupName - The name of the option group to be deleted.

You can't delete default option groups.

data DeleteOptionGroupResponse Source #

See: newDeleteOptionGroupResponse smart constructor.

Instances

Instances details
Generic DeleteOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Associated Types

type Rep DeleteOptionGroupResponse :: Type -> Type #

Read DeleteOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Show DeleteOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

NFData DeleteOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

Eq DeleteOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

type Rep DeleteOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteOptionGroup

type Rep DeleteOptionGroupResponse = D1 ('MetaData "DeleteOptionGroupResponse" "Amazonka.RDS.DeleteOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteOptionGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteOptionGroupResponse :: DeleteOptionGroupResponse Source #

Create a value of DeleteOptionGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeregisterDBProxyTargets

data DeregisterDBProxyTargets Source #

See: newDeregisterDBProxyTargets smart constructor.

Instances

Instances details
ToHeaders DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

ToPath DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

ToQuery DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

AWSRequest DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Generic DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Associated Types

type Rep DeregisterDBProxyTargets :: Type -> Type #

Read DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Show DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

NFData DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Eq DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Hashable DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

type AWSResponse DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

type Rep DeregisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

type Rep DeregisterDBProxyTargets = D1 ('MetaData "DeregisterDBProxyTargets" "Amazonka.RDS.DeregisterDBProxyTargets" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeregisterDBProxyTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbInstanceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeregisterDBProxyTargets Source #

Create a value of DeregisterDBProxyTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterIdentifiers:DeregisterDBProxyTargets', deregisterDBProxyTargets_dbClusterIdentifiers - One or more DB cluster identifiers.

$sel:dbInstanceIdentifiers:DeregisterDBProxyTargets', deregisterDBProxyTargets_dbInstanceIdentifiers - One or more DB instance identifiers.

DeregisterDBProxyTargets, deregisterDBProxyTargets_targetGroupName - The identifier of the DBProxyTargetGroup.

DeregisterDBProxyTargets, deregisterDBProxyTargets_dbProxyName - The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

data DeregisterDBProxyTargetsResponse Source #

See: newDeregisterDBProxyTargetsResponse smart constructor.

Instances

Instances details
Generic DeregisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Associated Types

type Rep DeregisterDBProxyTargetsResponse :: Type -> Type #

Read DeregisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Show DeregisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

NFData DeregisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

Eq DeregisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

type Rep DeregisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DeregisterDBProxyTargets

type Rep DeregisterDBProxyTargetsResponse = D1 ('MetaData "DeregisterDBProxyTargetsResponse" "Amazonka.RDS.DeregisterDBProxyTargets" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeregisterDBProxyTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterDBProxyTargetsResponse Source #

Create a value of DeregisterDBProxyTargetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeregisterDBProxyTargetsResponse', deregisterDBProxyTargetsResponse_httpStatus - The response's http status code.

DescribeAccountAttributes

data DescribeAccountAttributes Source #

See: newDescribeAccountAttributes smart constructor.

Instances

Instances details
ToHeaders DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

ToPath DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

ToQuery DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

AWSRequest DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Generic DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Associated Types

type Rep DescribeAccountAttributes :: Type -> Type #

Read DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Show DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

NFData DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Eq DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Hashable DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

type AWSResponse DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

type Rep DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

type Rep DescribeAccountAttributes = D1 ('MetaData "DescribeAccountAttributes" "Amazonka.RDS.DescribeAccountAttributes" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeAccountAttributes'" 'PrefixI 'False) (U1 :: Type -> Type))

newDescribeAccountAttributes :: DescribeAccountAttributes Source #

Create a value of DescribeAccountAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DescribeAccountAttributesResponse Source #

Data returned by the DescribeAccountAttributes action.

See: newDescribeAccountAttributesResponse smart constructor.

Instances

Instances details
Generic DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Associated Types

type Rep DescribeAccountAttributesResponse :: Type -> Type #

Read DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Show DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

NFData DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

Eq DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

type Rep DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeAccountAttributes

type Rep DescribeAccountAttributesResponse = D1 ('MetaData "DescribeAccountAttributesResponse" "Amazonka.RDS.DescribeAccountAttributes" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeAccountAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountQuota])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAccountAttributesResponse Source #

Create a value of DescribeAccountAttributesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountQuotas:DescribeAccountAttributesResponse', describeAccountAttributesResponse_accountQuotas - A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.

$sel:httpStatus:DescribeAccountAttributesResponse', describeAccountAttributesResponse_httpStatus - The response's http status code.

DescribeBlueGreenDeployments (Paginated)

data DescribeBlueGreenDeployments Source #

See: newDescribeBlueGreenDeployments smart constructor.

Instances

Instances details
ToHeaders DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

ToPath DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

ToQuery DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

AWSPager DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

AWSRequest DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Generic DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Associated Types

type Rep DescribeBlueGreenDeployments :: Type -> Type #

Read DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Show DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

NFData DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Eq DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Hashable DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

type AWSResponse DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

type Rep DescribeBlueGreenDeployments Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

type Rep DescribeBlueGreenDeployments = D1 ('MetaData "DescribeBlueGreenDeployments" "Amazonka.RDS.DescribeBlueGreenDeployments" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeBlueGreenDeployments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "blueGreenDeploymentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newDescribeBlueGreenDeployments :: DescribeBlueGreenDeployments Source #

Create a value of DescribeBlueGreenDeployments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeBlueGreenDeployments, describeBlueGreenDeployments_blueGreenDeploymentIdentifier - The blue/green deployment identifier. If this parameter is specified, information from only the specific blue/green deployment is returned. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match an existing blue/green deployment identifier.

$sel:filters:DescribeBlueGreenDeployments', describeBlueGreenDeployments_filters - A filter that specifies one or more blue/green deployments to describe.

Supported filters:

  • blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green deployments. The results list only includes information about the blue/green deployments with the specified identifiers.
  • blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The results list only includes information about the blue/green deployments with the specified names.
  • source - Accepts source databases for a blue/green deployment. The results list only includes information about the blue/green deployments with the specified source databases.
  • target - Accepts target databases for a blue/green deployment. The results list only includes information about the blue/green deployments with the specified target databases.

DescribeBlueGreenDeployments, describeBlueGreenDeployments_marker - An optional pagination token provided by a previous DescribeBlueGreenDeployments request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeBlueGreenDeployments', describeBlueGreenDeployments_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeBlueGreenDeploymentsResponse Source #

Instances

Instances details
Generic DescribeBlueGreenDeploymentsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Read DescribeBlueGreenDeploymentsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Show DescribeBlueGreenDeploymentsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

NFData DescribeBlueGreenDeploymentsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

Eq DescribeBlueGreenDeploymentsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

type Rep DescribeBlueGreenDeploymentsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeBlueGreenDeployments

type Rep DescribeBlueGreenDeploymentsResponse = D1 ('MetaData "DescribeBlueGreenDeploymentsResponse" "Amazonka.RDS.DescribeBlueGreenDeployments" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeBlueGreenDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueGreenDeployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BlueGreenDeployment])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeBlueGreenDeploymentsResponse Source #

Create a value of DescribeBlueGreenDeploymentsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blueGreenDeployments:DescribeBlueGreenDeploymentsResponse', describeBlueGreenDeploymentsResponse_blueGreenDeployments - Contains a list of blue/green deployments for the user.

DescribeBlueGreenDeployments, describeBlueGreenDeploymentsResponse_marker - A pagination token that can be used in a later DescribeBlueGreenDeployments request.

$sel:httpStatus:DescribeBlueGreenDeploymentsResponse', describeBlueGreenDeploymentsResponse_httpStatus - The response's http status code.

DescribeCertificates (Paginated)

data DescribeCertificates Source #

See: newDescribeCertificates smart constructor.

Instances

Instances details
ToHeaders DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

ToPath DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

ToQuery DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

AWSPager DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

AWSRequest DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Associated Types

type AWSResponse DescribeCertificates #

Generic DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Associated Types

type Rep DescribeCertificates :: Type -> Type #

Read DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Show DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

NFData DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Methods

rnf :: DescribeCertificates -> () #

Eq DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Hashable DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

type AWSResponse DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

type Rep DescribeCertificates Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

type Rep DescribeCertificates = D1 ('MetaData "DescribeCertificates" "Amazonka.RDS.DescribeCertificates" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeCertificates'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeCertificates :: DescribeCertificates Source #

Create a value of DescribeCertificates with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeCertificates, describeCertificates_certificateIdentifier - The user-supplied certificate identifier. If this parameter is specified, information for only the identified certificate is returned. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing CertificateIdentifier.

$sel:filters:DescribeCertificates', describeCertificates_filters - This parameter isn't currently supported.

DescribeCertificates, describeCertificates_marker - An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeCertificates', describeCertificates_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeCertificatesResponse Source #

Data returned by the DescribeCertificates action.

See: newDescribeCertificatesResponse smart constructor.

Instances

Instances details
Generic DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Associated Types

type Rep DescribeCertificatesResponse :: Type -> Type #

Read DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Show DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

NFData DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

Eq DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

type Rep DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeCertificates

type Rep DescribeCertificatesResponse = D1 ('MetaData "DescribeCertificatesResponse" "Amazonka.RDS.DescribeCertificates" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeCertificatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Certificate])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeCertificatesResponse Source #

Create a value of DescribeCertificatesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificates:DescribeCertificatesResponse', describeCertificatesResponse_certificates - The list of Certificate objects for the Amazon Web Services account.

DescribeCertificates, describeCertificatesResponse_marker - An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

$sel:httpStatus:DescribeCertificatesResponse', describeCertificatesResponse_httpStatus - The response's http status code.

DescribeDBClusterBacktracks (Paginated)

data DescribeDBClusterBacktracks Source #

See: newDescribeDBClusterBacktracks smart constructor.

Instances

Instances details
ToHeaders DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

ToPath DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

ToQuery DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

AWSPager DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

AWSRequest DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Generic DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Associated Types

type Rep DescribeDBClusterBacktracks :: Type -> Type #

Read DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Show DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

NFData DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Eq DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Hashable DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

type AWSResponse DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

type Rep DescribeDBClusterBacktracks Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

type Rep DescribeDBClusterBacktracks = D1 ('MetaData "DescribeDBClusterBacktracks" "Amazonka.RDS.DescribeDBClusterBacktracks" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterBacktracks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backtrackIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeDBClusterBacktracks Source #

Create a value of DescribeDBClusterBacktracks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusterBacktracks, describeDBClusterBacktracks_backtrackIdentifier - If specified, this value is the backtrack identifier of the backtrack to be described.

Constraints:

Example: 123e4567-e89b-12d3-a456-426655440000

$sel:filters:DescribeDBClusterBacktracks', describeDBClusterBacktracks_filters - A filter that specifies one or more DB clusters to describe. Supported filters include the following:

  • db-cluster-backtrack-id - Accepts backtrack identifiers. The results list includes information about only the backtracks identified by these identifiers.
  • db-cluster-backtrack-status - Accepts any of the following backtrack status values:

    • applying
    • completed
    • failed
    • pending

    The results list includes information about only the backtracks identified by these values.

DescribeDBClusterBacktracks, describeDBClusterBacktracks_marker - An optional pagination token provided by a previous DescribeDBClusterBacktracks request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBClusterBacktracks', describeDBClusterBacktracks_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBClusterBacktracks, describeDBClusterBacktracks_dbClusterIdentifier - The DB cluster identifier of the DB cluster to be described. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1

data DescribeDBClusterBacktracksResponse Source #

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

See: newDescribeDBClusterBacktracksResponse smart constructor.

Instances

Instances details
Generic DescribeDBClusterBacktracksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Read DescribeDBClusterBacktracksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Show DescribeDBClusterBacktracksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

NFData DescribeDBClusterBacktracksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

Eq DescribeDBClusterBacktracksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

type Rep DescribeDBClusterBacktracksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterBacktracks

type Rep DescribeDBClusterBacktracksResponse = D1 ('MetaData "DescribeDBClusterBacktracksResponse" "Amazonka.RDS.DescribeDBClusterBacktracks" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterBacktracksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterBacktracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterBacktrack])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBClusterBacktracksResponse Source #

Create a value of DescribeDBClusterBacktracksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterBacktracks:DescribeDBClusterBacktracksResponse', describeDBClusterBacktracksResponse_dbClusterBacktracks - Contains a list of backtracks for the user.

DescribeDBClusterBacktracks, describeDBClusterBacktracksResponse_marker - A pagination token that can be used in a later DescribeDBClusterBacktracks request.

$sel:httpStatus:DescribeDBClusterBacktracksResponse', describeDBClusterBacktracksResponse_httpStatus - The response's http status code.

DescribeDBClusterEndpoints (Paginated)

data DescribeDBClusterEndpoints Source #

See: newDescribeDBClusterEndpoints smart constructor.

Instances

Instances details
ToHeaders DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

ToPath DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

ToQuery DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

AWSPager DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

AWSRequest DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Generic DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Associated Types

type Rep DescribeDBClusterEndpoints :: Type -> Type #

Read DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Show DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

NFData DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Eq DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Hashable DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

type AWSResponse DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

type Rep DescribeDBClusterEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

type Rep DescribeDBClusterEndpoints = D1 ('MetaData "DescribeDBClusterEndpoints" "Amazonka.RDS.DescribeDBClusterEndpoints" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterEndpoints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newDescribeDBClusterEndpoints :: DescribeDBClusterEndpoints Source #

Create a value of DescribeDBClusterEndpoints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusterEndpoints, describeDBClusterEndpoints_dbClusterEndpointIdentifier - The identifier of the endpoint to describe. This parameter is stored as a lowercase string.

DescribeDBClusterEndpoints, describeDBClusterEndpoints_dbClusterIdentifier - The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

$sel:filters:DescribeDBClusterEndpoints', describeDBClusterEndpoints_filters - A set of name-value pairs that define which endpoints to include in the output. The filters are specified as name-value pairs, in the format Name=endpoint_type,Values=endpoint_type1,endpoint_type2,.... Name can be one of: db-cluster-endpoint-type, db-cluster-endpoint-custom-type, db-cluster-endpoint-id, db-cluster-endpoint-status. Values for the db-cluster-endpoint-type filter can be one or more of: reader, writer, custom. Values for the db-cluster-endpoint-custom-type filter can be one or more of: reader, any. Values for the db-cluster-endpoint-status filter can be one or more of: available, creating, deleting, inactive, modifying.

DescribeDBClusterEndpoints, describeDBClusterEndpoints_marker - An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBClusterEndpoints', describeDBClusterEndpoints_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBClusterEndpointsResponse Source #

Instances

Instances details
Generic DescribeDBClusterEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Associated Types

type Rep DescribeDBClusterEndpointsResponse :: Type -> Type #

Read DescribeDBClusterEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Show DescribeDBClusterEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

NFData DescribeDBClusterEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

Eq DescribeDBClusterEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

type Rep DescribeDBClusterEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterEndpoints

type Rep DescribeDBClusterEndpointsResponse = D1 ('MetaData "DescribeDBClusterEndpointsResponse" "Amazonka.RDS.DescribeDBClusterEndpoints" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterEndpoint])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBClusterEndpointsResponse Source #

Create a value of DescribeDBClusterEndpointsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterEndpoints:DescribeDBClusterEndpointsResponse', describeDBClusterEndpointsResponse_dbClusterEndpoints - Contains the details of the endpoints associated with the cluster and matching any filter conditions.

DescribeDBClusterEndpoints, describeDBClusterEndpointsResponse_marker - An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBClusterEndpointsResponse', describeDBClusterEndpointsResponse_httpStatus - The response's http status code.

DescribeDBClusterParameterGroups (Paginated)

data DescribeDBClusterParameterGroups Source #

See: newDescribeDBClusterParameterGroups smart constructor.

Instances

Instances details
ToHeaders DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

ToPath DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

ToQuery DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

AWSPager DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

AWSRequest DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Generic DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Associated Types

type Rep DescribeDBClusterParameterGroups :: Type -> Type #

Read DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Show DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

NFData DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Eq DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Hashable DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

type AWSResponse DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroups = D1 ('MetaData "DescribeDBClusterParameterGroups" "Amazonka.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterParameterGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeDBClusterParameterGroups :: DescribeDBClusterParameterGroups Source #

Create a value of DescribeDBClusterParameterGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusterParameterGroups, describeDBClusterParameterGroups_dbClusterParameterGroupName - The name of a specific DB cluster parameter group to return details for.

Constraints:

  • If supplied, must match the name of an existing DBClusterParameterGroup.

$sel:filters:DescribeDBClusterParameterGroups', describeDBClusterParameterGroups_filters - This parameter isn't currently supported.

DescribeDBClusterParameterGroups, describeDBClusterParameterGroups_marker - An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBClusterParameterGroups', describeDBClusterParameterGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBClusterParameterGroupsResponse Source #

Instances

Instances details
Generic DescribeDBClusterParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Read DescribeDBClusterParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Show DescribeDBClusterParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

NFData DescribeDBClusterParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

Eq DescribeDBClusterParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameterGroups

type Rep DescribeDBClusterParameterGroupsResponse = D1 ('MetaData "DescribeDBClusterParameterGroupsResponse" "Amazonka.RDS.DescribeDBClusterParameterGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterParameterGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterParameterGroup])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBClusterParameterGroupsResponse Source #

Create a value of DescribeDBClusterParameterGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterParameterGroups:DescribeDBClusterParameterGroupsResponse', describeDBClusterParameterGroupsResponse_dbClusterParameterGroups - A list of DB cluster parameter groups.

DescribeDBClusterParameterGroups, describeDBClusterParameterGroupsResponse_marker - An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBClusterParameterGroupsResponse', describeDBClusterParameterGroupsResponse_httpStatus - The response's http status code.

DescribeDBClusterParameters (Paginated)

data DescribeDBClusterParameters Source #

See: newDescribeDBClusterParameters smart constructor.

Instances

Instances details
ToHeaders DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

ToPath DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

ToQuery DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

AWSPager DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

AWSRequest DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Generic DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Associated Types

type Rep DescribeDBClusterParameters :: Type -> Type #

Read DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Show DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

NFData DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Eq DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Hashable DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

type AWSResponse DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

type Rep DescribeDBClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

type Rep DescribeDBClusterParameters = D1 ('MetaData "DescribeDBClusterParameters" "Amazonka.RDS.DescribeDBClusterParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeDBClusterParameters Source #

Create a value of DescribeDBClusterParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeDBClusterParameters', describeDBClusterParameters_filters - This parameter isn't currently supported.

DescribeDBClusterParameters, describeDBClusterParameters_marker - An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBClusterParameters', describeDBClusterParameters_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBClusterParameters, describeDBClusterParameters_source - A value that indicates to return only parameters for a specific source. Parameter sources can be engine, service, or customer.

DescribeDBClusterParameters, describeDBClusterParameters_dbClusterParameterGroupName - The name of a specific DB cluster parameter group to return parameter details for.

Constraints:

  • If supplied, must match the name of an existing DBClusterParameterGroup.

data DescribeDBClusterParametersResponse Source #

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

See: newDescribeDBClusterParametersResponse smart constructor.

Instances

Instances details
Generic DescribeDBClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Read DescribeDBClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Show DescribeDBClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

NFData DescribeDBClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

Eq DescribeDBClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

type Rep DescribeDBClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterParameters

type Rep DescribeDBClusterParametersResponse = D1 ('MetaData "DescribeDBClusterParametersResponse" "Amazonka.RDS.DescribeDBClusterParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBClusterParametersResponse Source #

Create a value of DescribeDBClusterParametersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusterParameters, describeDBClusterParametersResponse_marker - An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

DescribeDBClusterParametersResponse, describeDBClusterParametersResponse_parameters - Provides a list of parameters for the DB cluster parameter group.

$sel:httpStatus:DescribeDBClusterParametersResponse', describeDBClusterParametersResponse_httpStatus - The response's http status code.

DescribeDBClusterSnapshotAttributes

data DescribeDBClusterSnapshotAttributes Source #

Instances

Instances details
ToHeaders DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

ToPath DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

ToQuery DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

AWSRequest DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Generic DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Read DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Show DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

NFData DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Eq DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Hashable DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

type AWSResponse DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributes = D1 ('MetaData "DescribeDBClusterSnapshotAttributes" "Amazonka.RDS.DescribeDBClusterSnapshotAttributes" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshotAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDBClusterSnapshotAttributes Source #

Create a value of DescribeDBClusterSnapshotAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusterSnapshotAttributes, describeDBClusterSnapshotAttributes_dbClusterSnapshotIdentifier - The identifier for the DB cluster snapshot to describe the attributes for.

data DescribeDBClusterSnapshotAttributesResponse Source #

Instances

Instances details
Generic DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Read DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Show DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

NFData DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

Eq DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributesResponse = D1 ('MetaData "DescribeDBClusterSnapshotAttributesResponse" "Amazonka.RDS.DescribeDBClusterSnapshotAttributes" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshotAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotAttributesResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterSnapshotAttributesResult)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeDBClusterSnapshots (Paginated)

data DescribeDBClusterSnapshots Source #

See: newDescribeDBClusterSnapshots smart constructor.

Instances

Instances details
ToHeaders DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

ToPath DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

ToQuery DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

AWSPager DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

AWSRequest DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Generic DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Associated Types

type Rep DescribeDBClusterSnapshots :: Type -> Type #

Read DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Show DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

NFData DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Eq DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Hashable DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

type AWSResponse DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

type Rep DescribeDBClusterSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

type Rep DescribeDBClusterSnapshots = D1 ('MetaData "DescribeDBClusterSnapshots" "Amazonka.RDS.DescribeDBClusterSnapshots" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshots'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "includePublic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "includeShared") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "snapshotType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeDBClusterSnapshots :: DescribeDBClusterSnapshots Source #

Create a value of DescribeDBClusterSnapshots with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusterSnapshots, describeDBClusterSnapshots_dbClusterIdentifier - The ID of the DB cluster to retrieve the list of DB cluster snapshots for. This parameter can't be used in conjunction with the DBClusterSnapshotIdentifier parameter. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match the identifier of an existing DBCluster.

DescribeDBClusterSnapshots, describeDBClusterSnapshots_dbClusterSnapshotIdentifier - A specific DB cluster snapshot identifier to describe. This parameter can't be used in conjunction with the DBClusterIdentifier parameter. This value is stored as a lowercase string.

Constraints:

  • If supplied, must match the identifier of an existing DBClusterSnapshot.
  • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

$sel:filters:DescribeDBClusterSnapshots', describeDBClusterSnapshots_filters - A filter that specifies one or more DB cluster snapshots to describe.

Supported filters:

  • db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs).
  • db-cluster-snapshot-id - Accepts DB cluster snapshot identifiers.
  • snapshot-type - Accepts types of DB cluster snapshots.
  • engine - Accepts names of database engines.

$sel:includePublic:DescribeDBClusterSnapshots', describeDBClusterSnapshots_includePublic - A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included.

You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action.

$sel:includeShared:DescribeDBClusterSnapshots', describeDBClusterSnapshots_includeShared - A value that indicates whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included.

You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from another Amazon Web Services account by the ModifyDBClusterSnapshotAttribute API action.

DescribeDBClusterSnapshots, describeDBClusterSnapshots_marker - An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBClusterSnapshots', describeDBClusterSnapshots_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBClusterSnapshots, describeDBClusterSnapshots_snapshotType - The type of DB cluster snapshots to be returned. You can specify one of the following values:

  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my Amazon Web Services account.
  • manual - Return all DB cluster snapshots that have been taken by my Amazon Web Services account.
  • shared - Return all manual DB cluster snapshots that have been shared to my Amazon Web Services account.
  • public - Return all DB cluster snapshots that have been marked as public.

If you don't specify a SnapshotType value, then both automated and manual DB cluster snapshots are returned. You can include shared DB cluster snapshots with these results by enabling the IncludeShared parameter. You can include public DB cluster snapshots with these results by enabling the IncludePublic parameter.

The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.

data DescribeDBClusterSnapshotsResponse Source #

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

See: newDescribeDBClusterSnapshotsResponse smart constructor.

Instances

Instances details
Generic DescribeDBClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Associated Types

type Rep DescribeDBClusterSnapshotsResponse :: Type -> Type #

Read DescribeDBClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Show DescribeDBClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

NFData DescribeDBClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

Eq DescribeDBClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

type Rep DescribeDBClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusterSnapshots

type Rep DescribeDBClusterSnapshotsResponse = D1 ('MetaData "DescribeDBClusterSnapshotsResponse" "Amazonka.RDS.DescribeDBClusterSnapshots" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterSnapshot])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBClusterSnapshotsResponse Source #

Create a value of DescribeDBClusterSnapshotsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterSnapshots:DescribeDBClusterSnapshotsResponse', describeDBClusterSnapshotsResponse_dbClusterSnapshots - Provides a list of DB cluster snapshots for the user.

DescribeDBClusterSnapshots, describeDBClusterSnapshotsResponse_marker - An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBClusterSnapshotsResponse', describeDBClusterSnapshotsResponse_httpStatus - The response's http status code.

DescribeDBClusters (Paginated)

data DescribeDBClusters Source #

See: newDescribeDBClusters smart constructor.

Instances

Instances details
ToHeaders DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

ToPath DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

ToQuery DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

AWSPager DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

AWSRequest DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Associated Types

type AWSResponse DescribeDBClusters #

Generic DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Associated Types

type Rep DescribeDBClusters :: Type -> Type #

Read DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Show DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

NFData DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Methods

rnf :: DescribeDBClusters -> () #

Eq DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Hashable DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

type AWSResponse DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

type Rep DescribeDBClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

type Rep DescribeDBClusters = D1 ('MetaData "DescribeDBClusters" "Amazonka.RDS.DescribeDBClusters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClusters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "includeShared") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newDescribeDBClusters :: DescribeDBClusters Source #

Create a value of DescribeDBClusters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBClusters, describeDBClusters_dbClusterIdentifier - The user-supplied DB cluster identifier or the Amazon Resource Name (ARN) of the DB cluster. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match an existing DBClusterIdentifier.

$sel:filters:DescribeDBClusters', describeDBClusters_filters - A filter that specifies one or more DB clusters to describe.

Supported filters:

  • clone-group-id - Accepts clone group identifiers. The results list only includes information about the DB clusters associated with these clone groups.
  • db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list only includes information about the DB clusters identified by these ARNs.
  • domain - Accepts Active Directory directory IDs. The results list only includes information about the DB clusters associated with these domains.
  • engine - Accepts engine names. The results list only includes information about the DB clusters for these engines.

$sel:includeShared:DescribeDBClusters', describeDBClusters_includeShared - Optional Boolean parameter that specifies whether the output includes information about clusters shared from other Amazon Web Services accounts.

DescribeDBClusters, describeDBClusters_marker - An optional pagination token provided by a previous DescribeDBClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBClusters', describeDBClusters_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBClustersResponse Source #

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

See: newDescribeDBClustersResponse smart constructor.

Instances

Instances details
Generic DescribeDBClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Associated Types

type Rep DescribeDBClustersResponse :: Type -> Type #

Read DescribeDBClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Show DescribeDBClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

NFData DescribeDBClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

Eq DescribeDBClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

type Rep DescribeDBClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBClusters

type Rep DescribeDBClustersResponse = D1 ('MetaData "DescribeDBClustersResponse" "Amazonka.RDS.DescribeDBClusters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBClustersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBCluster])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBClustersResponse Source #

Create a value of DescribeDBClustersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusters:DescribeDBClustersResponse', describeDBClustersResponse_dbClusters - Contains a list of DB clusters for the user.

DescribeDBClusters, describeDBClustersResponse_marker - A pagination token that can be used in a later DescribeDBClusters request.

$sel:httpStatus:DescribeDBClustersResponse', describeDBClustersResponse_httpStatus - The response's http status code.

DescribeDBEngineVersions (Paginated)

data DescribeDBEngineVersions Source #

See: newDescribeDBEngineVersions smart constructor.

Instances

Instances details
ToHeaders DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

ToPath DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

ToQuery DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

AWSPager DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

AWSRequest DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Generic DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Associated Types

type Rep DescribeDBEngineVersions :: Type -> Type #

Read DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Show DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

NFData DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Eq DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Hashable DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

type AWSResponse DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

type Rep DescribeDBEngineVersions Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

type Rep DescribeDBEngineVersions = D1 ('MetaData "DescribeDBEngineVersions" "Amazonka.RDS.DescribeDBEngineVersions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBEngineVersions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))))) :*: ((S1 ('MetaSel ('Just "includeAll") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "listSupportedCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "listSupportedTimezones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newDescribeDBEngineVersions :: DescribeDBEngineVersions Source #

Create a value of DescribeDBEngineVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBEngineVersions, describeDBEngineVersions_dbParameterGroupFamily - The name of a specific DB parameter group family to return details for.

Constraints:

  • If supplied, must match an existing DBParameterGroupFamily.

$sel:defaultOnly:DescribeDBEngineVersions', describeDBEngineVersions_defaultOnly - A value that indicates whether only the default version of the specified engine or engine and major version combination is returned.

DescribeDBEngineVersions, describeDBEngineVersions_engine - The database engine to return.

Valid Values:

  • aurora (for MySQL 5.6-compatible Aurora)
  • aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
  • aurora-postgresql
  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

DescribeDBEngineVersions, describeDBEngineVersions_engineVersion - The database engine version to return.

Example: 5.1.49

$sel:filters:DescribeDBEngineVersions', describeDBEngineVersions_filters - A filter that specifies one or more DB engine versions to describe.

Supported filters:

  • db-parameter-group-family - Accepts parameter groups family names. The results list only includes information about the DB engine versions for these parameter group families.
  • engine - Accepts engine names. The results list only includes information about the DB engine versions for these engines.
  • engine-mode - Accepts DB engine modes. The results list only includes information about the DB engine versions for these engine modes. Valid DB engine modes are the following:

    • global
    • multimaster
    • parallelquery
    • provisioned
    • serverless
  • engine-version - Accepts engine versions. The results list only includes information about the DB engine versions for these engine versions.
  • status - Accepts engine version statuses. The results list only includes information about the DB engine versions for these statuses. Valid statuses are the following:

    • available
    • deprecated

$sel:includeAll:DescribeDBEngineVersions', describeDBEngineVersions_includeAll - A value that indicates whether to include engine versions that aren't available in the list. The default is to list only available engine versions.

$sel:listSupportedCharacterSets:DescribeDBEngineVersions', describeDBEngineVersions_listSupportedCharacterSets - A value that indicates whether to list the supported character sets for each engine version.

If this parameter is enabled and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

For RDS Custom, the default is not to list supported character sets. If you set ListSupportedCharacterSets to true, RDS Custom returns no results.

$sel:listSupportedTimezones:DescribeDBEngineVersions', describeDBEngineVersions_listSupportedTimezones - A value that indicates whether to list the supported time zones for each engine version.

If this parameter is enabled and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.

For RDS Custom, the default is not to list supported time zones. If you set ListSupportedTimezones to true, RDS Custom returns no results.

DescribeDBEngineVersions, describeDBEngineVersions_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBEngineVersions', describeDBEngineVersions_maxRecords - The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBEngineVersionsResponse Source #

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

See: newDescribeDBEngineVersionsResponse smart constructor.

Instances

Instances details
Generic DescribeDBEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Associated Types

type Rep DescribeDBEngineVersionsResponse :: Type -> Type #

Read DescribeDBEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Show DescribeDBEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

NFData DescribeDBEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

Eq DescribeDBEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

type Rep DescribeDBEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBEngineVersions

type Rep DescribeDBEngineVersionsResponse = D1 ('MetaData "DescribeDBEngineVersionsResponse" "Amazonka.RDS.DescribeDBEngineVersions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBEngineVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbEngineVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBEngineVersion])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBEngineVersionsResponse Source #

Create a value of DescribeDBEngineVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbEngineVersions:DescribeDBEngineVersionsResponse', describeDBEngineVersionsResponse_dbEngineVersions - A list of DBEngineVersion elements.

DescribeDBEngineVersions, describeDBEngineVersionsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBEngineVersionsResponse', describeDBEngineVersionsResponse_httpStatus - The response's http status code.

DescribeDBInstanceAutomatedBackups (Paginated)

data DescribeDBInstanceAutomatedBackups Source #

Parameter input for DescribeDBInstanceAutomatedBackups.

See: newDescribeDBInstanceAutomatedBackups smart constructor.

Instances

Instances details
ToHeaders DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

ToPath DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

ToQuery DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

AWSPager DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

AWSRequest DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Generic DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Associated Types

type Rep DescribeDBInstanceAutomatedBackups :: Type -> Type #

Read DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Show DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

NFData DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Eq DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Hashable DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

type AWSResponse DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

type Rep DescribeDBInstanceAutomatedBackups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

type Rep DescribeDBInstanceAutomatedBackups = D1 ('MetaData "DescribeDBInstanceAutomatedBackups" "Amazonka.RDS.DescribeDBInstanceAutomatedBackups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBInstanceAutomatedBackups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbInstanceAutomatedBackupsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbiResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newDescribeDBInstanceAutomatedBackups :: DescribeDBInstanceAutomatedBackups Source #

Create a value of DescribeDBInstanceAutomatedBackups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBInstanceAutomatedBackups, describeDBInstanceAutomatedBackups_dbInstanceAutomatedBackupsArn - The Amazon Resource Name (ARN) of the replicated automated backups, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

DescribeDBInstanceAutomatedBackups, describeDBInstanceAutomatedBackups_dbInstanceIdentifier - (Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance' automated backup. This parameter isn't case-sensitive.

DescribeDBInstanceAutomatedBackups, describeDBInstanceAutomatedBackups_dbiResourceId - The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.

$sel:filters:DescribeDBInstanceAutomatedBackups', describeDBInstanceAutomatedBackups_filters - A filter that specifies which resources to return based on status.

Supported filters are the following:

  • status
    • active - automated backups for current instances
    • retained - automated backups for deleted instances and after backup replication is stopped
    • creating - automated backups that are waiting for the first automated snapshot to be available
  • db-instance-id - Accepts DB instance identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB instance automated backups identified by these ARNs.
  • dbi-resource-id - Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB instance resources identified by these ARNs.

Returns all resources by default. The status for each resource is specified in the response.

DescribeDBInstanceAutomatedBackups, describeDBInstanceAutomatedBackups_marker - The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

$sel:maxRecords:DescribeDBInstanceAutomatedBackups', describeDBInstanceAutomatedBackups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

data DescribeDBInstanceAutomatedBackupsResponse Source #

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

See: newDescribeDBInstanceAutomatedBackupsResponse smart constructor.

Instances

Instances details
Generic DescribeDBInstanceAutomatedBackupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Read DescribeDBInstanceAutomatedBackupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Show DescribeDBInstanceAutomatedBackupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

NFData DescribeDBInstanceAutomatedBackupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

Eq DescribeDBInstanceAutomatedBackupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

type Rep DescribeDBInstanceAutomatedBackupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstanceAutomatedBackups

type Rep DescribeDBInstanceAutomatedBackupsResponse = D1 ('MetaData "DescribeDBInstanceAutomatedBackupsResponse" "Amazonka.RDS.DescribeDBInstanceAutomatedBackups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBInstanceAutomatedBackupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceAutomatedBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBInstanceAutomatedBackup])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBInstanceAutomatedBackupsResponse Source #

Create a value of DescribeDBInstanceAutomatedBackupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstanceAutomatedBackups:DescribeDBInstanceAutomatedBackupsResponse', describeDBInstanceAutomatedBackupsResponse_dbInstanceAutomatedBackups - A list of DBInstanceAutomatedBackup instances.

DescribeDBInstanceAutomatedBackups, describeDBInstanceAutomatedBackupsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBInstanceAutomatedBackupsResponse', describeDBInstanceAutomatedBackupsResponse_httpStatus - The response's http status code.

DescribeDBInstances (Paginated)

data DescribeDBInstances Source #

See: newDescribeDBInstances smart constructor.

Instances

Instances details
ToHeaders DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

ToPath DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

ToQuery DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

AWSPager DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

AWSRequest DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Associated Types

type AWSResponse DescribeDBInstances #

Generic DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Associated Types

type Rep DescribeDBInstances :: Type -> Type #

Read DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Show DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

NFData DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Methods

rnf :: DescribeDBInstances -> () #

Eq DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Hashable DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

type AWSResponse DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

type Rep DescribeDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

type Rep DescribeDBInstances = D1 ('MetaData "DescribeDBInstances" "Amazonka.RDS.DescribeDBInstances" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBInstances'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeDBInstances :: DescribeDBInstances Source #

Create a value of DescribeDBInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBInstances, describeDBInstances_dbInstanceIdentifier - The user-supplied instance identifier or the Amazon Resource Name (ARN) of the DB instance. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match the identifier of an existing DBInstance.

$sel:filters:DescribeDBInstances', describeDBInstances_filters - A filter that specifies one or more DB instances to describe.

Supported filters:

  • db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list only includes information about the DB instances associated with the DB clusters identified by these ARNs.
  • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list only includes information about the DB instances identified by these ARNs.
  • dbi-resource-id - Accepts DB instance resource identifiers. The results list will only include information about the DB instances identified by these DB instance resource identifiers.
  • domain - Accepts Active Directory directory IDs. The results list only includes information about the DB instances associated with these domains.
  • engine - Accepts engine names. The results list only includes information about the DB instances for these engines.

DescribeDBInstances, describeDBInstances_marker - An optional pagination token provided by a previous DescribeDBInstances request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBInstances', describeDBInstances_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBInstancesResponse Source #

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

See: newDescribeDBInstancesResponse smart constructor.

Instances

Instances details
Generic DescribeDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Associated Types

type Rep DescribeDBInstancesResponse :: Type -> Type #

Read DescribeDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Show DescribeDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

NFData DescribeDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

Eq DescribeDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

type Rep DescribeDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBInstances

type Rep DescribeDBInstancesResponse = D1 ('MetaData "DescribeDBInstancesResponse" "Amazonka.RDS.DescribeDBInstances" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBInstance])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBInstancesResponse Source #

Create a value of DescribeDBInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstances:DescribeDBInstancesResponse', describeDBInstancesResponse_dbInstances - A list of DBInstance instances.

DescribeDBInstances, describeDBInstancesResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

$sel:httpStatus:DescribeDBInstancesResponse', describeDBInstancesResponse_httpStatus - The response's http status code.

DescribeDBLogFiles (Paginated)

data DescribeDBLogFiles Source #

See: newDescribeDBLogFiles smart constructor.

Instances

Instances details
ToHeaders DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

ToPath DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

ToQuery DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

AWSPager DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

AWSRequest DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Associated Types

type AWSResponse DescribeDBLogFiles #

Generic DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Associated Types

type Rep DescribeDBLogFiles :: Type -> Type #

Read DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Show DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

NFData DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Methods

rnf :: DescribeDBLogFiles -> () #

Eq DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Hashable DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

type AWSResponse DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

type Rep DescribeDBLogFiles Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

type Rep DescribeDBLogFiles = D1 ('MetaData "DescribeDBLogFiles" "Amazonka.RDS.DescribeDBLogFiles" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBLogFiles'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileLastWritten") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "fileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "filenameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeDBLogFiles Source #

Create a value of DescribeDBLogFiles with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileLastWritten:DescribeDBLogFiles', describeDBLogFiles_fileLastWritten - Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

$sel:fileSize:DescribeDBLogFiles', describeDBLogFiles_fileSize - Filters the available log files for files larger than the specified size.

$sel:filenameContains:DescribeDBLogFiles', describeDBLogFiles_filenameContains - Filters the available log files for log file names that contain the specified string.

$sel:filters:DescribeDBLogFiles', describeDBLogFiles_filters - This parameter isn't currently supported.

DescribeDBLogFiles, describeDBLogFiles_marker - The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

$sel:maxRecords:DescribeDBLogFiles', describeDBLogFiles_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

DescribeDBLogFiles, describeDBLogFiles_dbInstanceIdentifier - The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

  • Must match the identifier of an existing DBInstance.

data DescribeDBLogFilesResponse Source #

The response from a call to DescribeDBLogFiles.

See: newDescribeDBLogFilesResponse smart constructor.

Instances

Instances details
Generic DescribeDBLogFilesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Associated Types

type Rep DescribeDBLogFilesResponse :: Type -> Type #

Read DescribeDBLogFilesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Show DescribeDBLogFilesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

NFData DescribeDBLogFilesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

Eq DescribeDBLogFilesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

type Rep DescribeDBLogFilesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBLogFiles

type Rep DescribeDBLogFilesResponse = D1 ('MetaData "DescribeDBLogFilesResponse" "Amazonka.RDS.DescribeDBLogFiles" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBLogFilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "describeDBLogFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DescribeDBLogFilesDetails])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBLogFilesResponse Source #

Create a value of DescribeDBLogFilesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:describeDBLogFiles:DescribeDBLogFilesResponse', describeDBLogFilesResponse_describeDBLogFiles - The DB log files returned.

DescribeDBLogFiles, describeDBLogFilesResponse_marker - A pagination token that can be used in a later DescribeDBLogFiles request.

$sel:httpStatus:DescribeDBLogFilesResponse', describeDBLogFilesResponse_httpStatus - The response's http status code.

DescribeDBParameterGroups (Paginated)

data DescribeDBParameterGroups Source #

See: newDescribeDBParameterGroups smart constructor.

Instances

Instances details
ToHeaders DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

ToPath DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

ToQuery DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

AWSPager DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

AWSRequest DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Generic DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Associated Types

type Rep DescribeDBParameterGroups :: Type -> Type #

Read DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Show DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

NFData DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Eq DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Hashable DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

type AWSResponse DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

type Rep DescribeDBParameterGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

type Rep DescribeDBParameterGroups = D1 ('MetaData "DescribeDBParameterGroups" "Amazonka.RDS.DescribeDBParameterGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBParameterGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeDBParameterGroups :: DescribeDBParameterGroups Source #

Create a value of DescribeDBParameterGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBParameterGroups, describeDBParameterGroups_dbParameterGroupName - The name of a specific DB parameter group to return details for.

Constraints:

  • If supplied, must match the name of an existing DBClusterParameterGroup.

$sel:filters:DescribeDBParameterGroups', describeDBParameterGroups_filters - This parameter isn't currently supported.

DescribeDBParameterGroups, describeDBParameterGroups_marker - An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBParameterGroups', describeDBParameterGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBParameterGroupsResponse Source #

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

See: newDescribeDBParameterGroupsResponse smart constructor.

Instances

Instances details
Generic DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Associated Types

type Rep DescribeDBParameterGroupsResponse :: Type -> Type #

Read DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Show DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

NFData DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

Eq DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

type Rep DescribeDBParameterGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameterGroups

type Rep DescribeDBParameterGroupsResponse = D1 ('MetaData "DescribeDBParameterGroupsResponse" "Amazonka.RDS.DescribeDBParameterGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBParameterGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBParameterGroup])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBParameterGroupsResponse Source #

Create a value of DescribeDBParameterGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBParameterGroupsResponse, describeDBParameterGroupsResponse_dbParameterGroups - A list of DBParameterGroup instances.

DescribeDBParameterGroups, describeDBParameterGroupsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBParameterGroupsResponse', describeDBParameterGroupsResponse_httpStatus - The response's http status code.

DescribeDBParameters (Paginated)

data DescribeDBParameters Source #

See: newDescribeDBParameters smart constructor.

Instances

Instances details
ToHeaders DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

ToPath DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

ToQuery DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

AWSPager DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

AWSRequest DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Associated Types

type AWSResponse DescribeDBParameters #

Generic DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Associated Types

type Rep DescribeDBParameters :: Type -> Type #

Read DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Show DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

NFData DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Methods

rnf :: DescribeDBParameters -> () #

Eq DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Hashable DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

type AWSResponse DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

type Rep DescribeDBParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

type Rep DescribeDBParameters = D1 ('MetaData "DescribeDBParameters" "Amazonka.RDS.DescribeDBParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeDBParameters Source #

Create a value of DescribeDBParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeDBParameters', describeDBParameters_filters - This parameter isn't currently supported.

DescribeDBParameters, describeDBParameters_marker - An optional pagination token provided by a previous DescribeDBParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBParameters', describeDBParameters_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBParameters, describeDBParameters_source - The parameter types to return.

Default: All parameter types returned

Valid Values: user | system | engine-default

DescribeDBParameters, describeDBParameters_dbParameterGroupName - The name of a specific DB parameter group to return details for.

Constraints:

  • If supplied, must match the name of an existing DBParameterGroup.

data DescribeDBParametersResponse Source #

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

See: newDescribeDBParametersResponse smart constructor.

Instances

Instances details
Generic DescribeDBParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Associated Types

type Rep DescribeDBParametersResponse :: Type -> Type #

Read DescribeDBParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Show DescribeDBParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

NFData DescribeDBParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

Eq DescribeDBParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

type Rep DescribeDBParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBParameters

type Rep DescribeDBParametersResponse = D1 ('MetaData "DescribeDBParametersResponse" "Amazonka.RDS.DescribeDBParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBParametersResponse Source #

Create a value of DescribeDBParametersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBParameters, describeDBParametersResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

DescribeDBParametersResponse, describeDBParametersResponse_parameters - A list of Parameter values.

$sel:httpStatus:DescribeDBParametersResponse', describeDBParametersResponse_httpStatus - The response's http status code.

DescribeDBProxies (Paginated)

data DescribeDBProxies Source #

See: newDescribeDBProxies smart constructor.

Instances

Instances details
ToHeaders DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

ToPath DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

ToQuery DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

AWSPager DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

AWSRequest DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Associated Types

type AWSResponse DescribeDBProxies #

Generic DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Associated Types

type Rep DescribeDBProxies :: Type -> Type #

Read DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Show DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

NFData DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Methods

rnf :: DescribeDBProxies -> () #

Eq DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Hashable DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

type AWSResponse DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

type Rep DescribeDBProxies Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

type Rep DescribeDBProxies = D1 ('MetaData "DescribeDBProxies" "Amazonka.RDS.DescribeDBProxies" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxies'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newDescribeDBProxies :: DescribeDBProxies Source #

Create a value of DescribeDBProxies with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBProxies, describeDBProxies_dbProxyName - The name of the DB proxy. If you omit this parameter, the output includes information about all DB proxies owned by your Amazon Web Services account ID.

$sel:filters:DescribeDBProxies', describeDBProxies_filters - This parameter is not currently supported.

DescribeDBProxies, describeDBProxies_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBProxies', describeDBProxies_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBProxiesResponse Source #

See: newDescribeDBProxiesResponse smart constructor.

Instances

Instances details
Generic DescribeDBProxiesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Associated Types

type Rep DescribeDBProxiesResponse :: Type -> Type #

Read DescribeDBProxiesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Show DescribeDBProxiesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

NFData DescribeDBProxiesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

Eq DescribeDBProxiesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

type Rep DescribeDBProxiesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxies

type Rep DescribeDBProxiesResponse = D1 ('MetaData "DescribeDBProxiesResponse" "Amazonka.RDS.DescribeDBProxies" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBProxy])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBProxiesResponse Source #

Create a value of DescribeDBProxiesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxies:DescribeDBProxiesResponse', describeDBProxiesResponse_dbProxies - A return value representing an arbitrary number of DBProxy data structures.

DescribeDBProxies, describeDBProxiesResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBProxiesResponse', describeDBProxiesResponse_httpStatus - The response's http status code.

DescribeDBProxyEndpoints (Paginated)

data DescribeDBProxyEndpoints Source #

See: newDescribeDBProxyEndpoints smart constructor.

Instances

Instances details
ToHeaders DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

ToPath DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

ToQuery DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

AWSPager DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

AWSRequest DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Generic DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Associated Types

type Rep DescribeDBProxyEndpoints :: Type -> Type #

Read DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Show DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

NFData DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Eq DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Hashable DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type AWSResponse DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type Rep DescribeDBProxyEndpoints Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type Rep DescribeDBProxyEndpoints = D1 ('MetaData "DescribeDBProxyEndpoints" "Amazonka.RDS.DescribeDBProxyEndpoints" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxyEndpoints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbProxyEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newDescribeDBProxyEndpoints :: DescribeDBProxyEndpoints Source #

Create a value of DescribeDBProxyEndpoints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBProxyEndpoints, describeDBProxyEndpoints_dbProxyEndpointName - The name of a DB proxy endpoint to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with the specified proxy.

DescribeDBProxyEndpoints, describeDBProxyEndpoints_dbProxyName - The name of the DB proxy whose endpoints you want to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with all your DB proxies.

$sel:filters:DescribeDBProxyEndpoints', describeDBProxyEndpoints_filters - This parameter is not currently supported.

DescribeDBProxyEndpoints, describeDBProxyEndpoints_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBProxyEndpoints', describeDBProxyEndpoints_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBProxyEndpointsResponse Source #

See: newDescribeDBProxyEndpointsResponse smart constructor.

Instances

Instances details
Generic DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Associated Types

type Rep DescribeDBProxyEndpointsResponse :: Type -> Type #

Read DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Show DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

NFData DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

Eq DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type Rep DescribeDBProxyEndpointsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyEndpoints

type Rep DescribeDBProxyEndpointsResponse = D1 ('MetaData "DescribeDBProxyEndpointsResponse" "Amazonka.RDS.DescribeDBProxyEndpoints" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxyEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBProxyEndpoint])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBProxyEndpointsResponse Source #

Create a value of DescribeDBProxyEndpointsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxyEndpoints:DescribeDBProxyEndpointsResponse', describeDBProxyEndpointsResponse_dbProxyEndpoints - The list of ProxyEndpoint objects returned by the API operation.

DescribeDBProxyEndpoints, describeDBProxyEndpointsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBProxyEndpointsResponse', describeDBProxyEndpointsResponse_httpStatus - The response's http status code.

DescribeDBProxyTargetGroups (Paginated)

data DescribeDBProxyTargetGroups Source #

See: newDescribeDBProxyTargetGroups smart constructor.

Instances

Instances details
ToHeaders DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

ToPath DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

ToQuery DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

AWSPager DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

AWSRequest DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Generic DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Associated Types

type Rep DescribeDBProxyTargetGroups :: Type -> Type #

Read DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Show DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

NFData DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Eq DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Hashable DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type AWSResponse DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroups = D1 ('MetaData "DescribeDBProxyTargetGroups" "Amazonka.RDS.DescribeDBProxyTargetGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxyTargetGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeDBProxyTargetGroups Source #

Create a value of DescribeDBProxyTargetGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_filters - This parameter is not currently supported.

DescribeDBProxyTargetGroups, describeDBProxyTargetGroups_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBProxyTargetGroups', describeDBProxyTargetGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBProxyTargetGroups, describeDBProxyTargetGroups_targetGroupName - The identifier of the DBProxyTargetGroup to describe.

DescribeDBProxyTargetGroups, describeDBProxyTargetGroups_dbProxyName - The identifier of the DBProxy associated with the target group.

data DescribeDBProxyTargetGroupsResponse Source #

Instances

Instances details
Generic DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Read DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Show DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

NFData DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

Eq DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargetGroups

type Rep DescribeDBProxyTargetGroupsResponse = D1 ('MetaData "DescribeDBProxyTargetGroupsResponse" "Amazonka.RDS.DescribeDBProxyTargetGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxyTargetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBProxyTargetGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBProxyTargetGroupsResponse Source #

Create a value of DescribeDBProxyTargetGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBProxyTargetGroups, describeDBProxyTargetGroupsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:targetGroups:DescribeDBProxyTargetGroupsResponse', describeDBProxyTargetGroupsResponse_targetGroups - An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding target groups.

$sel:httpStatus:DescribeDBProxyTargetGroupsResponse', describeDBProxyTargetGroupsResponse_httpStatus - The response's http status code.

DescribeDBProxyTargets (Paginated)

data DescribeDBProxyTargets Source #

See: newDescribeDBProxyTargets smart constructor.

Instances

Instances details
ToHeaders DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

ToPath DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

ToQuery DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

AWSPager DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

AWSRequest DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Associated Types

type AWSResponse DescribeDBProxyTargets #

Generic DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Associated Types

type Rep DescribeDBProxyTargets :: Type -> Type #

Read DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Show DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

NFData DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Methods

rnf :: DescribeDBProxyTargets -> () #

Eq DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Hashable DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

type AWSResponse DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

type Rep DescribeDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

type Rep DescribeDBProxyTargets = D1 ('MetaData "DescribeDBProxyTargets" "Amazonka.RDS.DescribeDBProxyTargets" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxyTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeDBProxyTargets Source #

Create a value of DescribeDBProxyTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeDBProxyTargets', describeDBProxyTargets_filters - This parameter is not currently supported.

DescribeDBProxyTargets, describeDBProxyTargets_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBProxyTargets', describeDBProxyTargets_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBProxyTargets, describeDBProxyTargets_targetGroupName - The identifier of the DBProxyTargetGroup to describe.

DescribeDBProxyTargets, describeDBProxyTargets_dbProxyName - The identifier of the DBProxyTarget to describe.

data DescribeDBProxyTargetsResponse Source #

See: newDescribeDBProxyTargetsResponse smart constructor.

Instances

Instances details
Generic DescribeDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Associated Types

type Rep DescribeDBProxyTargetsResponse :: Type -> Type #

Read DescribeDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Show DescribeDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

NFData DescribeDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

Eq DescribeDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

type Rep DescribeDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBProxyTargets

type Rep DescribeDBProxyTargetsResponse = D1 ('MetaData "DescribeDBProxyTargetsResponse" "Amazonka.RDS.DescribeDBProxyTargets" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBProxyTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBProxyTarget])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBProxyTargetsResponse Source #

Create a value of DescribeDBProxyTargetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBProxyTargets, describeDBProxyTargetsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:targets:DescribeDBProxyTargetsResponse', describeDBProxyTargetsResponse_targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.

$sel:httpStatus:DescribeDBProxyTargetsResponse', describeDBProxyTargetsResponse_httpStatus - The response's http status code.

DescribeDBSecurityGroups (Paginated)

data DescribeDBSecurityGroups Source #

See: newDescribeDBSecurityGroups smart constructor.

Instances

Instances details
ToHeaders DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

ToPath DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

ToQuery DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

AWSPager DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

AWSRequest DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Generic DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Associated Types

type Rep DescribeDBSecurityGroups :: Type -> Type #

Read DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Show DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

NFData DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Eq DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Hashable DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

type AWSResponse DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

type Rep DescribeDBSecurityGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

type Rep DescribeDBSecurityGroups = D1 ('MetaData "DescribeDBSecurityGroups" "Amazonka.RDS.DescribeDBSecurityGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSecurityGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeDBSecurityGroups :: DescribeDBSecurityGroups Source #

Create a value of DescribeDBSecurityGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBSecurityGroups, describeDBSecurityGroups_dbSecurityGroupName - The name of the DB security group to return details for.

$sel:filters:DescribeDBSecurityGroups', describeDBSecurityGroups_filters - This parameter isn't currently supported.

DescribeDBSecurityGroups, describeDBSecurityGroups_marker - An optional pagination token provided by a previous DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBSecurityGroups', describeDBSecurityGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBSecurityGroupsResponse Source #

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

See: newDescribeDBSecurityGroupsResponse smart constructor.

Instances

Instances details
Generic DescribeDBSecurityGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Associated Types

type Rep DescribeDBSecurityGroupsResponse :: Type -> Type #

Read DescribeDBSecurityGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Show DescribeDBSecurityGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

NFData DescribeDBSecurityGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

Eq DescribeDBSecurityGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

type Rep DescribeDBSecurityGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSecurityGroups

type Rep DescribeDBSecurityGroupsResponse = D1 ('MetaData "DescribeDBSecurityGroupsResponse" "Amazonka.RDS.DescribeDBSecurityGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSecurityGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBSecurityGroup])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBSecurityGroupsResponse Source #

Create a value of DescribeDBSecurityGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBSecurityGroupsResponse, describeDBSecurityGroupsResponse_dbSecurityGroups - A list of DBSecurityGroup instances.

DescribeDBSecurityGroups, describeDBSecurityGroupsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBSecurityGroupsResponse', describeDBSecurityGroupsResponse_httpStatus - The response's http status code.

DescribeDBSnapshotAttributes

data DescribeDBSnapshotAttributes Source #

See: newDescribeDBSnapshotAttributes smart constructor.

Instances

Instances details
ToHeaders DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

ToPath DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

ToQuery DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

AWSRequest DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Generic DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Associated Types

type Rep DescribeDBSnapshotAttributes :: Type -> Type #

Read DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Show DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

NFData DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Eq DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Hashable DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

type AWSResponse DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

type Rep DescribeDBSnapshotAttributes Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

type Rep DescribeDBSnapshotAttributes = D1 ('MetaData "DescribeDBSnapshotAttributes" "Amazonka.RDS.DescribeDBSnapshotAttributes" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSnapshotAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDBSnapshotAttributes Source #

Create a value of DescribeDBSnapshotAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBSnapshotAttributes, describeDBSnapshotAttributes_dbSnapshotIdentifier - The identifier for the DB snapshot to describe the attributes for.

data DescribeDBSnapshotAttributesResponse Source #

Instances

Instances details
Generic DescribeDBSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Read DescribeDBSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Show DescribeDBSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

NFData DescribeDBSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

Eq DescribeDBSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

type Rep DescribeDBSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshotAttributes

type Rep DescribeDBSnapshotAttributesResponse = D1 ('MetaData "DescribeDBSnapshotAttributesResponse" "Amazonka.RDS.DescribeDBSnapshotAttributes" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSnapshotAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotAttributesResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSnapshotAttributesResult)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDBSnapshotAttributesResponse Source #

Create a value of DescribeDBSnapshotAttributesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshotAttributesResult:DescribeDBSnapshotAttributesResponse', describeDBSnapshotAttributesResponse_dbSnapshotAttributesResult - Undocumented member.

$sel:httpStatus:DescribeDBSnapshotAttributesResponse', describeDBSnapshotAttributesResponse_httpStatus - The response's http status code.

DescribeDBSnapshots (Paginated)

data DescribeDBSnapshots Source #

See: newDescribeDBSnapshots smart constructor.

Instances

Instances details
ToHeaders DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

ToPath DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

ToQuery DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

AWSPager DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

AWSRequest DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Associated Types

type AWSResponse DescribeDBSnapshots #

Generic DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Associated Types

type Rep DescribeDBSnapshots :: Type -> Type #

Read DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Show DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

NFData DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Methods

rnf :: DescribeDBSnapshots -> () #

Eq DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Hashable DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

type AWSResponse DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

type Rep DescribeDBSnapshots Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

newDescribeDBSnapshots :: DescribeDBSnapshots Source #

Create a value of DescribeDBSnapshots with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBSnapshots, describeDBSnapshots_dbInstanceIdentifier - The ID of the DB instance to retrieve the list of DB snapshots for. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match the identifier of an existing DBInstance.

DescribeDBSnapshots, describeDBSnapshots_dbSnapshotIdentifier - A specific DB snapshot identifier to describe. This value is stored as a lowercase string.

Constraints:

  • If supplied, must match the identifier of an existing DBSnapshot.
  • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

DescribeDBSnapshots, describeDBSnapshots_dbiResourceId - A specific DB resource ID to describe.

$sel:filters:DescribeDBSnapshots', describeDBSnapshots_filters - A filter that specifies one or more DB snapshots to describe.

Supported filters:

  • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs).
  • db-snapshot-id - Accepts DB snapshot identifiers.
  • dbi-resource-id - Accepts identifiers of source DB instances.
  • snapshot-type - Accepts types of DB snapshots.
  • engine - Accepts names of database engines.

$sel:includePublic:DescribeDBSnapshots', describeDBSnapshots_includePublic - A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included.

You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute API.

This setting doesn't apply to RDS Custom.

$sel:includeShared:DescribeDBSnapshots', describeDBSnapshots_includeShared - A value that indicates whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this Amazon Web Services account has been given permission to copy or restore. By default, these snapshots are not included.

You can give an Amazon Web Services account permission to restore a manual DB snapshot from another Amazon Web Services account by using the ModifyDBSnapshotAttribute API action.

This setting doesn't apply to RDS Custom.

DescribeDBSnapshots, describeDBSnapshots_marker - An optional pagination token provided by a previous DescribeDBSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBSnapshots', describeDBSnapshots_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeDBSnapshots, describeDBSnapshots_snapshotType - The type of snapshots to be returned. You can specify one of the following values:

  • automated - Return all DB snapshots that have been automatically taken by Amazon RDS for my Amazon Web Services account.
  • manual - Return all DB snapshots that have been taken by my Amazon Web Services account.
  • shared - Return all manual DB snapshots that have been shared to my Amazon Web Services account.
  • public - Return all DB snapshots that have been marked as public.
  • awsbackup - Return the DB snapshots managed by the Amazon Web Services Backup service.

    For information about Amazon Web Services Backup, see the Amazon Web Services Backup Developer Guide.

    The awsbackup type does not apply to Aurora.

If you don't specify a SnapshotType value, then both automated and manual snapshots are returned. Shared and public DB snapshots are not included in the returned results by default. You can include shared snapshots with these results by enabling the IncludeShared parameter. You can include public snapshots with these results by enabling the IncludePublic parameter.

The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.

data DescribeDBSnapshotsResponse Source #

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

See: newDescribeDBSnapshotsResponse smart constructor.

Instances

Instances details
Generic DescribeDBSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Associated Types

type Rep DescribeDBSnapshotsResponse :: Type -> Type #

Read DescribeDBSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Show DescribeDBSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

NFData DescribeDBSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

Eq DescribeDBSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

type Rep DescribeDBSnapshotsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSnapshots

type Rep DescribeDBSnapshotsResponse = D1 ('MetaData "DescribeDBSnapshotsResponse" "Amazonka.RDS.DescribeDBSnapshots" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSnapshotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBSnapshot])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBSnapshotsResponse Source #

Create a value of DescribeDBSnapshotsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshots:DescribeDBSnapshotsResponse', describeDBSnapshotsResponse_dbSnapshots - A list of DBSnapshot instances.

DescribeDBSnapshots, describeDBSnapshotsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBSnapshotsResponse', describeDBSnapshotsResponse_httpStatus - The response's http status code.

DescribeDBSubnetGroups (Paginated)

data DescribeDBSubnetGroups Source #

See: newDescribeDBSubnetGroups smart constructor.

Instances

Instances details
ToHeaders DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

ToPath DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

ToQuery DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

AWSPager DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

AWSRequest DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Associated Types

type AWSResponse DescribeDBSubnetGroups #

Generic DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Associated Types

type Rep DescribeDBSubnetGroups :: Type -> Type #

Read DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Show DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

NFData DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Methods

rnf :: DescribeDBSubnetGroups -> () #

Eq DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Hashable DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

type AWSResponse DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroups = D1 ('MetaData "DescribeDBSubnetGroups" "Amazonka.RDS.DescribeDBSubnetGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSubnetGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeDBSubnetGroups :: DescribeDBSubnetGroups Source #

Create a value of DescribeDBSubnetGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDBSubnetGroups, describeDBSubnetGroups_dbSubnetGroupName - The name of the DB subnet group to return details for.

$sel:filters:DescribeDBSubnetGroups', describeDBSubnetGroups_filters - This parameter isn't currently supported.

DescribeDBSubnetGroups, describeDBSubnetGroups_marker - An optional pagination token provided by a previous DescribeDBSubnetGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeDBSubnetGroups', describeDBSubnetGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeDBSubnetGroupsResponse Source #

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

See: newDescribeDBSubnetGroupsResponse smart constructor.

Instances

Instances details
Generic DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Associated Types

type Rep DescribeDBSubnetGroupsResponse :: Type -> Type #

Read DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Show DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

NFData DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

Eq DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeDBSubnetGroups

type Rep DescribeDBSubnetGroupsResponse = D1 ('MetaData "DescribeDBSubnetGroupsResponse" "Amazonka.RDS.DescribeDBSubnetGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBSubnetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSubnetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBSubnetGroup])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDBSubnetGroupsResponse Source #

Create a value of DescribeDBSubnetGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSubnetGroups:DescribeDBSubnetGroupsResponse', describeDBSubnetGroupsResponse_dbSubnetGroups - A list of DBSubnetGroup instances.

DescribeDBSubnetGroups, describeDBSubnetGroupsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeDBSubnetGroupsResponse', describeDBSubnetGroupsResponse_httpStatus - The response's http status code.

DescribeEngineDefaultClusterParameters (Paginated)

data DescribeEngineDefaultClusterParameters Source #

Instances

Instances details
ToHeaders DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

ToPath DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

ToQuery DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

AWSPager DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

AWSRequest DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Generic DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Read DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Show DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

NFData DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Eq DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Hashable DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

type AWSResponse DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

type Rep DescribeEngineDefaultClusterParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

type Rep DescribeEngineDefaultClusterParameters = D1 ('MetaData "DescribeEngineDefaultClusterParameters" "Amazonka.RDS.DescribeEngineDefaultClusterParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEngineDefaultClusterParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeEngineDefaultClusterParameters Source #

Create a value of DescribeEngineDefaultClusterParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeEngineDefaultClusterParameters', describeEngineDefaultClusterParameters_filters - This parameter isn't currently supported.

DescribeEngineDefaultClusterParameters, describeEngineDefaultClusterParameters_marker - An optional pagination token provided by a previous DescribeEngineDefaultClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeEngineDefaultClusterParameters', describeEngineDefaultClusterParameters_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeEngineDefaultClusterParameters, describeEngineDefaultClusterParameters_dbParameterGroupFamily - The name of the DB cluster parameter group family to return engine parameter information for.

data DescribeEngineDefaultClusterParametersResponse Source #

Instances

Instances details
Generic DescribeEngineDefaultClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Read DescribeEngineDefaultClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Show DescribeEngineDefaultClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

NFData DescribeEngineDefaultClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

Eq DescribeEngineDefaultClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

type Rep DescribeEngineDefaultClusterParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultClusterParameters

type Rep DescribeEngineDefaultClusterParametersResponse = D1 ('MetaData "DescribeEngineDefaultClusterParametersResponse" "Amazonka.RDS.DescribeEngineDefaultClusterParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEngineDefaultClusterParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineDefaults)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeEngineDefaultParameters (Paginated)

data DescribeEngineDefaultParameters Source #

See: newDescribeEngineDefaultParameters smart constructor.

Instances

Instances details
ToHeaders DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

ToPath DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

ToQuery DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

AWSPager DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

AWSRequest DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Generic DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Associated Types

type Rep DescribeEngineDefaultParameters :: Type -> Type #

Read DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Show DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

NFData DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Eq DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Hashable DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

type AWSResponse DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParameters = D1 ('MetaData "DescribeEngineDefaultParameters" "Amazonka.RDS.DescribeEngineDefaultParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEngineDefaultParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeEngineDefaultParameters Source #

Create a value of DescribeEngineDefaultParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeEngineDefaultParameters', describeEngineDefaultParameters_filters - This parameter isn't currently supported.

DescribeEngineDefaultParameters, describeEngineDefaultParameters_marker - An optional pagination token provided by a previous DescribeEngineDefaultParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeEngineDefaultParameters', describeEngineDefaultParameters_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeEngineDefaultParameters, describeEngineDefaultParameters_dbParameterGroupFamily - The name of the DB parameter group family.

Valid Values:

  • aurora5.6
  • aurora-mysql5.7
  • aurora-mysql8.0
  • aurora-postgresql10
  • aurora-postgresql11
  • aurora-postgresql12
  • aurora-postgresql13
  • aurora-postgresql14
  • custom-oracle-ee-19
  • mariadb10.2
  • mariadb10.3
  • mariadb10.4
  • mariadb10.5
  • mariadb10.6
  • mysql5.7
  • mysql8.0
  • oracle-ee-19
  • oracle-ee-cdb-19
  • oracle-ee-cdb-21
  • oracle-se2-19
  • oracle-se2-cdb-19
  • oracle-se2-cdb-21
  • postgres10
  • postgres11
  • postgres12
  • postgres13
  • postgres14
  • sqlserver-ee-11.0
  • sqlserver-ee-12.0
  • sqlserver-ee-13.0
  • sqlserver-ee-14.0
  • sqlserver-ee-15.0
  • sqlserver-ex-11.0
  • sqlserver-ex-12.0
  • sqlserver-ex-13.0
  • sqlserver-ex-14.0
  • sqlserver-ex-15.0
  • sqlserver-se-11.0
  • sqlserver-se-12.0
  • sqlserver-se-13.0
  • sqlserver-se-14.0
  • sqlserver-se-15.0
  • sqlserver-web-11.0
  • sqlserver-web-12.0
  • sqlserver-web-13.0
  • sqlserver-web-14.0
  • sqlserver-web-15.0

data DescribeEngineDefaultParametersResponse Source #

Instances

Instances details
Generic DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Read DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Show DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

NFData DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

Eq DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParametersResponse = D1 ('MetaData "DescribeEngineDefaultParametersResponse" "Amazonka.RDS.DescribeEngineDefaultParameters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEngineDefaultParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "engineDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EngineDefaults)))

DescribeEventCategories

data DescribeEventCategories Source #

See: newDescribeEventCategories smart constructor.

Instances

Instances details
ToHeaders DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

ToPath DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

ToQuery DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

AWSRequest DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Generic DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Associated Types

type Rep DescribeEventCategories :: Type -> Type #

Read DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Show DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

NFData DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Methods

rnf :: DescribeEventCategories -> () #

Eq DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Hashable DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

type AWSResponse DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

type Rep DescribeEventCategories Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

type Rep DescribeEventCategories = D1 ('MetaData "DescribeEventCategories" "Amazonka.RDS.DescribeEventCategories" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEventCategories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeEventCategories :: DescribeEventCategories Source #

Create a value of DescribeEventCategories with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeEventCategories', describeEventCategories_filters - This parameter isn't currently supported.

DescribeEventCategories, describeEventCategories_sourceType - The type of source that is generating the events. For RDS Proxy events, specify db-proxy.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy

data DescribeEventCategoriesResponse Source #

Data returned from the DescribeEventCategories operation.

See: newDescribeEventCategoriesResponse smart constructor.

Instances

Instances details
Generic DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Associated Types

type Rep DescribeEventCategoriesResponse :: Type -> Type #

Read DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Show DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

NFData DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

Eq DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

type Rep DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventCategories

type Rep DescribeEventCategoriesResponse = D1 ('MetaData "DescribeEventCategoriesResponse" "Amazonka.RDS.DescribeEventCategories" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEventCategoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventCategoriesMapList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventCategoriesMap])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeEventCategoriesResponse Source #

Create a value of DescribeEventCategoriesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventCategoriesMapList:DescribeEventCategoriesResponse', describeEventCategoriesResponse_eventCategoriesMapList - A list of EventCategoriesMap data types.

$sel:httpStatus:DescribeEventCategoriesResponse', describeEventCategoriesResponse_httpStatus - The response's http status code.

DescribeEventSubscriptions (Paginated)

data DescribeEventSubscriptions Source #

See: newDescribeEventSubscriptions smart constructor.

Instances

Instances details
ToHeaders DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

ToPath DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

ToQuery DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

AWSPager DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

AWSRequest DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Generic DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Associated Types

type Rep DescribeEventSubscriptions :: Type -> Type #

Read DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Show DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

NFData DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Eq DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Hashable DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

type AWSResponse DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptions = D1 ('MetaData "DescribeEventSubscriptions" "Amazonka.RDS.DescribeEventSubscriptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEventSubscriptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeEventSubscriptions :: DescribeEventSubscriptions Source #

Create a value of DescribeEventSubscriptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeEventSubscriptions', describeEventSubscriptions_filters - This parameter isn't currently supported.

DescribeEventSubscriptions, describeEventSubscriptions_marker - An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

$sel:maxRecords:DescribeEventSubscriptions', describeEventSubscriptions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

$sel:subscriptionName:DescribeEventSubscriptions', describeEventSubscriptions_subscriptionName - The name of the RDS event notification subscription you want to describe.

data DescribeEventSubscriptionsResponse Source #

Data returned by the DescribeEventSubscriptions action.

See: newDescribeEventSubscriptionsResponse smart constructor.

Instances

Instances details
Generic DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Associated Types

type Rep DescribeEventSubscriptionsResponse :: Type -> Type #

Read DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Show DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

NFData DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

Eq DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptionsResponse = D1 ('MetaData "DescribeEventSubscriptionsResponse" "Amazonka.RDS.DescribeEventSubscriptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEventSubscriptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscriptionsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventSubscription])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEventSubscriptionsResponse Source #

Create a value of DescribeEventSubscriptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventSubscriptionsList:DescribeEventSubscriptionsResponse', describeEventSubscriptionsResponse_eventSubscriptionsList - A list of EventSubscriptions data types.

DescribeEventSubscriptions, describeEventSubscriptionsResponse_marker - An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeEventSubscriptionsResponse', describeEventSubscriptionsResponse_httpStatus - The response's http status code.

DescribeEvents (Paginated)

data DescribeEvents Source #

See: newDescribeEvents smart constructor.

Instances

Instances details
ToHeaders DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

ToPath DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

ToQuery DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

AWSPager DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

AWSRequest DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Associated Types

type AWSResponse DescribeEvents #

Generic DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Associated Types

type Rep DescribeEvents :: Type -> Type #

Read DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Show DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

NFData DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Methods

rnf :: DescribeEvents -> () #

Eq DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Hashable DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

type AWSResponse DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

type Rep DescribeEvents Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

newDescribeEvents :: DescribeEvents Source #

Create a value of DescribeEvents with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeEvents, describeEvents_duration - The number of minutes to retrieve events for.

Default: 60

$sel:endTime:DescribeEvents', describeEvents_endTime - The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

DescribeEvents, describeEvents_eventCategories - A list of event categories that trigger notifications for a event notification subscription.

$sel:filters:DescribeEvents', describeEvents_filters - This parameter isn't currently supported.

DescribeEvents, describeEvents_marker - An optional pagination token provided by a previous DescribeEvents request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeEvents', describeEvents_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeEvents, describeEvents_sourceIdentifier - The identifier of the event source for which events are returned. If not specified, then all sources are included in the response.

Constraints:

  • If SourceIdentifier is supplied, SourceType must also be provided.
  • If the source type is a DB instance, a DBInstanceIdentifier value must be supplied.
  • If the source type is a DB cluster, a DBClusterIdentifier value must be supplied.
  • If the source type is a DB parameter group, a DBParameterGroupName value must be supplied.
  • If the source type is a DB security group, a DBSecurityGroupName value must be supplied.
  • If the source type is a DB snapshot, a DBSnapshotIdentifier value must be supplied.
  • If the source type is a DB cluster snapshot, a DBClusterSnapshotIdentifier value must be supplied.
  • If the source type is an RDS Proxy, a DBProxyName value must be supplied.
  • Can't end with a hyphen or contain two consecutive hyphens.

DescribeEvents, describeEvents_sourceType - The event source to retrieve events for. If no value is specified, all events are returned.

DescribeEvents, describeEvents_startTime - The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

data DescribeEventsResponse Source #

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

See: newDescribeEventsResponse smart constructor.

Instances

Instances details
Generic DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Associated Types

type Rep DescribeEventsResponse :: Type -> Type #

Read DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Show DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

NFData DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

Methods

rnf :: DescribeEventsResponse -> () #

Eq DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

type Rep DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeEvents

type Rep DescribeEventsResponse = D1 ('MetaData "DescribeEventsResponse" "Amazonka.RDS.DescribeEvents" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Event])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEventsResponse Source #

Create a value of DescribeEventsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:events:DescribeEventsResponse', describeEventsResponse_events - A list of Event instances.

DescribeEvents, describeEventsResponse_marker - An optional pagination token provided by a previous Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeEventsResponse', describeEventsResponse_httpStatus - The response's http status code.

DescribeExportTasks (Paginated)

data DescribeExportTasks Source #

See: newDescribeExportTasks smart constructor.

Instances

Instances details
ToHeaders DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

ToPath DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

ToQuery DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

AWSPager DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

AWSRequest DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Associated Types

type AWSResponse DescribeExportTasks #

Generic DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Associated Types

type Rep DescribeExportTasks :: Type -> Type #

Read DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Show DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

NFData DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Methods

rnf :: DescribeExportTasks -> () #

Eq DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Hashable DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

type AWSResponse DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

type Rep DescribeExportTasks Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

type Rep DescribeExportTasks = D1 ('MetaData "DescribeExportTasks" "Amazonka.RDS.DescribeExportTasks" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeExportTasks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exportTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportSourceType))))))

newDescribeExportTasks :: DescribeExportTasks Source #

Create a value of DescribeExportTasks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExportTasks, describeExportTasks_exportTaskIdentifier - The identifier of the snapshot export task to be described.

$sel:filters:DescribeExportTasks', describeExportTasks_filters - Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.

Supported filters include the following:

  • export-task-identifier - An identifier for the snapshot export task.
  • s3-bucket - The Amazon S3 bucket the snapshot is exported to.
  • source-arn - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
  • status - The status of the export task. Must be lowercase. Valid statuses are the following:

    • canceled
    • canceling
    • complete
    • failed
    • in_progress
    • starting

DescribeExportTasks, describeExportTasks_marker - An optional pagination token provided by a previous DescribeExportTasks request. If you specify this parameter, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

$sel:maxRecords:DescribeExportTasks', describeExportTasks_maxRecords - The maximum number of records to include in the response. If more records exist than the specified value, a pagination token called a marker is included in the response. You can use the marker in a later DescribeExportTasks request to retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeExportTasks, describeExportTasks_sourceArn - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.

DescribeExportTasks, describeExportTasks_sourceType - The type of source for the export.

data DescribeExportTasksResponse Source #

See: newDescribeExportTasksResponse smart constructor.

Instances

Instances details
Generic DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Associated Types

type Rep DescribeExportTasksResponse :: Type -> Type #

Read DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Show DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

NFData DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

Eq DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

type Rep DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeExportTasks

type Rep DescribeExportTasksResponse = D1 ('MetaData "DescribeExportTasksResponse" "Amazonka.RDS.DescribeExportTasks" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeExportTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExportTask])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeExportTasksResponse Source #

Create a value of DescribeExportTasksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exportTasks:DescribeExportTasksResponse', describeExportTasksResponse_exportTasks - Information about an export of a snapshot to Amazon S3.

DescribeExportTasks, describeExportTasksResponse_marker - A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks.

$sel:httpStatus:DescribeExportTasksResponse', describeExportTasksResponse_httpStatus - The response's http status code.

DescribeGlobalClusters (Paginated)

data DescribeGlobalClusters Source #

See: newDescribeGlobalClusters smart constructor.

Instances

Instances details
ToHeaders DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

ToPath DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

ToQuery DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

AWSPager DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

AWSRequest DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Associated Types

type AWSResponse DescribeGlobalClusters #

Generic DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Associated Types

type Rep DescribeGlobalClusters :: Type -> Type #

Read DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Show DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

NFData DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Methods

rnf :: DescribeGlobalClusters -> () #

Eq DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Hashable DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

type AWSResponse DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

type Rep DescribeGlobalClusters Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

type Rep DescribeGlobalClusters = D1 ('MetaData "DescribeGlobalClusters" "Amazonka.RDS.DescribeGlobalClusters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeGlobalClusters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeGlobalClusters :: DescribeGlobalClusters Source #

Create a value of DescribeGlobalClusters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeGlobalClusters', describeGlobalClusters_filters - This parameter isn't currently supported.

DescribeGlobalClusters, describeGlobalClusters_globalClusterIdentifier - The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match an existing DBClusterIdentifier.

DescribeGlobalClusters, describeGlobalClusters_marker - An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeGlobalClusters', describeGlobalClusters_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeGlobalClustersResponse Source #

See: newDescribeGlobalClustersResponse smart constructor.

Instances

Instances details
Generic DescribeGlobalClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Associated Types

type Rep DescribeGlobalClustersResponse :: Type -> Type #

Read DescribeGlobalClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Show DescribeGlobalClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

NFData DescribeGlobalClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

Eq DescribeGlobalClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

type Rep DescribeGlobalClustersResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeGlobalClusters

type Rep DescribeGlobalClustersResponse = D1 ('MetaData "DescribeGlobalClustersResponse" "Amazonka.RDS.DescribeGlobalClusters" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeGlobalClustersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalClusters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GlobalCluster])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeGlobalClustersResponse Source #

Create a value of DescribeGlobalClustersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:globalClusters:DescribeGlobalClustersResponse', describeGlobalClustersResponse_globalClusters - The list of global clusters returned by this request.

DescribeGlobalClusters, describeGlobalClustersResponse_marker - An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeGlobalClustersResponse', describeGlobalClustersResponse_httpStatus - The response's http status code.

DescribeOptionGroupOptions (Paginated)

data DescribeOptionGroupOptions Source #

See: newDescribeOptionGroupOptions smart constructor.

Instances

Instances details
ToHeaders DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

ToPath DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

ToQuery DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

AWSPager DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

AWSRequest DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Generic DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Associated Types

type Rep DescribeOptionGroupOptions :: Type -> Type #

Read DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Show DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

NFData DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Eq DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Hashable DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type AWSResponse DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptions = D1 ('MetaData "DescribeOptionGroupOptions" "Amazonka.RDS.DescribeOptionGroupOptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeOptionGroupOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeOptionGroupOptions Source #

Create a value of DescribeOptionGroupOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeOptionGroupOptions', describeOptionGroupOptions_filters - This parameter isn't currently supported.

DescribeOptionGroupOptions, describeOptionGroupOptions_majorEngineVersion - If specified, filters the results to include only options for the specified major engine version.

DescribeOptionGroupOptions, describeOptionGroupOptions_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeOptionGroupOptions', describeOptionGroupOptions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeOptionGroupOptions, describeOptionGroupOptions_engineName - A required parameter. Options available for the given engine name are described.

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

data DescribeOptionGroupOptionsResponse Source #

Instances

Instances details
Generic DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Associated Types

type Rep DescribeOptionGroupOptionsResponse :: Type -> Type #

Read DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Show DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

NFData DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

Eq DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroupOptions

type Rep DescribeOptionGroupOptionsResponse = D1 ('MetaData "DescribeOptionGroupOptionsResponse" "Amazonka.RDS.DescribeOptionGroupOptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeOptionGroupOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionGroupOption])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOptionGroupOptionsResponse Source #

Create a value of DescribeOptionGroupOptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeOptionGroupOptions, describeOptionGroupOptionsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:optionGroupOptions:DescribeOptionGroupOptionsResponse', describeOptionGroupOptionsResponse_optionGroupOptions - Undocumented member.

$sel:httpStatus:DescribeOptionGroupOptionsResponse', describeOptionGroupOptionsResponse_httpStatus - The response's http status code.

DescribeOptionGroups (Paginated)

data DescribeOptionGroups Source #

See: newDescribeOptionGroups smart constructor.

Instances

Instances details
ToHeaders DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

ToPath DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

ToQuery DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

AWSPager DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

AWSRequest DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Associated Types

type AWSResponse DescribeOptionGroups #

Generic DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Associated Types

type Rep DescribeOptionGroups :: Type -> Type #

Read DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Show DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

NFData DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Methods

rnf :: DescribeOptionGroups -> () #

Eq DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Hashable DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

type AWSResponse DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

type Rep DescribeOptionGroups Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

type Rep DescribeOptionGroups = D1 ('MetaData "DescribeOptionGroups" "Amazonka.RDS.DescribeOptionGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeOptionGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeOptionGroups :: DescribeOptionGroups Source #

Create a value of DescribeOptionGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeOptionGroups, describeOptionGroups_engineName - Filters the list of option groups to only include groups associated with a specific database engine.

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

$sel:filters:DescribeOptionGroups', describeOptionGroups_filters - This parameter isn't currently supported.

DescribeOptionGroups, describeOptionGroups_majorEngineVersion - Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified.

DescribeOptionGroups, describeOptionGroups_marker - An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeOptionGroups', describeOptionGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeOptionGroups, describeOptionGroups_optionGroupName - The name of the option group to describe. Can't be supplied together with EngineName or MajorEngineVersion.

data DescribeOptionGroupsResponse Source #

List of option groups.

See: newDescribeOptionGroupsResponse smart constructor.

Instances

Instances details
Generic DescribeOptionGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Associated Types

type Rep DescribeOptionGroupsResponse :: Type -> Type #

Read DescribeOptionGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Show DescribeOptionGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

NFData DescribeOptionGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

Eq DescribeOptionGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

type Rep DescribeOptionGroupsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOptionGroups

type Rep DescribeOptionGroupsResponse = D1 ('MetaData "DescribeOptionGroupsResponse" "Amazonka.RDS.DescribeOptionGroups" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeOptionGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOptionGroupsResponse Source #

Create a value of DescribeOptionGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeOptionGroups, describeOptionGroupsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:optionGroupsList:DescribeOptionGroupsResponse', describeOptionGroupsResponse_optionGroupsList - List of option groups.

$sel:httpStatus:DescribeOptionGroupsResponse', describeOptionGroupsResponse_httpStatus - The response's http status code.

DescribeOrderableDBInstanceOptions (Paginated)

data DescribeOrderableDBInstanceOptions Source #

Instances

Instances details
ToHeaders DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

ToPath DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

ToQuery DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

AWSPager DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

AWSRequest DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Generic DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Associated Types

type Rep DescribeOrderableDBInstanceOptions :: Type -> Type #

Read DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Show DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

NFData DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Eq DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Hashable DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

type AWSResponse DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

type Rep DescribeOrderableDBInstanceOptions Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

type Rep DescribeOrderableDBInstanceOptions = D1 ('MetaData "DescribeOrderableDBInstanceOptions" "Amazonka.RDS.DescribeOrderableDBInstanceOptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeOrderableDBInstanceOptions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZoneGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])))) :*: ((S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeOrderableDBInstanceOptions Source #

Create a value of DescribeOrderableDBInstanceOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_availabilityZoneGroup - The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group.

Omit this parameter to show the available offerings in the specified Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_dbInstanceClass - The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_engineVersion - The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

$sel:filters:DescribeOrderableDBInstanceOptions', describeOrderableDBInstanceOptions_filters - This parameter isn't currently supported.

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_licenseModel - The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

RDS Custom supports only the BYOL licensing model.

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_marker - An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeOrderableDBInstanceOptions', describeOrderableDBInstanceOptions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 10000.

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_vpc - A value that indicates whether to show only VPC or non-VPC offerings. RDS Custom supports only VPC offerings.

RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output shows VPC offerings.

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptions_engine - The name of the engine to retrieve DB instance options for.

Valid Values:

  • aurora (for MySQL 5.6-compatible Aurora)
  • aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
  • aurora-postgresql
  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

data DescribeOrderableDBInstanceOptionsResponse Source #

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

See: newDescribeOrderableDBInstanceOptionsResponse smart constructor.

Instances

Instances details
Generic DescribeOrderableDBInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Read DescribeOrderableDBInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Show DescribeOrderableDBInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

NFData DescribeOrderableDBInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

Eq DescribeOrderableDBInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

type Rep DescribeOrderableDBInstanceOptionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeOrderableDBInstanceOptions

type Rep DescribeOrderableDBInstanceOptionsResponse = D1 ('MetaData "DescribeOrderableDBInstanceOptionsResponse" "Amazonka.RDS.DescribeOrderableDBInstanceOptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeOrderableDBInstanceOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "orderableDBInstanceOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderableDBInstanceOption])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOrderableDBInstanceOptionsResponse Source #

Create a value of DescribeOrderableDBInstanceOptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeOrderableDBInstanceOptions, describeOrderableDBInstanceOptionsResponse_marker - An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:orderableDBInstanceOptions:DescribeOrderableDBInstanceOptionsResponse', describeOrderableDBInstanceOptionsResponse_orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

$sel:httpStatus:DescribeOrderableDBInstanceOptionsResponse', describeOrderableDBInstanceOptionsResponse_httpStatus - The response's http status code.

DescribePendingMaintenanceActions (Paginated)

data DescribePendingMaintenanceActions Source #

See: newDescribePendingMaintenanceActions smart constructor.

Instances

Instances details
ToHeaders DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

ToPath DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

ToQuery DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

AWSPager DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

AWSRequest DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Generic DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Associated Types

type Rep DescribePendingMaintenanceActions :: Type -> Type #

Read DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Show DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

NFData DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Eq DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Hashable DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

type AWSResponse DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActions = D1 ('MetaData "DescribePendingMaintenanceActions" "Amazonka.RDS.DescribePendingMaintenanceActions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribePendingMaintenanceActions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribePendingMaintenanceActions :: DescribePendingMaintenanceActions Source #

Create a value of DescribePendingMaintenanceActions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribePendingMaintenanceActions', describePendingMaintenanceActions_filters - A filter that specifies one or more resources to return pending maintenance actions for.

Supported filters:

  • db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list only includes pending maintenance actions for the DB clusters identified by these ARNs.
  • db-instance-id - Accepts DB instance identifiers and DB instance ARNs. The results list only includes pending maintenance actions for the DB instances identified by these ARNs.

DescribePendingMaintenanceActions, describePendingMaintenanceActions_marker - An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

$sel:maxRecords:DescribePendingMaintenanceActions', describePendingMaintenanceActions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribePendingMaintenanceActions, describePendingMaintenanceActions_resourceIdentifier - The ARN of a resource to return pending maintenance actions for.

data DescribePendingMaintenanceActionsResponse Source #

Data returned from the DescribePendingMaintenanceActions action.

See: newDescribePendingMaintenanceActionsResponse smart constructor.

Instances

Instances details
Generic DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Read DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Show DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

NFData DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

Eq DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActionsResponse = D1 ('MetaData "DescribePendingMaintenanceActionsResponse" "Amazonka.RDS.DescribePendingMaintenanceActions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribePendingMaintenanceActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pendingMaintenanceActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourcePendingMaintenanceActions])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePendingMaintenanceActionsResponse Source #

Create a value of DescribePendingMaintenanceActionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribePendingMaintenanceActions, describePendingMaintenanceActionsResponse_marker - An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

$sel:pendingMaintenanceActions:DescribePendingMaintenanceActionsResponse', describePendingMaintenanceActionsResponse_pendingMaintenanceActions - A list of the pending maintenance actions for the resource.

$sel:httpStatus:DescribePendingMaintenanceActionsResponse', describePendingMaintenanceActionsResponse_httpStatus - The response's http status code.

DescribeReservedDBInstances (Paginated)

data DescribeReservedDBInstances Source #

See: newDescribeReservedDBInstances smart constructor.

Instances

Instances details
ToHeaders DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

ToPath DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

ToQuery DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

AWSPager DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

AWSRequest DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Generic DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Associated Types

type Rep DescribeReservedDBInstances :: Type -> Type #

Read DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Show DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

NFData DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Eq DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Hashable DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

type AWSResponse DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

type Rep DescribeReservedDBInstances Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

type Rep DescribeReservedDBInstances = D1 ('MetaData "DescribeReservedDBInstances" "Amazonka.RDS.DescribeReservedDBInstances" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeReservedDBInstances'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "leaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "offeringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "productDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reservedDBInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reservedDBInstancesOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDescribeReservedDBInstances :: DescribeReservedDBInstances Source #

Create a value of DescribeReservedDBInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeReservedDBInstances, describeReservedDBInstances_dbInstanceClass - The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

DescribeReservedDBInstances, describeReservedDBInstances_duration - The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

Valid Values: 1 | 3 | 31536000 | 94608000

$sel:filters:DescribeReservedDBInstances', describeReservedDBInstances_filters - This parameter isn't currently supported.

DescribeReservedDBInstances, describeReservedDBInstances_leaseId - The lease identifier filter value. Specify this parameter to show only the reservation that matches the specified lease ID.

Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.

DescribeReservedDBInstances, describeReservedDBInstances_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeReservedDBInstances', describeReservedDBInstances_maxRecords - The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeReservedDBInstances, describeReservedDBInstances_multiAZ - A value that indicates whether to show only those reservations that support Multi-AZ.

DescribeReservedDBInstances, describeReservedDBInstances_offeringType - The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront"

DescribeReservedDBInstances, describeReservedDBInstances_productDescription - The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

DescribeReservedDBInstances, describeReservedDBInstances_reservedDBInstanceId - The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

DescribeReservedDBInstances, describeReservedDBInstances_reservedDBInstancesOfferingId - The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

data DescribeReservedDBInstancesResponse Source #

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

See: newDescribeReservedDBInstancesResponse smart constructor.

Instances

Instances details
Generic DescribeReservedDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Read DescribeReservedDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Show DescribeReservedDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

NFData DescribeReservedDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

Eq DescribeReservedDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

type Rep DescribeReservedDBInstancesResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstances

type Rep DescribeReservedDBInstancesResponse = D1 ('MetaData "DescribeReservedDBInstancesResponse" "Amazonka.RDS.DescribeReservedDBInstances" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeReservedDBInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reservedDBInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReservedDBInstance])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReservedDBInstancesResponse Source #

Create a value of DescribeReservedDBInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeReservedDBInstances, describeReservedDBInstancesResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:reservedDBInstances:DescribeReservedDBInstancesResponse', describeReservedDBInstancesResponse_reservedDBInstances - A list of reserved DB instances.

$sel:httpStatus:DescribeReservedDBInstancesResponse', describeReservedDBInstancesResponse_httpStatus - The response's http status code.

DescribeReservedDBInstancesOfferings (Paginated)

data DescribeReservedDBInstancesOfferings Source #

Instances

Instances details
ToHeaders DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

ToPath DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

ToQuery DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

AWSPager DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

AWSRequest DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Generic DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Read DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Show DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

NFData DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Eq DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Hashable DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

type AWSResponse DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

type Rep DescribeReservedDBInstancesOfferings Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

type Rep DescribeReservedDBInstancesOfferings = D1 ('MetaData "DescribeReservedDBInstancesOfferings" "Amazonka.RDS.DescribeReservedDBInstancesOfferings" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeReservedDBInstancesOfferings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "offeringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reservedDBInstancesOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDescribeReservedDBInstancesOfferings :: DescribeReservedDBInstancesOfferings Source #

Create a value of DescribeReservedDBInstancesOfferings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_dbInstanceClass - The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_duration - Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

Valid Values: 1 | 3 | 31536000 | 94608000

$sel:filters:DescribeReservedDBInstancesOfferings', describeReservedDBInstancesOfferings_filters - This parameter isn't currently supported.

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeReservedDBInstancesOfferings', describeReservedDBInstancesOfferings_maxRecords - The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_multiAZ - A value that indicates whether to show only those reservations that support Multi-AZ.

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_offeringType - The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront"

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_productDescription - Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.

The results show offerings that partially match the filter value.

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferings_reservedDBInstancesOfferingId - The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

data DescribeReservedDBInstancesOfferingsResponse Source #

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

See: newDescribeReservedDBInstancesOfferingsResponse smart constructor.

Instances

Instances details
Generic DescribeReservedDBInstancesOfferingsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Read DescribeReservedDBInstancesOfferingsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Show DescribeReservedDBInstancesOfferingsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

NFData DescribeReservedDBInstancesOfferingsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

Eq DescribeReservedDBInstancesOfferingsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

type Rep DescribeReservedDBInstancesOfferingsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeReservedDBInstancesOfferings

type Rep DescribeReservedDBInstancesOfferingsResponse = D1 ('MetaData "DescribeReservedDBInstancesOfferingsResponse" "Amazonka.RDS.DescribeReservedDBInstancesOfferings" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeReservedDBInstancesOfferingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reservedDBInstancesOfferings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReservedDBInstancesOffering])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReservedDBInstancesOfferingsResponse Source #

Create a value of DescribeReservedDBInstancesOfferingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeReservedDBInstancesOfferings, describeReservedDBInstancesOfferingsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:reservedDBInstancesOfferings:DescribeReservedDBInstancesOfferingsResponse', describeReservedDBInstancesOfferingsResponse_reservedDBInstancesOfferings - A list of reserved DB instance offerings.

$sel:httpStatus:DescribeReservedDBInstancesOfferingsResponse', describeReservedDBInstancesOfferingsResponse_httpStatus - The response's http status code.

DescribeSourceRegions (Paginated)

data DescribeSourceRegions Source #

See: newDescribeSourceRegions smart constructor.

Instances

Instances details
ToHeaders DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

ToPath DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

ToQuery DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

AWSPager DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

AWSRequest DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Associated Types

type AWSResponse DescribeSourceRegions #

Generic DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Associated Types

type Rep DescribeSourceRegions :: Type -> Type #

Read DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Show DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

NFData DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Methods

rnf :: DescribeSourceRegions -> () #

Eq DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Hashable DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

type AWSResponse DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

type Rep DescribeSourceRegions Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

type Rep DescribeSourceRegions = D1 ('MetaData "DescribeSourceRegions" "Amazonka.RDS.DescribeSourceRegions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeSourceRegions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeSourceRegions :: DescribeSourceRegions Source #

Create a value of DescribeSourceRegions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeSourceRegions', describeSourceRegions_filters - This parameter isn't currently supported.

DescribeSourceRegions, describeSourceRegions_marker - An optional pagination token provided by a previous DescribeSourceRegions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeSourceRegions', describeSourceRegions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeSourceRegions, describeSourceRegions_regionName - The source Amazon Web Services Region name. For example, us-east-1.

Constraints:

  • Must specify a valid Amazon Web Services Region name.

data DescribeSourceRegionsResponse Source #

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

See: newDescribeSourceRegionsResponse smart constructor.

Instances

Instances details
Generic DescribeSourceRegionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Associated Types

type Rep DescribeSourceRegionsResponse :: Type -> Type #

Read DescribeSourceRegionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Show DescribeSourceRegionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

NFData DescribeSourceRegionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

Eq DescribeSourceRegionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

type Rep DescribeSourceRegionsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeSourceRegions

type Rep DescribeSourceRegionsResponse = D1 ('MetaData "DescribeSourceRegionsResponse" "Amazonka.RDS.DescribeSourceRegions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeSourceRegionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceRegion])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeSourceRegionsResponse Source #

Create a value of DescribeSourceRegionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeSourceRegions, describeSourceRegionsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:sourceRegions:DescribeSourceRegionsResponse', describeSourceRegionsResponse_sourceRegions - A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.

$sel:httpStatus:DescribeSourceRegionsResponse', describeSourceRegionsResponse_httpStatus - The response's http status code.

DescribeValidDBInstanceModifications

data DescribeValidDBInstanceModifications Source #

Instances

Instances details
ToHeaders DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

ToPath DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

ToQuery DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

AWSRequest DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Generic DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Read DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Show DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

NFData DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Eq DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Hashable DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

type AWSResponse DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

type Rep DescribeValidDBInstanceModifications Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

type Rep DescribeValidDBInstanceModifications = D1 ('MetaData "DescribeValidDBInstanceModifications" "Amazonka.RDS.DescribeValidDBInstanceModifications" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeValidDBInstanceModifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeValidDBInstanceModifications Source #

Create a value of DescribeValidDBInstanceModifications with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeValidDBInstanceModifications, describeValidDBInstanceModifications_dbInstanceIdentifier - The customer identifier or the ARN of your DB instance.

data DescribeValidDBInstanceModificationsResponse Source #

Instances

Instances details
Generic DescribeValidDBInstanceModificationsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Read DescribeValidDBInstanceModificationsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Show DescribeValidDBInstanceModificationsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

NFData DescribeValidDBInstanceModificationsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

Eq DescribeValidDBInstanceModificationsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

type Rep DescribeValidDBInstanceModificationsResponse Source # 
Instance details

Defined in Amazonka.RDS.DescribeValidDBInstanceModifications

type Rep DescribeValidDBInstanceModificationsResponse = D1 ('MetaData "DescribeValidDBInstanceModificationsResponse" "Amazonka.RDS.DescribeValidDBInstanceModifications" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeValidDBInstanceModificationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validDBInstanceModificationsMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidDBInstanceModificationsMessage)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DownloadDBLogFilePortion (Paginated)

data DownloadDBLogFilePortion Source #

See: newDownloadDBLogFilePortion smart constructor.

Instances

Instances details
ToHeaders DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

ToPath DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

ToQuery DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

AWSPager DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

AWSRequest DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Generic DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Associated Types

type Rep DownloadDBLogFilePortion :: Type -> Type #

Read DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Show DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

NFData DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Eq DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Hashable DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

type AWSResponse DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

type Rep DownloadDBLogFilePortion Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

type Rep DownloadDBLogFilePortion = D1 ('MetaData "DownloadDBLogFilePortion" "Amazonka.RDS.DownloadDBLogFilePortion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DownloadDBLogFilePortion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numberOfLines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logFileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDownloadDBLogFilePortion Source #

Create a value of DownloadDBLogFilePortion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DownloadDBLogFilePortion, downloadDBLogFilePortion_marker - The pagination token provided in the previous request or "0". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

$sel:numberOfLines:DownloadDBLogFilePortion', downloadDBLogFilePortion_numberOfLines - The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file is truncated at 1 MB in size.

If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.
  • If NumberOfLines is specified and Marker isn't specified, then the most recent lines from the end of the log file are returned.
  • If Marker is specified as "0", then the specified number of lines from the beginning of the log file are returned.
  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of "0" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

DownloadDBLogFilePortion, downloadDBLogFilePortion_dbInstanceIdentifier - The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

  • Must match the identifier of an existing DBInstance.

DownloadDBLogFilePortion, downloadDBLogFilePortion_logFileName - The name of the log file to be downloaded.

data DownloadDBLogFilePortionResponse Source #

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

See: newDownloadDBLogFilePortionResponse smart constructor.

Instances

Instances details
Generic DownloadDBLogFilePortionResponse Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Associated Types

type Rep DownloadDBLogFilePortionResponse :: Type -> Type #

Read DownloadDBLogFilePortionResponse Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Show DownloadDBLogFilePortionResponse Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

NFData DownloadDBLogFilePortionResponse Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

Eq DownloadDBLogFilePortionResponse Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

type Rep DownloadDBLogFilePortionResponse Source # 
Instance details

Defined in Amazonka.RDS.DownloadDBLogFilePortion

type Rep DownloadDBLogFilePortionResponse = D1 ('MetaData "DownloadDBLogFilePortionResponse" "Amazonka.RDS.DownloadDBLogFilePortion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DownloadDBLogFilePortionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "additionalDataPending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "logFileData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDownloadDBLogFilePortionResponse Source #

Create a value of DownloadDBLogFilePortionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalDataPending:DownloadDBLogFilePortionResponse', downloadDBLogFilePortionResponse_additionalDataPending - Boolean value that if true, indicates there is more data to be downloaded.

$sel:logFileData:DownloadDBLogFilePortionResponse', downloadDBLogFilePortionResponse_logFileData - Entries from the specified log file.

DownloadDBLogFilePortion, downloadDBLogFilePortionResponse_marker - A pagination token that can be used in a later DownloadDBLogFilePortion request.

$sel:httpStatus:DownloadDBLogFilePortionResponse', downloadDBLogFilePortionResponse_httpStatus - The response's http status code.

FailoverDBCluster

data FailoverDBCluster Source #

See: newFailoverDBCluster smart constructor.

Instances

Instances details
ToHeaders FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

ToPath FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

ToQuery FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

AWSRequest FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Associated Types

type AWSResponse FailoverDBCluster #

Generic FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Associated Types

type Rep FailoverDBCluster :: Type -> Type #

Read FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Show FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

NFData FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Methods

rnf :: FailoverDBCluster -> () #

Eq FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Hashable FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

type AWSResponse FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

type Rep FailoverDBCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

type Rep FailoverDBCluster = D1 ('MetaData "FailoverDBCluster" "Amazonka.RDS.FailoverDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "FailoverDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetDBInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFailoverDBCluster Source #

Create a value of FailoverDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:targetDBInstanceIdentifier:FailoverDBCluster', failoverDBCluster_targetDBInstanceIdentifier - The name of the DB instance to promote to the primary DB instance.

Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.

FailoverDBCluster, failoverDBCluster_dbClusterIdentifier - A DB cluster identifier to force a failover for. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster.

data FailoverDBClusterResponse Source #

See: newFailoverDBClusterResponse smart constructor.

Instances

Instances details
Generic FailoverDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Associated Types

type Rep FailoverDBClusterResponse :: Type -> Type #

Read FailoverDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Show FailoverDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

NFData FailoverDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

Eq FailoverDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

type Rep FailoverDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverDBCluster

type Rep FailoverDBClusterResponse = D1 ('MetaData "FailoverDBClusterResponse" "Amazonka.RDS.FailoverDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "FailoverDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newFailoverDBClusterResponse Source #

Create a value of FailoverDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:FailoverDBClusterResponse', failoverDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:FailoverDBClusterResponse', failoverDBClusterResponse_httpStatus - The response's http status code.

FailoverGlobalCluster

data FailoverGlobalCluster Source #

See: newFailoverGlobalCluster smart constructor.

Instances

Instances details
ToHeaders FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

ToPath FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

ToQuery FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

AWSRequest FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Associated Types

type AWSResponse FailoverGlobalCluster #

Generic FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Associated Types

type Rep FailoverGlobalCluster :: Type -> Type #

Read FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Show FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

NFData FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Methods

rnf :: FailoverGlobalCluster -> () #

Eq FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Hashable FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

type AWSResponse FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

type Rep FailoverGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

type Rep FailoverGlobalCluster = D1 ('MetaData "FailoverGlobalCluster" "Amazonka.RDS.FailoverGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "FailoverGlobalCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetDbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFailoverGlobalCluster Source #

Create a value of FailoverGlobalCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

FailoverGlobalCluster, failoverGlobalCluster_globalClusterIdentifier - Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.

Constraints:

  • Must match the identifier of an existing GlobalCluster (Aurora global database).

$sel:targetDbClusterIdentifier:FailoverGlobalCluster', failoverGlobalCluster_targetDbClusterIdentifier - Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.

data FailoverGlobalClusterResponse Source #

See: newFailoverGlobalClusterResponse smart constructor.

Instances

Instances details
Generic FailoverGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Associated Types

type Rep FailoverGlobalClusterResponse :: Type -> Type #

Read FailoverGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Show FailoverGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

NFData FailoverGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

Eq FailoverGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

type Rep FailoverGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.FailoverGlobalCluster

type Rep FailoverGlobalClusterResponse = D1 ('MetaData "FailoverGlobalClusterResponse" "Amazonka.RDS.FailoverGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "FailoverGlobalClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newFailoverGlobalClusterResponse Source #

Create a value of FailoverGlobalClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:globalCluster:FailoverGlobalClusterResponse', failoverGlobalClusterResponse_globalCluster - Undocumented member.

$sel:httpStatus:FailoverGlobalClusterResponse', failoverGlobalClusterResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.RDS.ListTagsForResource" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListTagsForResource', listTagsForResource_filters - This parameter isn't currently supported.

$sel:resourceName:ListTagsForResource', listTagsForResource_resourceName - The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.RDS.ListTagsForResource" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListTagsForResourceResponse, listTagsForResourceResponse_tagList - List of tags returned by the ListTagsForResource operation.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ModifyActivityStream

data ModifyActivityStream Source #

See: newModifyActivityStream smart constructor.

Instances

Instances details
ToHeaders ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

ToPath ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

ToQuery ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

AWSRequest ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Associated Types

type AWSResponse ModifyActivityStream #

Generic ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Associated Types

type Rep ModifyActivityStream :: Type -> Type #

Read ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Show ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

NFData ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Methods

rnf :: ModifyActivityStream -> () #

Eq ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Hashable ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

type AWSResponse ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

type Rep ModifyActivityStream Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

type Rep ModifyActivityStream = D1 ('MetaData "ModifyActivityStream" "Amazonka.RDS.ModifyActivityStream" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyActivityStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "auditPolicyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuditPolicyState)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModifyActivityStream :: ModifyActivityStream Source #

Create a value of ModifyActivityStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auditPolicyState:ModifyActivityStream', modifyActivityStream_auditPolicyState - The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.

$sel:resourceArn:ModifyActivityStream', modifyActivityStream_resourceArn - The Amazon Resource Name (ARN) of the RDS for Oracle DB instance, for example, arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db.

data ModifyActivityStreamResponse Source #

See: newModifyActivityStreamResponse smart constructor.

Instances

Instances details
Generic ModifyActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Associated Types

type Rep ModifyActivityStreamResponse :: Type -> Type #

Read ModifyActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Show ModifyActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

NFData ModifyActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

Eq ModifyActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

type Rep ModifyActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyActivityStream

newModifyActivityStreamResponse Source #

Create a value of ModifyActivityStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineNativeAuditFieldsIncluded:ModifyActivityStreamResponse', modifyActivityStreamResponse_engineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.

$sel:kinesisStreamName:ModifyActivityStreamResponse', modifyActivityStreamResponse_kinesisStreamName - The name of the Amazon Kinesis data stream to be used for the database activity stream.

ModifyActivityStreamResponse, modifyActivityStreamResponse_kmsKeyId - The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

$sel:mode:ModifyActivityStreamResponse', modifyActivityStreamResponse_mode - The mode of the database activity stream.

$sel:policyStatus:ModifyActivityStreamResponse', modifyActivityStreamResponse_policyStatus - The status of the modification to the policy state of the database activity stream.

ModifyActivityStreamResponse, modifyActivityStreamResponse_status - The status of the modification to the database activity stream.

$sel:httpStatus:ModifyActivityStreamResponse', modifyActivityStreamResponse_httpStatus - The response's http status code.

ModifyCertificates

data ModifyCertificates Source #

See: newModifyCertificates smart constructor.

Instances

Instances details
ToHeaders ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

ToPath ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

ToQuery ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

AWSRequest ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Associated Types

type AWSResponse ModifyCertificates #

Generic ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Associated Types

type Rep ModifyCertificates :: Type -> Type #

Read ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Show ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

NFData ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Methods

rnf :: ModifyCertificates -> () #

Eq ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Hashable ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

type AWSResponse ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

type Rep ModifyCertificates Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

type Rep ModifyCertificates = D1 ('MetaData "ModifyCertificates" "Amazonka.RDS.ModifyCertificates" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyCertificates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "removeCustomerOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newModifyCertificates :: ModifyCertificates Source #

Create a value of ModifyCertificates with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyCertificates, modifyCertificates_certificateIdentifier - The new default certificate identifier to override the current one with.

To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

$sel:removeCustomerOverride:ModifyCertificates', modifyCertificates_removeCustomerOverride - A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.

data ModifyCertificatesResponse Source #

See: newModifyCertificatesResponse smart constructor.

Instances

Instances details
Generic ModifyCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Associated Types

type Rep ModifyCertificatesResponse :: Type -> Type #

Read ModifyCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Show ModifyCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

NFData ModifyCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

Eq ModifyCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

type Rep ModifyCertificatesResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCertificates

type Rep ModifyCertificatesResponse = D1 ('MetaData "ModifyCertificatesResponse" "Amazonka.RDS.ModifyCertificates" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyCertificatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Certificate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyCertificatesResponse Source #

Create a value of ModifyCertificatesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificate:ModifyCertificatesResponse', modifyCertificatesResponse_certificate - Undocumented member.

$sel:httpStatus:ModifyCertificatesResponse', modifyCertificatesResponse_httpStatus - The response's http status code.

ModifyCurrentDBClusterCapacity

data ModifyCurrentDBClusterCapacity Source #

See: newModifyCurrentDBClusterCapacity smart constructor.

Instances

Instances details
ToHeaders ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

ToPath ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

ToQuery ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

AWSRequest ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Generic ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Associated Types

type Rep ModifyCurrentDBClusterCapacity :: Type -> Type #

Read ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Show ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

NFData ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Eq ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Hashable ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

type AWSResponse ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

type Rep ModifyCurrentDBClusterCapacity Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

type Rep ModifyCurrentDBClusterCapacity = D1 ('MetaData "ModifyCurrentDBClusterCapacity" "Amazonka.RDS.ModifyCurrentDBClusterCapacity" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyCurrentDBClusterCapacity'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "capacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "secondsBeforeTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "timeoutAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyCurrentDBClusterCapacity Source #

Create a value of ModifyCurrentDBClusterCapacity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacity_capacity - The DB cluster capacity.

When you change the capacity of a paused Aurora Serverless v1 DB cluster, it automatically resumes.

Constraints:

  • For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.
  • For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacity_secondsBeforeTimeout - The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Specify a value between 10 and 600 seconds.

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacity_timeoutAction - The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon as possible.

RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the timeout period.

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacity_dbClusterIdentifier - The DB cluster identifier for the cluster being modified. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing DB cluster.

data ModifyCurrentDBClusterCapacityResponse Source #

Instances

Instances details
Generic ModifyCurrentDBClusterCapacityResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Read ModifyCurrentDBClusterCapacityResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Show ModifyCurrentDBClusterCapacityResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

NFData ModifyCurrentDBClusterCapacityResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

Eq ModifyCurrentDBClusterCapacityResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

type Rep ModifyCurrentDBClusterCapacityResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyCurrentDBClusterCapacity

type Rep ModifyCurrentDBClusterCapacityResponse = D1 ('MetaData "ModifyCurrentDBClusterCapacityResponse" "Amazonka.RDS.ModifyCurrentDBClusterCapacity" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyCurrentDBClusterCapacityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pendingCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "secondsBeforeTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "timeoutAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newModifyCurrentDBClusterCapacityResponse Source #

Create a value of ModifyCurrentDBClusterCapacityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currentCapacity:ModifyCurrentDBClusterCapacityResponse', modifyCurrentDBClusterCapacityResponse_currentCapacity - The current capacity of the DB cluster.

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacityResponse_dbClusterIdentifier - A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

$sel:pendingCapacity:ModifyCurrentDBClusterCapacityResponse', modifyCurrentDBClusterCapacityResponse_pendingCapacity - A value that specifies the capacity that the DB cluster scales to next.

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacityResponse_secondsBeforeTimeout - The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.

ModifyCurrentDBClusterCapacity, modifyCurrentDBClusterCapacityResponse_timeoutAction - The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.

$sel:httpStatus:ModifyCurrentDBClusterCapacityResponse', modifyCurrentDBClusterCapacityResponse_httpStatus - The response's http status code.

ModifyCustomDBEngineVersion

data ModifyCustomDBEngineVersion Source #

See: newModifyCustomDBEngineVersion smart constructor.

Instances

Instances details
ToHeaders ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

ToPath ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

ToQuery ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

AWSRequest ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

Generic ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

Associated Types

type Rep ModifyCustomDBEngineVersion :: Type -> Type #

Read ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

Show ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

NFData ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

Eq ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

Hashable ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

type AWSResponse ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

type Rep ModifyCustomDBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.ModifyCustomDBEngineVersion

type Rep ModifyCustomDBEngineVersion = D1 ('MetaData "ModifyCustomDBEngineVersion" "Amazonka.RDS.ModifyCustomDBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyCustomDBEngineVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomEngineVersionStatus))) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyCustomDBEngineVersion Source #

Create a value of ModifyCustomDBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyCustomDBEngineVersion, modifyCustomDBEngineVersion_description - An optional description of your CEV.

ModifyCustomDBEngineVersion, modifyCustomDBEngineVersion_status - The availability status to be assigned to the CEV. Valid values are as follows:

available
You can use this CEV to create a new RDS Custom DB instance.
inactive
You can create a new RDS Custom instance by restoring a DB snapshot with this CEV. You can't patch or create new instances with this CEV.

You can change any status to any status. A typical reason to change status is to prevent the accidental use of a CEV, or to make a deprecated CEV eligible for use again. For example, you might change the status of your CEV from available to inactive, and from inactive back to available. To change the availability status of the CEV, it must not currently be in use by an RDS Custom instance, snapshot, or automated backup.

ModifyCustomDBEngineVersion, modifyCustomDBEngineVersion_engine - The DB engine. The only supported value is custom-oracle-ee.

ModifyCustomDBEngineVersion, modifyCustomDBEngineVersion_engineVersion - The custom engine version (CEV) that you want to modify. This option is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.

data DBEngineVersion Source #

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

See: newDBEngineVersion smart constructor.

Instances

Instances details
FromXML DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Generic DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Associated Types

type Rep DBEngineVersion :: Type -> Type #

Read DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Show DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

NFData DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Methods

rnf :: DBEngineVersion -> () #

Eq DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Hashable DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion = D1 ('MetaData "DBEngineVersion" "Amazonka.RDS.Types.DBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBEngineVersion'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "customDBEngineVersionManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbEngineMediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbEngineVersionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "databaseInstallationFilesS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseInstallationFilesS3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultCharacterSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CharacterSet)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportableLogTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomDBEngineVersionAMI)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedCACertificateIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])))) :*: ((S1 ('MetaSel ('Just "supportedEngineModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedFeatureNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "supportedNcharCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])) :*: S1 ('MetaSel ('Just "supportedTimezones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Timezone]))))) :*: (((S1 ('MetaSel ('Just "supportsBabelfish") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsCertificateRotationWithoutRestart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportsGlobalDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsLogExportsToCloudwatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "supportsParallelQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsReadReplica") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "validUpgradeTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeTarget]))))))))

newDBEngineVersion :: DBEngineVersion Source #

Create a value of DBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createTime:DBEngineVersion', dbEngineVersion_createTime - The creation time of the DB engine version.

$sel:customDBEngineVersionManifest:DBEngineVersion', dbEngineVersion_customDBEngineVersionManifest - JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

$sel:dbEngineDescription:DBEngineVersion', dbEngineVersion_dbEngineDescription - The description of the database engine.

$sel:dbEngineMediaType:DBEngineVersion', dbEngineVersion_dbEngineMediaType - A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

$sel:dbEngineVersionArn:DBEngineVersion', dbEngineVersion_dbEngineVersionArn - The ARN of the custom engine version.

$sel:dbEngineVersionDescription:DBEngineVersion', dbEngineVersion_dbEngineVersionDescription - The description of the database engine version.

$sel:dbParameterGroupFamily:DBEngineVersion', dbEngineVersion_dbParameterGroupFamily - The name of the DB parameter group family for the database engine.

$sel:databaseInstallationFilesS3BucketName:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.

$sel:databaseInstallationFilesS3Prefix:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

$sel:defaultCharacterSet:DBEngineVersion', dbEngineVersion_defaultCharacterSet - The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

DBEngineVersion, dbEngineVersion_engine - The name of the database engine.

DBEngineVersion, dbEngineVersion_engineVersion - The version number of the database engine.

$sel:exportableLogTypes:DBEngineVersion', dbEngineVersion_exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.

$sel:image:DBEngineVersion', dbEngineVersion_image - The EC2 image

$sel:kmsKeyId:DBEngineVersion', dbEngineVersion_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

$sel:majorEngineVersion:DBEngineVersion', dbEngineVersion_majorEngineVersion - The major engine version of the CEV.

DBEngineVersion, dbEngineVersion_status - The status of the DB engine version, either available or deprecated.

$sel:supportedCACertificateIdentifiers:DBEngineVersion', dbEngineVersion_supportedCACertificateIdentifiers - A list of the supported CA certificate identifiers.

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.

$sel:supportedCharacterSets:DBEngineVersion', dbEngineVersion_supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

DBEngineVersion, dbEngineVersion_supportedEngineModes - A list of the supported DB engine modes.

$sel:supportedFeatureNames:DBEngineVersion', dbEngineVersion_supportedFeatureNames - A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

$sel:supportedNcharCharacterSets:DBEngineVersion', dbEngineVersion_supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

$sel:supportedTimezones:DBEngineVersion', dbEngineVersion_supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

DBEngineVersion, dbEngineVersion_supportsBabelfish - A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

$sel:supportsCertificateRotationWithoutRestart:DBEngineVersion', dbEngineVersion_supportsCertificateRotationWithoutRestart - A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

DBEngineVersion, dbEngineVersion_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with a specific DB engine version.

$sel:supportsLogExportsToCloudwatchLogs:DBEngineVersion', dbEngineVersion_supportsLogExportsToCloudwatchLogs - A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

DBEngineVersion, dbEngineVersion_supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

$sel:supportsReadReplica:DBEngineVersion', dbEngineVersion_supportsReadReplica - Indicates whether the database engine version supports read replicas.

$sel:tagList:DBEngineVersion', dbEngineVersion_tagList - Undocumented member.

$sel:validUpgradeTarget:DBEngineVersion', dbEngineVersion_validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.

ModifyDBCluster

data ModifyDBCluster Source #

See: newModifyDBCluster smart constructor.

Instances

Instances details
ToHeaders ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

ToPath ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

ToQuery ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

AWSRequest ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Associated Types

type AWSResponse ModifyDBCluster #

Generic ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Associated Types

type Rep ModifyDBCluster :: Type -> Type #

Read ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Show ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

NFData ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Methods

rnf :: ModifyDBCluster -> () #

Eq ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Hashable ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

type AWSResponse ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

type Rep ModifyDBCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

type Rep ModifyDBCluster = D1 ('MetaData "ModifyDBCluster" "Amazonka.RDS.ModifyDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBCluster'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "allowMajorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "backtrackWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "cloudwatchLogsExportConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudwatchLogsExportConfiguration)) :*: (S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbClusterInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "enableGlobalWriteForwarding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableHttpEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enablePerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "manageMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "masterUserSecretKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "newDBClusterIdentifier'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rotateMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "scalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingConfiguration)) :*: S1 ('MetaSel ('Just "serverlessV2ScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerlessV2ScalingConfiguration))) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newModifyDBCluster Source #

Create a value of ModifyDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBCluster, modifyDBCluster_allocatedStorage - The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.

Type: Integer

Valid for: Multi-AZ DB clusters only

$sel:allowMajorVersionUpgrade:ModifyDBCluster', modifyDBCluster_allowMajorVersionUpgrade - A value that indicates whether major version upgrades are allowed.

Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.

Valid for: Aurora DB clusters only

$sel:applyImmediately:ModifyDBCluster', modifyDBCluster_applyImmediately - A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB cluster. If this parameter is disabled, changes to the DB cluster are applied during the next maintenance window.

The ApplyImmediately parameter only affects the EnableIAMDatabaseAuthentication, MasterUserPassword, and NewDBClusterIdentifier values. If the ApplyImmediately parameter is disabled, then changes to the EnableIAMDatabaseAuthentication, MasterUserPassword, and NewDBClusterIdentifier values are applied during the next maintenance window. All other changes are applied immediately, regardless of the value of the ApplyImmediately parameter.

By default, this parameter is disabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_backtrackWindow - The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Default: 0

Constraints:

  • If specified, this value must be set to a number from 0 to 259,200 (72 hours).

Valid for: Aurora MySQL DB clusters only

ModifyDBCluster, modifyDBCluster_backupRetentionPeriod - The number of days for which automated backups are retained. Specify a minimum value of 1.

Default: 1

Constraints:

  • Must be a value from 1 to 35

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:cloudwatchLogsExportConfiguration:ModifyDBCluster', modifyDBCluster_cloudwatchLogsExportConfiguration - The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_copyTagsToSnapshot - A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_dbClusterInstanceClass - The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_dbClusterParameterGroupName - The name of the DB cluster parameter group to use for the DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:dbInstanceParameterGroupName:ModifyDBCluster', modifyDBCluster_dbInstanceParameterGroupName - The name of the DB parameter group to apply to all instances of the DB cluster.

When you apply a parameter group using the DBInstanceParameterGroupName parameter, the DB cluster isn't rebooted automatically. Also, parameter changes are applied immediately rather than during the next maintenance window.

Default: The existing name setting

Constraints:

  • The DB parameter group must be in the same DB parameter group family as this DB cluster.
  • The DBInstanceParameterGroupName parameter is valid in combination with the AllowMajorVersionUpgrade parameter for a major version upgrade only.

Valid for: Aurora DB clusters only

ModifyDBCluster, modifyDBCluster_deletionProtection - A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_domain - The Active Directory directory ID to move the DB cluster to. Specify none to remove the cluster from its current domain. The domain must be created prior to this operation.

For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:domainIAMRoleName:ModifyDBCluster', modifyDBCluster_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

$sel:enableGlobalWriteForwarding:ModifyDBCluster', modifyDBCluster_enableGlobalWriteForwarding - A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an Aurora global database (GlobalCluster). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then.

Valid for: Aurora DB clusters only

$sel:enableHttpEndpoint:ModifyDBCluster', modifyDBCluster_enableHttpEndpoint - A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:enableIAMDatabaseAuthentication:ModifyDBCluster', modifyDBCluster_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:enablePerformanceInsights:ModifyDBCluster', modifyDBCluster_enablePerformanceInsights - A value that indicates whether to turn on Performance Insights for the DB cluster.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_engineVersion - The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.

Valid for: Multi-AZ DB clusters only

$sel:manageMasterUserPassword:ModifyDBCluster', modifyDBCluster_manageMasterUserPassword - A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager.

If the DB cluster doesn't manage the master user password with Amazon Web Services Secrets Manager, you can turn on this management. In this case, you can't specify MasterUserPassword.

If the DB cluster already manages the master user password with Amazon Web Services Secrets Manager, and you specify that the master user password is not managed with Amazon Web Services Secrets Manager, then you must specify MasterUserPassword. In this case, RDS deletes the secret and uses the new password for the master user specified by MasterUserPassword.

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.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_masterUserPassword - The new password for the master database user. This password can contain any printable ASCII character except "/", """, or "@".

Constraints:

  • Must contain from 8 to 41 characters.
  • Can't be specified if ManageMasterUserPassword is turned on.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:masterUserSecretKmsKeyId:ModifyDBCluster', modifyDBCluster_masterUserSecretKmsKeyId - The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if both of the following conditions are met:

  • The DB cluster doesn't manage the master user password in Amazon Web Services Secrets Manager.

    If the DB cluster already manages the master user password in Amazon Web Services Secrets Manager, you can't change the KMS key that is used to encrypt the secret.

  • You are turning on ManageMasterUserPassword to manage the master user password in Amazon Web Services Secrets Manager.

    If you are turning on ManageMasterUserPassword and don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_monitoringRoleArn - The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_networkType - The network type of the DB cluster.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:newDBClusterIdentifier':ModifyDBCluster', modifyDBCluster_newDBClusterIdentifier - The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens
  • The first character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-cluster2

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_optionGroupName - A value that indicates that the DB cluster should be associated with the specified option group.

DB clusters are associated with a default option group that can't be modified.

ModifyDBCluster, modifyDBCluster_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_port - The port number on which the DB cluster accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB cluster.

Valid for: Aurora DB clusters only

ModifyDBCluster, modifyDBCluster_preferredBackupWindow - The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_preferredMaintenanceWindow - The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:rotateMasterUserPassword:ModifyDBCluster', modifyDBCluster_rotateMasterUserPassword - A value that indicates whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster. The secret value contains the updated 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.

Constraints:

  • You must apply the change immediately when rotating the master user password.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:scalingConfiguration:ModifyDBCluster', modifyDBCluster_scalingConfiguration - The scaling properties of the DB cluster. You can only modify scaling properties for DB clusters in serverless DB engine mode.

Valid for: Aurora DB clusters only

ModifyDBCluster, modifyDBCluster_serverlessV2ScalingConfiguration - Undocumented member.

ModifyDBCluster, modifyDBCluster_storageType - Specifies the storage type to be associated with the DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

ModifyDBCluster, modifyDBCluster_vpcSecurityGroupIds - A list of VPC security groups that the DB cluster will belong to.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

ModifyDBCluster, modifyDBCluster_dbClusterIdentifier - The DB cluster identifier for the cluster being modified. This parameter isn't case-sensitive.

Constraints: This identifier must match the identifier of an existing DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

data ModifyDBClusterResponse Source #

See: newModifyDBClusterResponse smart constructor.

Instances

Instances details
Generic ModifyDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Associated Types

type Rep ModifyDBClusterResponse :: Type -> Type #

Read ModifyDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Show ModifyDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

NFData ModifyDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

Methods

rnf :: ModifyDBClusterResponse -> () #

Eq ModifyDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

type Rep ModifyDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBCluster

type Rep ModifyDBClusterResponse = D1 ('MetaData "ModifyDBClusterResponse" "Amazonka.RDS.ModifyDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBClusterResponse Source #

Create a value of ModifyDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:ModifyDBClusterResponse', modifyDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:ModifyDBClusterResponse', modifyDBClusterResponse_httpStatus - The response's http status code.

ModifyDBClusterEndpoint

data ModifyDBClusterEndpoint Source #

See: newModifyDBClusterEndpoint smart constructor.

Instances

Instances details
ToHeaders ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

ToPath ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

ToQuery ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

AWSRequest ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

Generic ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

Associated Types

type Rep ModifyDBClusterEndpoint :: Type -> Type #

Read ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

Show ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

NFData ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

Methods

rnf :: ModifyDBClusterEndpoint -> () #

Eq ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

Hashable ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

type AWSResponse ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

type Rep ModifyDBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterEndpoint

type Rep ModifyDBClusterEndpoint = D1 ('MetaData "ModifyDBClusterEndpoint" "Amazonka.RDS.ModifyDBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBClusterEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "excludedMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "staticMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBClusterEndpoint Source #

Create a value of ModifyDBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBClusterEndpoint, modifyDBClusterEndpoint_endpointType - The type of the endpoint. One of: READER, WRITER, ANY.

ModifyDBClusterEndpoint, modifyDBClusterEndpoint_excludedMembers - List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

ModifyDBClusterEndpoint, modifyDBClusterEndpoint_staticMembers - List of DB instance identifiers that are part of the custom endpoint group.

ModifyDBClusterEndpoint, modifyDBClusterEndpoint_dbClusterEndpointIdentifier - The identifier of the endpoint to modify. This parameter is stored as a lowercase string.

data DBClusterEndpoint Source #

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.

See: newDBClusterEndpoint smart constructor.

Instances

Instances details
FromXML DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Generic DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Associated Types

type Rep DBClusterEndpoint :: Type -> Type #

Read DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Show DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

NFData DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Methods

rnf :: DBClusterEndpoint -> () #

Eq DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Hashable DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint = D1 ('MetaData "DBClusterEndpoint" "Amazonka.RDS.Types.DBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterEndpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbClusterEndpointResourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "excludedMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "staticMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDBClusterEndpoint :: DBClusterEndpoint Source #

Create a value of DBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customEndpointType:DBClusterEndpoint', dbClusterEndpoint_customEndpointType - The type associated with a custom endpoint. One of: READER, WRITER, ANY.

$sel:dbClusterEndpointArn:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointArn - The Amazon Resource Name (ARN) for the endpoint.

$sel:dbClusterEndpointIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointIdentifier - The identifier associated with the endpoint. This parameter is stored as a lowercase string.

$sel:dbClusterEndpointResourceIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointResourceIdentifier - A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

$sel:dbClusterIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterIdentifier - The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

$sel:endpoint:DBClusterEndpoint', dbClusterEndpoint_endpoint - The DNS address of the endpoint.

$sel:endpointType:DBClusterEndpoint', dbClusterEndpoint_endpointType - The type of the endpoint. One of: READER, WRITER, CUSTOM.

$sel:excludedMembers:DBClusterEndpoint', dbClusterEndpoint_excludedMembers - List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

$sel:staticMembers:DBClusterEndpoint', dbClusterEndpoint_staticMembers - List of DB instance identifiers that are part of the custom endpoint group.

$sel:status:DBClusterEndpoint', dbClusterEndpoint_status - The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that can't be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database.

ModifyDBClusterParameterGroup

data ModifyDBClusterParameterGroup Source #

See: newModifyDBClusterParameterGroup smart constructor.

Instances

Instances details
ToHeaders ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

ToPath ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

ToQuery ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

AWSRequest ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

Generic ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

Associated Types

type Rep ModifyDBClusterParameterGroup :: Type -> Type #

Read ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

Show ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

NFData ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

Eq ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

Hashable ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

type AWSResponse ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

type Rep ModifyDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterParameterGroup

type Rep ModifyDBClusterParameterGroup = D1 ('MetaData "ModifyDBClusterParameterGroup" "Amazonka.RDS.ModifyDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBClusterParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Parameter])))

newModifyDBClusterParameterGroup Source #

Create a value of ModifyDBClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBClusterParameterGroup, modifyDBClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group to modify.

ModifyDBClusterParameterGroup, modifyDBClusterParameterGroup_parameters - A list of parameters in the DB cluster parameter group to modify.

Valid Values (for the application method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

When the application method is immediate, changes to dynamic parameters are applied immediately to the DB clusters associated with the parameter group. When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters associated with the parameter group.

data DBClusterParameterGroupNameMessage Source #

Instances

Instances details
FromXML DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Generic DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Associated Types

type Rep DBClusterParameterGroupNameMessage :: Type -> Type #

Read DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Show DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

NFData DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Eq DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Hashable DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

type Rep DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

type Rep DBClusterParameterGroupNameMessage = D1 ('MetaData "DBClusterParameterGroupNameMessage" "Amazonka.RDS.Types.DBClusterParameterGroupNameMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBClusterParameterGroupNameMessage :: DBClusterParameterGroupNameMessage Source #

Create a value of DBClusterParameterGroupNameMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterParameterGroupName:DBClusterParameterGroupNameMessage', dbClusterParameterGroupNameMessage_dbClusterParameterGroupName - The name of the DB cluster parameter group.

Constraints:

  • Must be 1 to 255 letters or numbers.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

This value is stored as a lowercase string.

ModifyDBClusterSnapshotAttribute

data ModifyDBClusterSnapshotAttribute Source #

See: newModifyDBClusterSnapshotAttribute smart constructor.

Instances

Instances details
ToHeaders ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

ToPath ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

ToQuery ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

AWSRequest ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Generic ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Associated Types

type Rep ModifyDBClusterSnapshotAttribute :: Type -> Type #

Read ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Show ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

NFData ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Eq ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Hashable ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

type AWSResponse ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

type Rep ModifyDBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

type Rep ModifyDBClusterSnapshotAttribute = D1 ('MetaData "ModifyDBClusterSnapshotAttribute" "Amazonka.RDS.ModifyDBClusterSnapshotAttribute" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBClusterSnapshotAttribute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "valuesToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "valuesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBClusterSnapshotAttribute Source #

Create a value of ModifyDBClusterSnapshotAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:valuesToAdd:ModifyDBClusterSnapshotAttribute', modifyDBClusterSnapshotAttribute_valuesToAdd - A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName.

To authorize other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more Amazon Web Services account IDs, or all to make the manual DB cluster snapshot restorable by any Amazon Web Services account. Do not add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts.

$sel:valuesToRemove:ModifyDBClusterSnapshotAttribute', modifyDBClusterSnapshotAttribute_valuesToRemove - A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName.

To remove authorization for other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more Amazon Web Services account identifiers, or all to remove authorization for any Amazon Web Services account to copy or restore the DB cluster snapshot. If you specify all, an Amazon Web Services account whose account ID is explicitly added to the restore attribute can still copy or restore a manual DB cluster snapshot.

ModifyDBClusterSnapshotAttribute, modifyDBClusterSnapshotAttribute_dbClusterSnapshotIdentifier - The identifier for the DB cluster snapshot to modify the attributes for.

ModifyDBClusterSnapshotAttribute, modifyDBClusterSnapshotAttribute_attributeName - The name of the DB cluster snapshot attribute to modify.

To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this value to restore.

To view the list of attributes available to modify, use the DescribeDBClusterSnapshotAttributes API operation.

data ModifyDBClusterSnapshotAttributeResponse Source #

Instances

Instances details
Generic ModifyDBClusterSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Read ModifyDBClusterSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Show ModifyDBClusterSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

NFData ModifyDBClusterSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

Eq ModifyDBClusterSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

type Rep ModifyDBClusterSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBClusterSnapshotAttribute

type Rep ModifyDBClusterSnapshotAttributeResponse = D1 ('MetaData "ModifyDBClusterSnapshotAttributeResponse" "Amazonka.RDS.ModifyDBClusterSnapshotAttribute" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBClusterSnapshotAttributeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotAttributesResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterSnapshotAttributesResult)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ModifyDBInstance

data ModifyDBInstance Source #

See: newModifyDBInstance smart constructor.

Instances

Instances details
ToHeaders ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

ToPath ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

ToQuery ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

AWSRequest ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Associated Types

type AWSResponse ModifyDBInstance #

Generic ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Associated Types

type Rep ModifyDBInstance :: Type -> Type #

Read ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Show ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

NFData ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Methods

rnf :: ModifyDBInstance -> () #

Eq ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Hashable ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

type AWSResponse ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

type Rep ModifyDBInstance Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

type Rep ModifyDBInstance = D1 ('MetaData "ModifyDBInstance" "Amazonka.RDS.ModifyDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBInstance'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "allowMajorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "automationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationMode)) :*: S1 ('MetaSel ('Just "awsBackupRecoveryPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "cACertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateRotationRestart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "cloudwatchLogsExportConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudwatchLogsExportConfiguration)) :*: S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "dbPortNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "dbSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "enableCustomerOwnedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enablePerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "manageMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))) :*: ((((S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "masterUserSecretKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "newDBInstanceIdentifier'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])) :*: (S1 ('MetaSel ('Just "promotionTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "replicaMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicaMode)) :*: (S1 ('MetaSel ('Just "resumeFullAutomationModeMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "rotateMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tdeCredentialPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useDefaultProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newModifyDBInstance Source #

Create a value of ModifyDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBInstance, modifyDBInstance_allocatedStorage - The new amount of storage in gibibytes (GiB) to allocate for the DB instance.

For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

For the valid values for allocated storage for each engine, see CreateDBInstance.

$sel:allowMajorVersionUpgrade:ModifyDBInstance', modifyDBInstance_allowMajorVersionUpgrade - A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.

This setting doesn't apply to RDS Custom.

Constraints: Major version upgrades must be allowed when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

$sel:applyImmediately:ModifyDBInstance', modifyDBInstance_applyImmediately - A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance. By default, this parameter is disabled.

If this parameter is disabled, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance in the Amazon RDS User Guide to see the impact of enabling or disabling ApplyImmediately for each modified parameter and to determine when the changes are applied.

ModifyDBInstance, modifyDBInstance_autoMinorVersionUpgrade - A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window. An outage occurs when all the following conditions are met:

  • The automatic upgrade is enabled for the maintenance window.
  • A newer minor version is available.
  • RDS has enabled automatic patching for the engine version.

If any of the preceding conditions isn't met, RDS applies the change as soon as possible and doesn't cause an outage.

For an RDS Custom DB instance, set AutoMinorVersionUpgrade to false. Otherwise, the operation returns an error.

ModifyDBInstance, modifyDBInstance_automationMode - The automation mode of the RDS Custom DB instance: full or all paused. If full, the DB instance automates monitoring and instance recovery. If all paused, the instance pauses automation for the duration set by ResumeFullAutomationModeMinutes.

ModifyDBInstance, modifyDBInstance_awsBackupRecoveryPointArn - The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_backupRetentionPeriod - The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Enabling and disabling backups can result in a brief I/O suspension that lasts from a few seconds to a few minutes, depending on the size and class of your DB instance.

These changes are applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

Amazon Aurora

Not applicable. The retention period for automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.

Default: Uses existing setting

Constraints:

  • It must be a value from 0 to 35. It can't be set to 0 if the DB instance is a source to read replicas. It can't be set to 0 for an RDS Custom for Oracle DB instance.
  • It can be specified for a MySQL read replica only if the source is running MySQL 5.6 or later.
  • It can be specified for a PostgreSQL read replica only if the source is running PostgreSQL 9.3.5.

ModifyDBInstance, modifyDBInstance_cACertificateIdentifier - Specifies the CA certificate identifier to use for the DB instance’s server certificate.

This setting doesn't apply to RDS Custom.

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.

$sel:certificateRotationRestart:ModifyDBInstance', modifyDBInstance_certificateRotationRestart - A value that indicates whether the DB instance is restarted when you rotate your SSL/TLS certificate.

By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted.

Set this parameter only if you are not using SSL/TLS to connect to the DB instance.

If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate:

This setting doesn't apply to RDS Custom.

$sel:cloudwatchLogsExportConfiguration:ModifyDBInstance', modifyDBInstance_cloudwatchLogsExportConfiguration - The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance.

A change to the CloudwatchLogsExportConfiguration parameter is always applied to the DB instance immediately. Therefore, the ApplyImmediately parameter has no effect.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_copyTagsToSnapshot - A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

Amazon Aurora

Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. For more information, see ModifyDBCluster.

ModifyDBInstance, modifyDBInstance_dbInstanceClass - The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server.

If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless you specify ApplyImmediately in your request.

Default: Uses existing setting

ModifyDBInstance, modifyDBInstance_dbParameterGroupName - The name of the DB parameter group to apply to the DB instance.

Changing this setting doesn't result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. In this case, the DB instance isn't rebooted automatically, and the parameter changes aren't applied during the next maintenance window. However, if you modify dynamic parameters in the newly associated DB parameter group, these changes are applied immediately without a reboot.

This setting doesn't apply to RDS Custom.

Default: Uses existing setting

Constraints: The DB parameter group must be in the same DB parameter group family as the DB instance.

$sel:dbPortNumber:ModifyDBInstance', modifyDBInstance_dbPortNumber - The port number on which the database accepts connections.

The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

If you change the DBPortNumber value, your database restarts regardless of the value of the ApplyImmediately parameter.

This setting doesn't apply to RDS Custom.

MySQL

Default: 3306

Valid values: 1150-65535

MariaDB

Default: 3306

Valid values: 1150-65535

PostgreSQL

Default: 5432

Valid values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid values: 1150-65535

SQL Server

Default: 1433

Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156.

Amazon Aurora

Default: 3306

Valid values: 1150-65535

ModifyDBInstance, modifyDBInstance_dbSecurityGroups - A list of DB security groups to authorize on this DB instance. Changing this setting doesn't result in an outage and the change is asynchronously applied as soon as possible.

This setting doesn't apply to RDS Custom.

Constraints:

  • If supplied, must match existing DBSecurityGroups.

ModifyDBInstance, modifyDBInstance_dbSubnetGroupName - The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable ApplyImmediately.

This parameter doesn't apply to RDS Custom.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

ModifyDBInstance, modifyDBInstance_deletionProtection - A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

ModifyDBInstance, modifyDBInstance_domain - The Active Directory directory ID to move the DB instance to. Specify none to remove the instance from its current domain. You must create the domain before this operation. Currently, you can create only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:domainIAMRoleName:ModifyDBInstance', modifyDBInstance_domainIAMRoleName - The name of the IAM role to use when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

$sel:enableCustomerOwnedIp:ModifyDBInstance', modifyDBInstance_enableCustomerOwnedIp - A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

$sel:enableIAMDatabaseAuthentication:ModifyDBInstance', modifyDBInstance_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to Amazon Aurora. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:enablePerformanceInsights:ModifyDBInstance', modifyDBInstance_enablePerformanceInsights - A value that indicates whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_engineVersion - The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

If you specify only a major version, Amazon RDS will update the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions.

In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.

ModifyDBInstance, modifyDBInstance_iops - The new Provisioned IOPS (I/O operations per second) value for the RDS instance.

Changing this setting doesn't result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance.

Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

Default: Uses existing setting

ModifyDBInstance, modifyDBInstance_licenseModel - The license model for the DB instance.

This setting doesn't apply to RDS Custom.

Valid values: license-included | bring-your-own-license | general-public-license

$sel:manageMasterUserPassword:ModifyDBInstance', modifyDBInstance_manageMasterUserPassword - A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager.

If the DB cluster doesn't manage the master user password with Amazon Web Services Secrets Manager, you can turn on this management. In this case, you can't specify MasterUserPassword.

If the DB cluster already manages the master user password with Amazon Web Services Secrets Manager, and you specify that the master user password is not managed with Amazon Web Services Secrets Manager, then you must specify MasterUserPassword. In this case, RDS deletes the secret and uses the new password for the master user specified by MasterUserPassword.

For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.

Constraints:

  • Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.

ModifyDBInstance, modifyDBInstance_masterUserPassword - The new password for the master user. The password can include any printable ASCII character except "/", """, or "@".

Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The password for the master user is managed by the DB cluster. For more information, see ModifyDBCluster.

Default: Uses existing setting

Constraints: Can't be specified if ManageMasterUserPassword is turned on.

MariaDB

Constraints: Must contain from 8 to 41 characters.

Microsoft SQL Server

Constraints: Must contain from 8 to 128 characters.

MySQL

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

Amazon RDS API operations never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.

$sel:masterUserSecretKmsKeyId:ModifyDBInstance', modifyDBInstance_masterUserSecretKmsKeyId - The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if both of the following conditions are met:

  • The DB instance doesn't manage the master user password in Amazon Web Services Secrets Manager.

    If the DB instance already manages the master user password in Amazon Web Services Secrets Manager, you can't change the KMS key used to encrypt the secret.

  • You are turning on ManageMasterUserPassword to manage the master user password in Amazon Web Services Secrets Manager.

    If you are turning on ManageMasterUserPassword and don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

ModifyDBInstance, modifyDBInstance_maxAllocatedStorage - The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0, which is the default.

If MonitoringRoleArn is specified, set MonitoringInterval to a value other than 0.

This setting doesn't apply to RDS Custom.

Valid Values: 0, 1, 5, 10, 15, 30, 60

ModifyDBInstance, modifyDBInstance_monitoringRoleArn - The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_multiAZ - A value that indicates whether the DB instance is a Multi-AZ deployment. Changing this parameter doesn't result in an outage. The change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

$sel:newDBInstanceIdentifier':ModifyDBInstance', modifyDBInstance_newDBInstanceIdentifier - The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot occurs immediately if you enable ApplyImmediately, or will occur during the next maintenance window if you disable Apply Immediately. This value is stored as a lowercase string.

This setting doesn't apply to RDS Custom.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • The first character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: mydbinstance

ModifyDBInstance, modifyDBInstance_optionGroupName - A value that indicates the DB instance should be associated with the specified option group.

Changing this parameter doesn't result in an outage, with one exception. If the parameter change results in an option group that enables OEM, it can cause a brief period, lasting less than a second, during which new connections are rejected but existing connections aren't interrupted.

The change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_preferredBackupWindow - The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.

Constraints:

  • Must be in the format hh24:mi-hh24:mi
  • Must be in Universal Time Coordinated (UTC)
  • Must not conflict with the preferred maintenance window
  • Must be at least 30 minutes

ModifyDBInstance, modifyDBInstance_preferredMaintenanceWindow - The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter doesn't result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

For more information, see Amazon RDS Maintenance Window in the Amazon RDS User Guide.

Default: Uses existing setting

Format: ddd:hh24:mi-ddd:hh24:mi

Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

Constraints: Must be at least 30 minutes

ModifyDBInstance, modifyDBInstance_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_promotionTier - A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

This setting doesn't apply to RDS Custom.

Default: 1

Valid Values: 0 - 15

ModifyDBInstance, modifyDBInstance_publiclyAccessible - A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be enabled for it to be publicly accessible.

Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

ModifyDBInstance, modifyDBInstance_replicaMode - A value that sets the open mode of a replica database to either mounted or read-only.

Currently, this parameter is only supported for Oracle DB instances.

Mounted DB replicas are included in Oracle Enterprise Edition. The main use case for mounted replicas is cross-Region disaster recovery. The primary database doesn't use Active Data Guard to transmit information to the mounted replica. Because it doesn't accept user connections, a mounted replica can't serve a read-only workload. For more information, see Working with Oracle Read Replicas for Amazon RDS in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:resumeFullAutomationModeMinutes:ModifyDBInstance', modifyDBInstance_resumeFullAutomationModeMinutes - The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

$sel:rotateMasterUserPassword:ModifyDBInstance', modifyDBInstance_rotateMasterUserPassword - A value that indicates whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster. The secret value contains the updated password.

For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.

Constraints:

  • You must apply the change immediately when rotating the master user password.

ModifyDBInstance, modifyDBInstance_storageThroughput - Specifies the storage throughput value for the DB instance.

This setting applies only to the gp3 storage type.

This setting doesn't apply to RDS Custom or Amazon Aurora.

ModifyDBInstance, modifyDBInstance_storageType - Specifies the storage type to be associated with the DB instance.

If you specify Provisioned IOPS (io1), you must also include a value for the Iops parameter.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance.

Valid values: gp2 | gp3 | io1 | standard

Default: io1 if the Iops parameter is specified, otherwise gp2

ModifyDBInstance, modifyDBInstance_tdeCredentialArn - The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

$sel:tdeCredentialPassword:ModifyDBInstance', modifyDBInstance_tdeCredentialPassword - The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

$sel:useDefaultProcessorFeatures:ModifyDBInstance', modifyDBInstance_useDefaultProcessorFeatures - A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

ModifyDBInstance, modifyDBInstance_vpcSecurityGroupIds - A list of Amazon EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see ModifyDBCluster.

Constraints:

  • If supplied, must match existing VpcSecurityGroupIds.

ModifyDBInstance, modifyDBInstance_dbInstanceIdentifier - The DB instance identifier. This value is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing DBInstance.

data ModifyDBInstanceResponse Source #

See: newModifyDBInstanceResponse smart constructor.

Instances

Instances details
Generic ModifyDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Associated Types

type Rep ModifyDBInstanceResponse :: Type -> Type #

Read ModifyDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Show ModifyDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

NFData ModifyDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

Eq ModifyDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

type Rep ModifyDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBInstance

type Rep ModifyDBInstanceResponse = D1 ('MetaData "ModifyDBInstanceResponse" "Amazonka.RDS.ModifyDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBInstanceResponse Source #

Create a value of ModifyDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:ModifyDBInstanceResponse', modifyDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:ModifyDBInstanceResponse', modifyDBInstanceResponse_httpStatus - The response's http status code.

ModifyDBParameterGroup

data ModifyDBParameterGroup Source #

See: newModifyDBParameterGroup smart constructor.

Instances

Instances details
ToHeaders ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

ToPath ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

ToQuery ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

AWSRequest ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

Associated Types

type AWSResponse ModifyDBParameterGroup #

Generic ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

Associated Types

type Rep ModifyDBParameterGroup :: Type -> Type #

Read ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

Show ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

NFData ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

Methods

rnf :: ModifyDBParameterGroup -> () #

Eq ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

Hashable ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

type AWSResponse ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

type Rep ModifyDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBParameterGroup

type Rep ModifyDBParameterGroup = D1 ('MetaData "ModifyDBParameterGroup" "Amazonka.RDS.ModifyDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Parameter])))

newModifyDBParameterGroup Source #

Create a value of ModifyDBParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBParameterGroup, modifyDBParameterGroup_dbParameterGroupName - The name of the DB parameter group.

Constraints:

  • If supplied, must match the name of an existing DBParameterGroup.

ModifyDBParameterGroup, modifyDBParameterGroup_parameters - An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

Valid Values (for the application method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

data DBParameterGroupNameMessage Source #

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

See: newDBParameterGroupNameMessage smart constructor.

Instances

Instances details
FromXML DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Generic DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Associated Types

type Rep DBParameterGroupNameMessage :: Type -> Type #

Read DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Show DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

NFData DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Eq DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Hashable DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

type Rep DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

type Rep DBParameterGroupNameMessage = D1 ('MetaData "DBParameterGroupNameMessage" "Amazonka.RDS.Types.DBParameterGroupNameMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBParameterGroupNameMessage :: DBParameterGroupNameMessage Source #

Create a value of DBParameterGroupNameMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroupName:DBParameterGroupNameMessage', dbParameterGroupNameMessage_dbParameterGroupName - The name of the DB parameter group.

ModifyDBProxy

data ModifyDBProxy Source #

See: newModifyDBProxy smart constructor.

Instances

Instances details
ToHeaders ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

ToPath ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

ToQuery ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

AWSRequest ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Associated Types

type AWSResponse ModifyDBProxy #

Generic ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Associated Types

type Rep ModifyDBProxy :: Type -> Type #

Read ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Show ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

NFData ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Methods

rnf :: ModifyDBProxy -> () #

Eq ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Hashable ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

type AWSResponse ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

type Rep ModifyDBProxy Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

newModifyDBProxy Source #

Create a value of ModifyDBProxy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBProxy, modifyDBProxy_auth - The new authentication settings for the DBProxy.

ModifyDBProxy, modifyDBProxy_debugLogging - Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.

ModifyDBProxy, modifyDBProxy_idleClientTimeout - The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.

$sel:newDBProxyName':ModifyDBProxy', modifyDBProxy_newDBProxyName - The new identifier for the DBProxy. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

ModifyDBProxy, modifyDBProxy_requireTLS - Whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy, even if the associated database doesn't use TLS.

ModifyDBProxy, modifyDBProxy_roleArn - The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.

$sel:securityGroups:ModifyDBProxy', modifyDBProxy_securityGroups - The new list of security groups for the DBProxy.

ModifyDBProxy, modifyDBProxy_dbProxyName - The identifier for the DBProxy to modify.

data ModifyDBProxyResponse Source #

See: newModifyDBProxyResponse smart constructor.

Instances

Instances details
Generic ModifyDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Associated Types

type Rep ModifyDBProxyResponse :: Type -> Type #

Read ModifyDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Show ModifyDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

NFData ModifyDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

Methods

rnf :: ModifyDBProxyResponse -> () #

Eq ModifyDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

type Rep ModifyDBProxyResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxy

type Rep ModifyDBProxyResponse = D1 ('MetaData "ModifyDBProxyResponse" "Amazonka.RDS.ModifyDBProxy" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBProxyResponse Source #

Create a value of ModifyDBProxyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxy:ModifyDBProxyResponse', modifyDBProxyResponse_dbProxy - The DBProxy object representing the new settings for the proxy.

$sel:httpStatus:ModifyDBProxyResponse', modifyDBProxyResponse_httpStatus - The response's http status code.

ModifyDBProxyEndpoint

data ModifyDBProxyEndpoint Source #

See: newModifyDBProxyEndpoint smart constructor.

Instances

Instances details
ToHeaders ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

ToPath ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

ToQuery ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

AWSRequest ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Associated Types

type AWSResponse ModifyDBProxyEndpoint #

Generic ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Associated Types

type Rep ModifyDBProxyEndpoint :: Type -> Type #

Read ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Show ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

NFData ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Methods

rnf :: ModifyDBProxyEndpoint -> () #

Eq ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Hashable ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

type AWSResponse ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

type Rep ModifyDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

type Rep ModifyDBProxyEndpoint = D1 ('MetaData "ModifyDBProxyEndpoint" "Amazonka.RDS.ModifyDBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "newDBProxyEndpointName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbProxyEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBProxyEndpoint Source #

Create a value of ModifyDBProxyEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:newDBProxyEndpointName':ModifyDBProxyEndpoint', modifyDBProxyEndpoint_newDBProxyEndpointName - The new identifier for the DBProxyEndpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

ModifyDBProxyEndpoint, modifyDBProxyEndpoint_vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

ModifyDBProxyEndpoint, modifyDBProxyEndpoint_dbProxyEndpointName - The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

data ModifyDBProxyEndpointResponse Source #

See: newModifyDBProxyEndpointResponse smart constructor.

Instances

Instances details
Generic ModifyDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Associated Types

type Rep ModifyDBProxyEndpointResponse :: Type -> Type #

Read ModifyDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Show ModifyDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

NFData ModifyDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

Eq ModifyDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

type Rep ModifyDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyEndpoint

type Rep ModifyDBProxyEndpointResponse = D1 ('MetaData "ModifyDBProxyEndpointResponse" "Amazonka.RDS.ModifyDBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBProxyEndpointResponse Source #

Create a value of ModifyDBProxyEndpointResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxyEndpoint:ModifyDBProxyEndpointResponse', modifyDBProxyEndpointResponse_dbProxyEndpoint - The DBProxyEndpoint object representing the new settings for the DB proxy endpoint.

$sel:httpStatus:ModifyDBProxyEndpointResponse', modifyDBProxyEndpointResponse_httpStatus - The response's http status code.

ModifyDBProxyTargetGroup

data ModifyDBProxyTargetGroup Source #

See: newModifyDBProxyTargetGroup smart constructor.

Instances

Instances details
ToHeaders ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

ToPath ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

ToQuery ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

AWSRequest ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Generic ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Associated Types

type Rep ModifyDBProxyTargetGroup :: Type -> Type #

Read ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Show ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

NFData ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Eq ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Hashable ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type AWSResponse ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroup = D1 ('MetaData "ModifyDBProxyTargetGroup" "Amazonka.RDS.ModifyDBProxyTargetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyTargetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionPoolConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionPoolConfiguration)) :*: S1 ('MetaSel ('Just "newName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBProxyTargetGroup Source #

Create a value of ModifyDBProxyTargetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBProxyTargetGroup, modifyDBProxyTargetGroup_connectionPoolConfig - The settings that determine the size and behavior of the connection pool for the target group.

$sel:newName':ModifyDBProxyTargetGroup', modifyDBProxyTargetGroup_newName - The new name for the modified DBProxyTarget. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

ModifyDBProxyTargetGroup, modifyDBProxyTargetGroup_targetGroupName - The name of the target group to modify.

ModifyDBProxyTargetGroup, modifyDBProxyTargetGroup_dbProxyName - The name of the proxy.

data ModifyDBProxyTargetGroupResponse Source #

See: newModifyDBProxyTargetGroupResponse smart constructor.

Instances

Instances details
Generic ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Associated Types

type Rep ModifyDBProxyTargetGroupResponse :: Type -> Type #

Read ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Show ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

NFData ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Eq ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroupResponse = D1 ('MetaData "ModifyDBProxyTargetGroupResponse" "Amazonka.RDS.ModifyDBProxyTargetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyTargetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyTargetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyTargetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBProxyTargetGroupResponse Source #

Create a value of ModifyDBProxyTargetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxyTargetGroup:ModifyDBProxyTargetGroupResponse', modifyDBProxyTargetGroupResponse_dbProxyTargetGroup - The settings of the modified DBProxyTarget.

$sel:httpStatus:ModifyDBProxyTargetGroupResponse', modifyDBProxyTargetGroupResponse_httpStatus - The response's http status code.

ModifyDBSnapshot

data ModifyDBSnapshot Source #

See: newModifyDBSnapshot smart constructor.

Instances

Instances details
ToHeaders ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

ToPath ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

ToQuery ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

AWSRequest ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Associated Types

type AWSResponse ModifyDBSnapshot #

Generic ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Associated Types

type Rep ModifyDBSnapshot :: Type -> Type #

Read ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Show ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

NFData ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Methods

rnf :: ModifyDBSnapshot -> () #

Eq ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Hashable ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

type AWSResponse ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

type Rep ModifyDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

type Rep ModifyDBSnapshot = D1 ('MetaData "ModifyDBSnapshot" "Amazonka.RDS.ModifyDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBSnapshot Source #

Create a value of ModifyDBSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBSnapshot, modifyDBSnapshot_engineVersion - The engine version to upgrade the DB snapshot to.

The following are the database engines and engine versions that are available when you upgrade a DB snapshot.

MySQL

  • 5.5.46 (supported for 5.1 DB snapshots)

Oracle

  • 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots)
  • 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots)
  • 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots)

PostgreSQL

For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.

ModifyDBSnapshot, modifyDBSnapshot_optionGroupName - The option group to identify with the upgraded DB snapshot.

You can specify this parameter when you upgrade an Oracle DB snapshot. The same option group considerations apply when upgrading a DB snapshot as when upgrading a DB instance. For more information, see Option group considerations in the Amazon RDS User Guide.

ModifyDBSnapshot, modifyDBSnapshot_dbSnapshotIdentifier - The identifier of the DB snapshot to modify.

data ModifyDBSnapshotResponse Source #

See: newModifyDBSnapshotResponse smart constructor.

Instances

Instances details
Generic ModifyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Associated Types

type Rep ModifyDBSnapshotResponse :: Type -> Type #

Read ModifyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Show ModifyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

NFData ModifyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

Eq ModifyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

type Rep ModifyDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshot

type Rep ModifyDBSnapshotResponse = D1 ('MetaData "ModifyDBSnapshotResponse" "Amazonka.RDS.ModifyDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSnapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBSnapshotResponse Source #

Create a value of ModifyDBSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshot:ModifyDBSnapshotResponse', modifyDBSnapshotResponse_dbSnapshot - Undocumented member.

$sel:httpStatus:ModifyDBSnapshotResponse', modifyDBSnapshotResponse_httpStatus - The response's http status code.

ModifyDBSnapshotAttribute

data ModifyDBSnapshotAttribute Source #

See: newModifyDBSnapshotAttribute smart constructor.

Instances

Instances details
ToHeaders ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

ToPath ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

ToQuery ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

AWSRequest ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Generic ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Associated Types

type Rep ModifyDBSnapshotAttribute :: Type -> Type #

Read ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Show ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

NFData ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Eq ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Hashable ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

type AWSResponse ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

type Rep ModifyDBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

type Rep ModifyDBSnapshotAttribute = D1 ('MetaData "ModifyDBSnapshotAttribute" "Amazonka.RDS.ModifyDBSnapshotAttribute" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBSnapshotAttribute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "valuesToAdd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "valuesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBSnapshotAttribute Source #

Create a value of ModifyDBSnapshotAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:valuesToAdd:ModifyDBSnapshotAttribute', modifyDBSnapshotAttribute_valuesToAdd - A list of DB snapshot attributes to add to the attribute specified by AttributeName.

To authorize other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account IDs, or all to make the manual DB snapshot restorable by any Amazon Web Services account. Do not 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.

$sel:valuesToRemove:ModifyDBSnapshotAttribute', modifyDBSnapshotAttribute_valuesToRemove - A list of DB snapshot attributes to remove from the attribute specified by AttributeName.

To remove authorization for other Amazon Web Services accounts to copy or restore a manual snapshot, set this list to include one or more Amazon Web Services account identifiers, or all to remove authorization for any Amazon Web Services account to copy or restore the DB snapshot. If you specify all, an Amazon Web Services account whose account ID is explicitly added to the restore attribute can still copy or restore the manual DB snapshot.

ModifyDBSnapshotAttribute, modifyDBSnapshotAttribute_dbSnapshotIdentifier - The identifier for the DB snapshot to modify the attributes for.

ModifyDBSnapshotAttribute, modifyDBSnapshotAttribute_attributeName - The name of the DB snapshot attribute to modify.

To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB snapshot, set this value to restore.

To view the list of attributes available to modify, use the DescribeDBSnapshotAttributes API operation.

data ModifyDBSnapshotAttributeResponse Source #

See: newModifyDBSnapshotAttributeResponse smart constructor.

Instances

Instances details
Generic ModifyDBSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Associated Types

type Rep ModifyDBSnapshotAttributeResponse :: Type -> Type #

Read ModifyDBSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Show ModifyDBSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

NFData ModifyDBSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

Eq ModifyDBSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

type Rep ModifyDBSnapshotAttributeResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSnapshotAttribute

type Rep ModifyDBSnapshotAttributeResponse = D1 ('MetaData "ModifyDBSnapshotAttributeResponse" "Amazonka.RDS.ModifyDBSnapshotAttribute" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBSnapshotAttributeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotAttributesResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSnapshotAttributesResult)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBSnapshotAttributeResponse Source #

Create a value of ModifyDBSnapshotAttributeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshotAttributesResult:ModifyDBSnapshotAttributeResponse', modifyDBSnapshotAttributeResponse_dbSnapshotAttributesResult - Undocumented member.

$sel:httpStatus:ModifyDBSnapshotAttributeResponse', modifyDBSnapshotAttributeResponse_httpStatus - The response's http status code.

ModifyDBSubnetGroup

data ModifyDBSubnetGroup Source #

See: newModifyDBSubnetGroup smart constructor.

Instances

Instances details
ToHeaders ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

ToPath ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

ToQuery ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

AWSRequest ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Associated Types

type AWSResponse ModifyDBSubnetGroup #

Generic ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Associated Types

type Rep ModifyDBSubnetGroup :: Type -> Type #

Read ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Show ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

NFData ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Methods

rnf :: ModifyDBSubnetGroup -> () #

Eq ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Hashable ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

type AWSResponse ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

type Rep ModifyDBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

type Rep ModifyDBSubnetGroup = D1 ('MetaData "ModifyDBSubnetGroup" "Amazonka.RDS.ModifyDBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newModifyDBSubnetGroup Source #

Create a value of ModifyDBSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBSubnetGroup, modifyDBSubnetGroup_dbSubnetGroupDescription - The description for the DB subnet group.

ModifyDBSubnetGroup, modifyDBSubnetGroup_dbSubnetGroupName - The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

$sel:subnetIds:ModifyDBSubnetGroup', modifyDBSubnetGroup_subnetIds - The EC2 subnet IDs for the DB subnet group.

data ModifyDBSubnetGroupResponse Source #

See: newModifyDBSubnetGroupResponse smart constructor.

Instances

Instances details
Generic ModifyDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Associated Types

type Rep ModifyDBSubnetGroupResponse :: Type -> Type #

Read ModifyDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Show ModifyDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

NFData ModifyDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

Eq ModifyDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

type Rep ModifyDBSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBSubnetGroup

type Rep ModifyDBSubnetGroupResponse = D1 ('MetaData "ModifyDBSubnetGroupResponse" "Amazonka.RDS.ModifyDBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSubnetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBSubnetGroupResponse Source #

Create a value of ModifyDBSubnetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyDBSubnetGroupResponse, modifyDBSubnetGroupResponse_dbSubnetGroup - Undocumented member.

$sel:httpStatus:ModifyDBSubnetGroupResponse', modifyDBSubnetGroupResponse_httpStatus - The response's http status code.

ModifyEventSubscription

data ModifyEventSubscription Source #

See: newModifyEventSubscription smart constructor.

Instances

Instances details
ToHeaders ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

ToPath ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

ToQuery ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

AWSRequest ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Generic ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Associated Types

type Rep ModifyEventSubscription :: Type -> Type #

Read ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Show ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

NFData ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Methods

rnf :: ModifyEventSubscription -> () #

Eq ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Hashable ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

type AWSResponse ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

type Rep ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

type Rep ModifyEventSubscription = D1 ('MetaData "ModifyEventSubscription" "Amazonka.RDS.ModifyEventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyEventSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModifyEventSubscription Source #

Create a value of ModifyEventSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ModifyEventSubscription, modifyEventSubscription_enabled - A value that indicates whether to activate the subscription.

ModifyEventSubscription, modifyEventSubscription_eventCategories - A list of event categories for a source type (SourceType) that you want to subscribe to. You can see a list of the categories for a given source type in Events in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

ModifyEventSubscription, modifyEventSubscription_snsTopicArn - The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

ModifyEventSubscription, modifyEventSubscription_sourceType - The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy

$sel:subscriptionName:ModifyEventSubscription', modifyEventSubscription_subscriptionName - The name of the RDS event notification subscription.

data ModifyEventSubscriptionResponse Source #

See: newModifyEventSubscriptionResponse smart constructor.

Instances

Instances details
Generic ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Associated Types

type Rep ModifyEventSubscriptionResponse :: Type -> Type #

Read ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Show ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

NFData ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

Eq ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

type Rep ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyEventSubscription

type Rep ModifyEventSubscriptionResponse = D1 ('MetaData "ModifyEventSubscriptionResponse" "Amazonka.RDS.ModifyEventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyEventSubscriptionResponse Source #

Create a value of ModifyEventSubscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventSubscription:ModifyEventSubscriptionResponse', modifyEventSubscriptionResponse_eventSubscription - Undocumented member.

$sel:httpStatus:ModifyEventSubscriptionResponse', modifyEventSubscriptionResponse_httpStatus - The response's http status code.

ModifyGlobalCluster

data ModifyGlobalCluster Source #

See: newModifyGlobalCluster smart constructor.

Instances

Instances details
ToHeaders ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

ToPath ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

ToQuery ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

AWSRequest ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Associated Types

type AWSResponse ModifyGlobalCluster #

Generic ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Associated Types

type Rep ModifyGlobalCluster :: Type -> Type #

Read ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Show ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

NFData ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Methods

rnf :: ModifyGlobalCluster -> () #

Eq ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Hashable ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

type AWSResponse ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

type Rep ModifyGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

type Rep ModifyGlobalCluster = D1 ('MetaData "ModifyGlobalCluster" "Amazonka.RDS.ModifyGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyGlobalCluster'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowMajorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newGlobalClusterIdentifier'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModifyGlobalCluster :: ModifyGlobalCluster Source #

Create a value of ModifyGlobalCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowMajorVersionUpgrade:ModifyGlobalCluster', modifyGlobalCluster_allowMajorVersionUpgrade - A value that indicates whether major version upgrades are allowed.

Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.

If you upgrade the major version of a global database, the cluster and DB instance parameter groups are set to the default parameter groups for the new version. Apply any custom parameter groups after completing the upgrade.

ModifyGlobalCluster, modifyGlobalCluster_deletionProtection - Indicates if the global database cluster has deletion protection enabled. The global database cluster can't be deleted when deletion protection is enabled.

ModifyGlobalCluster, modifyGlobalCluster_engineVersion - The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.

To list all of the available engine versions for aurora (for MySQL 5.6-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'

To list all of the available engine versions for aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'

To list all of the available engine versions for aurora-postgresql, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'

ModifyGlobalCluster, modifyGlobalCluster_globalClusterIdentifier - The DB cluster identifier for the global cluster being modified. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing global database cluster.

$sel:newGlobalClusterIdentifier':ModifyGlobalCluster', modifyGlobalCluster_newGlobalClusterIdentifier - The new cluster identifier for the global database cluster when modifying a global database cluster. This value is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens
  • The first character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-cluster2

data ModifyGlobalClusterResponse Source #

See: newModifyGlobalClusterResponse smart constructor.

Instances

Instances details
Generic ModifyGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Associated Types

type Rep ModifyGlobalClusterResponse :: Type -> Type #

Read ModifyGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Show ModifyGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

NFData ModifyGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

Eq ModifyGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

type Rep ModifyGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyGlobalCluster

type Rep ModifyGlobalClusterResponse = D1 ('MetaData "ModifyGlobalClusterResponse" "Amazonka.RDS.ModifyGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyGlobalClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyGlobalClusterResponse Source #

Create a value of ModifyGlobalClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:globalCluster:ModifyGlobalClusterResponse', modifyGlobalClusterResponse_globalCluster - Undocumented member.

$sel:httpStatus:ModifyGlobalClusterResponse', modifyGlobalClusterResponse_httpStatus - The response's http status code.

ModifyOptionGroup

data ModifyOptionGroup Source #

See: newModifyOptionGroup smart constructor.

Instances

Instances details
ToHeaders ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

ToPath ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

ToQuery ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

AWSRequest ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Associated Types

type AWSResponse ModifyOptionGroup #

Generic ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Associated Types

type Rep ModifyOptionGroup :: Type -> Type #

Read ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Show ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

NFData ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Methods

rnf :: ModifyOptionGroup -> () #

Eq ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Hashable ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

type AWSResponse ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

type Rep ModifyOptionGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

type Rep ModifyOptionGroup = D1 ('MetaData "ModifyOptionGroup" "Amazonka.RDS.ModifyOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyOptionGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "optionsToInclude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionConfiguration]))) :*: (S1 ('MetaSel ('Just "optionsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyOptionGroup Source #

Create a value of ModifyOptionGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applyImmediately:ModifyOptionGroup', modifyOptionGroup_applyImmediately - A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.

$sel:optionsToInclude:ModifyOptionGroup', modifyOptionGroup_optionsToInclude - Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

$sel:optionsToRemove:ModifyOptionGroup', modifyOptionGroup_optionsToRemove - Options in this list are removed from the option group.

ModifyOptionGroup, modifyOptionGroup_optionGroupName - The name of the option group to be modified.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance

data ModifyOptionGroupResponse Source #

See: newModifyOptionGroupResponse smart constructor.

Instances

Instances details
Generic ModifyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Associated Types

type Rep ModifyOptionGroupResponse :: Type -> Type #

Read ModifyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Show ModifyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

NFData ModifyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

Eq ModifyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

type Rep ModifyOptionGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyOptionGroup

type Rep ModifyOptionGroupResponse = D1 ('MetaData "ModifyOptionGroupResponse" "Amazonka.RDS.ModifyOptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyOptionGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyOptionGroupResponse Source #

Create a value of ModifyOptionGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionGroup:ModifyOptionGroupResponse', modifyOptionGroupResponse_optionGroup - Undocumented member.

$sel:httpStatus:ModifyOptionGroupResponse', modifyOptionGroupResponse_httpStatus - The response's http status code.

PromoteReadReplica

data PromoteReadReplica Source #

See: newPromoteReadReplica smart constructor.

Instances

Instances details
ToHeaders PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

ToPath PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

ToQuery PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

AWSRequest PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Associated Types

type AWSResponse PromoteReadReplica #

Generic PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Associated Types

type Rep PromoteReadReplica :: Type -> Type #

Read PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Show PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

NFData PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Methods

rnf :: PromoteReadReplica -> () #

Eq PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Hashable PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

type AWSResponse PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

type Rep PromoteReadReplica Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

type Rep PromoteReadReplica = D1 ('MetaData "PromoteReadReplica" "Amazonka.RDS.PromoteReadReplica" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PromoteReadReplica'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPromoteReadReplica Source #

Create a value of PromoteReadReplica with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PromoteReadReplica, promoteReadReplica_backupRetentionPeriod - The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Default: 1

Constraints:

  • Must be a value from 0 to 35.
  • Can't be set to 0 if the DB instance is a source to read replicas.

PromoteReadReplica, promoteReadReplica_preferredBackupWindow - The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.

PromoteReadReplica, promoteReadReplica_dbInstanceIdentifier - The DB instance identifier. This value is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing read replica DB instance.

Example: mydbinstance

data PromoteReadReplicaResponse Source #

See: newPromoteReadReplicaResponse smart constructor.

Instances

Instances details
Generic PromoteReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Associated Types

type Rep PromoteReadReplicaResponse :: Type -> Type #

Read PromoteReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Show PromoteReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

NFData PromoteReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

Eq PromoteReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

type Rep PromoteReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplica

type Rep PromoteReadReplicaResponse = D1 ('MetaData "PromoteReadReplicaResponse" "Amazonka.RDS.PromoteReadReplica" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PromoteReadReplicaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPromoteReadReplicaResponse Source #

Create a value of PromoteReadReplicaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:PromoteReadReplicaResponse', promoteReadReplicaResponse_dbInstance - Undocumented member.

$sel:httpStatus:PromoteReadReplicaResponse', promoteReadReplicaResponse_httpStatus - The response's http status code.

PromoteReadReplicaDBCluster

data PromoteReadReplicaDBCluster Source #

See: newPromoteReadReplicaDBCluster smart constructor.

Instances

Instances details
ToHeaders PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

ToPath PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

ToQuery PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

AWSRequest PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Generic PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Associated Types

type Rep PromoteReadReplicaDBCluster :: Type -> Type #

Read PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Show PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

NFData PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Eq PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Hashable PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

type AWSResponse PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

type Rep PromoteReadReplicaDBCluster Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

type Rep PromoteReadReplicaDBCluster = D1 ('MetaData "PromoteReadReplicaDBCluster" "Amazonka.RDS.PromoteReadReplicaDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PromoteReadReplicaDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPromoteReadReplicaDBCluster Source #

Create a value of PromoteReadReplicaDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PromoteReadReplicaDBCluster, promoteReadReplicaDBCluster_dbClusterIdentifier - The identifier of the DB cluster read replica to promote. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing DB cluster read replica.

Example: my-cluster-replica1

data PromoteReadReplicaDBClusterResponse Source #

Instances

Instances details
Generic PromoteReadReplicaDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Read PromoteReadReplicaDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Show PromoteReadReplicaDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

NFData PromoteReadReplicaDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

Eq PromoteReadReplicaDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

type Rep PromoteReadReplicaDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.PromoteReadReplicaDBCluster

type Rep PromoteReadReplicaDBClusterResponse = D1 ('MetaData "PromoteReadReplicaDBClusterResponse" "Amazonka.RDS.PromoteReadReplicaDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PromoteReadReplicaDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPromoteReadReplicaDBClusterResponse Source #

Create a value of PromoteReadReplicaDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:PromoteReadReplicaDBClusterResponse', promoteReadReplicaDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:PromoteReadReplicaDBClusterResponse', promoteReadReplicaDBClusterResponse_httpStatus - The response's http status code.

PurchaseReservedDBInstancesOffering

data PurchaseReservedDBInstancesOffering Source #

Instances

Instances details
ToHeaders PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

ToPath PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

ToQuery PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

AWSRequest PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Generic PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Read PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Show PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

NFData PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Eq PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Hashable PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

type AWSResponse PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

type Rep PurchaseReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

type Rep PurchaseReservedDBInstancesOffering = D1 ('MetaData "PurchaseReservedDBInstancesOffering" "Amazonka.RDS.PurchaseReservedDBInstancesOffering" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PurchaseReservedDBInstancesOffering'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "reservedDBInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "reservedDBInstancesOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPurchaseReservedDBInstancesOffering Source #

Create a value of PurchaseReservedDBInstancesOffering with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PurchaseReservedDBInstancesOffering, purchaseReservedDBInstancesOffering_dbInstanceCount - The number of instances to reserve.

Default: 1

PurchaseReservedDBInstancesOffering, purchaseReservedDBInstancesOffering_reservedDBInstanceId - Customer-specified identifier to track this reservation.

Example: myreservationID

$sel:tags:PurchaseReservedDBInstancesOffering', purchaseReservedDBInstancesOffering_tags - Undocumented member.

PurchaseReservedDBInstancesOffering, purchaseReservedDBInstancesOffering_reservedDBInstancesOfferingId - The ID of the Reserved DB instance offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

data PurchaseReservedDBInstancesOfferingResponse Source #

Instances

Instances details
Generic PurchaseReservedDBInstancesOfferingResponse Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Read PurchaseReservedDBInstancesOfferingResponse Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Show PurchaseReservedDBInstancesOfferingResponse Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

NFData PurchaseReservedDBInstancesOfferingResponse Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

Eq PurchaseReservedDBInstancesOfferingResponse Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

type Rep PurchaseReservedDBInstancesOfferingResponse Source # 
Instance details

Defined in Amazonka.RDS.PurchaseReservedDBInstancesOffering

type Rep PurchaseReservedDBInstancesOfferingResponse = D1 ('MetaData "PurchaseReservedDBInstancesOfferingResponse" "Amazonka.RDS.PurchaseReservedDBInstancesOffering" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PurchaseReservedDBInstancesOfferingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedDBInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReservedDBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

RebootDBCluster

data RebootDBCluster Source #

See: newRebootDBCluster smart constructor.

Constructors

RebootDBCluster' Text 

Instances

Instances details
ToHeaders RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

ToPath RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

ToQuery RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

AWSRequest RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Associated Types

type AWSResponse RebootDBCluster #

Generic RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Associated Types

type Rep RebootDBCluster :: Type -> Type #

Read RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Show RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

NFData RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Methods

rnf :: RebootDBCluster -> () #

Eq RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Hashable RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

type AWSResponse RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

type Rep RebootDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

type Rep RebootDBCluster = D1 ('MetaData "RebootDBCluster" "Amazonka.RDS.RebootDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RebootDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRebootDBCluster Source #

Create a value of RebootDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RebootDBCluster, rebootDBCluster_dbClusterIdentifier - The DB cluster identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing DBCluster.

data RebootDBClusterResponse Source #

See: newRebootDBClusterResponse smart constructor.

Instances

Instances details
Generic RebootDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Associated Types

type Rep RebootDBClusterResponse :: Type -> Type #

Read RebootDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Show RebootDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

NFData RebootDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

Methods

rnf :: RebootDBClusterResponse -> () #

Eq RebootDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

type Rep RebootDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBCluster

type Rep RebootDBClusterResponse = D1 ('MetaData "RebootDBClusterResponse" "Amazonka.RDS.RebootDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RebootDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRebootDBClusterResponse Source #

Create a value of RebootDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:RebootDBClusterResponse', rebootDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:RebootDBClusterResponse', rebootDBClusterResponse_httpStatus - The response's http status code.

RebootDBInstance

data RebootDBInstance Source #

See: newRebootDBInstance smart constructor.

Instances

Instances details
ToHeaders RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

ToPath RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

ToQuery RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

AWSRequest RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Associated Types

type AWSResponse RebootDBInstance #

Generic RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Associated Types

type Rep RebootDBInstance :: Type -> Type #

Read RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Show RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

NFData RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Methods

rnf :: RebootDBInstance -> () #

Eq RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Hashable RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

type AWSResponse RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

type Rep RebootDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

type Rep RebootDBInstance = D1 ('MetaData "RebootDBInstance" "Amazonka.RDS.RebootDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RebootDBInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceFailover") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRebootDBInstance Source #

Create a value of RebootDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:forceFailover:RebootDBInstance', rebootDBInstance_forceFailover - A value that indicates whether the reboot is conducted through a Multi-AZ failover.

Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.

RebootDBInstance, rebootDBInstance_dbInstanceIdentifier - The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing DBInstance.

data RebootDBInstanceResponse Source #

See: newRebootDBInstanceResponse smart constructor.

Instances

Instances details
Generic RebootDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Associated Types

type Rep RebootDBInstanceResponse :: Type -> Type #

Read RebootDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Show RebootDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

NFData RebootDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

Eq RebootDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

type Rep RebootDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RebootDBInstance

type Rep RebootDBInstanceResponse = D1 ('MetaData "RebootDBInstanceResponse" "Amazonka.RDS.RebootDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RebootDBInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRebootDBInstanceResponse Source #

Create a value of RebootDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:RebootDBInstanceResponse', rebootDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:RebootDBInstanceResponse', rebootDBInstanceResponse_httpStatus - The response's http status code.

RegisterDBProxyTargets

data RegisterDBProxyTargets Source #

See: newRegisterDBProxyTargets smart constructor.

Instances

Instances details
ToHeaders RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

ToPath RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

ToQuery RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

AWSRequest RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Associated Types

type AWSResponse RegisterDBProxyTargets #

Generic RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Associated Types

type Rep RegisterDBProxyTargets :: Type -> Type #

Read RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Show RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

NFData RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Methods

rnf :: RegisterDBProxyTargets -> () #

Eq RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Hashable RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

type AWSResponse RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

type Rep RegisterDBProxyTargets Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

type Rep RegisterDBProxyTargets = D1 ('MetaData "RegisterDBProxyTargets" "Amazonka.RDS.RegisterDBProxyTargets" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RegisterDBProxyTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbInstanceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRegisterDBProxyTargets Source #

Create a value of RegisterDBProxyTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterIdentifiers:RegisterDBProxyTargets', registerDBProxyTargets_dbClusterIdentifiers - One or more DB cluster identifiers.

$sel:dbInstanceIdentifiers:RegisterDBProxyTargets', registerDBProxyTargets_dbInstanceIdentifiers - One or more DB instance identifiers.

RegisterDBProxyTargets, registerDBProxyTargets_targetGroupName - The identifier of the DBProxyTargetGroup.

RegisterDBProxyTargets, registerDBProxyTargets_dbProxyName - The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

data RegisterDBProxyTargetsResponse Source #

See: newRegisterDBProxyTargetsResponse smart constructor.

Instances

Instances details
Generic RegisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Associated Types

type Rep RegisterDBProxyTargetsResponse :: Type -> Type #

Read RegisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Show RegisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

NFData RegisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

Eq RegisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

type Rep RegisterDBProxyTargetsResponse Source # 
Instance details

Defined in Amazonka.RDS.RegisterDBProxyTargets

type Rep RegisterDBProxyTargetsResponse = D1 ('MetaData "RegisterDBProxyTargetsResponse" "Amazonka.RDS.RegisterDBProxyTargets" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RegisterDBProxyTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBProxyTarget])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterDBProxyTargetsResponse Source #

Create a value of RegisterDBProxyTargetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbProxyTargets:RegisterDBProxyTargetsResponse', registerDBProxyTargetsResponse_dbProxyTargets - One or more DBProxyTarget objects that are created when you register targets with a target group.

$sel:httpStatus:RegisterDBProxyTargetsResponse', registerDBProxyTargetsResponse_httpStatus - The response's http status code.

RemoveFromGlobalCluster

data RemoveFromGlobalCluster Source #

See: newRemoveFromGlobalCluster smart constructor.

Instances

Instances details
ToHeaders RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

ToPath RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

ToQuery RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

AWSRequest RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Generic RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Associated Types

type Rep RemoveFromGlobalCluster :: Type -> Type #

Read RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Show RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

NFData RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Methods

rnf :: RemoveFromGlobalCluster -> () #

Eq RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Hashable RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

type AWSResponse RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

type Rep RemoveFromGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

type Rep RemoveFromGlobalCluster = D1 ('MetaData "RemoveFromGlobalCluster" "Amazonka.RDS.RemoveFromGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveFromGlobalCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRemoveFromGlobalCluster :: RemoveFromGlobalCluster Source #

Create a value of RemoveFromGlobalCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RemoveFromGlobalCluster, removeFromGlobalCluster_dbClusterIdentifier - The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

RemoveFromGlobalCluster, removeFromGlobalCluster_globalClusterIdentifier - The cluster identifier to detach from the Aurora global database cluster.

data RemoveFromGlobalClusterResponse Source #

See: newRemoveFromGlobalClusterResponse smart constructor.

Instances

Instances details
Generic RemoveFromGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Associated Types

type Rep RemoveFromGlobalClusterResponse :: Type -> Type #

Read RemoveFromGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Show RemoveFromGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

NFData RemoveFromGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

Eq RemoveFromGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

type Rep RemoveFromGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveFromGlobalCluster

type Rep RemoveFromGlobalClusterResponse = D1 ('MetaData "RemoveFromGlobalClusterResponse" "Amazonka.RDS.RemoveFromGlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveFromGlobalClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveFromGlobalClusterResponse Source #

Create a value of RemoveFromGlobalClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:globalCluster:RemoveFromGlobalClusterResponse', removeFromGlobalClusterResponse_globalCluster - Undocumented member.

$sel:httpStatus:RemoveFromGlobalClusterResponse', removeFromGlobalClusterResponse_httpStatus - The response's http status code.

RemoveRoleFromDBCluster

data RemoveRoleFromDBCluster Source #

See: newRemoveRoleFromDBCluster smart constructor.

Instances

Instances details
ToHeaders RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

ToPath RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

ToQuery RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

AWSRequest RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Generic RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Associated Types

type Rep RemoveRoleFromDBCluster :: Type -> Type #

Read RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Show RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

NFData RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Methods

rnf :: RemoveRoleFromDBCluster -> () #

Eq RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Hashable RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

type AWSResponse RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

type Rep RemoveRoleFromDBCluster Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

type Rep RemoveRoleFromDBCluster = D1 ('MetaData "RemoveRoleFromDBCluster" "Amazonka.RDS.RemoveRoleFromDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveRoleFromDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRemoveRoleFromDBCluster Source #

Create a value of RemoveRoleFromDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RemoveRoleFromDBCluster, removeRoleFromDBCluster_featureName - The name of the feature for the DB cluster that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

RemoveRoleFromDBCluster, removeRoleFromDBCluster_dbClusterIdentifier - The name of the DB cluster to disassociate the IAM role from.

RemoveRoleFromDBCluster, removeRoleFromDBCluster_roleArn - The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

data RemoveRoleFromDBClusterResponse Source #

See: newRemoveRoleFromDBClusterResponse smart constructor.

Instances

Instances details
Generic RemoveRoleFromDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Associated Types

type Rep RemoveRoleFromDBClusterResponse :: Type -> Type #

Read RemoveRoleFromDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Show RemoveRoleFromDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

NFData RemoveRoleFromDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

Eq RemoveRoleFromDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

type Rep RemoveRoleFromDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBCluster

type Rep RemoveRoleFromDBClusterResponse = D1 ('MetaData "RemoveRoleFromDBClusterResponse" "Amazonka.RDS.RemoveRoleFromDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveRoleFromDBClusterResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRemoveRoleFromDBClusterResponse :: RemoveRoleFromDBClusterResponse Source #

Create a value of RemoveRoleFromDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RemoveRoleFromDBInstance

data RemoveRoleFromDBInstance Source #

See: newRemoveRoleFromDBInstance smart constructor.

Instances

Instances details
ToHeaders RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

ToPath RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

ToQuery RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

AWSRequest RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Generic RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Associated Types

type Rep RemoveRoleFromDBInstance :: Type -> Type #

Read RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Show RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

NFData RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Eq RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Hashable RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

type AWSResponse RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

type Rep RemoveRoleFromDBInstance Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

type Rep RemoveRoleFromDBInstance = D1 ('MetaData "RemoveRoleFromDBInstance" "Amazonka.RDS.RemoveRoleFromDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveRoleFromDBInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRemoveRoleFromDBInstance Source #

Create a value of RemoveRoleFromDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RemoveRoleFromDBInstance, removeRoleFromDBInstance_dbInstanceIdentifier - The name of the DB instance to disassociate the IAM role from.

RemoveRoleFromDBInstance, removeRoleFromDBInstance_roleArn - The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.

RemoveRoleFromDBInstance, removeRoleFromDBInstance_featureName - The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

data RemoveRoleFromDBInstanceResponse Source #

See: newRemoveRoleFromDBInstanceResponse smart constructor.

Instances

Instances details
Generic RemoveRoleFromDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Associated Types

type Rep RemoveRoleFromDBInstanceResponse :: Type -> Type #

Read RemoveRoleFromDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Show RemoveRoleFromDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

NFData RemoveRoleFromDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

Eq RemoveRoleFromDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

type Rep RemoveRoleFromDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveRoleFromDBInstance

type Rep RemoveRoleFromDBInstanceResponse = D1 ('MetaData "RemoveRoleFromDBInstanceResponse" "Amazonka.RDS.RemoveRoleFromDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveRoleFromDBInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRemoveRoleFromDBInstanceResponse :: RemoveRoleFromDBInstanceResponse Source #

Create a value of RemoveRoleFromDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RemoveSourceIdentifierFromSubscription

data RemoveSourceIdentifierFromSubscription Source #

Instances

Instances details
ToHeaders RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

ToPath RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

ToQuery RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

AWSRequest RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Generic RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Read RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Show RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

NFData RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Eq RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Hashable RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

type AWSResponse RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

type Rep RemoveSourceIdentifierFromSubscription Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

type Rep RemoveSourceIdentifierFromSubscription = D1 ('MetaData "RemoveSourceIdentifierFromSubscription" "Amazonka.RDS.RemoveSourceIdentifierFromSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveSourceIdentifierFromSubscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRemoveSourceIdentifierFromSubscription Source #

Create a value of RemoveSourceIdentifierFromSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subscriptionName:RemoveSourceIdentifierFromSubscription', removeSourceIdentifierFromSubscription_subscriptionName - The name of the RDS event notification subscription you want to remove a source identifier from.

RemoveSourceIdentifierFromSubscription, removeSourceIdentifierFromSubscription_sourceIdentifier - The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

data RemoveSourceIdentifierFromSubscriptionResponse Source #

Instances

Instances details
Generic RemoveSourceIdentifierFromSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Read RemoveSourceIdentifierFromSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Show RemoveSourceIdentifierFromSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

NFData RemoveSourceIdentifierFromSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

Eq RemoveSourceIdentifierFromSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

type Rep RemoveSourceIdentifierFromSubscriptionResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveSourceIdentifierFromSubscription

type Rep RemoveSourceIdentifierFromSubscriptionResponse = D1 ('MetaData "RemoveSourceIdentifierFromSubscriptionResponse" "Amazonka.RDS.RemoveSourceIdentifierFromSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveSourceIdentifierFromSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

RemoveTagsFromResource

data RemoveTagsFromResource Source #

See: newRemoveTagsFromResource smart constructor.

Instances

Instances details
ToHeaders RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

ToPath RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

ToQuery RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

AWSRequest RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Associated Types

type AWSResponse RemoveTagsFromResource #

Generic RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Associated Types

type Rep RemoveTagsFromResource :: Type -> Type #

Read RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Show RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

NFData RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Methods

rnf :: RemoveTagsFromResource -> () #

Eq RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Hashable RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

type AWSResponse RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

type Rep RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

type Rep RemoveTagsFromResource = D1 ('MetaData "RemoveTagsFromResource" "Amazonka.RDS.RemoveTagsFromResource" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveTagsFromResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newRemoveTagsFromResource Source #

Create a value of RemoveTagsFromResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceName:RemoveTagsFromResource', removeTagsFromResource_resourceName - The Amazon RDS resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

$sel:tagKeys:RemoveTagsFromResource', removeTagsFromResource_tagKeys - The tag key (name) of the tag to be removed.

data RemoveTagsFromResourceResponse Source #

See: newRemoveTagsFromResourceResponse smart constructor.

Instances

Instances details
Generic RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Associated Types

type Rep RemoveTagsFromResourceResponse :: Type -> Type #

Read RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Show RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

NFData RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

Eq RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

type Rep RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.RDS.RemoveTagsFromResource

type Rep RemoveTagsFromResourceResponse = D1 ('MetaData "RemoveTagsFromResourceResponse" "Amazonka.RDS.RemoveTagsFromResource" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RemoveTagsFromResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRemoveTagsFromResourceResponse :: RemoveTagsFromResourceResponse Source #

Create a value of RemoveTagsFromResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ResetDBClusterParameterGroup

data ResetDBClusterParameterGroup Source #

See: newResetDBClusterParameterGroup smart constructor.

Instances

Instances details
ToHeaders ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

ToPath ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

ToQuery ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

AWSRequest ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

Generic ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

Associated Types

type Rep ResetDBClusterParameterGroup :: Type -> Type #

Read ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

Show ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

NFData ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

Eq ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

Hashable ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

type AWSResponse ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

type Rep ResetDBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBClusterParameterGroup

type Rep ResetDBClusterParameterGroup = D1 ('MetaData "ResetDBClusterParameterGroup" "Amazonka.RDS.ResetDBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ResetDBClusterParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: (S1 ('MetaSel ('Just "resetAllParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newResetDBClusterParameterGroup Source #

Create a value of ResetDBClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ResetDBClusterParameterGroup, resetDBClusterParameterGroup_parameters - A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this parameter if the ResetAllParameters parameter is enabled.

$sel:resetAllParameters:ResetDBClusterParameterGroup', resetDBClusterParameterGroup_resetAllParameters - A value that indicates whether to reset all parameters in the DB cluster parameter group to their default values. You can't use this parameter if there is a list of parameter names specified for the Parameters parameter.

ResetDBClusterParameterGroup, resetDBClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group to reset.

data DBClusterParameterGroupNameMessage Source #

Instances

Instances details
FromXML DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Generic DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Associated Types

type Rep DBClusterParameterGroupNameMessage :: Type -> Type #

Read DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Show DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

NFData DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Eq DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Hashable DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

type Rep DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

type Rep DBClusterParameterGroupNameMessage = D1 ('MetaData "DBClusterParameterGroupNameMessage" "Amazonka.RDS.Types.DBClusterParameterGroupNameMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBClusterParameterGroupNameMessage :: DBClusterParameterGroupNameMessage Source #

Create a value of DBClusterParameterGroupNameMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterParameterGroupName:DBClusterParameterGroupNameMessage', dbClusterParameterGroupNameMessage_dbClusterParameterGroupName - The name of the DB cluster parameter group.

Constraints:

  • Must be 1 to 255 letters or numbers.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

This value is stored as a lowercase string.

ResetDBParameterGroup

data ResetDBParameterGroup Source #

See: newResetDBParameterGroup smart constructor.

Instances

Instances details
ToHeaders ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

ToPath ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

ToQuery ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

AWSRequest ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

Associated Types

type AWSResponse ResetDBParameterGroup #

Generic ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

Associated Types

type Rep ResetDBParameterGroup :: Type -> Type #

Read ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

Show ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

NFData ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

Methods

rnf :: ResetDBParameterGroup -> () #

Eq ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

Hashable ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

type AWSResponse ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

type Rep ResetDBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.ResetDBParameterGroup

type Rep ResetDBParameterGroup = D1 ('MetaData "ResetDBParameterGroup" "Amazonka.RDS.ResetDBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ResetDBParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: (S1 ('MetaSel ('Just "resetAllParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newResetDBParameterGroup Source #

Create a value of ResetDBParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ResetDBParameterGroup, resetDBParameterGroup_parameters - To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

MySQL

Valid Values (for Apply method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

MariaDB

Valid Values (for Apply method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

Oracle

Valid Values (for Apply method): pending-reboot

$sel:resetAllParameters:ResetDBParameterGroup', resetDBParameterGroup_resetAllParameters - A value that indicates whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

ResetDBParameterGroup, resetDBParameterGroup_dbParameterGroupName - The name of the DB parameter group.

Constraints:

  • Must match the name of an existing DBParameterGroup.

data DBParameterGroupNameMessage Source #

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

See: newDBParameterGroupNameMessage smart constructor.

Instances

Instances details
FromXML DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Generic DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Associated Types

type Rep DBParameterGroupNameMessage :: Type -> Type #

Read DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Show DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

NFData DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Eq DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Hashable DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

type Rep DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

type Rep DBParameterGroupNameMessage = D1 ('MetaData "DBParameterGroupNameMessage" "Amazonka.RDS.Types.DBParameterGroupNameMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBParameterGroupNameMessage :: DBParameterGroupNameMessage Source #

Create a value of DBParameterGroupNameMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroupName:DBParameterGroupNameMessage', dbParameterGroupNameMessage_dbParameterGroupName - The name of the DB parameter group.

RestoreDBClusterFromS3

data RestoreDBClusterFromS3 Source #

See: newRestoreDBClusterFromS3 smart constructor.

Instances

Instances details
ToHeaders RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

ToPath RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

ToQuery RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

AWSRequest RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Associated Types

type AWSResponse RestoreDBClusterFromS3 #

Generic RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Associated Types

type Rep RestoreDBClusterFromS3 :: Type -> Type #

Read RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Show RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

NFData RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Methods

rnf :: RestoreDBClusterFromS3 -> () #

Eq RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Hashable RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

type AWSResponse RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

type Rep RestoreDBClusterFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

type Rep RestoreDBClusterFromS3 = D1 ('MetaData "RestoreDBClusterFromS3" "Amazonka.RDS.RestoreDBClusterFromS3" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBClusterFromS3'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "backtrackWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "characterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "manageMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "masterUserSecretKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverlessV2ScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerlessV2ScalingConfiguration)) :*: S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3IngestionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newRestoreDBClusterFromS3 Source #

Create a value of RestoreDBClusterFromS3 with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreDBClusterFromS3, restoreDBClusterFromS3_availabilityZones - A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.

RestoreDBClusterFromS3, restoreDBClusterFromS3_backtrackWindow - The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Currently, Backtrack is only supported for Aurora MySQL DB clusters.

Default: 0

Constraints:

  • If specified, this value must be set to a number from 0 to 259,200 (72 hours).

RestoreDBClusterFromS3, restoreDBClusterFromS3_backupRetentionPeriod - The number of days for which automated backups of the restored DB cluster are retained. You must specify a minimum value of 1.

Default: 1

Constraints:

  • Must be a value from 1 to 35

RestoreDBClusterFromS3, restoreDBClusterFromS3_characterSetName - A value that indicates that the restored DB cluster should be associated with the specified CharacterSet.

RestoreDBClusterFromS3, restoreDBClusterFromS3_copyTagsToSnapshot - A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.

RestoreDBClusterFromS3, restoreDBClusterFromS3_dbClusterParameterGroupName - The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, default.aurora5.6 is used.

Constraints:

  • If supplied, must match the name of an existing DBClusterParameterGroup.

RestoreDBClusterFromS3, restoreDBClusterFromS3_dbSubnetGroupName - A DB subnet group to associate with the restored DB cluster.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

RestoreDBClusterFromS3, restoreDBClusterFromS3_databaseName - The database name for the restored DB cluster.

RestoreDBClusterFromS3, restoreDBClusterFromS3_deletionProtection - A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

RestoreDBClusterFromS3, restoreDBClusterFromS3_domain - Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

$sel:domainIAMRoleName:RestoreDBClusterFromS3', restoreDBClusterFromS3_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

$sel:enableCloudwatchLogsExports:RestoreDBClusterFromS3', restoreDBClusterFromS3_enableCloudwatchLogsExports - The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

$sel:enableIAMDatabaseAuthentication:RestoreDBClusterFromS3', restoreDBClusterFromS3_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

RestoreDBClusterFromS3, restoreDBClusterFromS3_engineVersion - The version number of the database engine to use.

To list all of the available engine versions for aurora (for MySQL 5.6-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"

Aurora MySQL

Example: 5.6.10a, 5.6.mysql_aurora.1.19.2, 5.7.mysql_aurora.2.07.1, 8.0.mysql_aurora.3.02.0

RestoreDBClusterFromS3, restoreDBClusterFromS3_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

$sel:manageMasterUserPassword:RestoreDBClusterFromS3', restoreDBClusterFromS3_manageMasterUserPassword - A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager.

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.

Constraints:

  • Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.

RestoreDBClusterFromS3, restoreDBClusterFromS3_masterUserPassword - The password for the master database user. This password can contain any printable ASCII character except "/", """, or "@".

Constraints:

  • Must contain from 8 to 41 characters.
  • Can't be specified if ManageMasterUserPassword is turned on.

$sel:masterUserSecretKmsKeyId:RestoreDBClusterFromS3', restoreDBClusterFromS3_masterUserSecretKmsKeyId - The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

RestoreDBClusterFromS3, restoreDBClusterFromS3_networkType - The network type of the DB cluster.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.

RestoreDBClusterFromS3, restoreDBClusterFromS3_optionGroupName - A value that indicates that the restored DB cluster should be associated with the specified option group.

Permanent options can't be removed from an option group. An option group can't be removed from a DB cluster once it is associated with a DB cluster.

RestoreDBClusterFromS3, restoreDBClusterFromS3_port - The port number on which the instances in the restored DB cluster accept connections.

Default: 3306

RestoreDBClusterFromS3, restoreDBClusterFromS3_preferredBackupWindow - The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.

RestoreDBClusterFromS3, restoreDBClusterFromS3_preferredMaintenanceWindow - The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

RestoreDBClusterFromS3, restoreDBClusterFromS3_s3Prefix - The prefix for all of the file names that contain the data used to create the Amazon Aurora DB cluster. If you do not specify a SourceS3Prefix value, then the Amazon Aurora DB cluster is created by using all of the files in the Amazon S3 bucket.

RestoreDBClusterFromS3, restoreDBClusterFromS3_serverlessV2ScalingConfiguration - Undocumented member.

RestoreDBClusterFromS3, restoreDBClusterFromS3_storageEncrypted - A value that indicates whether the restored DB cluster is encrypted.

$sel:tags:RestoreDBClusterFromS3', restoreDBClusterFromS3_tags - Undocumented member.

RestoreDBClusterFromS3, restoreDBClusterFromS3_vpcSecurityGroupIds - A list of EC2 VPC security groups to associate with the restored DB cluster.

RestoreDBClusterFromS3, restoreDBClusterFromS3_dbClusterIdentifier - The name of the DB cluster to create from the source data in the Amazon S3 bucket. This parameter isn't case-sensitive.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: my-cluster1

RestoreDBClusterFromS3, restoreDBClusterFromS3_engine - The name of the database engine to be used for this DB cluster.

Valid Values: aurora (for MySQL 5.6-compatible Aurora) and aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)

RestoreDBClusterFromS3, restoreDBClusterFromS3_masterUsername - The name of the master user for the restored DB cluster.

Constraints:

  • Must be 1 to 16 letters or numbers.
  • First character must be a letter.
  • Can't be a reserved word for the chosen database engine.

$sel:sourceEngine:RestoreDBClusterFromS3', restoreDBClusterFromS3_sourceEngine - The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket.

Valid values: mysql

$sel:sourceEngineVersion:RestoreDBClusterFromS3', restoreDBClusterFromS3_sourceEngineVersion - The version of the database that the backup files were created from.

MySQL versions 5.5, 5.6, and 5.7 are supported.

Example: 5.6.40, 5.7.28

$sel:s3BucketName:RestoreDBClusterFromS3', restoreDBClusterFromS3_s3BucketName - The name of the Amazon S3 bucket that contains the data used to create the Amazon Aurora DB cluster.

$sel:s3IngestionRoleArn:RestoreDBClusterFromS3', restoreDBClusterFromS3_s3IngestionRoleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that authorizes Amazon RDS to access the Amazon S3 bucket on your behalf.

data RestoreDBClusterFromS3Response Source #

See: newRestoreDBClusterFromS3Response smart constructor.

Instances

Instances details
Generic RestoreDBClusterFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Associated Types

type Rep RestoreDBClusterFromS3Response :: Type -> Type #

Read RestoreDBClusterFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Show RestoreDBClusterFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

NFData RestoreDBClusterFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

Eq RestoreDBClusterFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

type Rep RestoreDBClusterFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromS3

type Rep RestoreDBClusterFromS3Response = D1 ('MetaData "RestoreDBClusterFromS3Response" "Amazonka.RDS.RestoreDBClusterFromS3" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBClusterFromS3Response'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDBClusterFromS3Response Source #

Create a value of RestoreDBClusterFromS3Response with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:RestoreDBClusterFromS3Response', restoreDBClusterFromS3Response_dbCluster - Undocumented member.

$sel:httpStatus:RestoreDBClusterFromS3Response', restoreDBClusterFromS3Response_httpStatus - The response's http status code.

RestoreDBClusterFromSnapshot

data RestoreDBClusterFromSnapshot Source #

See: newRestoreDBClusterFromSnapshot smart constructor.

Instances

Instances details
ToHeaders RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

ToPath RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

ToQuery RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

AWSRequest RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Generic RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Associated Types

type Rep RestoreDBClusterFromSnapshot :: Type -> Type #

Read RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Show RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

NFData RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Eq RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Hashable RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

type AWSResponse RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

type Rep RestoreDBClusterFromSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

type Rep RestoreDBClusterFromSnapshot = D1 ('MetaData "RestoreDBClusterFromSnapshot" "Amazonka.RDS.RestoreDBClusterFromSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBClusterFromSnapshot'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "backtrackWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "dbClusterInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "engineMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "scalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingConfiguration))))) :*: ((S1 ('MetaSel ('Just "serverlessV2ScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerlessV2ScalingConfiguration)) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "snapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newRestoreDBClusterFromSnapshot Source #

Create a value of RestoreDBClusterFromSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_availabilityZones - Provides the list of Availability Zones (AZs) where instances in the restored DB cluster can be created.

Valid for: Aurora DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_backtrackWindow - The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Currently, Backtrack is only supported for Aurora MySQL DB clusters.

Default: 0

Constraints:

  • If specified, this value must be set to a number from 0 to 259,200 (72 hours).

Valid for: Aurora DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_copyTagsToSnapshot - A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_dbClusterInstanceClass - The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_dbClusterParameterGroupName - The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default DB cluster parameter group for the specified engine is used.

Constraints:

  • If supplied, must match the name of an existing default DB cluster parameter group.
  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_dbSubnetGroupName - The name of the DB subnet group to use for the new DB cluster.

Constraints: If supplied, must match the name of an existing DB subnet group.

Example: mydbsubnetgroup

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_databaseName - The database name for the restored DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_deletionProtection - A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_domain - Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

Valid for: Aurora DB clusters only

$sel:domainIAMRoleName:RestoreDBClusterFromSnapshot', restoreDBClusterFromSnapshot_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

$sel:enableCloudwatchLogsExports:RestoreDBClusterFromSnapshot', restoreDBClusterFromSnapshot_enableCloudwatchLogsExports - The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:enableIAMDatabaseAuthentication:RestoreDBClusterFromSnapshot', restoreDBClusterFromSnapshot_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_engineMode - The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.

For more information, see CreateDBCluster.

Valid for: Aurora DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_engineVersion - The version of the database engine to use for the new DB cluster.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"

Aurora MySQL

See MySQL on Amazon RDS Versions in the Amazon Aurora User Guide.

Aurora PostgreSQL

See Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide.

MySQL

See MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

PostgreSQL

See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_kmsKeyId - The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from a DB snapshot or DB cluster snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

When you don't specify a value for the KmsKeyId parameter, then the following occurs:

  • If the DB snapshot or DB cluster snapshot in SnapshotIdentifier is encrypted, then the restored DB cluster is encrypted using the KMS key that was used to encrypt the DB snapshot or DB cluster snapshot.
  • If the DB snapshot or DB cluster snapshot in SnapshotIdentifier isn't encrypted, then the restored DB cluster isn't encrypted.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_networkType - The network type of the DB cluster.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_optionGroupName - The name of the option group to use for the restored DB cluster.

DB clusters are associated with a default option group that can't be modified.

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_port - The port number on which the new DB cluster accepts connections.

Constraints: This value must be 1150-65535

Default: The same port as the original DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_publiclyAccessible - A value that indicates whether the DB cluster is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

  • If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.
  • If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

  • If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
  • If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:scalingConfiguration:RestoreDBClusterFromSnapshot', restoreDBClusterFromSnapshot_scalingConfiguration - For DB clusters in serverless DB engine mode, the scaling properties of the DB cluster.

Valid for: Aurora DB clusters only

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_serverlessV2ScalingConfiguration - Undocumented member.

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_storageType - Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:tags:RestoreDBClusterFromSnapshot', restoreDBClusterFromSnapshot_tags - The tags to be assigned to the restored DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_vpcSecurityGroupIds - A list of VPC security groups that the new DB cluster will belong to.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_dbClusterIdentifier - The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. This parameter isn't case-sensitive.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-snapshot-id

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:snapshotIdentifier:RestoreDBClusterFromSnapshot', restoreDBClusterFromSnapshot_snapshotIdentifier - The identifier for the DB snapshot or DB cluster snapshot to restore from.

You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.

Constraints:

  • Must match the identifier of an existing Snapshot.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterFromSnapshot, restoreDBClusterFromSnapshot_engine - The database engine to use for the new DB cluster.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Valid for: Aurora DB clusters and Multi-AZ DB clusters

data RestoreDBClusterFromSnapshotResponse Source #

Instances

Instances details
Generic RestoreDBClusterFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Read RestoreDBClusterFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Show RestoreDBClusterFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

NFData RestoreDBClusterFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

Eq RestoreDBClusterFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

type Rep RestoreDBClusterFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterFromSnapshot

type Rep RestoreDBClusterFromSnapshotResponse = D1 ('MetaData "RestoreDBClusterFromSnapshotResponse" "Amazonka.RDS.RestoreDBClusterFromSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBClusterFromSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDBClusterFromSnapshotResponse Source #

Create a value of RestoreDBClusterFromSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:RestoreDBClusterFromSnapshotResponse', restoreDBClusterFromSnapshotResponse_dbCluster - Undocumented member.

$sel:httpStatus:RestoreDBClusterFromSnapshotResponse', restoreDBClusterFromSnapshotResponse_httpStatus - The response's http status code.

RestoreDBClusterToPointInTime

data RestoreDBClusterToPointInTime Source #

See: newRestoreDBClusterToPointInTime smart constructor.

Instances

Instances details
ToHeaders RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

ToPath RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

ToQuery RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

AWSRequest RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Generic RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Associated Types

type Rep RestoreDBClusterToPointInTime :: Type -> Type #

Read RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Show RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

NFData RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Eq RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Hashable RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

type AWSResponse RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

type Rep RestoreDBClusterToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

type Rep RestoreDBClusterToPointInTime = D1 ('MetaData "RestoreDBClusterToPointInTime" "Amazonka.RDS.RestoreDBClusterToPointInTime" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBClusterToPointInTime'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "backtrackWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbClusterInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engineMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "restoreToTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "restoreType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingConfiguration))))) :*: ((S1 ('MetaSel ('Just "serverlessV2ScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerlessV2ScalingConfiguration)) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "useLatestRestorableTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceDBClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newRestoreDBClusterToPointInTime Source #

Create a value of RestoreDBClusterToPointInTime with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_backtrackWindow - The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Default: 0

Constraints:

  • If specified, this value must be set to a number from 0 to 259,200 (72 hours).

Valid for: Aurora MySQL DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_copyTagsToSnapshot - A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_dbClusterInstanceClass - The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_dbClusterParameterGroupName - The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default DB cluster parameter group for the specified engine is used.

Constraints:

  • If supplied, must match the name of an existing DB cluster parameter group.
  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_dbSubnetGroupName - The DB subnet group name to use for the new DB cluster.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_deletionProtection - A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_domain - Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

$sel:domainIAMRoleName:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

$sel:enableCloudwatchLogsExports:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_enableCloudwatchLogsExports - The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:enableIAMDatabaseAuthentication:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_engineMode - The engine mode of the new cluster. Specify provisioned or serverless, depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or an encrypted provisioned cluster.

Valid for: Aurora DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.

Valid for: Multi-AZ DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_kmsKeyId - The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

You can restore to a new DB cluster and encrypt the new DB cluster with a KMS key that is different from the KMS key used to encrypt the source DB cluster. The new DB cluster is encrypted with the KMS key identified by the KmsKeyId parameter.

If you don't specify a value for the KmsKeyId parameter, then the following occurs:

  • If the DB cluster is encrypted, then the restored DB cluster is encrypted using the KMS key that was used to encrypt the source DB cluster.
  • If the DB cluster isn't encrypted, then the restored DB cluster isn't encrypted.

If DBClusterIdentifier refers to a DB cluster that isn't encrypted, then the restore request is rejected.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_networkType - The network type of the DB cluster.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_optionGroupName - The name of the option group for the new DB cluster.

DB clusters are associated with a default option group that can't be modified.

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_port - The port number on which the new DB cluster accepts connections.

Constraints: A value from 1150-65535.

Default: The default port for the engine.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_publiclyAccessible - A value that indicates whether the DB cluster is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

  • If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.
  • If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

  • If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
  • If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.

Valid for: Multi-AZ DB clusters only

$sel:restoreToTime:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_restoreToTime - The date and time to restore the DB cluster to.

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

Constraints:

  • Must be before the latest restorable time for the DB instance
  • Must be specified if UseLatestRestorableTime parameter isn't provided
  • Can't be specified if the UseLatestRestorableTime parameter is enabled
  • Can't be specified if the RestoreType parameter is copy-on-write

Example: 2015-03-07T23:45:00Z

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:restoreType:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_restoreType - The type of restore to be performed. You can specify one of the following values:

  • full-copy - The new DB cluster is restored as a full copy of the source DB cluster.
  • copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.

Constraints: You can't specify copy-on-write if the engine version of the source DB cluster is earlier than 1.11.

If you don't specify a RestoreType value, then the new DB cluster is restored as a full copy of the source DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:scalingConfiguration:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_scalingConfiguration - For DB clusters in serverless DB engine mode, the scaling properties of the DB cluster.

Valid for: Aurora DB clusters only

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_serverlessV2ScalingConfiguration - Undocumented member.

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_storageType - Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

$sel:tags:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_tags - Undocumented member.

$sel:useLatestRestorableTime:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_useLatestRestorableTime - A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster isn't restored to the latest restorable backup time.

Constraints: Can't be specified if RestoreToTime parameter is provided.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_vpcSecurityGroupIds - A list of VPC security groups that the new DB cluster belongs to.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

RestoreDBClusterToPointInTime, restoreDBClusterToPointInTime_dbClusterIdentifier - The name of the new DB cluster to be created.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Valid for: Aurora DB clusters and Multi-AZ DB clusters

$sel:sourceDBClusterIdentifier:RestoreDBClusterToPointInTime', restoreDBClusterToPointInTime_sourceDBClusterIdentifier - The identifier of the source DB cluster from which to restore.

Constraints:

  • Must match the identifier of an existing DBCluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

data RestoreDBClusterToPointInTimeResponse Source #

Instances

Instances details
Generic RestoreDBClusterToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Read RestoreDBClusterToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Show RestoreDBClusterToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

NFData RestoreDBClusterToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

Eq RestoreDBClusterToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

type Rep RestoreDBClusterToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBClusterToPointInTime

type Rep RestoreDBClusterToPointInTimeResponse = D1 ('MetaData "RestoreDBClusterToPointInTimeResponse" "Amazonka.RDS.RestoreDBClusterToPointInTime" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBClusterToPointInTimeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDBClusterToPointInTimeResponse Source #

Create a value of RestoreDBClusterToPointInTimeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:RestoreDBClusterToPointInTimeResponse', restoreDBClusterToPointInTimeResponse_dbCluster - Undocumented member.

$sel:httpStatus:RestoreDBClusterToPointInTimeResponse', restoreDBClusterToPointInTimeResponse_httpStatus - The response's http status code.

RestoreDBInstanceFromDBSnapshot

data RestoreDBInstanceFromDBSnapshot Source #

See: newRestoreDBInstanceFromDBSnapshot smart constructor.

Instances

Instances details
ToHeaders RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

ToPath RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

ToQuery RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

AWSRequest RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Generic RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Associated Types

type Rep RestoreDBInstanceFromDBSnapshot :: Type -> Type #

Read RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Show RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

NFData RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Eq RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Hashable RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

type AWSResponse RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

type Rep RestoreDBInstanceFromDBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

type Rep RestoreDBInstanceFromDBSnapshot = D1 ('MetaData "RestoreDBInstanceFromDBSnapshot" "Amazonka.RDS.RestoreDBInstanceFromDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBInstanceFromDBSnapshot'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "backupTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "customIamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "enableCustomerOwnedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))) :*: ((((S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature]))))) :*: (((S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tdeCredentialPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "useDefaultProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newRestoreDBInstanceFromDBSnapshot Source #

Create a value of RestoreDBInstanceFromDBSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_autoMinorVersionUpgrade - A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.

If you restore an RDS Custom DB instance, you must disable this parameter.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_availabilityZone - The Availability Zone (AZ) where the DB instance will be created.

Default: A random, system-chosen Availability Zone.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

Example: us-east-1a

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_backupTarget - Specifies where automated backups and manual snapshots are stored for the restored DB instance.

Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region.

For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_copyTagsToSnapshot - A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance.

In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance.

For more information, see Copying tags to DB instance snapshots in the Amazon RDS User Guide.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_customIamInstanceProfile - The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

  • The profile must exist in your account.
  • The profile must have an IAM role that Amazon EC2 has permissions to assume.
  • The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom.

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbClusterSnapshotIdentifier - The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

Constraints:

  • Must match the identifier of an existing Multi-AZ DB cluster snapshot.
  • Can't be specified when DBSnapshotIdentifier is specified.
  • Must be specified when DBSnapshotIdentifier isn't specified.
  • If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot.
  • Can't be the identifier of an Aurora DB cluster snapshot.
  • Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbInstanceClass - The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: The same DBInstanceClass as the original DB instance.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbName - The database name for the restored DB instance.

This parameter doesn't apply to the MySQL, PostgreSQL, or MariaDB engines. It also doesn't apply to RDS Custom DB instances.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbParameterGroupName - The name of the DB parameter group to associate with this DB instance.

If you don't specify a value for DBParameterGroupName, then RDS uses the default DBParameterGroup for the specified DB engine.

This setting doesn't apply to RDS Custom.

Constraints:

  • If supplied, must match the name of an existing DBParameterGroup.
  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbSnapshotIdentifier - The identifier for the DB snapshot to restore from.

Constraints:

  • Must match the identifier of an existing DBSnapshot.
  • Can't be specified when DBClusterSnapshotIdentifier is specified.
  • Must be specified when DBClusterSnapshotIdentifier isn't specified.
  • If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbSubnetGroupName - The DB subnet group name to use for the new instance.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_deletionProtection - A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_domain - Specify the Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this operation. Currently, you can create only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:domainIAMRoleName:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

$sel:enableCloudwatchLogsExports:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_enableCloudwatchLogsExports - The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:enableCustomerOwnedIp:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_enableCustomerOwnedIp - A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

This setting doesn't apply to RDS Custom.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

$sel:enableIAMDatabaseAuthentication:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_engine - The database engine to use for the new instance.

This setting doesn't apply to RDS Custom.

Default: The same as source

Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot.

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_iops - Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts.

The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.

Constraints: Must be an integer greater than 1000.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_licenseModel - License model information for the restored DB instance.

This setting doesn't apply to RDS Custom.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_multiAZ - A value that indicates whether the DB instance is a Multi-AZ deployment.

This setting doesn't apply to RDS Custom.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_optionGroupName - The name of the option group to be used for the restored DB instance.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_port - The port number on which the database accepts connections.

Default: The same port as the original DB instance

Constraints: Value must be 1150-65535

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_publiclyAccessible - A value that indicates whether the DB instance is publicly accessible.

When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_storageThroughput - Specifies the storage throughput value for the DB instance.

This setting doesn't apply to RDS Custom or Amazon Aurora.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_storageType - Specifies the storage type to be associated with the DB instance.

Valid values: gp2 | gp3 | io1 | standard

If you specify io1 or gp3, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

$sel:tags:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_tags - Undocumented member.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_tdeCredentialArn - The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

$sel:tdeCredentialPassword:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_tdeCredentialPassword - The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

$sel:useDefaultProcessorFeatures:RestoreDBInstanceFromDBSnapshot', restoreDBInstanceFromDBSnapshot_useDefaultProcessorFeatures - A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_vpcSecurityGroupIds - A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

RestoreDBInstanceFromDBSnapshot, restoreDBInstanceFromDBSnapshot_dbInstanceIdentifier - Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.

Constraints:

  • Must contain from 1 to 63 numbers, letters, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: my-snapshot-id

data RestoreDBInstanceFromDBSnapshotResponse Source #

Instances

Instances details
Generic RestoreDBInstanceFromDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Read RestoreDBInstanceFromDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Show RestoreDBInstanceFromDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

NFData RestoreDBInstanceFromDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

Eq RestoreDBInstanceFromDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

type Rep RestoreDBInstanceFromDBSnapshotResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromDBSnapshot

type Rep RestoreDBInstanceFromDBSnapshotResponse = D1 ('MetaData "RestoreDBInstanceFromDBSnapshotResponse" "Amazonka.RDS.RestoreDBInstanceFromDBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBInstanceFromDBSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDBInstanceFromDBSnapshotResponse Source #

Create a value of RestoreDBInstanceFromDBSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:RestoreDBInstanceFromDBSnapshotResponse', restoreDBInstanceFromDBSnapshotResponse_dbInstance - Undocumented member.

$sel:httpStatus:RestoreDBInstanceFromDBSnapshotResponse', restoreDBInstanceFromDBSnapshotResponse_httpStatus - The response's http status code.

RestoreDBInstanceFromS3

data RestoreDBInstanceFromS3 Source #

See: newRestoreDBInstanceFromS3 smart constructor.

Instances

Instances details
ToHeaders RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

ToPath RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

ToQuery RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

AWSRequest RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Generic RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Associated Types

type Rep RestoreDBInstanceFromS3 :: Type -> Type #

Read RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Show RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

NFData RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Methods

rnf :: RestoreDBInstanceFromS3 -> () #

Eq RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Hashable RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

type AWSResponse RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

type Rep RestoreDBInstanceFromS3 Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

type Rep RestoreDBInstanceFromS3 = D1 ('MetaData "RestoreDBInstanceFromS3" "Amazonka.RDS.RestoreDBInstanceFromS3" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBInstanceFromS3'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "enablePerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "manageMasterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "masterUserSecretKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])))) :*: (S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "useDefaultProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "sourceEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3IngestionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newRestoreDBInstanceFromS3 Source #

Create a value of RestoreDBInstanceFromS3 with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_allocatedStorage - The amount of storage (in gigabytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance.

Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are not applied automatically.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_availabilityZone - The Availability Zone that the DB instance is created in. For information about Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones in the Amazon RDS User Guide.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_backupRetentionPeriod - The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. For more information, see CreateDBInstance.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_copyTagsToSnapshot - A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_dbName - The name of the database to create when the DB instance is created. Follow the naming rules specified in CreateDBInstance.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_dbParameterGroupName - The name of the DB parameter group to associate with this DB instance.

If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_dbSecurityGroups - A list of DB security groups to associate with this DB instance.

Default: The default DB security group for the database engine.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_dbSubnetGroupName - A DB subnet group to associate with this DB instance.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_deletionProtection - A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

$sel:enableCloudwatchLogsExports:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_enableCloudwatchLogsExports - The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

$sel:enableIAMDatabaseAuthentication:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

$sel:enablePerformanceInsights:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_enablePerformanceInsights - A value that indicates whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_engineVersion - The version number of the database engine to use. Choose the latest minor version of your database engine. For information about engine versions, see CreateDBInstance, or call DescribeDBEngineVersions.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_iops - The amount of Provisioned IOPS (input/output operations per second) to allocate initially for the DB instance. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_licenseModel - The license model for this DB instance. Use general-public-license.

$sel:manageMasterUserPassword:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_manageMasterUserPassword - A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager.

For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.

Constraints:

  • Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_masterUserPassword - The password for the master user. The password can include any printable ASCII character except "/", """, or "@".

Constraints: Can't be specified if ManageMasterUserPassword is turned on.

MariaDB

Constraints: Must contain from 8 to 41 characters.

Microsoft SQL Server

Constraints: Must contain from 8 to 128 characters.

MySQL

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

$sel:masterUserSecretKmsKeyId:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_masterUserSecretKmsKeyId - The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key.

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_masterUsername - The name for the master user.

Constraints:

  • Must be 1 to 16 letters or numbers.
  • First character must be a letter.
  • Can't be a reserved word for the chosen database engine.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_maxAllocatedStorage - The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Default: 0

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_monitoringRoleArn - The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_multiAZ - A value that indicates whether the DB instance is a Multi-AZ deployment. If the DB instance is a Multi-AZ deployment, you can't set the AvailabilityZone parameter.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_optionGroupName - The name of the option group to associate with this DB instance. If this argument is omitted, the default option group for the specified engine is used.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_port - The port number on which the database accepts connections.

Type: Integer

Valid Values: 1150-65535

Default: 3306

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_preferredBackupWindow - The time range each day during which automated backups are created if automated backups are enabled. For more information, see Backup window in the Amazon RDS User Guide.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_preferredMaintenanceWindow - The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window in the Amazon RDS User Guide.

Constraints:

  • Must be in the format ddd:hh24:mi-ddd:hh24:mi.
  • Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
  • Must be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred backup window.
  • Must be at least 30 minutes.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_publiclyAccessible - A value that indicates whether the DB instance is publicly accessible.

When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_s3Prefix - The prefix of your Amazon S3 bucket.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_storageEncrypted - A value that indicates whether the new DB instance is encrypted or not.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_storageThroughput - Specifies the storage throughput value for the DB instance.

This setting doesn't apply to RDS Custom or Amazon Aurora.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_storageType - Specifies the storage type to be associated with the DB instance.

Valid values: gp2 | gp3 | io1 | standard

If you specify io1 or gp3, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise gp2

$sel:tags:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_tags - A list of tags to associate with this DB instance. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

$sel:useDefaultProcessorFeatures:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_useDefaultProcessorFeatures - A value that indicates whether the DB instance class of the DB instance uses its default processor features.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_vpcSecurityGroupIds - A list of VPC security groups to associate with this DB instance.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_dbInstanceIdentifier - The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: mydbinstance

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_dbInstanceClass - The compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Importing from Amazon S3 isn't supported on the db.t2.micro DB instance class.

RestoreDBInstanceFromS3, restoreDBInstanceFromS3_engine - The name of the database engine to be used for this instance.

Valid Values: mysql

$sel:sourceEngine:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_sourceEngine - The name of the engine of your source database.

Valid Values: mysql

$sel:sourceEngineVersion:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_sourceEngineVersion - The version of the database that the backup files were created from.

MySQL versions 5.6 and 5.7 are supported.

Example: 5.6.40

$sel:s3BucketName:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_s3BucketName - The name of your Amazon S3 bucket that contains your database backup file.

$sel:s3IngestionRoleArn:RestoreDBInstanceFromS3', restoreDBInstanceFromS3_s3IngestionRoleArn - An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3 bucket.

data RestoreDBInstanceFromS3Response Source #

See: newRestoreDBInstanceFromS3Response smart constructor.

Instances

Instances details
Generic RestoreDBInstanceFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Associated Types

type Rep RestoreDBInstanceFromS3Response :: Type -> Type #

Read RestoreDBInstanceFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Show RestoreDBInstanceFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

NFData RestoreDBInstanceFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

Eq RestoreDBInstanceFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

type Rep RestoreDBInstanceFromS3Response Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceFromS3

type Rep RestoreDBInstanceFromS3Response = D1 ('MetaData "RestoreDBInstanceFromS3Response" "Amazonka.RDS.RestoreDBInstanceFromS3" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBInstanceFromS3Response'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDBInstanceFromS3Response Source #

Create a value of RestoreDBInstanceFromS3Response with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:RestoreDBInstanceFromS3Response', restoreDBInstanceFromS3Response_dbInstance - Undocumented member.

$sel:httpStatus:RestoreDBInstanceFromS3Response', restoreDBInstanceFromS3Response_httpStatus - The response's http status code.

RestoreDBInstanceToPointInTime

data RestoreDBInstanceToPointInTime Source #

See: newRestoreDBInstanceToPointInTime smart constructor.

Instances

Instances details
ToHeaders RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

ToPath RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

ToQuery RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

AWSRequest RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Generic RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Associated Types

type Rep RestoreDBInstanceToPointInTime :: Type -> Type #

Read RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Show RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

NFData RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Eq RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Hashable RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

type AWSResponse RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

type Rep RestoreDBInstanceToPointInTime Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

type Rep RestoreDBInstanceToPointInTime = D1 ('MetaData "RestoreDBInstanceToPointInTime" "Amazonka.RDS.RestoreDBInstanceToPointInTime" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBInstanceToPointInTime'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "backupTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "customIamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainIAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "enableCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enableCustomerOwnedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "enableIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))) :*: ((((S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "restoreTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "sourceDBInstanceAutomatedBackupsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceDBInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "sourceDbiResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "tdeCredentialPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useDefaultProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "useLatestRestorableTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "targetDBInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newRestoreDBInstanceToPointInTime Source #

Create a value of RestoreDBInstanceToPointInTime with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_autoMinorVersionUpgrade - A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_availabilityZone - The Availability Zone (AZ) where the DB instance will be created.

Default: A random, system-chosen Availability Zone.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

Example: us-east-1a

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_backupTarget - Specifies where automated backups and manual snapshots are stored for the restored DB instance.

Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region.

For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_copyTagsToSnapshot - A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_customIamInstanceProfile - The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

  • The profile must exist in your account.
  • The profile must have an IAM role that Amazon EC2 has permissions to assume.
  • The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom.

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_dbInstanceClass - The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: The same DBInstanceClass as the original DB instance.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_dbName - The database name for the restored DB instance.

This parameter isn't supported for the MySQL or MariaDB engines. It also doesn't apply to RDS Custom.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_dbParameterGroupName - The name of the DB parameter group to associate with this DB instance.

If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used.

This setting doesn't apply to RDS Custom.

Constraints:

  • If supplied, must match the name of an existing DBParameterGroup.
  • Must be 1 to 255 letters, numbers, or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_dbSubnetGroupName - The DB subnet group name to use for the new instance.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_deletionProtection - A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_domain - Specify the Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

This setting doesn't apply to RDS Custom.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

$sel:domainIAMRoleName:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_domainIAMRoleName - Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

$sel:enableCloudwatchLogsExports:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_enableCloudwatchLogsExports - The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

$sel:enableCustomerOwnedIp:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_enableCustomerOwnedIp - A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

This setting doesn't apply to RDS Custom.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

$sel:enableIAMDatabaseAuthentication:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_enableIAMDatabaseAuthentication - A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to RDS Custom.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_engine - The database engine to use for the new instance.

This setting doesn't apply to RDS Custom.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Valid Values:

  • mariadb
  • mysql
  • oracle-ee
  • oracle-ee-cdb
  • oracle-se2
  • oracle-se2-cdb
  • postgres
  • sqlserver-ee
  • sqlserver-se
  • sqlserver-ex
  • sqlserver-web

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Constraints: Must be an integer greater than 1000.

SQL Server

Setting the IOPS value for the SQL Server database engine isn't supported.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_licenseModel - License model information for the restored DB instance.

This setting doesn't apply to RDS Custom.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_maxAllocatedStorage - The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_multiAZ - A value that indicates whether the DB instance is a Multi-AZ deployment.

This setting doesn't apply to RDS Custom.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_optionGroupName - The name of the option group to be used for the restored DB instance.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance

This setting doesn't apply to RDS Custom.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_port - The port number on which the database accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB instance.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

This setting doesn't apply to RDS Custom.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_publiclyAccessible - A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

$sel:restoreTime:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_restoreTime - The date and time to restore from.

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

Constraints:

  • Must be before the latest restorable time for the DB instance
  • Can't be specified if the UseLatestRestorableTime parameter is enabled

Example: 2009-09-07T23:45:00Z

$sel:sourceDBInstanceAutomatedBackupsArn:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_sourceDBInstanceAutomatedBackupsArn - The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

$sel:sourceDBInstanceIdentifier:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_sourceDBInstanceIdentifier - The identifier of the source DB instance from which to restore.

Constraints:

  • Must match the identifier of an existing DB instance.

$sel:sourceDbiResourceId:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_sourceDbiResourceId - The resource ID of the source DB instance from which to restore.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_storageThroughput - Specifies the storage throughput value for the DB instance.

This setting doesn't apply to RDS Custom or Amazon Aurora.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_storageType - Specifies the storage type to be associated with the DB instance.

Valid values: gp2 | gp3 | io1 | standard

If you specify io1 or gp3, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

$sel:tags:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_tags - Undocumented member.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_tdeCredentialArn - The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

$sel:tdeCredentialPassword:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_tdeCredentialPassword - The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

$sel:useDefaultProcessorFeatures:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_useDefaultProcessorFeatures - A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

$sel:useLatestRestorableTime:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_useLatestRestorableTime - A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.

Constraints: Can't be specified if the RestoreTime parameter is provided.

RestoreDBInstanceToPointInTime, restoreDBInstanceToPointInTime_vpcSecurityGroupIds - A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

$sel:targetDBInstanceIdentifier:RestoreDBInstanceToPointInTime', restoreDBInstanceToPointInTime_targetDBInstanceIdentifier - The name of the new DB instance to be created.

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

data RestoreDBInstanceToPointInTimeResponse Source #

Instances

Instances details
Generic RestoreDBInstanceToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Read RestoreDBInstanceToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Show RestoreDBInstanceToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

NFData RestoreDBInstanceToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

Eq RestoreDBInstanceToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

type Rep RestoreDBInstanceToPointInTimeResponse Source # 
Instance details

Defined in Amazonka.RDS.RestoreDBInstanceToPointInTime

type Rep RestoreDBInstanceToPointInTimeResponse = D1 ('MetaData "RestoreDBInstanceToPointInTimeResponse" "Amazonka.RDS.RestoreDBInstanceToPointInTime" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreDBInstanceToPointInTimeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDBInstanceToPointInTimeResponse Source #

Create a value of RestoreDBInstanceToPointInTimeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:RestoreDBInstanceToPointInTimeResponse', restoreDBInstanceToPointInTimeResponse_dbInstance - Undocumented member.

$sel:httpStatus:RestoreDBInstanceToPointInTimeResponse', restoreDBInstanceToPointInTimeResponse_httpStatus - The response's http status code.

RevokeDBSecurityGroupIngress

data RevokeDBSecurityGroupIngress Source #

See: newRevokeDBSecurityGroupIngress smart constructor.

Instances

Instances details
ToHeaders RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

ToPath RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

ToQuery RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

AWSRequest RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Generic RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Associated Types

type Rep RevokeDBSecurityGroupIngress :: Type -> Type #

Read RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Show RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

NFData RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Eq RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Hashable RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

type AWSResponse RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

type Rep RevokeDBSecurityGroupIngress Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

type Rep RevokeDBSecurityGroupIngress = D1 ('MetaData "RevokeDBSecurityGroupIngress" "Amazonka.RDS.RevokeDBSecurityGroupIngress" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RevokeDBSecurityGroupIngress'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cidrip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eC2SecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eC2SecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eC2SecurityGroupOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newRevokeDBSecurityGroupIngress Source #

Create a value of RevokeDBSecurityGroupIngress with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RevokeDBSecurityGroupIngress, revokeDBSecurityGroupIngress_cidrip - The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId can't be provided.

RevokeDBSecurityGroupIngress, revokeDBSecurityGroupIngress_eC2SecurityGroupId - The id of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

RevokeDBSecurityGroupIngress, revokeDBSecurityGroupIngress_eC2SecurityGroupName - The name of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

RevokeDBSecurityGroupIngress, revokeDBSecurityGroupIngress_eC2SecurityGroupOwnerId - The Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

RevokeDBSecurityGroupIngress, revokeDBSecurityGroupIngress_dbSecurityGroupName - The name of the DB security group to revoke ingress from.

data RevokeDBSecurityGroupIngressResponse Source #

Instances

Instances details
Generic RevokeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Read RevokeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Show RevokeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

NFData RevokeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

Eq RevokeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

type Rep RevokeDBSecurityGroupIngressResponse Source # 
Instance details

Defined in Amazonka.RDS.RevokeDBSecurityGroupIngress

type Rep RevokeDBSecurityGroupIngressResponse = D1 ('MetaData "RevokeDBSecurityGroupIngressResponse" "Amazonka.RDS.RevokeDBSecurityGroupIngress" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RevokeDBSecurityGroupIngressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSecurityGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRevokeDBSecurityGroupIngressResponse Source #

Create a value of RevokeDBSecurityGroupIngressResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroup:RevokeDBSecurityGroupIngressResponse', revokeDBSecurityGroupIngressResponse_dbSecurityGroup - Undocumented member.

$sel:httpStatus:RevokeDBSecurityGroupIngressResponse', revokeDBSecurityGroupIngressResponse_httpStatus - The response's http status code.

StartActivityStream

data StartActivityStream Source #

See: newStartActivityStream smart constructor.

Instances

Instances details
ToHeaders StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

ToPath StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

ToQuery StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

AWSRequest StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Associated Types

type AWSResponse StartActivityStream #

Generic StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Associated Types

type Rep StartActivityStream :: Type -> Type #

Read StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Show StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

NFData StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Methods

rnf :: StartActivityStream -> () #

Eq StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Hashable StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

type AWSResponse StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

type Rep StartActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

type Rep StartActivityStream = D1 ('MetaData "StartActivityStream" "Amazonka.RDS.StartActivityStream" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartActivityStream'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engineNativeAuditFieldsIncluded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityStreamMode) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartActivityStream Source #

Create a value of StartActivityStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartActivityStream, startActivityStream_applyImmediately - Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.

StartActivityStream, startActivityStream_engineNativeAuditFieldsIncluded - Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included.

$sel:resourceArn:StartActivityStream', startActivityStream_resourceArn - The Amazon Resource Name (ARN) of the DB cluster, for example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

StartActivityStream, startActivityStream_mode - Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

StartActivityStream, startActivityStream_kmsKeyId - The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

data StartActivityStreamResponse Source #

See: newStartActivityStreamResponse smart constructor.

Instances

Instances details
Generic StartActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Associated Types

type Rep StartActivityStreamResponse :: Type -> Type #

Read StartActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Show StartActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

NFData StartActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

Eq StartActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

type Rep StartActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StartActivityStream

type Rep StartActivityStreamResponse = D1 ('MetaData "StartActivityStreamResponse" "Amazonka.RDS.StartActivityStream" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartActivityStreamResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "engineNativeAuditFieldsIncluded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kinesisStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamMode))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newStartActivityStreamResponse Source #

Create a value of StartActivityStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartActivityStream, startActivityStreamResponse_applyImmediately - Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

StartActivityStream, startActivityStreamResponse_engineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.

$sel:kinesisStreamName:StartActivityStreamResponse', startActivityStreamResponse_kinesisStreamName - The name of the Amazon Kinesis data stream to be used for the database activity stream.

StartActivityStream, startActivityStreamResponse_kmsKeyId - The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

StartActivityStream, startActivityStreamResponse_mode - The mode of the database activity stream.

StartActivityStreamResponse, startActivityStreamResponse_status - The status of the database activity stream.

$sel:httpStatus:StartActivityStreamResponse', startActivityStreamResponse_httpStatus - The response's http status code.

StartDBCluster

data StartDBCluster Source #

See: newStartDBCluster smart constructor.

Constructors

StartDBCluster' Text 

Instances

Instances details
ToHeaders StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

ToPath StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

ToQuery StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

AWSRequest StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Associated Types

type AWSResponse StartDBCluster #

Generic StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Associated Types

type Rep StartDBCluster :: Type -> Type #

Read StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Show StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

NFData StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Methods

rnf :: StartDBCluster -> () #

Eq StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Hashable StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

type AWSResponse StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

type Rep StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

type Rep StartDBCluster = D1 ('MetaData "StartDBCluster" "Amazonka.RDS.StartDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartDBCluster Source #

Create a value of StartDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartDBCluster, startDBCluster_dbClusterIdentifier - The DB cluster identifier of the Amazon Aurora DB cluster to be started. This parameter is stored as a lowercase string.

data StartDBClusterResponse Source #

See: newStartDBClusterResponse smart constructor.

Instances

Instances details
Generic StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Associated Types

type Rep StartDBClusterResponse :: Type -> Type #

Read StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Show StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

NFData StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Methods

rnf :: StartDBClusterResponse -> () #

Eq StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

type Rep StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

type Rep StartDBClusterResponse = D1 ('MetaData "StartDBClusterResponse" "Amazonka.RDS.StartDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartDBClusterResponse Source #

Create a value of StartDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:StartDBClusterResponse', startDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:StartDBClusterResponse', startDBClusterResponse_httpStatus - The response's http status code.

StartDBInstance

data StartDBInstance Source #

See: newStartDBInstance smart constructor.

Constructors

StartDBInstance' Text 

Instances

Instances details
ToHeaders StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

ToPath StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

ToQuery StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

AWSRequest StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type AWSResponse StartDBInstance #

Generic StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type Rep StartDBInstance :: Type -> Type #

Read StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Show StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

NFData StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Methods

rnf :: StartDBInstance -> () #

Eq StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Hashable StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type AWSResponse StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstance = D1 ('MetaData "StartDBInstance" "Amazonka.RDS.StartDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartDBInstance Source #

Create a value of StartDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartDBInstance, startDBInstance_dbInstanceIdentifier - The user-supplied instance identifier.

data StartDBInstanceResponse Source #

See: newStartDBInstanceResponse smart constructor.

Instances

Instances details
Generic StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type Rep StartDBInstanceResponse :: Type -> Type #

Read StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Show StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

NFData StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Methods

rnf :: StartDBInstanceResponse -> () #

Eq StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstanceResponse = D1 ('MetaData "StartDBInstanceResponse" "Amazonka.RDS.StartDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartDBInstanceResponse Source #

Create a value of StartDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:StartDBInstanceResponse', startDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:StartDBInstanceResponse', startDBInstanceResponse_httpStatus - The response's http status code.

StartDBInstanceAutomatedBackupsReplication

data StartDBInstanceAutomatedBackupsReplication Source #

Instances

Instances details
ToHeaders StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

ToPath StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

ToQuery StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

AWSRequest StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Generic StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Read StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Show StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

NFData StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Eq StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Hashable StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

type AWSResponse StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

type Rep StartDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

type Rep StartDBInstanceAutomatedBackupsReplication = D1 ('MetaData "StartDBInstanceAutomatedBackupsReplication" "Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBInstanceAutomatedBackupsReplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceDBInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartDBInstanceAutomatedBackupsReplication Source #

Create a value of StartDBInstanceAutomatedBackupsReplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartDBInstanceAutomatedBackupsReplication, startDBInstanceAutomatedBackupsReplication_backupRetentionPeriod - The retention period for the replicated automated backups.

$sel:destinationRegion:StartDBInstanceAutomatedBackupsReplication', startDBInstanceAutomatedBackupsReplication_destinationRegion - Pseudo-parameter used when populating the PreSignedUrl of a cross-region StartDBInstanceAutomatedBackupsReplication request. To replicate from region SRC to region DST, send a request to region DST. In that request, pass a PreSignedUrl for region SRC with DestinationRegion set to region DST.

StartDBInstanceAutomatedBackupsReplication, startDBInstanceAutomatedBackupsReplication_kmsKeyId - The Amazon Web Services KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination Amazon Web Services Region, for example, arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.

$sel:preSignedUrl:StartDBInstanceAutomatedBackupsReplication', startDBInstanceAutomatedBackupsReplication_preSignedUrl - In an Amazon Web Services GovCloud (US) Region, an URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication operation to call in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication API operation that can run in the Amazon Web Services Region that contains the source DB instance.

This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions.

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.

$sel:sourceDBInstanceArn:StartDBInstanceAutomatedBackupsReplication', startDBInstanceAutomatedBackupsReplication_sourceDBInstanceArn - The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.

data StartDBInstanceAutomatedBackupsReplicationResponse Source #

Instances

Instances details
Generic StartDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Read StartDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Show StartDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

NFData StartDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

Eq StartDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

type Rep StartDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication

type Rep StartDBInstanceAutomatedBackupsReplicationResponse = D1 ('MetaData "StartDBInstanceAutomatedBackupsReplicationResponse" "Amazonka.RDS.StartDBInstanceAutomatedBackupsReplication" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBInstanceAutomatedBackupsReplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceAutomatedBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstanceAutomatedBackup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

StartExportTask

data StartExportTask Source #

See: newStartExportTask smart constructor.

Instances

Instances details
ToHeaders StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

ToPath StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

ToQuery StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

AWSRequest StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

Associated Types

type AWSResponse StartExportTask #

Generic StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

Associated Types

type Rep StartExportTask :: Type -> Type #

Read StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

Show StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

NFData StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

Methods

rnf :: StartExportTask -> () #

Eq StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

Hashable StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

type AWSResponse StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

type Rep StartExportTask Source # 
Instance details

Defined in Amazonka.RDS.StartExportTask

type Rep StartExportTask = D1 ('MetaData "StartExportTask" "Amazonka.RDS.StartExportTask" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartExportTask'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exportOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartExportTask Source #

Create a value of StartExportTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartExportTask, startExportTask_exportOnly - The data to be exported from the snapshot. If this parameter is not provided, all the snapshot data is exported. Valid values are the following:

  • database - Export all the data from a specified database.
  • database.table table-name - Export a table of the snapshot. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
  • database.schema schema-name - Export a database schema of the snapshot. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
  • database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.

StartExportTask, startExportTask_s3Prefix - The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.

StartExportTask, startExportTask_exportTaskIdentifier - A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is to be exported to.

StartExportTask, startExportTask_sourceArn - The Amazon Resource Name (ARN) of the snapshot to export to Amazon S3.

$sel:s3BucketName:StartExportTask', startExportTask_s3BucketName - The name of the Amazon S3 bucket to export the snapshot to.

StartExportTask, startExportTask_iamRoleArn - The name of the IAM role to use for writing to the Amazon S3 bucket when exporting a snapshot.

StartExportTask, startExportTask_kmsKeyId - The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to run the following operations. These can be set in the Amazon Web Services KMS key policy:

  • kms:Encrypt
  • kms:Decrypt
  • kms:GenerateDataKey
  • kms:GenerateDataKeyWithoutPlaintext
  • kms:ReEncryptFrom
  • kms:ReEncryptTo
  • kms:CreateGrant
  • kms:DescribeKey
  • kms:RetireGrant

data ExportTask Source #

Contains the details of a snapshot export to Amazon S3.

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

See: newExportTask smart constructor.

Instances

Instances details
FromXML ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Generic ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Associated Types

type Rep ExportTask :: Type -> Type #

Read ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Show ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

NFData ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Methods

rnf :: ExportTask -> () #

Eq ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Hashable ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

type Rep ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

type Rep ExportTask = D1 ('MetaData "ExportTask" "Amazonka.RDS.Types.ExportTask" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ExportTask'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "exportOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "exportTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "percentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "snapshotTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportSourceType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "taskEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "taskStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "totalExtractedDataInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "warningMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newExportTask :: ExportTask Source #

Create a value of ExportTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exportOnly:ExportTask', exportTask_exportOnly - The data exported from the snapshot. Valid values are the following:

  • database - Export all the data from a specified database.
  • database.table table-name - Export a table of the snapshot. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
  • database.schema schema-name - Export a database schema of the snapshot. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
  • database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.

$sel:exportTaskIdentifier:ExportTask', exportTask_exportTaskIdentifier - A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.

$sel:failureCause:ExportTask', exportTask_failureCause - The reason the export failed, if it failed.

$sel:iamRoleArn:ExportTask', exportTask_iamRoleArn - The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.

$sel:kmsKeyId:ExportTask', exportTask_kmsKeyId - The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this KMS key.

$sel:percentProgress:ExportTask', exportTask_percentProgress - The progress of the snapshot export task as a percentage.

$sel:s3Bucket:ExportTask', exportTask_s3Bucket - The Amazon S3 bucket that the snapshot is exported to.

$sel:s3Prefix:ExportTask', exportTask_s3Prefix - The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.

$sel:snapshotTime:ExportTask', exportTask_snapshotTime - The time that the snapshot was created.

$sel:sourceArn:ExportTask', exportTask_sourceArn - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.

$sel:sourceType:ExportTask', exportTask_sourceType - The type of source for the export.

$sel:status:ExportTask', exportTask_status - The progress status of the export task.

$sel:taskEndTime:ExportTask', exportTask_taskEndTime - The time that the snapshot export task completed.

$sel:taskStartTime:ExportTask', exportTask_taskStartTime - The time that the snapshot export task started.

$sel:totalExtractedDataInGB:ExportTask', exportTask_totalExtractedDataInGB - The total amount of data exported, in gigabytes.

$sel:warningMessage:ExportTask', exportTask_warningMessage - A warning about the snapshot export task.

StopActivityStream

data StopActivityStream Source #

See: newStopActivityStream smart constructor.

Instances

Instances details
ToHeaders StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

ToPath StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

ToQuery StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

AWSRequest StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Associated Types

type AWSResponse StopActivityStream #

Generic StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Associated Types

type Rep StopActivityStream :: Type -> Type #

Read StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Show StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

NFData StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Methods

rnf :: StopActivityStream -> () #

Eq StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Hashable StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

type AWSResponse StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

type Rep StopActivityStream Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

type Rep StopActivityStream = D1 ('MetaData "StopActivityStream" "Amazonka.RDS.StopActivityStream" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopActivityStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopActivityStream Source #

Create a value of StopActivityStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applyImmediately:StopActivityStream', stopActivityStream_applyImmediately - Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.

$sel:resourceArn:StopActivityStream', stopActivityStream_resourceArn - The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

data StopActivityStreamResponse Source #

See: newStopActivityStreamResponse smart constructor.

Instances

Instances details
Generic StopActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Associated Types

type Rep StopActivityStreamResponse :: Type -> Type #

Read StopActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Show StopActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

NFData StopActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

Eq StopActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

type Rep StopActivityStreamResponse Source # 
Instance details

Defined in Amazonka.RDS.StopActivityStream

type Rep StopActivityStreamResponse = D1 ('MetaData "StopActivityStreamResponse" "Amazonka.RDS.StopActivityStream" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopActivityStreamResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kinesisStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStopActivityStreamResponse Source #

Create a value of StopActivityStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kinesisStreamName:StopActivityStreamResponse', stopActivityStreamResponse_kinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.

StopActivityStreamResponse, stopActivityStreamResponse_kmsKeyId - The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

StopActivityStreamResponse, stopActivityStreamResponse_status - The status of the database activity stream.

$sel:httpStatus:StopActivityStreamResponse', stopActivityStreamResponse_httpStatus - The response's http status code.

StopDBCluster

data StopDBCluster Source #

See: newStopDBCluster smart constructor.

Constructors

StopDBCluster' Text 

Instances

Instances details
ToHeaders StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

ToPath StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

ToQuery StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

AWSRequest StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Associated Types

type AWSResponse StopDBCluster #

Generic StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Associated Types

type Rep StopDBCluster :: Type -> Type #

Read StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Show StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

NFData StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Methods

rnf :: StopDBCluster -> () #

Eq StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Hashable StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type AWSResponse StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBCluster = D1 ('MetaData "StopDBCluster" "Amazonka.RDS.StopDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopDBCluster Source #

Create a value of StopDBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopDBCluster, stopDBCluster_dbClusterIdentifier - The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

data StopDBClusterResponse Source #

See: newStopDBClusterResponse smart constructor.

Instances

Instances details
Generic StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Associated Types

type Rep StopDBClusterResponse :: Type -> Type #

Read StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Show StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

NFData StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Methods

rnf :: StopDBClusterResponse -> () #

Eq StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBClusterResponse = D1 ('MetaData "StopDBClusterResponse" "Amazonka.RDS.StopDBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopDBClusterResponse Source #

Create a value of StopDBClusterResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbCluster:StopDBClusterResponse', stopDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:StopDBClusterResponse', stopDBClusterResponse_httpStatus - The response's http status code.

StopDBInstance

data StopDBInstance Source #

See: newStopDBInstance smart constructor.

Constructors

StopDBInstance' (Maybe Text) Text 

Instances

Instances details
ToHeaders StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

ToPath StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

ToQuery StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

AWSRequest StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Associated Types

type AWSResponse StopDBInstance #

Generic StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Associated Types

type Rep StopDBInstance :: Type -> Type #

Read StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Show StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

NFData StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Methods

rnf :: StopDBInstance -> () #

Eq StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Hashable StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

type AWSResponse StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

type Rep StopDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

type Rep StopDBInstance = D1 ('MetaData "StopDBInstance" "Amazonka.RDS.StopDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopDBInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopDBInstance Source #

Create a value of StopDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopDBInstance, stopDBInstance_dbSnapshotIdentifier - The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.

StopDBInstance, stopDBInstance_dbInstanceIdentifier - The user-supplied instance identifier.

data StopDBInstanceResponse Source #

See: newStopDBInstanceResponse smart constructor.

Instances

Instances details
Generic StopDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Associated Types

type Rep StopDBInstanceResponse :: Type -> Type #

Read StopDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Show StopDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

NFData StopDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

Methods

rnf :: StopDBInstanceResponse -> () #

Eq StopDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

type Rep StopDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstance

type Rep StopDBInstanceResponse = D1 ('MetaData "StopDBInstanceResponse" "Amazonka.RDS.StopDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopDBInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopDBInstanceResponse Source #

Create a value of StopDBInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:StopDBInstanceResponse', stopDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:StopDBInstanceResponse', stopDBInstanceResponse_httpStatus - The response's http status code.

StopDBInstanceAutomatedBackupsReplication

data StopDBInstanceAutomatedBackupsReplication Source #

Instances

Instances details
ToHeaders StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

ToPath StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

ToQuery StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

AWSRequest StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Generic StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Read StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Show StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

NFData StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Eq StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Hashable StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

type AWSResponse StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

type Rep StopDBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

type Rep StopDBInstanceAutomatedBackupsReplication = D1 ('MetaData "StopDBInstanceAutomatedBackupsReplication" "Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopDBInstanceAutomatedBackupsReplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceDBInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopDBInstanceAutomatedBackupsReplication Source #

Create a value of StopDBInstanceAutomatedBackupsReplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceDBInstanceArn:StopDBInstanceAutomatedBackupsReplication', stopDBInstanceAutomatedBackupsReplication_sourceDBInstanceArn - The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.

data StopDBInstanceAutomatedBackupsReplicationResponse Source #

Instances

Instances details
Generic StopDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Read StopDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Show StopDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

NFData StopDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

Eq StopDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

type Rep StopDBInstanceAutomatedBackupsReplicationResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication

type Rep StopDBInstanceAutomatedBackupsReplicationResponse = D1 ('MetaData "StopDBInstanceAutomatedBackupsReplicationResponse" "Amazonka.RDS.StopDBInstanceAutomatedBackupsReplication" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StopDBInstanceAutomatedBackupsReplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceAutomatedBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstanceAutomatedBackup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

SwitchoverBlueGreenDeployment

data SwitchoverBlueGreenDeployment Source #

See: newSwitchoverBlueGreenDeployment smart constructor.

Instances

Instances details
ToHeaders SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

ToPath SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

ToQuery SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

AWSRequest SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Generic SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Associated Types

type Rep SwitchoverBlueGreenDeployment :: Type -> Type #

Read SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Show SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

NFData SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Eq SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Hashable SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

type AWSResponse SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

type Rep SwitchoverBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

type Rep SwitchoverBlueGreenDeployment = D1 ('MetaData "SwitchoverBlueGreenDeployment" "Amazonka.RDS.SwitchoverBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "SwitchoverBlueGreenDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "switchoverTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "blueGreenDeploymentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSwitchoverBlueGreenDeployment Source #

Create a value of SwitchoverBlueGreenDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:switchoverTimeout:SwitchoverBlueGreenDeployment', switchoverBlueGreenDeployment_switchoverTimeout - The amount of time, in seconds, for the switchover to complete. The default is 300.

If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.

SwitchoverBlueGreenDeployment, switchoverBlueGreenDeployment_blueGreenDeploymentIdentifier - The blue/green deployment identifier.

Constraints:

  • Must match an existing blue/green deployment identifier.

data SwitchoverBlueGreenDeploymentResponse Source #

Instances

Instances details
Generic SwitchoverBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Read SwitchoverBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Show SwitchoverBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

NFData SwitchoverBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

Eq SwitchoverBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

type Rep SwitchoverBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverBlueGreenDeployment

type Rep SwitchoverBlueGreenDeploymentResponse = D1 ('MetaData "SwitchoverBlueGreenDeploymentResponse" "Amazonka.RDS.SwitchoverBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "SwitchoverBlueGreenDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueGreenDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeployment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSwitchoverBlueGreenDeploymentResponse Source #

Create a value of SwitchoverBlueGreenDeploymentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blueGreenDeployment:SwitchoverBlueGreenDeploymentResponse', switchoverBlueGreenDeploymentResponse_blueGreenDeployment - Undocumented member.

$sel:httpStatus:SwitchoverBlueGreenDeploymentResponse', switchoverBlueGreenDeploymentResponse_httpStatus - The response's http status code.

SwitchoverReadReplica

data SwitchoverReadReplica Source #

See: newSwitchoverReadReplica smart constructor.

Instances

Instances details
ToHeaders SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

ToPath SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

ToQuery SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

AWSRequest SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Associated Types

type AWSResponse SwitchoverReadReplica #

Generic SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Associated Types

type Rep SwitchoverReadReplica :: Type -> Type #

Read SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Show SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

NFData SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Methods

rnf :: SwitchoverReadReplica -> () #

Eq SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Hashable SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

type AWSResponse SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

type Rep SwitchoverReadReplica Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

type Rep SwitchoverReadReplica = D1 ('MetaData "SwitchoverReadReplica" "Amazonka.RDS.SwitchoverReadReplica" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "SwitchoverReadReplica'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSwitchoverReadReplica Source #

Create a value of SwitchoverReadReplica with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

SwitchoverReadReplica, switchoverReadReplica_dbInstanceIdentifier - The DB instance identifier of the current standby database. This value is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing Oracle read replica DB instance.

data SwitchoverReadReplicaResponse Source #

See: newSwitchoverReadReplicaResponse smart constructor.

Instances

Instances details
Generic SwitchoverReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Associated Types

type Rep SwitchoverReadReplicaResponse :: Type -> Type #

Read SwitchoverReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Show SwitchoverReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

NFData SwitchoverReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

Eq SwitchoverReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

type Rep SwitchoverReadReplicaResponse Source # 
Instance details

Defined in Amazonka.RDS.SwitchoverReadReplica

type Rep SwitchoverReadReplicaResponse = D1 ('MetaData "SwitchoverReadReplicaResponse" "Amazonka.RDS.SwitchoverReadReplica" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "SwitchoverReadReplicaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSwitchoverReadReplicaResponse Source #

Create a value of SwitchoverReadReplicaResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstance:SwitchoverReadReplicaResponse', switchoverReadReplicaResponse_dbInstance - Undocumented member.

$sel:httpStatus:SwitchoverReadReplicaResponse', switchoverReadReplicaResponse_httpStatus - The response's http status code.

Types

ActivityStreamMode

newtype ActivityStreamMode Source #

Instances

Instances details
FromJSON ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

FromJSONKey ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToJSON ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToJSONKey ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToByteString ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToHeader ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToLog ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToQuery ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

FromText ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToText ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

FromXML ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

ToXML ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

Generic ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

Associated Types

type Rep ActivityStreamMode :: Type -> Type #

Read ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

Show ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

NFData ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

Methods

rnf :: ActivityStreamMode -> () #

Eq ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

Ord ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

Hashable ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

type Rep ActivityStreamMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamMode

type Rep ActivityStreamMode = D1 ('MetaData "ActivityStreamMode" "Amazonka.RDS.Types.ActivityStreamMode" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ActivityStreamMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActivityStreamMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActivityStreamPolicyStatus

newtype ActivityStreamPolicyStatus Source #

Instances

Instances details
FromJSON ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

FromJSONKey ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToJSON ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToJSONKey ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToByteString ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToHeader ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToLog ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToQuery ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

FromText ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToText ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

FromXML ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

ToXML ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

Generic ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

Associated Types

type Rep ActivityStreamPolicyStatus :: Type -> Type #

Read ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

Show ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

NFData ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

Eq ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

Ord ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

Hashable ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

type Rep ActivityStreamPolicyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamPolicyStatus

type Rep ActivityStreamPolicyStatus = D1 ('MetaData "ActivityStreamPolicyStatus" "Amazonka.RDS.Types.ActivityStreamPolicyStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ActivityStreamPolicyStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActivityStreamPolicyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActivityStreamStatus

newtype ActivityStreamStatus Source #

Instances

Instances details
FromJSON ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

FromJSONKey ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToJSON ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToJSONKey ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToByteString ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToHeader ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToLog ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToQuery ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

FromText ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToText ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

FromXML ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

ToXML ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

Generic ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

Associated Types

type Rep ActivityStreamStatus :: Type -> Type #

Read ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

Show ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

NFData ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

Methods

rnf :: ActivityStreamStatus -> () #

Eq ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

Ord ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

Hashable ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

type Rep ActivityStreamStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.ActivityStreamStatus

type Rep ActivityStreamStatus = D1 ('MetaData "ActivityStreamStatus" "Amazonka.RDS.Types.ActivityStreamStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ActivityStreamStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActivityStreamStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplyMethod

newtype ApplyMethod Source #

Constructors

ApplyMethod' 

Instances

Instances details
FromJSON ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

FromJSONKey ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToJSON ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToJSONKey ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToByteString ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToHeader ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToLog ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToQuery ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

FromText ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToText ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Methods

toText :: ApplyMethod -> Text #

FromXML ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

ToXML ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Methods

toXML :: ApplyMethod -> XML #

Generic ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Associated Types

type Rep ApplyMethod :: Type -> Type #

Read ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Show ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

NFData ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Methods

rnf :: ApplyMethod -> () #

Eq ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Ord ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

Hashable ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

type Rep ApplyMethod Source # 
Instance details

Defined in Amazonka.RDS.Types.ApplyMethod

type Rep ApplyMethod = D1 ('MetaData "ApplyMethod" "Amazonka.RDS.Types.ApplyMethod" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ApplyMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplyMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuditPolicyState

newtype AuditPolicyState Source #

Instances

Instances details
FromJSON AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

FromJSONKey AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToJSON AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToJSONKey AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToByteString AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToHeader AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToLog AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToQuery AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

FromText AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToText AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

FromXML AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

ToXML AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

Generic AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

Associated Types

type Rep AuditPolicyState :: Type -> Type #

Read AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

Show AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

NFData AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

Methods

rnf :: AuditPolicyState -> () #

Eq AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

Ord AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

Hashable AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

type Rep AuditPolicyState Source # 
Instance details

Defined in Amazonka.RDS.Types.AuditPolicyState

type Rep AuditPolicyState = D1 ('MetaData "AuditPolicyState" "Amazonka.RDS.Types.AuditPolicyState" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "AuditPolicyState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuditPolicyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthScheme

newtype AuthScheme Source #

Constructors

AuthScheme' 

Fields

Bundled Patterns

pattern AuthScheme_SECRETS :: AuthScheme 

Instances

Instances details
FromJSON AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

FromJSONKey AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToJSON AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToJSONKey AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToByteString AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToHeader AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToLog AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToQuery AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

FromText AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToText AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Methods

toText :: AuthScheme -> Text #

FromXML AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

ToXML AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Methods

toXML :: AuthScheme -> XML #

Generic AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Associated Types

type Rep AuthScheme :: Type -> Type #

Read AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Show AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

NFData AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Methods

rnf :: AuthScheme -> () #

Eq AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Ord AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

Hashable AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

type Rep AuthScheme Source # 
Instance details

Defined in Amazonka.RDS.Types.AuthScheme

type Rep AuthScheme = D1 ('MetaData "AuthScheme" "Amazonka.RDS.Types.AuthScheme" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "AuthScheme'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthScheme") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutomationMode

newtype AutomationMode Source #

Constructors

AutomationMode' 

Instances

Instances details
FromJSON AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

FromJSONKey AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToJSON AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToJSONKey AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToByteString AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToHeader AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToLog AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToQuery AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

FromText AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToText AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

FromXML AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

ToXML AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

Methods

toXML :: AutomationMode -> XML #

Generic AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

Associated Types

type Rep AutomationMode :: Type -> Type #

Read AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

Show AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

NFData AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

Methods

rnf :: AutomationMode -> () #

Eq AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

Ord AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

Hashable AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

type Rep AutomationMode Source # 
Instance details

Defined in Amazonka.RDS.Types.AutomationMode

type Rep AutomationMode = D1 ('MetaData "AutomationMode" "Amazonka.RDS.Types.AutomationMode" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "AutomationMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutomationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ClientPasswordAuthType

newtype ClientPasswordAuthType Source #

Instances

Instances details
FromJSON ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

FromJSONKey ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToJSON ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToJSONKey ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToByteString ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToHeader ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToLog ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToQuery ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

FromText ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToText ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

FromXML ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

ToXML ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

Generic ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

Associated Types

type Rep ClientPasswordAuthType :: Type -> Type #

Read ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

Show ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

NFData ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

Methods

rnf :: ClientPasswordAuthType -> () #

Eq ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

Ord ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

Hashable ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

type Rep ClientPasswordAuthType Source # 
Instance details

Defined in Amazonka.RDS.Types.ClientPasswordAuthType

type Rep ClientPasswordAuthType = D1 ('MetaData "ClientPasswordAuthType" "Amazonka.RDS.Types.ClientPasswordAuthType" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ClientPasswordAuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromClientPasswordAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CustomEngineVersionStatus

newtype CustomEngineVersionStatus Source #

Instances

Instances details
FromJSON CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

FromJSONKey CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToJSON CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToJSONKey CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToByteString CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToHeader CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToLog CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToQuery CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

FromText CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToText CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

FromXML CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

ToXML CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

Generic CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

Associated Types

type Rep CustomEngineVersionStatus :: Type -> Type #

Read CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

Show CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

NFData CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

Eq CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

Ord CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

Hashable CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

type Rep CustomEngineVersionStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomEngineVersionStatus

type Rep CustomEngineVersionStatus = D1 ('MetaData "CustomEngineVersionStatus" "Amazonka.RDS.Types.CustomEngineVersionStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "CustomEngineVersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomEngineVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DBProxyEndpointStatus

newtype DBProxyEndpointStatus Source #

Instances

Instances details
FromJSON DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

FromJSONKey DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToJSON DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToJSONKey DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToByteString DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToHeader DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToLog DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToQuery DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

FromText DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToText DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

FromXML DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

ToXML DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

Generic DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

Associated Types

type Rep DBProxyEndpointStatus :: Type -> Type #

Read DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

Show DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

NFData DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

Methods

rnf :: DBProxyEndpointStatus -> () #

Eq DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

Ord DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

Hashable DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

type Rep DBProxyEndpointStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointStatus

type Rep DBProxyEndpointStatus = D1 ('MetaData "DBProxyEndpointStatus" "Amazonka.RDS.Types.DBProxyEndpointStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "DBProxyEndpointStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDBProxyEndpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DBProxyEndpointTargetRole

newtype DBProxyEndpointTargetRole Source #

Instances

Instances details
FromJSON DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

FromJSONKey DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToJSON DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToJSONKey DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToByteString DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToHeader DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToLog DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToQuery DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

FromText DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToText DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

FromXML DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

ToXML DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

Generic DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

Associated Types

type Rep DBProxyEndpointTargetRole :: Type -> Type #

Read DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

Show DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

NFData DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

Eq DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

Ord DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

Hashable DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

type Rep DBProxyEndpointTargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpointTargetRole

type Rep DBProxyEndpointTargetRole = D1 ('MetaData "DBProxyEndpointTargetRole" "Amazonka.RDS.Types.DBProxyEndpointTargetRole" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "DBProxyEndpointTargetRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDBProxyEndpointTargetRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DBProxyStatus

newtype DBProxyStatus Source #

Constructors

DBProxyStatus' 

Instances

Instances details
FromJSON DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

FromJSONKey DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToJSON DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToJSONKey DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToByteString DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToHeader DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToLog DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToQuery DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

FromText DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToText DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Methods

toText :: DBProxyStatus -> Text #

FromXML DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

ToXML DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Methods

toXML :: DBProxyStatus -> XML #

Generic DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Associated Types

type Rep DBProxyStatus :: Type -> Type #

Read DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Show DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

NFData DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Methods

rnf :: DBProxyStatus -> () #

Eq DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Ord DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

Hashable DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

type Rep DBProxyStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyStatus

type Rep DBProxyStatus = D1 ('MetaData "DBProxyStatus" "Amazonka.RDS.Types.DBProxyStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "DBProxyStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDBProxyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EngineFamily

newtype EngineFamily Source #

Constructors

EngineFamily' 

Instances

Instances details
FromJSON EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

FromJSONKey EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToJSON EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToJSONKey EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToByteString EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToHeader EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToLog EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToQuery EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

FromText EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToText EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Methods

toText :: EngineFamily -> Text #

FromXML EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

ToXML EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Methods

toXML :: EngineFamily -> XML #

Generic EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Associated Types

type Rep EngineFamily :: Type -> Type #

Read EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Show EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

NFData EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Methods

rnf :: EngineFamily -> () #

Eq EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Ord EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

Hashable EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

type Rep EngineFamily Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineFamily

type Rep EngineFamily = D1 ('MetaData "EngineFamily" "Amazonka.RDS.Types.EngineFamily" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "EngineFamily'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEngineFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportSourceType

newtype ExportSourceType Source #

Instances

Instances details
FromJSON ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

FromJSONKey ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToJSON ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToJSONKey ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToByteString ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToHeader ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToLog ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToQuery ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

FromText ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToText ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

FromXML ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

ToXML ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

Generic ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

Associated Types

type Rep ExportSourceType :: Type -> Type #

Read ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

Show ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

NFData ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

Methods

rnf :: ExportSourceType -> () #

Eq ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

Ord ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

Hashable ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

type Rep ExportSourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportSourceType

type Rep ExportSourceType = D1 ('MetaData "ExportSourceType" "Amazonka.RDS.Types.ExportSourceType" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ExportSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailoverStatus

newtype FailoverStatus Source #

Constructors

FailoverStatus' 

Instances

Instances details
FromJSON FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

FromJSONKey FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToJSON FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToJSONKey FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToByteString FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToHeader FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToLog FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToQuery FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

FromText FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToText FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

FromXML FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

ToXML FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

Methods

toXML :: FailoverStatus -> XML #

Generic FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

Associated Types

type Rep FailoverStatus :: Type -> Type #

Read FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

Show FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

NFData FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

Methods

rnf :: FailoverStatus -> () #

Eq FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

Ord FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

Hashable FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

type Rep FailoverStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverStatus

type Rep FailoverStatus = D1 ('MetaData "FailoverStatus" "Amazonka.RDS.Types.FailoverStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "FailoverStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailoverStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IAMAuthMode

newtype IAMAuthMode Source #

Constructors

IAMAuthMode' 

Instances

Instances details
FromJSON IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

FromJSONKey IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToJSON IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToJSONKey IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToByteString IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToHeader IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToLog IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToQuery IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

FromText IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToText IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Methods

toText :: IAMAuthMode -> Text #

FromXML IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

ToXML IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Methods

toXML :: IAMAuthMode -> XML #

Generic IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Associated Types

type Rep IAMAuthMode :: Type -> Type #

Read IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Show IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

NFData IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Methods

rnf :: IAMAuthMode -> () #

Eq IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Ord IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

Hashable IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

type Rep IAMAuthMode Source # 
Instance details

Defined in Amazonka.RDS.Types.IAMAuthMode

type Rep IAMAuthMode = D1 ('MetaData "IAMAuthMode" "Amazonka.RDS.Types.IAMAuthMode" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "IAMAuthMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIAMAuthMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReplicaMode

newtype ReplicaMode Source #

Constructors

ReplicaMode' 

Instances

Instances details
FromJSON ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

FromJSONKey ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToJSON ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToJSONKey ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToByteString ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToHeader ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToLog ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToQuery ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

FromText ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToText ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Methods

toText :: ReplicaMode -> Text #

FromXML ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

ToXML ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Methods

toXML :: ReplicaMode -> XML #

Generic ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Associated Types

type Rep ReplicaMode :: Type -> Type #

Read ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Show ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

NFData ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Methods

rnf :: ReplicaMode -> () #

Eq ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Ord ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

Hashable ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

type Rep ReplicaMode Source # 
Instance details

Defined in Amazonka.RDS.Types.ReplicaMode

type Rep ReplicaMode = D1 ('MetaData "ReplicaMode" "Amazonka.RDS.Types.ReplicaMode" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "ReplicaMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplicaMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.RDS.Types.SourceType" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetHealthReason

newtype TargetHealthReason Source #

Instances

Instances details
FromJSON TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

FromJSONKey TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToJSON TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToJSONKey TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToByteString TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToHeader TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToLog TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToQuery TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

FromText TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToText TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

FromXML TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

ToXML TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

Generic TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

Associated Types

type Rep TargetHealthReason :: Type -> Type #

Read TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

Show TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

NFData TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

Methods

rnf :: TargetHealthReason -> () #

Eq TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

Ord TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

Hashable TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

type Rep TargetHealthReason Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealthReason

type Rep TargetHealthReason = D1 ('MetaData "TargetHealthReason" "Amazonka.RDS.Types.TargetHealthReason" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "TargetHealthReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetHealthReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetRole

newtype TargetRole Source #

Constructors

TargetRole' 

Fields

Instances

Instances details
FromJSON TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

FromJSONKey TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToJSON TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToJSONKey TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToByteString TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToHeader TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToLog TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToQuery TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

FromText TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToText TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Methods

toText :: TargetRole -> Text #

FromXML TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

ToXML TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Methods

toXML :: TargetRole -> XML #

Generic TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Associated Types

type Rep TargetRole :: Type -> Type #

Read TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Show TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

NFData TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Methods

rnf :: TargetRole -> () #

Eq TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Ord TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

Hashable TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

type Rep TargetRole Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetRole

type Rep TargetRole = D1 ('MetaData "TargetRole" "Amazonka.RDS.Types.TargetRole" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "TargetRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetState

newtype TargetState Source #

Constructors

TargetState' 

Instances

Instances details
FromJSON TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

FromJSONKey TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToJSON TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToJSONKey TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToByteString TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToHeader TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToLog TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToQuery TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

FromText TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToText TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Methods

toText :: TargetState -> Text #

FromXML TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

ToXML TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Methods

toXML :: TargetState -> XML #

Generic TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Associated Types

type Rep TargetState :: Type -> Type #

Read TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Show TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

NFData TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Methods

rnf :: TargetState -> () #

Eq TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Ord TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

Hashable TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

type Rep TargetState Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetState

type Rep TargetState = D1 ('MetaData "TargetState" "Amazonka.RDS.Types.TargetState" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "TargetState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetType

newtype TargetType Source #

Constructors

TargetType' 

Fields

Instances

Instances details
FromJSON TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

FromJSONKey TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToJSON TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToJSONKey TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToByteString TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToHeader TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToLog TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToQuery TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

FromText TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToText TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Methods

toText :: TargetType -> Text #

FromXML TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

ToXML TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Methods

toXML :: TargetType -> XML #

Generic TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Associated Types

type Rep TargetType :: Type -> Type #

Read TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Show TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

NFData TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Methods

rnf :: TargetType -> () #

Eq TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Ord TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

Hashable TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

type Rep TargetType Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetType

type Rep TargetType = D1 ('MetaData "TargetType" "Amazonka.RDS.Types.TargetType" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "TargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WriteForwardingStatus

newtype WriteForwardingStatus Source #

Instances

Instances details
FromJSON WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

FromJSONKey WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToJSON WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToJSONKey WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToByteString WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToHeader WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToLog WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToQuery WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

FromText WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToText WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

FromXML WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

ToXML WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

Generic WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

Associated Types

type Rep WriteForwardingStatus :: Type -> Type #

Read WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

Show WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

NFData WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

Methods

rnf :: WriteForwardingStatus -> () #

Eq WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

Ord WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

Hashable WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

type Rep WriteForwardingStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.WriteForwardingStatus

type Rep WriteForwardingStatus = D1 ('MetaData "WriteForwardingStatus" "Amazonka.RDS.Types.WriteForwardingStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'True) (C1 ('MetaCons "WriteForwardingStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWriteForwardingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountQuota

data AccountQuota Source #

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.

See: newAccountQuota smart constructor.

Instances

Instances details
FromXML AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

Generic AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

Associated Types

type Rep AccountQuota :: Type -> Type #

Read AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

Show AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

NFData AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

Methods

rnf :: AccountQuota -> () #

Eq AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

Hashable AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

type Rep AccountQuota Source # 
Instance details

Defined in Amazonka.RDS.Types.AccountQuota

type Rep AccountQuota = D1 ('MetaData "AccountQuota" "Amazonka.RDS.Types.AccountQuota" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AccountQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountQuotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "used") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newAccountQuota :: AccountQuota Source #

Create a value of AccountQuota with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accountQuotaName:AccountQuota', accountQuota_accountQuotaName - The name of the Amazon RDS quota for this Amazon Web Services account.

$sel:max:AccountQuota', accountQuota_max - The maximum allowed value for the quota.

$sel:used:AccountQuota', accountQuota_used - The amount currently used toward the quota maximum.

AvailabilityZone

data AvailabilityZone Source #

Contains Availability Zone information.

This data type is used as an element in the OrderableDBInstanceOption data type.

See: newAvailabilityZone smart constructor.

Constructors

AvailabilityZone' (Maybe Text) 

Instances

Instances details
FromXML AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

Generic AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

Associated Types

type Rep AvailabilityZone :: Type -> Type #

Read AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

Show AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

NFData AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

Methods

rnf :: AvailabilityZone -> () #

Eq AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

Hashable AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

type Rep AvailabilityZone Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailabilityZone

type Rep AvailabilityZone = D1 ('MetaData "AvailabilityZone" "Amazonka.RDS.Types.AvailabilityZone" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AvailabilityZone'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAvailabilityZone :: AvailabilityZone Source #

Create a value of AvailabilityZone with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AvailabilityZone', availabilityZone_name - The name of the Availability Zone.

AvailableProcessorFeature

data AvailableProcessorFeature Source #

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.

See: newAvailableProcessorFeature smart constructor.

Instances

Instances details
FromXML AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Generic AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Associated Types

type Rep AvailableProcessorFeature :: Type -> Type #

Read AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Show AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

NFData AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Eq AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

Hashable AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

type Rep AvailableProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.AvailableProcessorFeature

type Rep AvailableProcessorFeature = D1 ('MetaData "AvailableProcessorFeature" "Amazonka.RDS.Types.AvailableProcessorFeature" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "AvailableProcessorFeature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAvailableProcessorFeature :: AvailableProcessorFeature Source #

Create a value of AvailableProcessorFeature with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValues:AvailableProcessorFeature', availableProcessorFeature_allowedValues - The allowed values for the processor feature of the DB instance class.

$sel:defaultValue:AvailableProcessorFeature', availableProcessorFeature_defaultValue - The default value for the processor feature of the DB instance class.

$sel:name:AvailableProcessorFeature', availableProcessorFeature_name - The name of the processor feature. Valid names are coreCount and threadsPerCore.

BlueGreenDeployment

data BlueGreenDeployment Source #

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.

See: newBlueGreenDeployment smart constructor.

Instances

Instances details
FromXML BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

Generic BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

Associated Types

type Rep BlueGreenDeployment :: Type -> Type #

Read BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

Show BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

NFData BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

Methods

rnf :: BlueGreenDeployment -> () #

Eq BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

Hashable BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

type Rep BlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeployment

type Rep BlueGreenDeployment = D1 ('MetaData "BlueGreenDeployment" "Amazonka.RDS.Types.BlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "BlueGreenDeployment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "blueGreenDeploymentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "blueGreenDeploymentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "deleteTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "switchoverDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SwitchoverDetail])))) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BlueGreenDeploymentTask])))))))

newBlueGreenDeployment :: BlueGreenDeployment Source #

Create a value of BlueGreenDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blueGreenDeploymentIdentifier:BlueGreenDeployment', blueGreenDeployment_blueGreenDeploymentIdentifier - The system-generated identifier of the blue/green deployment.

$sel:blueGreenDeploymentName:BlueGreenDeployment', blueGreenDeployment_blueGreenDeploymentName - The user-supplied name of the blue/green deployment.

$sel:createTime:BlueGreenDeployment', blueGreenDeployment_createTime - Specifies the time when the blue/green deployment was created, in Universal Coordinated Time (UTC).

$sel:deleteTime:BlueGreenDeployment', blueGreenDeployment_deleteTime - Specifies the time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC).

$sel:source:BlueGreenDeployment', blueGreenDeployment_source - The source database for the blue/green deployment.

Before switchover, the source database is the production database in the blue environment.

BlueGreenDeployment, blueGreenDeployment_status - The status of the blue/green deployment.

Values:

  • PROVISIONING - Resources are being created in the green environment.
  • AVAILABLE - Resources are available in the green environment.
  • SWITCHOVER_IN_PROGRESS - The deployment is being switched from the blue environment to the green environment.
  • SWITCHOVER_COMPLETED - Switchover from the blue environment to the green environment is complete.
  • INVALID_CONFIGURATION - Resources in the green environment are invalid, so switchover isn't possible.
  • SWITCHOVER_FAILED - Switchover was attempted but failed.
  • DELETING - The blue/green deployment is being deleted.

$sel:statusDetails:BlueGreenDeployment', blueGreenDeployment_statusDetails - Additional information about the status of the blue/green deployment.

$sel:switchoverDetails:BlueGreenDeployment', blueGreenDeployment_switchoverDetails - The details about each source and target resource in the blue/green deployment.

$sel:tagList:BlueGreenDeployment', blueGreenDeployment_tagList - Undocumented member.

$sel:target:BlueGreenDeployment', blueGreenDeployment_target - The target database for the blue/green deployment.

Before switchover, the target database is the clone database in the green environment.

$sel:tasks:BlueGreenDeployment', blueGreenDeployment_tasks - Either tasks to be performed or tasks that have been completed on the target database before switchover.

BlueGreenDeploymentTask

data BlueGreenDeploymentTask Source #

Contains the 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.

See: newBlueGreenDeploymentTask smart constructor.

Instances

Instances details
FromXML BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

Generic BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

Associated Types

type Rep BlueGreenDeploymentTask :: Type -> Type #

Read BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

Show BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

NFData BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

Methods

rnf :: BlueGreenDeploymentTask -> () #

Eq BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

Hashable BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

type Rep BlueGreenDeploymentTask Source # 
Instance details

Defined in Amazonka.RDS.Types.BlueGreenDeploymentTask

type Rep BlueGreenDeploymentTask = D1 ('MetaData "BlueGreenDeploymentTask" "Amazonka.RDS.Types.BlueGreenDeploymentTask" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "BlueGreenDeploymentTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBlueGreenDeploymentTask :: BlueGreenDeploymentTask Source #

Create a value of BlueGreenDeploymentTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:BlueGreenDeploymentTask', blueGreenDeploymentTask_name - The name of the blue/green deployment task.

$sel:status:BlueGreenDeploymentTask', blueGreenDeploymentTask_status - The status of the blue/green deployment task.

Values:

  • PENDING - The resources are being prepared for deployment.
  • IN_PROGRESS - The resource is being deployed.
  • COMPLETED - The resource has been deployed.
  • FAILED - Deployment of the resource failed.

Certificate

data Certificate Source #

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.

See: newCertificate smart constructor.

Instances

Instances details
FromXML Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

Read Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

NFData Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Methods

rnf :: Certificate -> () #

Eq Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

Hashable Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.RDS.Types.Certificate

type Rep Certificate = D1 ('MetaData "Certificate" "Amazonka.RDS.Types.Certificate" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Certificate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "certificateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "customerOverrideValidTill") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "thumbprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "validFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "validTill") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newCertificate :: Certificate Source #

Create a value of Certificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateArn:Certificate', certificate_certificateArn - The Amazon Resource Name (ARN) for the certificate.

$sel:certificateIdentifier:Certificate', certificate_certificateIdentifier - The unique key that identifies a certificate.

$sel:certificateType:Certificate', certificate_certificateType - The type of the certificate.

$sel:customerOverride:Certificate', certificate_customerOverride - Whether there is an override for the default certificate identifier.

$sel:customerOverrideValidTill:Certificate', certificate_customerOverrideValidTill - If there is an override for the default certificate identifier, when the override expires.

$sel:thumbprint:Certificate', certificate_thumbprint - The thumbprint of the certificate.

$sel:validFrom:Certificate', certificate_validFrom - The starting date from which the certificate is valid.

$sel:validTill:Certificate', certificate_validTill - The final date that the certificate continues to be valid.

CertificateDetails

data CertificateDetails Source #

Returns 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.

See: newCertificateDetails smart constructor.

Instances

Instances details
FromXML CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

Generic CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

Associated Types

type Rep CertificateDetails :: Type -> Type #

Read CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

Show CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

NFData CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

Methods

rnf :: CertificateDetails -> () #

Eq CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

Hashable CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

type Rep CertificateDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.CertificateDetails

type Rep CertificateDetails = D1 ('MetaData "CertificateDetails" "Amazonka.RDS.Types.CertificateDetails" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CertificateDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cAIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validTill") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

newCertificateDetails :: CertificateDetails Source #

Create a value of CertificateDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cAIdentifier:CertificateDetails', certificateDetails_cAIdentifier - The CA identifier of the CA certificate used for the DB instance's server certificate.

$sel:validTill:CertificateDetails', certificateDetails_validTill - The expiration date of the DB instance’s server certificate.

CharacterSet

data CharacterSet Source #

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

See: newCharacterSet smart constructor.

Constructors

CharacterSet' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromXML CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

Generic CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

Associated Types

type Rep CharacterSet :: Type -> Type #

Read CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

Show CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

NFData CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

Methods

rnf :: CharacterSet -> () #

Eq CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

Hashable CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

type Rep CharacterSet Source # 
Instance details

Defined in Amazonka.RDS.Types.CharacterSet

type Rep CharacterSet = D1 ('MetaData "CharacterSet" "Amazonka.RDS.Types.CharacterSet" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CharacterSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "characterSetDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "characterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCharacterSet :: CharacterSet Source #

Create a value of CharacterSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:characterSetDescription:CharacterSet', characterSet_characterSetDescription - The description of the character set.

$sel:characterSetName:CharacterSet', characterSet_characterSetName - The name of the character set.

CloudwatchLogsExportConfiguration

data CloudwatchLogsExportConfiguration Source #

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.

See: newCloudwatchLogsExportConfiguration smart constructor.

Instances

Instances details
ToQuery CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

Generic CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

Associated Types

type Rep CloudwatchLogsExportConfiguration :: Type -> Type #

Read CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

Show CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

NFData CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

Eq CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

Hashable CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

type Rep CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.CloudwatchLogsExportConfiguration

type Rep CloudwatchLogsExportConfiguration = D1 ('MetaData "CloudwatchLogsExportConfiguration" "Amazonka.RDS.Types.CloudwatchLogsExportConfiguration" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CloudwatchLogsExportConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableLogTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enableLogTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newCloudwatchLogsExportConfiguration :: CloudwatchLogsExportConfiguration Source #

Create a value of CloudwatchLogsExportConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:disableLogTypes:CloudwatchLogsExportConfiguration', cloudwatchLogsExportConfiguration_disableLogTypes - The list of log types to disable.

$sel:enableLogTypes:CloudwatchLogsExportConfiguration', cloudwatchLogsExportConfiguration_enableLogTypes - The list of log types to enable.

ClusterPendingModifiedValues

data ClusterPendingModifiedValues Source #

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.

See: newClusterPendingModifiedValues smart constructor.

Instances

Instances details
FromXML ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

Generic ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

Associated Types

type Rep ClusterPendingModifiedValues :: Type -> Type #

Read ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

Show ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

NFData ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

Eq ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

Hashable ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

type Rep ClusterPendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.ClusterPendingModifiedValues

type Rep ClusterPendingModifiedValues = D1 ('MetaData "ClusterPendingModifiedValues" "Amazonka.RDS.Types.ClusterPendingModifiedValues" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ClusterPendingModifiedValues'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pendingCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PendingCloudwatchLogsExports))))))

newClusterPendingModifiedValues :: ClusterPendingModifiedValues Source #

Create a value of ClusterPendingModifiedValues with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allocatedStorage:ClusterPendingModifiedValues', clusterPendingModifiedValues_allocatedStorage - The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

$sel:backupRetentionPeriod:ClusterPendingModifiedValues', clusterPendingModifiedValues_backupRetentionPeriod - The number of days for which automatic DB snapshots are retained.

$sel:dbClusterIdentifier:ClusterPendingModifiedValues', clusterPendingModifiedValues_dbClusterIdentifier - The DBClusterIdentifier value for the DB cluster.

$sel:engineVersion:ClusterPendingModifiedValues', clusterPendingModifiedValues_engineVersion - The database engine version.

$sel:iAMDatabaseAuthenticationEnabled:ClusterPendingModifiedValues', clusterPendingModifiedValues_iAMDatabaseAuthenticationEnabled - A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

$sel:iops:ClusterPendingModifiedValues', clusterPendingModifiedValues_iops - The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:masterUserPassword:ClusterPendingModifiedValues', clusterPendingModifiedValues_masterUserPassword - The master credentials for the DB cluster.

$sel:pendingCloudwatchLogsExports:ClusterPendingModifiedValues', clusterPendingModifiedValues_pendingCloudwatchLogsExports - Undocumented member.

ConnectionPoolConfiguration

data ConnectionPoolConfiguration Source #

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

See: newConnectionPoolConfiguration smart constructor.

Instances

Instances details
ToQuery ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

Generic ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

Associated Types

type Rep ConnectionPoolConfiguration :: Type -> Type #

Read ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

Show ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

NFData ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

Eq ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

Hashable ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

type Rep ConnectionPoolConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfiguration

type Rep ConnectionPoolConfiguration = D1 ('MetaData "ConnectionPoolConfiguration" "Amazonka.RDS.Types.ConnectionPoolConfiguration" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ConnectionPoolConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionBorrowTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "initQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxConnectionsPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxIdleConnectionsPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sessionPinningFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newConnectionPoolConfiguration :: ConnectionPoolConfiguration Source #

Create a value of ConnectionPoolConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionBorrowTimeout:ConnectionPoolConfiguration', connectionPoolConfiguration_connectionBorrowTimeout - The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions.

Default: 120

Constraints: between 1 and 3600, or 0 representing unlimited

$sel:initQuery:ConnectionPoolConfiguration', connectionPoolConfiguration_initQuery - One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.

Default: no initialization query

$sel:maxConnectionsPercent:ConnectionPoolConfiguration', connectionPoolConfiguration_maxConnectionsPercent - The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.

If you specify MaxIdleConnectionsPercent, then you must also include a value for this parameter.

Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines

Constraints: Must be between 1 and 100.

$sel:maxIdleConnectionsPercent:ConnectionPoolConfiguration', connectionPoolConfiguration_maxIdleConnectionsPercent - Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.

If you specify this parameter, then you must also include a value for MaxConnectionsPercent.

Default: The default value is half of the value of MaxConnectionsPercent. For example, if MaxConnectionsPercent is 80, then the default value of MaxIdleConnectionsPercent is 40. If the value of MaxConnectionsPercent isn't specified, then for SQL Server, MaxIdleConnectionsPercent is 5, and for all other engines, the default is 50.

Constraints: Must be between 0 and the value of MaxConnectionsPercent.

$sel:sessionPinningFilters:ConnectionPoolConfiguration', connectionPoolConfiguration_sessionPinningFilters - Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior.

Default: no session pinning filters

ConnectionPoolConfigurationInfo

data ConnectionPoolConfigurationInfo Source #

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

See: newConnectionPoolConfigurationInfo smart constructor.

Instances

Instances details
FromXML ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

Generic ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

Associated Types

type Rep ConnectionPoolConfigurationInfo :: Type -> Type #

Read ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

Show ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

NFData ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

Eq ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

Hashable ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

type Rep ConnectionPoolConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ConnectionPoolConfigurationInfo

type Rep ConnectionPoolConfigurationInfo = D1 ('MetaData "ConnectionPoolConfigurationInfo" "Amazonka.RDS.Types.ConnectionPoolConfigurationInfo" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ConnectionPoolConfigurationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionBorrowTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "initQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxConnectionsPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxIdleConnectionsPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sessionPinningFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newConnectionPoolConfigurationInfo :: ConnectionPoolConfigurationInfo Source #

Create a value of ConnectionPoolConfigurationInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionBorrowTimeout:ConnectionPoolConfigurationInfo', connectionPoolConfigurationInfo_connectionBorrowTimeout - The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions.

$sel:initQuery:ConnectionPoolConfigurationInfo', connectionPoolConfigurationInfo_initQuery - One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. This setting is empty by default. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.

$sel:maxConnectionsPercent:ConnectionPoolConfigurationInfo', connectionPoolConfigurationInfo_maxConnectionsPercent - The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.

$sel:maxIdleConnectionsPercent:ConnectionPoolConfigurationInfo', connectionPoolConfigurationInfo_maxIdleConnectionsPercent - Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.

$sel:sessionPinningFilters:ConnectionPoolConfigurationInfo', connectionPoolConfigurationInfo_sessionPinningFilters - Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.

CustomDBEngineVersionAMI

data CustomDBEngineVersionAMI Source #

A value that indicates the AMI information.

See: newCustomDBEngineVersionAMI smart constructor.

Instances

Instances details
FromXML CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

Generic CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

Associated Types

type Rep CustomDBEngineVersionAMI :: Type -> Type #

Read CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

Show CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

NFData CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

Eq CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

Hashable CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

type Rep CustomDBEngineVersionAMI Source # 
Instance details

Defined in Amazonka.RDS.Types.CustomDBEngineVersionAMI

type Rep CustomDBEngineVersionAMI = D1 ('MetaData "CustomDBEngineVersionAMI" "Amazonka.RDS.Types.CustomDBEngineVersionAMI" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "CustomDBEngineVersionAMI'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCustomDBEngineVersionAMI :: CustomDBEngineVersionAMI Source #

Create a value of CustomDBEngineVersionAMI with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageId:CustomDBEngineVersionAMI', customDBEngineVersionAMI_imageId - A value that indicates the ID of the AMI.

$sel:status:CustomDBEngineVersionAMI', customDBEngineVersionAMI_status - A value that indicates the status of a custom engine version (CEV).

DBCluster

data DBCluster Source #

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.

See: newDBCluster smart constructor.

Instances

Instances details
FromXML DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

Generic DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

Associated Types

type Rep DBCluster :: Type -> Type #

Read DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

Show DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

NFData DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

Methods

rnf :: DBCluster -> () #

Eq DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

Hashable DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

type Rep DBCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.DBCluster

type Rep DBCluster = D1 ('MetaData "DBCluster" "Amazonka.RDS.Types.DBCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBCluster'" 'PrefixI 'True) ((((((S1 ('MetaSel ('Just "activityStreamKinesisStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "activityStreamKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "activityStreamMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamMode)) :*: S1 ('MetaSel ('Just "activityStreamStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamStatus)))) :*: ((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "associatedRoles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterRole]))) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "automaticRestartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: (((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "backtrackConsumedChangeRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "backtrackWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "capacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "characterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "cloneGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clusterCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))) :*: ((((S1 ('MetaSel ('Just "crossAccountClone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "customEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "dbClusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbClusterInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterMember]))) :*: (S1 ('MetaSel ('Just "dbClusterOptionGroupMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterOptionGroupStatus])) :*: (S1 ('MetaSel ('Just "dbClusterParameterGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "dbSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbClusterResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "domainMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainMembership])) :*: S1 ('MetaSel ('Just "earliestBacktrackTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "earliestRestorableTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "enabledCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))) :*: (((((S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalWriteForwardingRequested") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "globalWriteForwardingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WriteForwardingStatus)) :*: S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpEndpointEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "latestRestorableTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "masterUserSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MasterUserSecret)) :*: S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pendingModifiedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterPendingModifiedValues))))))) :*: ((((S1 ('MetaSel ('Just "percentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performanceInsightsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "readReplicaIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))) :*: (((S1 ('MetaSel ('Just "readerEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationSourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scalingConfigurationInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingConfigurationInfo)) :*: S1 ('MetaSel ('Just "serverlessV2ScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerlessV2ScalingConfigurationInfo)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcSecurityGroupMembership]))))))))))

newDBCluster :: DBCluster Source #

Create a value of DBCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityStreamKinesisStreamName:DBCluster', dbCluster_activityStreamKinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.

$sel:activityStreamKmsKeyId:DBCluster', dbCluster_activityStreamKmsKeyId - The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:activityStreamMode:DBCluster', dbCluster_activityStreamMode - The mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

$sel:activityStreamStatus:DBCluster', dbCluster_activityStreamStatus - The status of the database activity stream.

DBCluster, dbCluster_allocatedStorage - For all database engines except Amazon Aurora, AllocatedStorage specifies the allocated storage size in gibibytes (GiB). For Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

$sel:associatedRoles:DBCluster', dbCluster_associatedRoles - Provides a list of the Amazon Web Services Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon Web Services on your behalf.

$sel:autoMinorVersionUpgrade:DBCluster', dbCluster_autoMinorVersionUpgrade - A value that indicates that minor version patches are applied automatically.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:automaticRestartTime:DBCluster', dbCluster_automaticRestartTime - The time when a stopped DB cluster is restarted automatically.

$sel:availabilityZones:DBCluster', dbCluster_availabilityZones - Provides the list of Availability Zones (AZs) where instances in the DB cluster can be created.

$sel:backtrackConsumedChangeRecords:DBCluster', dbCluster_backtrackConsumedChangeRecords - The number of change records stored for Backtrack.

$sel:backtrackWindow:DBCluster', dbCluster_backtrackWindow - The target backtrack window, in seconds. If this value is set to 0, backtracking is disabled for the DB cluster. Otherwise, backtracking is enabled.

DBCluster, dbCluster_backupRetentionPeriod - Specifies the number of days for which automatic DB snapshots are retained.

$sel:capacity:DBCluster', dbCluster_capacity - The current capacity of an Aurora Serverless v1 DB cluster. The capacity is 0 (zero) when the cluster is paused.

For more information about Aurora Serverless v1, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

$sel:characterSetName:DBCluster', dbCluster_characterSetName - If present, specifies the name of the character set that this cluster is associated with.

$sel:cloneGroupId:DBCluster', dbCluster_cloneGroupId - Identifies the clone group to which the DB cluster is associated.

$sel:clusterCreateTime:DBCluster', dbCluster_clusterCreateTime - Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

$sel:copyTagsToSnapshot:DBCluster', dbCluster_copyTagsToSnapshot - Specifies whether tags are copied from the DB cluster to snapshots of the DB cluster.

$sel:crossAccountClone:DBCluster', dbCluster_crossAccountClone - Specifies whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.

$sel:customEndpoints:DBCluster', dbCluster_customEndpoints - Identifies all custom endpoints associated with the cluster.

$sel:dbClusterArn:DBCluster', dbCluster_dbClusterArn - The Amazon Resource Name (ARN) for the DB cluster.

DBCluster, dbCluster_dbClusterIdentifier - Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

$sel:dbClusterInstanceClass:DBCluster', dbCluster_dbClusterInstanceClass - The name of the compute and memory capacity class of the DB instance.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:dbClusterMembers:DBCluster', dbCluster_dbClusterMembers - Provides the list of instances that make up the DB cluster.

$sel:dbClusterOptionGroupMemberships:DBCluster', dbCluster_dbClusterOptionGroupMemberships - Provides the list of option group memberships for this DB cluster.

$sel:dbClusterParameterGroup:DBCluster', dbCluster_dbClusterParameterGroup - Specifies the name of the DB cluster parameter group for the DB cluster.

$sel:dbSubnetGroup:DBCluster', dbCluster_dbSubnetGroup - Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

$sel:dbSystemId:DBCluster', dbCluster_dbSystemId - Reserved for future use.

$sel:databaseName:DBCluster', dbCluster_databaseName - Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

$sel:dbClusterResourceId:DBCluster', dbCluster_dbClusterResourceId - The Amazon Web Services Region-unique, immutable identifier for the DB cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

$sel:deletionProtection:DBCluster', dbCluster_deletionProtection - Indicates if the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.

$sel:domainMemberships:DBCluster', dbCluster_domainMemberships - The Active Directory Domain membership records associated with the DB cluster.

$sel:earliestBacktrackTime:DBCluster', dbCluster_earliestBacktrackTime - The earliest time to which a DB cluster can be backtracked.

$sel:earliestRestorableTime:DBCluster', dbCluster_earliestRestorableTime - The earliest time to which a database can be restored with point-in-time restore.

$sel:enabledCloudwatchLogsExports:DBCluster', dbCluster_enabledCloudwatchLogsExports - A list of log types that this DB cluster is configured to export to CloudWatch Logs.

Log types vary by DB engine. For information about the log types for each DB engine, see Amazon RDS Database Log Files in the Amazon Aurora User Guide.

$sel:endpoint:DBCluster', dbCluster_endpoint - Specifies the connection endpoint for the primary instance of the DB cluster.

$sel:engine:DBCluster', dbCluster_engine - The name of the database engine to be used for this DB cluster.

$sel:engineMode:DBCluster', dbCluster_engineMode - The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.

For more information, see CreateDBCluster.

DBCluster, dbCluster_engineVersion - Indicates the database engine version.

$sel:globalWriteForwardingRequested:DBCluster', dbCluster_globalWriteForwardingRequested - Specifies whether you have requested to enable write forwarding for a secondary cluster in an Aurora global database. Because write forwarding takes time to enable, check the value of GlobalWriteForwardingStatus to confirm that the request has completed before using the write forwarding feature for this cluster.

$sel:globalWriteForwardingStatus:DBCluster', dbCluster_globalWriteForwardingStatus - Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.

$sel:hostedZoneId:DBCluster', dbCluster_hostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

$sel:httpEndpointEnabled:DBCluster', dbCluster_httpEndpointEnabled - A value that indicates whether the HTTP endpoint for an Aurora Serverless v1 DB cluster is enabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide.

DBCluster, dbCluster_iAMDatabaseAuthenticationEnabled - A value that indicates whether the mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

DBCluster, dbCluster_iops - The Provisioned IOPS (I/O operations per second) value.

This setting is only for non-Aurora Multi-AZ DB clusters.

DBCluster, dbCluster_kmsKeyId - If StorageEncrypted is enabled, the Amazon Web Services KMS key identifier for the encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:latestRestorableTime:DBCluster', dbCluster_latestRestorableTime - Specifies the latest time to which a database can be restored with point-in-time restore.

$sel:masterUserSecret:DBCluster', dbCluster_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.

$sel:masterUsername:DBCluster', dbCluster_masterUsername - Contains the master username for the DB cluster.

$sel:monitoringInterval:DBCluster', dbCluster_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:monitoringRoleArn:DBCluster', dbCluster_monitoringRoleArn - The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:multiAZ:DBCluster', dbCluster_multiAZ - Specifies whether the DB cluster has instances in multiple Availability Zones.

$sel:networkType:DBCluster', dbCluster_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon Aurora User Guide.

This setting is only for Aurora DB clusters.

$sel:pendingModifiedValues:DBCluster', dbCluster_pendingModifiedValues - A value that specifies that changes to the DB cluster are pending. This element is only included when changes are pending. Specific changes are identified by subelements.

$sel:percentProgress:DBCluster', dbCluster_percentProgress - Specifies the progress of the operation as a percentage.

$sel:performanceInsightsEnabled:DBCluster', dbCluster_performanceInsightsEnabled - True if Performance Insights is enabled for the DB cluster, and otherwise false.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:performanceInsightsKMSKeyId:DBCluster', dbCluster_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:performanceInsightsRetentionPeriod:DBCluster', dbCluster_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:port:DBCluster', dbCluster_port - Specifies the port that the database engine is listening on.

$sel:preferredBackupWindow:DBCluster', dbCluster_preferredBackupWindow - Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

$sel:preferredMaintenanceWindow:DBCluster', dbCluster_preferredMaintenanceWindow - Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

$sel:publiclyAccessible:DBCluster', dbCluster_publiclyAccessible - Specifies the accessibility options for the DB instance.

When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:readReplicaIdentifiers:DBCluster', dbCluster_readReplicaIdentifiers - Contains one or more identifiers of the read replicas associated with this DB cluster.

$sel:readerEndpoint:DBCluster', dbCluster_readerEndpoint - The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Aurora Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Aurora distributes the connection requests among the Aurora Replicas in the DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster.

If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can then reconnect to the reader endpoint.

$sel:replicationSourceIdentifier:DBCluster', dbCluster_replicationSourceIdentifier - Contains the identifier of the source DB cluster if this DB cluster is a read replica.

$sel:scalingConfigurationInfo:DBCluster', dbCluster_scalingConfigurationInfo - Undocumented member.

$sel:serverlessV2ScalingConfiguration:DBCluster', dbCluster_serverlessV2ScalingConfiguration - Undocumented member.

DBCluster, dbCluster_status - Specifies the current state of this DB cluster.

$sel:storageEncrypted:DBCluster', dbCluster_storageEncrypted - Specifies whether the DB cluster is encrypted.

$sel:storageType:DBCluster', dbCluster_storageType - The storage type associated with the DB cluster.

This setting is only for non-Aurora Multi-AZ DB clusters.

$sel:tagList:DBCluster', dbCluster_tagList - Undocumented member.

$sel:vpcSecurityGroups:DBCluster', dbCluster_vpcSecurityGroups - Provides a list of VPC security groups that the DB cluster belongs to.

DBClusterBacktrack

data DBClusterBacktrack Source #

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

See: newDBClusterBacktrack smart constructor.

Instances

Instances details
FromXML DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Generic DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Associated Types

type Rep DBClusterBacktrack :: Type -> Type #

Read DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Show DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

NFData DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Methods

rnf :: DBClusterBacktrack -> () #

Eq DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

Hashable DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

type Rep DBClusterBacktrack Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterBacktrack

type Rep DBClusterBacktrack = D1 ('MetaData "DBClusterBacktrack" "Amazonka.RDS.Types.DBClusterBacktrack" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterBacktrack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backtrackIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "backtrackRequestCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "backtrackTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "backtrackedFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDBClusterBacktrack :: DBClusterBacktrack Source #

Create a value of DBClusterBacktrack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backtrackIdentifier:DBClusterBacktrack', dbClusterBacktrack_backtrackIdentifier - Contains the backtrack identifier.

$sel:backtrackRequestCreationTime:DBClusterBacktrack', dbClusterBacktrack_backtrackRequestCreationTime - The timestamp of the time at which the backtrack was requested.

$sel:backtrackTo:DBClusterBacktrack', dbClusterBacktrack_backtrackTo - The timestamp of the time to which the DB cluster was backtracked.

$sel:backtrackedFrom:DBClusterBacktrack', dbClusterBacktrack_backtrackedFrom - The timestamp of the time from which the DB cluster was backtracked.

$sel:dbClusterIdentifier:DBClusterBacktrack', dbClusterBacktrack_dbClusterIdentifier - Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

$sel:status:DBClusterBacktrack', dbClusterBacktrack_status - The status of the backtrack. This property returns one of the following values:

  • applying - The backtrack is currently being applied to or rolled back from the DB cluster.
  • completed - The backtrack has successfully been applied to or rolled back from the DB cluster.
  • failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster.
  • pending - The backtrack is currently pending application to or rollback from the DB cluster.

DBClusterEndpoint

data DBClusterEndpoint Source #

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.

See: newDBClusterEndpoint smart constructor.

Instances

Instances details
FromXML DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Generic DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Associated Types

type Rep DBClusterEndpoint :: Type -> Type #

Read DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Show DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

NFData DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Methods

rnf :: DBClusterEndpoint -> () #

Eq DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

Hashable DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterEndpoint

type Rep DBClusterEndpoint = D1 ('MetaData "DBClusterEndpoint" "Amazonka.RDS.Types.DBClusterEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterEndpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbClusterEndpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbClusterEndpointResourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "excludedMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "staticMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDBClusterEndpoint :: DBClusterEndpoint Source #

Create a value of DBClusterEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customEndpointType:DBClusterEndpoint', dbClusterEndpoint_customEndpointType - The type associated with a custom endpoint. One of: READER, WRITER, ANY.

$sel:dbClusterEndpointArn:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointArn - The Amazon Resource Name (ARN) for the endpoint.

$sel:dbClusterEndpointIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointIdentifier - The identifier associated with the endpoint. This parameter is stored as a lowercase string.

$sel:dbClusterEndpointResourceIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterEndpointResourceIdentifier - A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

$sel:dbClusterIdentifier:DBClusterEndpoint', dbClusterEndpoint_dbClusterIdentifier - The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

$sel:endpoint:DBClusterEndpoint', dbClusterEndpoint_endpoint - The DNS address of the endpoint.

$sel:endpointType:DBClusterEndpoint', dbClusterEndpoint_endpointType - The type of the endpoint. One of: READER, WRITER, CUSTOM.

$sel:excludedMembers:DBClusterEndpoint', dbClusterEndpoint_excludedMembers - List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

$sel:staticMembers:DBClusterEndpoint', dbClusterEndpoint_staticMembers - List of DB instance identifiers that are part of the custom endpoint group.

$sel:status:DBClusterEndpoint', dbClusterEndpoint_status - The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that can't be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database.

DBClusterMember

data DBClusterMember Source #

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

See: newDBClusterMember smart constructor.

Instances

Instances details
FromXML DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

Generic DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

Associated Types

type Rep DBClusterMember :: Type -> Type #

Read DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

Show DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

NFData DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

Methods

rnf :: DBClusterMember -> () #

Eq DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

Hashable DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

type Rep DBClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterMember

type Rep DBClusterMember = D1 ('MetaData "DBClusterMember" "Amazonka.RDS.Types.DBClusterMember" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterMember'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterParameterGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isClusterWriter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "promotionTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDBClusterMember :: DBClusterMember Source #

Create a value of DBClusterMember with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterParameterGroupStatus:DBClusterMember', dbClusterMember_dbClusterParameterGroupStatus - Specifies the status of the DB cluster parameter group for this member of the DB cluster.

$sel:dbInstanceIdentifier:DBClusterMember', dbClusterMember_dbInstanceIdentifier - Specifies the instance identifier for this member of the DB cluster.

$sel:isClusterWriter:DBClusterMember', dbClusterMember_isClusterWriter - Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

$sel:promotionTier:DBClusterMember', dbClusterMember_promotionTier - A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

DBClusterOptionGroupStatus

data DBClusterOptionGroupStatus Source #

Contains status information for a DB cluster option group.

See: newDBClusterOptionGroupStatus smart constructor.

Instances

Instances details
FromXML DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

Generic DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

Associated Types

type Rep DBClusterOptionGroupStatus :: Type -> Type #

Read DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

Show DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

NFData DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

Eq DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

Hashable DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

type Rep DBClusterOptionGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterOptionGroupStatus

type Rep DBClusterOptionGroupStatus = D1 ('MetaData "DBClusterOptionGroupStatus" "Amazonka.RDS.Types.DBClusterOptionGroupStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterOptionGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterOptionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBClusterOptionGroupStatus :: DBClusterOptionGroupStatus Source #

Create a value of DBClusterOptionGroupStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterOptionGroupName:DBClusterOptionGroupStatus', dbClusterOptionGroupStatus_dbClusterOptionGroupName - Specifies the name of the DB cluster option group.

$sel:status:DBClusterOptionGroupStatus', dbClusterOptionGroupStatus_status - Specifies the status of the DB cluster option group.

DBClusterParameterGroup

data DBClusterParameterGroup Source #

Contains the details of an Amazon RDS DB cluster parameter group.

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

See: newDBClusterParameterGroup smart constructor.

Instances

Instances details
FromXML DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

Generic DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

Associated Types

type Rep DBClusterParameterGroup :: Type -> Type #

Read DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

Show DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

NFData DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

Methods

rnf :: DBClusterParameterGroup -> () #

Eq DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

Hashable DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

type Rep DBClusterParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroup

type Rep DBClusterParameterGroup = D1 ('MetaData "DBClusterParameterGroup" "Amazonka.RDS.Types.DBClusterParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterParameterGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDBClusterParameterGroup :: DBClusterParameterGroup Source #

Create a value of DBClusterParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterParameterGroupArn:DBClusterParameterGroup', dbClusterParameterGroup_dbClusterParameterGroupArn - The Amazon Resource Name (ARN) for the DB cluster parameter group.

$sel:dbClusterParameterGroupName:DBClusterParameterGroup', dbClusterParameterGroup_dbClusterParameterGroupName - The name of the DB cluster parameter group.

$sel:dbParameterGroupFamily:DBClusterParameterGroup', dbClusterParameterGroup_dbParameterGroupFamily - The name of the DB parameter group family that this DB cluster parameter group is compatible with.

$sel:description:DBClusterParameterGroup', dbClusterParameterGroup_description - Provides the customer-specified description for this DB cluster parameter group.

DBClusterParameterGroupNameMessage

data DBClusterParameterGroupNameMessage Source #

Instances

Instances details
FromXML DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Generic DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Associated Types

type Rep DBClusterParameterGroupNameMessage :: Type -> Type #

Read DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Show DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

NFData DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Eq DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

Hashable DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

type Rep DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterParameterGroupNameMessage

type Rep DBClusterParameterGroupNameMessage = D1 ('MetaData "DBClusterParameterGroupNameMessage" "Amazonka.RDS.Types.DBClusterParameterGroupNameMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBClusterParameterGroupNameMessage :: DBClusterParameterGroupNameMessage Source #

Create a value of DBClusterParameterGroupNameMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterParameterGroupName:DBClusterParameterGroupNameMessage', dbClusterParameterGroupNameMessage_dbClusterParameterGroupName - The name of the DB cluster parameter group.

Constraints:

  • Must be 1 to 255 letters or numbers.
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

This value is stored as a lowercase string.

DBClusterRole

data DBClusterRole Source #

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

See: newDBClusterRole smart constructor.

Instances

Instances details
FromXML DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

Generic DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

Associated Types

type Rep DBClusterRole :: Type -> Type #

Read DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

Show DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

NFData DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

Methods

rnf :: DBClusterRole -> () #

Eq DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

Hashable DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

type Rep DBClusterRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterRole

type Rep DBClusterRole = D1 ('MetaData "DBClusterRole" "Amazonka.RDS.Types.DBClusterRole" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDBClusterRole :: DBClusterRole Source #

Create a value of DBClusterRole with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureName:DBClusterRole', dbClusterRole_featureName - The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

$sel:roleArn:DBClusterRole', dbClusterRole_roleArn - The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

$sel:status:DBClusterRole', dbClusterRole_status - Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values:

  • ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other Amazon Web Services on your behalf.
  • PENDING - the IAM role ARN is being associated with the DB cluster.
  • INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable to assume the IAM role in order to access other Amazon Web Services on your behalf.

DBClusterSnapshot

data DBClusterSnapshot Source #

Contains the details for an Amazon RDS DB cluster snapshot

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

See: newDBClusterSnapshot smart constructor.

Instances

Instances details
FromXML DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

Generic DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

Associated Types

type Rep DBClusterSnapshot :: Type -> Type #

Read DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

Show DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

NFData DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

Methods

rnf :: DBClusterSnapshot -> () #

Eq DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

Hashable DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

type Rep DBClusterSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshot

type Rep DBClusterSnapshot = D1 ('MetaData "DBClusterSnapshot" "Amazonka.RDS.Types.DBClusterSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterSnapshot'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "clusterCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbClusterSnapshotArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "engineMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "percentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "snapshotCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "snapshotType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceDBClusterSnapshotArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newDBClusterSnapshot :: DBClusterSnapshot Source #

Create a value of DBClusterSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allocatedStorage:DBClusterSnapshot', dbClusterSnapshot_allocatedStorage - Specifies the allocated storage size in gibibytes (GiB).

$sel:availabilityZones:DBClusterSnapshot', dbClusterSnapshot_availabilityZones - Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.

$sel:clusterCreateTime:DBClusterSnapshot', dbClusterSnapshot_clusterCreateTime - Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

$sel:dbClusterIdentifier:DBClusterSnapshot', dbClusterSnapshot_dbClusterIdentifier - Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

$sel:dbClusterSnapshotArn:DBClusterSnapshot', dbClusterSnapshot_dbClusterSnapshotArn - The Amazon Resource Name (ARN) for the DB cluster snapshot.

$sel:dbClusterSnapshotIdentifier:DBClusterSnapshot', dbClusterSnapshot_dbClusterSnapshotIdentifier - Specifies the identifier for the DB cluster snapshot.

$sel:dbSystemId:DBClusterSnapshot', dbClusterSnapshot_dbSystemId - Reserved for future use.

$sel:engine:DBClusterSnapshot', dbClusterSnapshot_engine - Specifies the name of the database engine for this DB cluster snapshot.

$sel:engineMode:DBClusterSnapshot', dbClusterSnapshot_engineMode - Provides the engine mode of the database engine for this DB cluster snapshot.

$sel:engineVersion:DBClusterSnapshot', dbClusterSnapshot_engineVersion - Provides the version of the database engine for this DB cluster snapshot.

$sel:iAMDatabaseAuthenticationEnabled:DBClusterSnapshot', dbClusterSnapshot_iAMDatabaseAuthenticationEnabled - True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

$sel:kmsKeyId:DBClusterSnapshot', dbClusterSnapshot_kmsKeyId - If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:licenseModel:DBClusterSnapshot', dbClusterSnapshot_licenseModel - Provides the license model information for this DB cluster snapshot.

$sel:masterUsername:DBClusterSnapshot', dbClusterSnapshot_masterUsername - Provides the master username for this DB cluster snapshot.

$sel:percentProgress:DBClusterSnapshot', dbClusterSnapshot_percentProgress - Specifies the percentage of the estimated data that has been transferred.

$sel:port:DBClusterSnapshot', dbClusterSnapshot_port - Specifies the port that the DB cluster was listening on at the time of the snapshot.

$sel:snapshotCreateTime:DBClusterSnapshot', dbClusterSnapshot_snapshotCreateTime - Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

$sel:snapshotType:DBClusterSnapshot', dbClusterSnapshot_snapshotType - Provides the type of the DB cluster snapshot.

$sel:sourceDBClusterSnapshotArn:DBClusterSnapshot', dbClusterSnapshot_sourceDBClusterSnapshotArn - If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.

$sel:status:DBClusterSnapshot', dbClusterSnapshot_status - Specifies the status of this DB cluster snapshot. Valid statuses are the following:

  • available
  • copying
  • creating

$sel:storageEncrypted:DBClusterSnapshot', dbClusterSnapshot_storageEncrypted - Specifies whether the DB cluster snapshot is encrypted.

$sel:tagList:DBClusterSnapshot', dbClusterSnapshot_tagList - Undocumented member.

$sel:vpcId:DBClusterSnapshot', dbClusterSnapshot_vpcId - Provides the VPC ID associated with the DB cluster snapshot.

DBClusterSnapshotAttribute

data DBClusterSnapshotAttribute Source #

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.

See: newDBClusterSnapshotAttribute smart constructor.

Instances

Instances details
FromXML DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

Generic DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

Associated Types

type Rep DBClusterSnapshotAttribute :: Type -> Type #

Read DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

Show DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

NFData DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

Eq DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

Hashable DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

type Rep DBClusterSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttribute

type Rep DBClusterSnapshotAttribute = D1 ('MetaData "DBClusterSnapshotAttribute" "Amazonka.RDS.Types.DBClusterSnapshotAttribute" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterSnapshotAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDBClusterSnapshotAttribute :: DBClusterSnapshotAttribute Source #

Create a value of DBClusterSnapshotAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:DBClusterSnapshotAttribute', dbClusterSnapshotAttribute_attributeName - The name of the manual DB cluster snapshot attribute.

The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

$sel:attributeValues:DBClusterSnapshotAttribute', dbClusterSnapshotAttribute_attributeValues - The value(s) for the manual DB cluster snapshot attribute.

If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any Amazon Web Services account to copy or restore.

DBClusterSnapshotAttributesResult

data DBClusterSnapshotAttributesResult Source #

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.

See: newDBClusterSnapshotAttributesResult smart constructor.

Instances

Instances details
FromXML DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

Generic DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

Associated Types

type Rep DBClusterSnapshotAttributesResult :: Type -> Type #

Read DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

Show DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

NFData DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

Eq DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

Hashable DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

type Rep DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBClusterSnapshotAttributesResult

type Rep DBClusterSnapshotAttributesResult = D1 ('MetaData "DBClusterSnapshotAttributesResult" "Amazonka.RDS.Types.DBClusterSnapshotAttributesResult" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBClusterSnapshotAttributesResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBClusterSnapshotAttribute])) :*: S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBClusterSnapshotAttributesResult :: DBClusterSnapshotAttributesResult Source #

Create a value of DBClusterSnapshotAttributesResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterSnapshotAttributes:DBClusterSnapshotAttributesResult', dbClusterSnapshotAttributesResult_dbClusterSnapshotAttributes - The list of attributes and values for the manual DB cluster snapshot.

$sel:dbClusterSnapshotIdentifier:DBClusterSnapshotAttributesResult', dbClusterSnapshotAttributesResult_dbClusterSnapshotIdentifier - The identifier of the manual DB cluster snapshot that the attributes apply to.

DBEngineVersion

data DBEngineVersion Source #

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

See: newDBEngineVersion smart constructor.

Instances

Instances details
FromXML DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Generic DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Associated Types

type Rep DBEngineVersion :: Type -> Type #

Read DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Show DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

NFData DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Methods

rnf :: DBEngineVersion -> () #

Eq DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

Hashable DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.DBEngineVersion

type Rep DBEngineVersion = D1 ('MetaData "DBEngineVersion" "Amazonka.RDS.Types.DBEngineVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBEngineVersion'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "customDBEngineVersionManifest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbEngineMediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbEngineVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbEngineVersionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "databaseInstallationFilesS3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseInstallationFilesS3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultCharacterSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CharacterSet)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportableLogTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomDBEngineVersionAMI)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedCACertificateIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])))) :*: ((S1 ('MetaSel ('Just "supportedEngineModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedFeatureNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "supportedNcharCharacterSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CharacterSet])) :*: S1 ('MetaSel ('Just "supportedTimezones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Timezone]))))) :*: (((S1 ('MetaSel ('Just "supportsBabelfish") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsCertificateRotationWithoutRestart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportsGlobalDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsLogExportsToCloudwatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "supportsParallelQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsReadReplica") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "validUpgradeTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeTarget]))))))))

newDBEngineVersion :: DBEngineVersion Source #

Create a value of DBEngineVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createTime:DBEngineVersion', dbEngineVersion_createTime - The creation time of the DB engine version.

$sel:customDBEngineVersionManifest:DBEngineVersion', dbEngineVersion_customDBEngineVersionManifest - JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

$sel:dbEngineDescription:DBEngineVersion', dbEngineVersion_dbEngineDescription - The description of the database engine.

$sel:dbEngineMediaType:DBEngineVersion', dbEngineVersion_dbEngineMediaType - A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

$sel:dbEngineVersionArn:DBEngineVersion', dbEngineVersion_dbEngineVersionArn - The ARN of the custom engine version.

$sel:dbEngineVersionDescription:DBEngineVersion', dbEngineVersion_dbEngineVersionDescription - The description of the database engine version.

$sel:dbParameterGroupFamily:DBEngineVersion', dbEngineVersion_dbParameterGroupFamily - The name of the DB parameter group family for the database engine.

$sel:databaseInstallationFilesS3BucketName:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.

$sel:databaseInstallationFilesS3Prefix:DBEngineVersion', dbEngineVersion_databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

$sel:defaultCharacterSet:DBEngineVersion', dbEngineVersion_defaultCharacterSet - The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

DBEngineVersion, dbEngineVersion_engine - The name of the database engine.

DBEngineVersion, dbEngineVersion_engineVersion - The version number of the database engine.

$sel:exportableLogTypes:DBEngineVersion', dbEngineVersion_exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.

$sel:image:DBEngineVersion', dbEngineVersion_image - The EC2 image

$sel:kmsKeyId:DBEngineVersion', dbEngineVersion_kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

$sel:majorEngineVersion:DBEngineVersion', dbEngineVersion_majorEngineVersion - The major engine version of the CEV.

DBEngineVersion, dbEngineVersion_status - The status of the DB engine version, either available or deprecated.

$sel:supportedCACertificateIdentifiers:DBEngineVersion', dbEngineVersion_supportedCACertificateIdentifiers - A list of the supported CA certificate identifiers.

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.

$sel:supportedCharacterSets:DBEngineVersion', dbEngineVersion_supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

DBEngineVersion, dbEngineVersion_supportedEngineModes - A list of the supported DB engine modes.

$sel:supportedFeatureNames:DBEngineVersion', dbEngineVersion_supportedFeatureNames - A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

$sel:supportedNcharCharacterSets:DBEngineVersion', dbEngineVersion_supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

$sel:supportedTimezones:DBEngineVersion', dbEngineVersion_supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

DBEngineVersion, dbEngineVersion_supportsBabelfish - A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

$sel:supportsCertificateRotationWithoutRestart:DBEngineVersion', dbEngineVersion_supportsCertificateRotationWithoutRestart - A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

DBEngineVersion, dbEngineVersion_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with a specific DB engine version.

$sel:supportsLogExportsToCloudwatchLogs:DBEngineVersion', dbEngineVersion_supportsLogExportsToCloudwatchLogs - A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

DBEngineVersion, dbEngineVersion_supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

$sel:supportsReadReplica:DBEngineVersion', dbEngineVersion_supportsReadReplica - Indicates whether the database engine version supports read replicas.

$sel:tagList:DBEngineVersion', dbEngineVersion_tagList - Undocumented member.

$sel:validUpgradeTarget:DBEngineVersion', dbEngineVersion_validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.

DBInstance

data DBInstance Source #

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.

See: newDBInstance smart constructor.

Instances

Instances details
FromXML DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

Generic DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

Associated Types

type Rep DBInstance :: Type -> Type #

Read DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

Show DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

NFData DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

Methods

rnf :: DBInstance -> () #

Eq DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

Hashable DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

type Rep DBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstance

type Rep DBInstance = D1 ('MetaData "DBInstance" "Amazonka.RDS.Types.DBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBInstance'" 'PrefixI 'True) ((((((S1 ('MetaSel ('Just "activityStreamEngineNativeAuditFieldsIncluded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "activityStreamKinesisStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "activityStreamKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activityStreamMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamMode)) :*: S1 ('MetaSel ('Just "activityStreamPolicyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamPolicyStatus))))) :*: ((S1 ('MetaSel ('Just "activityStreamStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityStreamStatus)) :*: S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "associatedRoles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBInstanceRole])) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "automaticRestartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))) :*: (((S1 ('MetaSel ('Just "automationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationMode)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsBackupRecoveryPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "backupTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "cACertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateDetails))) :*: (S1 ('MetaSel ('Just "characterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "copyTagsToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "customIamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "customerOwnedIpEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbInstanceAutomatedBackupsReplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBInstanceAutomatedBackupsReplication])) :*: S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbParameterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBParameterGroupStatus])) :*: S1 ('MetaSel ('Just "dbSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBSecurityGroupMembership])))))) :*: (((S1 ('MetaSel ('Just "dbSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBSubnetGroup)) :*: S1 ('MetaSel ('Just "dbSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbInstancePort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "dbiResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "domainMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainMembership])) :*: S1 ('MetaSel ('Just "enabledCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))) :*: (((((S1 ('MetaSel ('Just "enhancedMonitoringResourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "instanceCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "latestRestorableTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "listenerEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)) :*: (S1 ('MetaSel ('Just "masterUserSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MasterUserSecret)) :*: S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "monitoringInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "monitoringRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ncharCharacterSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionGroupMembership]))) :*: (S1 ('MetaSel ('Just "pendingModifiedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PendingModifiedValues)) :*: (S1 ('MetaSel ('Just "performanceInsightsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "performanceInsightsKMSKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "performanceInsightsRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "preferredBackupWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])) :*: S1 ('MetaSel ('Just "promotionTier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "readReplicaDBClusterIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "readReplicaDBInstanceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "readReplicaSourceDBInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicaMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicaMode)))))) :*: (((S1 ('MetaSel ('Just "resumeFullAutomationModeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "secondaryAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statusInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBInstanceStatusInfo])) :*: (S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcSecurityGroupMembership]))))))))))

newDBInstance :: DBInstance Source #

Create a value of DBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityStreamEngineNativeAuditFieldsIncluded:DBInstance', dbInstance_activityStreamEngineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.

$sel:activityStreamKinesisStreamName:DBInstance', dbInstance_activityStreamKinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.

$sel:activityStreamKmsKeyId:DBInstance', dbInstance_activityStreamKmsKeyId - The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:activityStreamMode:DBInstance', dbInstance_activityStreamMode - The mode of the database activity stream. Database events such as a change or access generate an activity stream event. RDS for Oracle always handles these events asynchronously.

$sel:activityStreamPolicyStatus:DBInstance', dbInstance_activityStreamPolicyStatus - The status of the policy state of the activity stream.

$sel:activityStreamStatus:DBInstance', dbInstance_activityStreamStatus - The status of the database activity stream.

DBInstance, dbInstance_allocatedStorage - Specifies the allocated storage size specified in gibibytes (GiB).

$sel:associatedRoles:DBInstance', dbInstance_associatedRoles - The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.

$sel:autoMinorVersionUpgrade:DBInstance', dbInstance_autoMinorVersionUpgrade - A value that indicates that minor version patches are applied automatically.

$sel:automaticRestartTime:DBInstance', dbInstance_automaticRestartTime - The time when a stopped DB instance is restarted automatically.

DBInstance, dbInstance_automationMode - The automation mode of the RDS Custom DB instance: full or all paused. If full, the DB instance automates monitoring and instance recovery. If all paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.

$sel:availabilityZone:DBInstance', dbInstance_availabilityZone - Specifies the name of the Availability Zone the DB instance is located in.

$sel:awsBackupRecoveryPointArn:DBInstance', dbInstance_awsBackupRecoveryPointArn - The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.

DBInstance, dbInstance_backupRetentionPeriod - Specifies the number of days for which automatic DB snapshots are retained.

$sel:backupTarget:DBInstance', dbInstance_backupTarget - Specifies where automated backups and manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

DBInstance, dbInstance_cACertificateIdentifier - The identifier of the CA certificate for this DB instance.

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.

$sel:certificateDetails:DBInstance', dbInstance_certificateDetails - The details of the DB instance's server certificate.

$sel:characterSetName:DBInstance', dbInstance_characterSetName - If present, specifies the name of the character set that this instance is associated with.

$sel:copyTagsToSnapshot:DBInstance', dbInstance_copyTagsToSnapshot - Specifies whether tags are copied from the DB instance to snapshots of the DB instance.

Amazon Aurora

Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. For more information, see DBCluster.

$sel:customIamInstanceProfile:DBInstance', dbInstance_customIamInstanceProfile - The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

  • The profile must exist in your account.
  • The profile must have an IAM role that Amazon EC2 has permissions to assume.
  • The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom.

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

$sel:customerOwnedIpEnabled:DBInstance', dbInstance_customerOwnedIpEnabled - Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

$sel:dbClusterIdentifier:DBInstance', dbInstance_dbClusterIdentifier - If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

$sel:dbInstanceArn:DBInstance', dbInstance_dbInstanceArn - The Amazon Resource Name (ARN) for the DB instance.

$sel:dbInstanceAutomatedBackupsReplications:DBInstance', dbInstance_dbInstanceAutomatedBackupsReplications - The list of replicated automated backups associated with the DB instance.

DBInstance, dbInstance_dbInstanceClass - Contains the name of the compute and memory capacity class of the DB instance.

DBInstance, dbInstance_dbInstanceIdentifier - Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

$sel:dbInstanceStatus:DBInstance', dbInstance_dbInstanceStatus - Specifies the current state of this database.

For information about DB instance statuses, see Viewing DB instance status in the Amazon RDS User Guide.

$sel:dbName:DBInstance', dbInstance_dbName - The meaning of this parameter differs according to the database engine you use.

MySQL, MariaDB, SQL Server, PostgreSQL

Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

Type: String

Oracle

Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.

$sel:dbParameterGroups:DBInstance', dbInstance_dbParameterGroups - Provides the list of DB parameter groups applied to this DB instance.

$sel:dbSecurityGroups:DBInstance', dbInstance_dbSecurityGroups - A list of DB security group elements containing DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

$sel:dbSubnetGroup:DBInstance', dbInstance_dbSubnetGroup - Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.

$sel:dbSystemId:DBInstance', dbInstance_dbSystemId - The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.

$sel:dbInstancePort:DBInstance', dbInstance_dbInstancePort - Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.

$sel:dbiResourceId:DBInstance', dbInstance_dbiResourceId - The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB instance is accessed.

$sel:deletionProtection:DBInstance', dbInstance_deletionProtection - Indicates if the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. For more information, see Deleting a DB Instance.

$sel:domainMemberships:DBInstance', dbInstance_domainMemberships - The Active Directory Domain membership records associated with the DB instance.

$sel:enabledCloudwatchLogsExports:DBInstance', dbInstance_enabledCloudwatchLogsExports - A list of log types that this DB instance is configured to export to CloudWatch Logs.

Log types vary by DB engine. For information about the log types for each DB engine, see Amazon RDS Database Log Files in the Amazon RDS User Guide.

$sel:endpoint:DBInstance', dbInstance_endpoint - Specifies the connection endpoint.

The endpoint might not be shown for instances whose status is creating.

$sel:engine:DBInstance', dbInstance_engine - The name of the database engine to be used for this DB instance.

DBInstance, dbInstance_engineVersion - Indicates the database engine version.

$sel:enhancedMonitoringResourceArn:DBInstance', dbInstance_enhancedMonitoringResourceArn - The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.

DBInstance, dbInstance_iAMDatabaseAuthenticationEnabled - True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

IAM database authentication can be enabled for the following database engines

  • For MySQL 5.6, minor version 5.6.34 or higher
  • For MySQL 5.7, minor version 5.7.16 or higher
  • Aurora 5.6 or higher. To enable IAM database authentication for Aurora, see DBCluster Type.

$sel:instanceCreateTime:DBInstance', dbInstance_instanceCreateTime - Provides the date and time the DB instance was created.

DBInstance, dbInstance_iops - Specifies the Provisioned IOPS (I/O operations per second) value.

DBInstance, dbInstance_kmsKeyId - If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:latestRestorableTime:DBInstance', dbInstance_latestRestorableTime - Specifies the latest time to which a database can be restored with point-in-time restore.

DBInstance, dbInstance_licenseModel - License model information for this DB instance. This setting doesn't apply to RDS Custom.

$sel:listenerEndpoint:DBInstance', dbInstance_listenerEndpoint - Specifies the listener connection endpoint for SQL Server Always On.

$sel:masterUserSecret:DBInstance', dbInstance_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.

$sel:masterUsername:DBInstance', dbInstance_masterUsername - Contains the master username for the DB instance.

$sel:maxAllocatedStorage:DBInstance', dbInstance_maxAllocatedStorage - The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

$sel:monitoringInterval:DBInstance', dbInstance_monitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.

$sel:monitoringRoleArn:DBInstance', dbInstance_monitoringRoleArn - The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.

DBInstance, dbInstance_multiAZ - Specifies if the DB instance is a Multi-AZ deployment. This setting doesn't apply to RDS Custom.

$sel:ncharCharacterSetName:DBInstance', dbInstance_ncharCharacterSetName - The name of the NCHAR character set for the Oracle DB instance. This character set specifies the Unicode encoding for data stored in table columns of type NCHAR, NCLOB, or NVARCHAR2.

$sel:networkType:DBInstance', dbInstance_networkType - The network type of the DB instance.

Valid values:

  • IPV4
  • DUAL

The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide and Working with a DB instance in a VPC in the Amazon Aurora User Guide.

$sel:optionGroupMemberships:DBInstance', dbInstance_optionGroupMemberships - Provides the list of option group memberships for this DB instance.

$sel:pendingModifiedValues:DBInstance', dbInstance_pendingModifiedValues - A value that specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.

$sel:performanceInsightsEnabled:DBInstance', dbInstance_performanceInsightsEnabled - True if Performance Insights is enabled for the DB instance, and otherwise false.

$sel:performanceInsightsKMSKeyId:DBInstance', dbInstance_performanceInsightsKMSKeyId - The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:performanceInsightsRetentionPeriod:DBInstance', dbInstance_performanceInsightsRetentionPeriod - The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:

  • 7
  • month * 31, where month is a number of months from 1-23
  • 731

For example, the following values are valid:

  • 93 (3 months * 31)
  • 341 (11 months * 31)
  • 589 (19 months * 31)
  • 731

$sel:preferredBackupWindow:DBInstance', dbInstance_preferredBackupWindow - Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

$sel:preferredMaintenanceWindow:DBInstance', dbInstance_preferredMaintenanceWindow - Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

DBInstance, dbInstance_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

$sel:promotionTier:DBInstance', dbInstance_promotionTier - A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

$sel:publiclyAccessible:DBInstance', dbInstance_publiclyAccessible - Specifies the accessibility options for the DB instance.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

$sel:readReplicaDBClusterIdentifiers:DBInstance', dbInstance_readReplicaDBClusterIdentifiers - Contains one or more identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica. For example, when you create an Aurora read replica of an RDS for MySQL DB instance, the Aurora MySQL DB cluster for the Aurora read replica is shown. This output doesn't contain information about cross-Region Aurora read replicas.

Currently, each RDS DB instance can have only one Aurora read replica.

$sel:readReplicaDBInstanceIdentifiers:DBInstance', dbInstance_readReplicaDBInstanceIdentifiers - Contains one or more identifiers of the read replicas associated with this DB instance.

$sel:readReplicaSourceDBInstanceIdentifier:DBInstance', dbInstance_readReplicaSourceDBInstanceIdentifier - Contains the identifier of the source DB instance if this DB instance is a read replica.

$sel:replicaMode:DBInstance', dbInstance_replicaMode - The open mode of an Oracle read replica. The default is open-read-only. For more information, see Working with Oracle Read Replicas for Amazon RDS in the Amazon RDS User Guide.

This attribute is only supported in RDS for Oracle.

DBInstance, dbInstance_resumeFullAutomationModeTime - The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

$sel:secondaryAvailabilityZone:DBInstance', dbInstance_secondaryAvailabilityZone - If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.

$sel:statusInfos:DBInstance', dbInstance_statusInfos - The status of a read replica. If the instance isn't a read replica, this is blank.

$sel:storageEncrypted:DBInstance', dbInstance_storageEncrypted - Specifies whether the DB instance is encrypted.

DBInstance, dbInstance_storageThroughput - Specifies the storage throughput for the DB instance.

This setting applies only to the gp3 storage type.

DBInstance, dbInstance_storageType - Specifies the storage type associated with the DB instance.

$sel:tagList:DBInstance', dbInstance_tagList - Undocumented member.

$sel:tdeCredentialArn:DBInstance', dbInstance_tdeCredentialArn - The ARN from the key store with which the instance is associated for TDE encryption.

$sel:timezone:DBInstance', dbInstance_timezone - The time zone of the DB instance. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

$sel:vpcSecurityGroups:DBInstance', dbInstance_vpcSecurityGroups - Provides a list of VPC security group elements that the DB instance belongs to.

DBInstanceAutomatedBackup

data DBInstanceAutomatedBackup Source #

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.

See: newDBInstanceAutomatedBackup smart constructor.

Instances

Instances details
FromXML DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

Generic DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

Associated Types

type Rep DBInstanceAutomatedBackup :: Type -> Type #

Read DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

Show DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

NFData DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

Eq DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

Hashable DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

type Rep DBInstanceAutomatedBackup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackup

type Rep DBInstanceAutomatedBackup = D1 ('MetaData "DBInstanceAutomatedBackup" "Amazonka.RDS.Types.DBInstanceAutomatedBackup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBInstanceAutomatedBackup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "backupTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbInstanceAutomatedBackupsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceAutomatedBackupsReplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBInstanceAutomatedBackupsReplication]))))) :*: ((S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbiResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "instanceCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))) :*: (((S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "restoreWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RestoreWindow)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newDBInstanceAutomatedBackup :: DBInstanceAutomatedBackup Source #

Create a value of DBInstanceAutomatedBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allocatedStorage:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_allocatedStorage - Specifies the allocated storage size in gibibytes (GiB).

$sel:availabilityZone:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_availabilityZone - The Availability Zone that the automated backup was created in. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

$sel:backupRetentionPeriod:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_backupRetentionPeriod - The retention period for the automated backups.

$sel:backupTarget:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_backupTarget - Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

$sel:dbInstanceArn:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_dbInstanceArn - The Amazon Resource Name (ARN) for the automated backups.

DBInstanceAutomatedBackup, dbInstanceAutomatedBackup_dbInstanceAutomatedBackupsArn - The Amazon Resource Name (ARN) for the replicated automated backups.

$sel:dbInstanceAutomatedBackupsReplications:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_dbInstanceAutomatedBackupsReplications - The list of replications to different Amazon Web Services Regions associated with the automated backup.

$sel:dbInstanceIdentifier:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_dbInstanceIdentifier - The customer id of the instance that is/was associated with the automated backup.

$sel:dbiResourceId:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_dbiResourceId - The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

$sel:encrypted:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_encrypted - Specifies whether the automated backup is encrypted.

$sel:engine:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_engine - The name of the database engine for this automated backup.

$sel:engineVersion:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_engineVersion - The version of the database engine for the automated backup.

$sel:iAMDatabaseAuthenticationEnabled:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_iAMDatabaseAuthenticationEnabled - True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

$sel:instanceCreateTime:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_instanceCreateTime - Provides the date and time that the DB instance was created.

$sel:iops:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_iops - The IOPS (I/O operations per second) value for the automated backup.

$sel:kmsKeyId:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_kmsKeyId - The Amazon Web Services KMS key ID for an automated backup.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:licenseModel:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_licenseModel - License model information for the automated backup.

$sel:masterUsername:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_masterUsername - The license model of an automated backup.

$sel:optionGroupName:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_optionGroupName - The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.

$sel:port:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_port - The port number that the automated backup used for connections.

Default: Inherits from the source DB instance

Valid Values: 1150-65535

$sel:region:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_region - The Amazon Web Services Region associated with the automated backup.

$sel:restoreWindow:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_restoreWindow - Earliest and latest time an instance can be restored to.

$sel:status:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_status - Provides a list of status information for an automated backup:

  • active - automated backups for current instances
  • retained - automated backups for deleted instances
  • creating - automated backups that are waiting for the first automated snapshot to be available.

$sel:storageThroughput:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_storageThroughput - Specifies the storage throughput for the automated backup.

$sel:storageType:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_storageType - Specifies the storage type associated with the automated backup.

$sel:tdeCredentialArn:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_tdeCredentialArn - The ARN from the key store with which the automated backup is associated for TDE encryption.

$sel:timezone:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_timezone - The time zone of the automated backup. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

$sel:vpcId:DBInstanceAutomatedBackup', dbInstanceAutomatedBackup_vpcId - Provides the VPC ID associated with the DB instance.

DBInstanceAutomatedBackupsReplication

data DBInstanceAutomatedBackupsReplication Source #

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

See: newDBInstanceAutomatedBackupsReplication smart constructor.

Instances

Instances details
FromXML DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

Generic DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

Read DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

Show DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

NFData DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

Eq DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

Hashable DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

type Rep DBInstanceAutomatedBackupsReplication Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication

type Rep DBInstanceAutomatedBackupsReplication = D1 ('MetaData "DBInstanceAutomatedBackupsReplication" "Amazonka.RDS.Types.DBInstanceAutomatedBackupsReplication" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBInstanceAutomatedBackupsReplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceAutomatedBackupsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBInstanceAutomatedBackupsReplication :: DBInstanceAutomatedBackupsReplication Source #

Create a value of DBInstanceAutomatedBackupsReplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbInstanceAutomatedBackupsArn:DBInstanceAutomatedBackupsReplication', dbInstanceAutomatedBackupsReplication_dbInstanceAutomatedBackupsArn - The Amazon Resource Name (ARN) of the replicated automated backups.

DBInstanceRole

data DBInstanceRole Source #

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

See: newDBInstanceRole smart constructor.

Instances

Instances details
FromXML DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

Generic DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

Associated Types

type Rep DBInstanceRole :: Type -> Type #

Read DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

Show DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

NFData DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

Methods

rnf :: DBInstanceRole -> () #

Eq DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

Hashable DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

type Rep DBInstanceRole Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceRole

type Rep DBInstanceRole = D1 ('MetaData "DBInstanceRole" "Amazonka.RDS.Types.DBInstanceRole" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBInstanceRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDBInstanceRole :: DBInstanceRole Source #

Create a value of DBInstanceRole with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featureName:DBInstanceRole', dbInstanceRole_featureName - The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

$sel:roleArn:DBInstanceRole', dbInstanceRole_roleArn - The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.

$sel:status:DBInstanceRole', dbInstanceRole_status - Describes the state of association between the IAM role and the DB instance. The Status property returns one of the following values:

  • ACTIVE - the IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf.
  • PENDING - the IAM role ARN is being associated with the DB instance.
  • INVALID - the IAM role ARN is associated with the DB instance, but the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.

DBInstanceStatusInfo

data DBInstanceStatusInfo Source #

Provides a list of status information for a DB instance.

See: newDBInstanceStatusInfo smart constructor.

Instances

Instances details
FromXML DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

Generic DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

Associated Types

type Rep DBInstanceStatusInfo :: Type -> Type #

Read DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

Show DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

NFData DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

Methods

rnf :: DBInstanceStatusInfo -> () #

Eq DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

Hashable DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

type Rep DBInstanceStatusInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.DBInstanceStatusInfo

type Rep DBInstanceStatusInfo = D1 ('MetaData "DBInstanceStatusInfo" "Amazonka.RDS.Types.DBInstanceStatusInfo" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBInstanceStatusInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "normal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDBInstanceStatusInfo :: DBInstanceStatusInfo Source #

Create a value of DBInstanceStatusInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:DBInstanceStatusInfo', dbInstanceStatusInfo_message - Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.

$sel:normal:DBInstanceStatusInfo', dbInstanceStatusInfo_normal - Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

$sel:status:DBInstanceStatusInfo', dbInstanceStatusInfo_status - Status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.

$sel:statusType:DBInstanceStatusInfo', dbInstanceStatusInfo_statusType - This value is currently "read replication."

DBParameterGroup

data DBParameterGroup Source #

Contains the details of an Amazon RDS DB parameter group.

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

See: newDBParameterGroup smart constructor.

Instances

Instances details
FromXML DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Generic DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Associated Types

type Rep DBParameterGroup :: Type -> Type #

Read DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Show DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

NFData DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Methods

rnf :: DBParameterGroup -> () #

Eq DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Hashable DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

type Rep DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

type Rep DBParameterGroup = D1 ('MetaData "DBParameterGroup" "Amazonka.RDS.Types.DBParameterGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbParameterGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDBParameterGroup :: DBParameterGroup Source #

Create a value of DBParameterGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroupArn:DBParameterGroup', dbParameterGroup_dbParameterGroupArn - The Amazon Resource Name (ARN) for the DB parameter group.

$sel:dbParameterGroupFamily:DBParameterGroup', dbParameterGroup_dbParameterGroupFamily - The name of the DB parameter group family that this DB parameter group is compatible with.

$sel:dbParameterGroupName:DBParameterGroup', dbParameterGroup_dbParameterGroupName - The name of the DB parameter group.

$sel:description:DBParameterGroup', dbParameterGroup_description - Provides the customer-specified description for this DB parameter group.

DBParameterGroupNameMessage

data DBParameterGroupNameMessage Source #

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

See: newDBParameterGroupNameMessage smart constructor.

Instances

Instances details
FromXML DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Generic DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Associated Types

type Rep DBParameterGroupNameMessage :: Type -> Type #

Read DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Show DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

NFData DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Eq DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

Hashable DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

type Rep DBParameterGroupNameMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupNameMessage

type Rep DBParameterGroupNameMessage = D1 ('MetaData "DBParameterGroupNameMessage" "Amazonka.RDS.Types.DBParameterGroupNameMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBParameterGroupNameMessage :: DBParameterGroupNameMessage Source #

Create a value of DBParameterGroupNameMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroupName:DBParameterGroupNameMessage', dbParameterGroupNameMessage_dbParameterGroupName - The name of the DB parameter group.

DBParameterGroupStatus

data DBParameterGroupStatus Source #

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

See: newDBParameterGroupStatus smart constructor.

Instances

Instances details
FromXML DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

Generic DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

Associated Types

type Rep DBParameterGroupStatus :: Type -> Type #

Read DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

Show DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

NFData DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

Methods

rnf :: DBParameterGroupStatus -> () #

Eq DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

Hashable DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

type Rep DBParameterGroupStatus Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroupStatus

type Rep DBParameterGroupStatus = D1 ('MetaData "DBParameterGroupStatus" "Amazonka.RDS.Types.DBParameterGroupStatus" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBParameterGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterApplyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBParameterGroupStatus :: DBParameterGroupStatus Source #

Create a value of DBParameterGroupStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroupName:DBParameterGroupStatus', dbParameterGroupStatus_dbParameterGroupName - The name of the DB parameter group.

$sel:parameterApplyStatus:DBParameterGroupStatus', dbParameterGroupStatus_parameterApplyStatus - The status of parameter updates.

DBProxy

data DBProxy Source #

The data structure representing a proxy managed by the RDS Proxy.

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

See: newDBProxy smart constructor.

Instances

Instances details
FromXML DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

Generic DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

Associated Types

type Rep DBProxy :: Type -> Type #

Methods

from :: DBProxy -> Rep DBProxy x #

to :: Rep DBProxy x -> DBProxy #

Read DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

Show DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

NFData DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

Methods

rnf :: DBProxy -> () #

Eq DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

Methods

(==) :: DBProxy -> DBProxy -> Bool #

(/=) :: DBProxy -> DBProxy -> Bool #

Hashable DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

Methods

hashWithSalt :: Int -> DBProxy -> Int #

hash :: DBProxy -> Int #

type Rep DBProxy Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxy

type Rep DBProxy = D1 ('MetaData "DBProxy" "Amazonka.RDS.Types.DBProxy" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBProxy'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "auth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserAuthConfigInfo])) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "dbProxyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "debugLogging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "idleClientTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "requireTLS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyStatus)))) :*: ((S1 ('MetaSel ('Just "updatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcSubnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newDBProxy :: DBProxy Source #

Create a value of DBProxy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auth:DBProxy', dbProxy_auth - One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.

$sel:createdDate:DBProxy', dbProxy_createdDate - The date and time when the proxy was first created.

$sel:dbProxyArn:DBProxy', dbProxy_dbProxyArn - The Amazon Resource Name (ARN) for the proxy.

$sel:dbProxyName:DBProxy', dbProxy_dbProxyName - The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.

$sel:debugLogging:DBProxy', dbProxy_debugLogging - Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.

$sel:endpoint:DBProxy', dbProxy_endpoint - The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.

$sel:engineFamily:DBProxy', dbProxy_engineFamily - The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. MYSQL supports Aurora MySQL, RDS for MariaDB, and RDS for MySQL databases. POSTGRESQL supports Aurora PostgreSQL and RDS for PostgreSQL databases. SQLSERVER supports RDS for Microsoft SQL Server databases.

$sel:idleClientTimeout:DBProxy', dbProxy_idleClientTimeout - The number of seconds a connection to the proxy can have no activity before the proxy drops the client connection. The proxy keeps the underlying database connection open and puts it back into the connection pool for reuse by later connection requests.

Default: 1800 (30 minutes)

Constraints: 1 to 28,800

$sel:requireTLS:DBProxy', dbProxy_requireTLS - Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.

$sel:roleArn:DBProxy', dbProxy_roleArn - The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.

$sel:status:DBProxy', dbProxy_status - The current status of this proxy. A status of available means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue.

$sel:updatedDate:DBProxy', dbProxy_updatedDate - The date and time when the proxy was last updated.

$sel:vpcId:DBProxy', dbProxy_vpcId - Provides the VPC ID of the DB proxy.

$sel:vpcSecurityGroupIds:DBProxy', dbProxy_vpcSecurityGroupIds - Provides a list of VPC security groups that the proxy belongs to.

$sel:vpcSubnetIds:DBProxy', dbProxy_vpcSubnetIds - The EC2 subnet IDs for the proxy.

DBProxyEndpoint

data DBProxyEndpoint Source #

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.

See: newDBProxyEndpoint smart constructor.

Instances

Instances details
FromXML DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

Generic DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

Associated Types

type Rep DBProxyEndpoint :: Type -> Type #

Read DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

Show DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

NFData DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

Methods

rnf :: DBProxyEndpoint -> () #

Eq DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

Hashable DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

type Rep DBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyEndpoint

type Rep DBProxyEndpoint = D1 ('MetaData "DBProxyEndpoint" "Amazonka.RDS.Types.DBProxyEndpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBProxyEndpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "dbProxyEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbProxyEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "isDefault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpointStatus)) :*: S1 ('MetaSel ('Just "targetRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpointTargetRole)))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcSubnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newDBProxyEndpoint :: DBProxyEndpoint Source #

Create a value of DBProxyEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdDate:DBProxyEndpoint', dbProxyEndpoint_createdDate - The date and time when the DB proxy endpoint was first created.

$sel:dbProxyEndpointArn:DBProxyEndpoint', dbProxyEndpoint_dbProxyEndpointArn - The Amazon Resource Name (ARN) for the DB proxy endpoint.

$sel:dbProxyEndpointName:DBProxyEndpoint', dbProxyEndpoint_dbProxyEndpointName - The name for the DB proxy endpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

$sel:dbProxyName:DBProxyEndpoint', dbProxyEndpoint_dbProxyName - The identifier for the DB proxy that is associated with this DB proxy endpoint.

$sel:endpoint:DBProxyEndpoint', dbProxyEndpoint_endpoint - The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.

$sel:isDefault:DBProxyEndpoint', dbProxyEndpoint_isDefault - A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.

$sel:status:DBProxyEndpoint', dbProxyEndpoint_status - The current status of this DB proxy endpoint. A status of available means the endpoint is ready to handle requests. Other values indicate that you must wait for the endpoint to be ready, or take some action to resolve an issue.

$sel:targetRole:DBProxyEndpoint', dbProxyEndpoint_targetRole - A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.

$sel:vpcId:DBProxyEndpoint', dbProxyEndpoint_vpcId - Provides the VPC ID of the DB proxy endpoint.

$sel:vpcSecurityGroupIds:DBProxyEndpoint', dbProxyEndpoint_vpcSecurityGroupIds - Provides a list of VPC security groups that the DB proxy endpoint belongs to.

$sel:vpcSubnetIds:DBProxyEndpoint', dbProxyEndpoint_vpcSubnetIds - The EC2 subnet IDs for the DB proxy endpoint.

DBProxyTarget

data DBProxyTarget Source #

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.

See: newDBProxyTarget smart constructor.

Instances

Instances details
FromXML DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

Generic DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

Associated Types

type Rep DBProxyTarget :: Type -> Type #

Read DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

Show DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

NFData DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

Methods

rnf :: DBProxyTarget -> () #

Eq DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

Hashable DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

type Rep DBProxyTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTarget

newDBProxyTarget :: DBProxyTarget Source #

Create a value of DBProxyTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endpoint:DBProxyTarget', dbProxyTarget_endpoint - The writer endpoint for the RDS DB instance or Aurora DB cluster.

$sel:port:DBProxyTarget', dbProxyTarget_port - The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.

$sel:rdsResourceId:DBProxyTarget', dbProxyTarget_rdsResourceId - The identifier representing the target. It can be the instance identifier for an RDS DB instance, or the cluster identifier for an Aurora DB cluster.

$sel:role':DBProxyTarget', dbProxyTarget_role - A value that indicates whether the target of the proxy can be used for read/write or read-only operations.

$sel:targetArn:DBProxyTarget', dbProxyTarget_targetArn - The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.

$sel:targetHealth:DBProxyTarget', dbProxyTarget_targetHealth - Information about the connection health of the RDS Proxy target.

$sel:trackedClusterId:DBProxyTarget', dbProxyTarget_trackedClusterId - The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.

$sel:type':DBProxyTarget', dbProxyTarget_type - Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.

DBProxyTargetGroup

data DBProxyTargetGroup Source #

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.

See: newDBProxyTargetGroup smart constructor.

Instances

Instances details
FromXML DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

Generic DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

Associated Types

type Rep DBProxyTargetGroup :: Type -> Type #

Read DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

Show DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

NFData DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

Methods

rnf :: DBProxyTargetGroup -> () #

Eq DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

Hashable DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

type Rep DBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBProxyTargetGroup

newDBProxyTargetGroup :: DBProxyTargetGroup Source #

Create a value of DBProxyTargetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionPoolConfig:DBProxyTargetGroup', dbProxyTargetGroup_connectionPoolConfig - The settings that determine the size and behavior of the connection pool for the target group.

$sel:createdDate:DBProxyTargetGroup', dbProxyTargetGroup_createdDate - The date and time when the target group was first created.

$sel:dbProxyName:DBProxyTargetGroup', dbProxyTargetGroup_dbProxyName - The identifier for the RDS proxy associated with this target group.

$sel:isDefault:DBProxyTargetGroup', dbProxyTargetGroup_isDefault - Whether this target group is the first one used for connection requests by the associated proxy. Because each proxy is currently associated with a single target group, currently this setting is always true.

$sel:status:DBProxyTargetGroup', dbProxyTargetGroup_status - The current status of this target group. A status of available means the target group is correctly associated with a database. Other values indicate that you must wait for the target group to be ready, or take some action to resolve an issue.

$sel:targetGroupArn:DBProxyTargetGroup', dbProxyTargetGroup_targetGroupArn - The Amazon Resource Name (ARN) representing the target group.

$sel:targetGroupName:DBProxyTargetGroup', dbProxyTargetGroup_targetGroupName - The identifier for the target group. This name must be unique for all target groups owned by your Amazon Web Services account in the specified Amazon Web Services Region.

$sel:updatedDate:DBProxyTargetGroup', dbProxyTargetGroup_updatedDate - The date and time when the target group was last updated.

DBSecurityGroup

data DBSecurityGroup Source #

Contains the details for an Amazon RDS DB security group.

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

See: newDBSecurityGroup smart constructor.

Instances

Instances details
FromXML DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

Generic DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

Associated Types

type Rep DBSecurityGroup :: Type -> Type #

Read DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

Show DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

NFData DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

Methods

rnf :: DBSecurityGroup -> () #

Eq DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

Hashable DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

type Rep DBSecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroup

type Rep DBSecurityGroup = D1 ('MetaData "DBSecurityGroup" "Amazonka.RDS.Types.DBSecurityGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBSecurityGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbSecurityGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSecurityGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "eC2SecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2SecurityGroup])) :*: S1 ('MetaSel ('Just "iPRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IPRange]))) :*: (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDBSecurityGroup :: DBSecurityGroup Source #

Create a value of DBSecurityGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroupArn:DBSecurityGroup', dbSecurityGroup_dbSecurityGroupArn - The Amazon Resource Name (ARN) for the DB security group.

$sel:dbSecurityGroupDescription:DBSecurityGroup', dbSecurityGroup_dbSecurityGroupDescription - Provides the description of the DB security group.

$sel:dbSecurityGroupName:DBSecurityGroup', dbSecurityGroup_dbSecurityGroupName - Specifies the name of the DB security group.

$sel:eC2SecurityGroups:DBSecurityGroup', dbSecurityGroup_eC2SecurityGroups - Contains a list of EC2SecurityGroup elements.

$sel:iPRanges:DBSecurityGroup', dbSecurityGroup_iPRanges - Contains a list of IPRange elements.

$sel:ownerId:DBSecurityGroup', dbSecurityGroup_ownerId - Provides the Amazon Web Services ID of the owner of a specific DB security group.

$sel:vpcId:DBSecurityGroup', dbSecurityGroup_vpcId - Provides the VpcId of the DB security group.

DBSecurityGroupMembership

data DBSecurityGroupMembership Source #

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

  • ModifyDBInstance
  • RebootDBInstance
  • RestoreDBInstanceFromDBSnapshot
  • RestoreDBInstanceToPointInTime

See: newDBSecurityGroupMembership smart constructor.

Instances

Instances details
FromXML DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

Generic DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

Associated Types

type Rep DBSecurityGroupMembership :: Type -> Type #

Read DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

Show DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

NFData DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

Eq DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

Hashable DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

type Rep DBSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSecurityGroupMembership

type Rep DBSecurityGroupMembership = D1 ('MetaData "DBSecurityGroupMembership" "Amazonka.RDS.Types.DBSecurityGroupMembership" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBSecurityGroupMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBSecurityGroupMembership :: DBSecurityGroupMembership Source #

Create a value of DBSecurityGroupMembership with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroupName:DBSecurityGroupMembership', dbSecurityGroupMembership_dbSecurityGroupName - The name of the DB security group.

$sel:status:DBSecurityGroupMembership', dbSecurityGroupMembership_status - The status of the DB security group.

DBSnapshot

data DBSnapshot Source #

Contains the details of an Amazon RDS DB snapshot.

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

See: newDBSnapshot smart constructor.

Instances

Instances details
FromXML DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

Generic DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

Associated Types

type Rep DBSnapshot :: Type -> Type #

Read DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

Show DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

NFData DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

Methods

rnf :: DBSnapshot -> () #

Eq DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

Hashable DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

type Rep DBSnapshot Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshot

type Rep DBSnapshot = D1 ('MetaData "DBSnapshot" "Amazonka.RDS.Types.DBSnapshot" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBSnapshot'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSnapshotArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbiResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "encrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "instanceCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "masterUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "originalSnapshotCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "percentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature])))) :*: ((S1 ('MetaSel ('Just "snapshotCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "snapshotDatabaseTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "snapshotTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "sourceDBSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "tdeCredentialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))))

newDBSnapshot :: DBSnapshot Source #

Create a value of DBSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allocatedStorage:DBSnapshot', dbSnapshot_allocatedStorage - Specifies the allocated storage size in gibibytes (GiB).

$sel:availabilityZone:DBSnapshot', dbSnapshot_availabilityZone - Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

$sel:dbInstanceIdentifier:DBSnapshot', dbSnapshot_dbInstanceIdentifier - Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

$sel:dbSnapshotArn:DBSnapshot', dbSnapshot_dbSnapshotArn - The Amazon Resource Name (ARN) for the DB snapshot.

$sel:dbSnapshotIdentifier:DBSnapshot', dbSnapshot_dbSnapshotIdentifier - Specifies the identifier for the DB snapshot.

$sel:dbiResourceId:DBSnapshot', dbSnapshot_dbiResourceId - The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

$sel:encrypted:DBSnapshot', dbSnapshot_encrypted - Specifies whether the DB snapshot is encrypted.

$sel:engine:DBSnapshot', dbSnapshot_engine - Specifies the name of the database engine.

$sel:engineVersion:DBSnapshot', dbSnapshot_engineVersion - Specifies the version of the database engine.

$sel:iAMDatabaseAuthenticationEnabled:DBSnapshot', dbSnapshot_iAMDatabaseAuthenticationEnabled - True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

$sel:instanceCreateTime:DBSnapshot', dbSnapshot_instanceCreateTime - Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

$sel:iops:DBSnapshot', dbSnapshot_iops - Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

$sel:kmsKeyId:DBSnapshot', dbSnapshot_kmsKeyId - If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

$sel:licenseModel:DBSnapshot', dbSnapshot_licenseModel - License model information for the restored DB instance.

$sel:masterUsername:DBSnapshot', dbSnapshot_masterUsername - Provides the master username for the DB snapshot.

$sel:optionGroupName:DBSnapshot', dbSnapshot_optionGroupName - Provides the option group name for the DB snapshot.

$sel:originalSnapshotCreateTime:DBSnapshot', dbSnapshot_originalSnapshotCreateTime - Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.

$sel:percentProgress:DBSnapshot', dbSnapshot_percentProgress - The percentage of the estimated data that has been transferred.

$sel:port:DBSnapshot', dbSnapshot_port - Specifies the port that the database engine was listening on at the time of the snapshot.

$sel:processorFeatures:DBSnapshot', dbSnapshot_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.

$sel:snapshotCreateTime:DBSnapshot', dbSnapshot_snapshotCreateTime - Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.

$sel:snapshotDatabaseTime:DBSnapshot', dbSnapshot_snapshotDatabaseTime - The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.

If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours.

$sel:snapshotTarget:DBSnapshot', dbSnapshot_snapshotTarget - Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

$sel:snapshotType:DBSnapshot', dbSnapshot_snapshotType - Provides the type of the DB snapshot.

$sel:sourceDBSnapshotIdentifier:DBSnapshot', dbSnapshot_sourceDBSnapshotIdentifier - The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.

$sel:sourceRegion:DBSnapshot', dbSnapshot_sourceRegion - The Amazon Web Services Region that the DB snapshot was created in or copied from.

$sel:status:DBSnapshot', dbSnapshot_status - Specifies the status of this DB snapshot.

$sel:storageThroughput:DBSnapshot', dbSnapshot_storageThroughput - Specifies the storage throughput for the DB snapshot.

$sel:storageType:DBSnapshot', dbSnapshot_storageType - Specifies the storage type associated with DB snapshot.

$sel:tagList:DBSnapshot', dbSnapshot_tagList - Undocumented member.

$sel:tdeCredentialArn:DBSnapshot', dbSnapshot_tdeCredentialArn - The ARN from the key store with which to associate the instance for TDE encryption.

$sel:timezone:DBSnapshot', dbSnapshot_timezone - The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

$sel:vpcId:DBSnapshot', dbSnapshot_vpcId - Provides the VPC ID associated with the DB snapshot.

DBSnapshotAttribute

data DBSnapshotAttribute Source #

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.

See: newDBSnapshotAttribute smart constructor.

Instances

Instances details
FromXML DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

Generic DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

Associated Types

type Rep DBSnapshotAttribute :: Type -> Type #

Read DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

Show DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

NFData DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

Methods

rnf :: DBSnapshotAttribute -> () #

Eq DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

Hashable DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

type Rep DBSnapshotAttribute Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttribute

type Rep DBSnapshotAttribute = D1 ('MetaData "DBSnapshotAttribute" "Amazonka.RDS.Types.DBSnapshotAttribute" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBSnapshotAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDBSnapshotAttribute :: DBSnapshotAttribute Source #

Create a value of DBSnapshotAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:DBSnapshotAttribute', dbSnapshotAttribute_attributeName - The name of the manual DB snapshot attribute.

The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

$sel:attributeValues:DBSnapshotAttribute', dbSnapshotAttribute_attributeValues - The value or values for the manual DB snapshot attribute.

If the AttributeName field is set to restore, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any Amazon Web Services account to copy or restore.

DBSnapshotAttributesResult

data DBSnapshotAttributesResult Source #

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.

See: newDBSnapshotAttributesResult smart constructor.

Instances

Instances details
FromXML DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Generic DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Associated Types

type Rep DBSnapshotAttributesResult :: Type -> Type #

Read DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Show DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

NFData DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Eq DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Hashable DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

type Rep DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

type Rep DBSnapshotAttributesResult = D1 ('MetaData "DBSnapshotAttributesResult" "Amazonka.RDS.Types.DBSnapshotAttributesResult" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBSnapshotAttributesResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBSnapshotAttribute])) :*: S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDBSnapshotAttributesResult :: DBSnapshotAttributesResult Source #

Create a value of DBSnapshotAttributesResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSnapshotAttributes:DBSnapshotAttributesResult', dbSnapshotAttributesResult_dbSnapshotAttributes - The list of attributes and values for the manual DB snapshot.

$sel:dbSnapshotIdentifier:DBSnapshotAttributesResult', dbSnapshotAttributesResult_dbSnapshotIdentifier - The identifier of the manual DB snapshot that the attributes apply to.

DBSubnetGroup

data DBSubnetGroup Source #

Contains the details of an Amazon RDS DB subnet group.

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

See: newDBSubnetGroup smart constructor.

Instances

Instances details
FromXML DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

Generic DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

Associated Types

type Rep DBSubnetGroup :: Type -> Type #

Read DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

Show DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

NFData DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

Methods

rnf :: DBSubnetGroup -> () #

Eq DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

Hashable DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

type Rep DBSubnetGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSubnetGroup

type Rep DBSubnetGroup = D1 ('MetaData "DBSubnetGroup" "Amazonka.RDS.Types.DBSubnetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DBSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbSubnetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dbSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "subnetGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subnet]))) :*: (S1 ('MetaSel ('Just "supportedNetworkTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDBSubnetGroup :: DBSubnetGroup Source #

Create a value of DBSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSubnetGroupArn:DBSubnetGroup', dbSubnetGroup_dbSubnetGroupArn - The Amazon Resource Name (ARN) for the DB subnet group.

$sel:dbSubnetGroupDescription:DBSubnetGroup', dbSubnetGroup_dbSubnetGroupDescription - Provides the description of the DB subnet group.

$sel:dbSubnetGroupName:DBSubnetGroup', dbSubnetGroup_dbSubnetGroupName - The name of the DB subnet group.

$sel:subnetGroupStatus:DBSubnetGroup', dbSubnetGroup_subnetGroupStatus - Provides the status of the DB subnet group.

$sel:subnets:DBSubnetGroup', dbSubnetGroup_subnets - Contains a list of Subnet elements.

$sel:supportedNetworkTypes:DBSubnetGroup', dbSubnetGroup_supportedNetworkTypes - The network type of the DB subnet group.

Valid values:

  • IPV4
  • DUAL

A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

$sel:vpcId:DBSubnetGroup', dbSubnetGroup_vpcId - Provides the VpcId of the DB subnet group.

DescribeDBLogFilesDetails

data DescribeDBLogFilesDetails Source #

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

See: newDescribeDBLogFilesDetails smart constructor.

Instances

Instances details
FromXML DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

Generic DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

Associated Types

type Rep DescribeDBLogFilesDetails :: Type -> Type #

Read DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

Show DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

NFData DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

Eq DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

Hashable DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

type Rep DescribeDBLogFilesDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.DescribeDBLogFilesDetails

type Rep DescribeDBLogFilesDetails = D1 ('MetaData "DescribeDBLogFilesDetails" "Amazonka.RDS.Types.DescribeDBLogFilesDetails" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DescribeDBLogFilesDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastWritten") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "logFileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newDescribeDBLogFilesDetails :: DescribeDBLogFilesDetails Source #

Create a value of DescribeDBLogFilesDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastWritten:DescribeDBLogFilesDetails', describeDBLogFilesDetails_lastWritten - A POSIX timestamp when the last log entry was written.

$sel:logFileName:DescribeDBLogFilesDetails', describeDBLogFilesDetails_logFileName - The name of the log file for the specified DB instance.

$sel:size:DescribeDBLogFilesDetails', describeDBLogFilesDetails_size - The size, in bytes, of the log file for the specified DB instance.

DomainMembership

data DomainMembership Source #

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

See: newDomainMembership smart constructor.

Instances

Instances details
FromXML DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

Generic DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

Associated Types

type Rep DomainMembership :: Type -> Type #

Read DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

Show DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

NFData DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

Methods

rnf :: DomainMembership -> () #

Eq DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

Hashable DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

type Rep DomainMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.DomainMembership

type Rep DomainMembership = D1 ('MetaData "DomainMembership" "Amazonka.RDS.Types.DomainMembership" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DomainMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fqdn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iAMRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDomainMembership :: DomainMembership Source #

Create a value of DomainMembership with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:DomainMembership', domainMembership_domain - The identifier of the Active Directory Domain.

$sel:fqdn:DomainMembership', domainMembership_fqdn - The fully qualified domain name of the Active Directory Domain.

$sel:iAMRoleName:DomainMembership', domainMembership_iAMRoleName - The name of the IAM role to be used when making API calls to the Directory Service.

$sel:status:DomainMembership', domainMembership_status - The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

DoubleRange

data DoubleRange Source #

A range of double values.

See: newDoubleRange smart constructor.

Instances

Instances details
FromXML DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Generic DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Associated Types

type Rep DoubleRange :: Type -> Type #

Read DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Show DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

NFData DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Methods

rnf :: DoubleRange -> () #

Eq DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Hashable DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

type Rep DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

type Rep DoubleRange = D1 ('MetaData "DoubleRange" "Amazonka.RDS.Types.DoubleRange" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DoubleRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "to") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newDoubleRange :: DoubleRange Source #

Create a value of DoubleRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:from:DoubleRange', doubleRange_from - The minimum value in the range.

$sel:to:DoubleRange', doubleRange_to - The maximum value in the range.

EC2SecurityGroup

data EC2SecurityGroup Source #

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

  • AuthorizeDBSecurityGroupIngress
  • DescribeDBSecurityGroups
  • RevokeDBSecurityGroupIngress

See: newEC2SecurityGroup smart constructor.

Instances

Instances details
FromXML EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

Generic EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

Associated Types

type Rep EC2SecurityGroup :: Type -> Type #

Read EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

Show EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

NFData EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

Methods

rnf :: EC2SecurityGroup -> () #

Eq EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

Hashable EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

type Rep EC2SecurityGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.EC2SecurityGroup

type Rep EC2SecurityGroup = D1 ('MetaData "EC2SecurityGroup" "Amazonka.RDS.Types.EC2SecurityGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "EC2SecurityGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eC2SecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eC2SecurityGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eC2SecurityGroupOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEC2SecurityGroup :: EC2SecurityGroup Source #

Create a value of EC2SecurityGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eC2SecurityGroupId:EC2SecurityGroup', eC2SecurityGroup_eC2SecurityGroupId - Specifies the id of the EC2 security group.

$sel:eC2SecurityGroupName:EC2SecurityGroup', eC2SecurityGroup_eC2SecurityGroupName - Specifies the name of the EC2 security group.

$sel:eC2SecurityGroupOwnerId:EC2SecurityGroup', eC2SecurityGroup_eC2SecurityGroupOwnerId - Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

$sel:status:EC2SecurityGroup', eC2SecurityGroup_status - Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".

Endpoint

data Endpoint Source #

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.

See: newEndpoint smart constructor.

Constructors

Endpoint' (Maybe Text) (Maybe Text) (Maybe Int) 

Instances

Instances details
FromXML Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

Read Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

NFData Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Eq Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.RDS.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.RDS.Types.Endpoint" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newEndpoint :: Endpoint Source #

Create a value of Endpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:address:Endpoint', endpoint_address - Specifies the DNS address of the DB instance.

$sel:hostedZoneId:Endpoint', endpoint_hostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

$sel:port:Endpoint', endpoint_port - Specifies the port that the database engine is listening on.

EngineDefaults

data EngineDefaults Source #

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

See: newEngineDefaults smart constructor.

Instances

Instances details
FromXML EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

Generic EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

Associated Types

type Rep EngineDefaults :: Type -> Type #

Read EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

Show EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

NFData EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

Methods

rnf :: EngineDefaults -> () #

Eq EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

Hashable EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

type Rep EngineDefaults Source # 
Instance details

Defined in Amazonka.RDS.Types.EngineDefaults

type Rep EngineDefaults = D1 ('MetaData "EngineDefaults" "Amazonka.RDS.Types.EngineDefaults" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "EngineDefaults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])))))

newEngineDefaults :: EngineDefaults Source #

Create a value of EngineDefaults with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbParameterGroupFamily:EngineDefaults', engineDefaults_dbParameterGroupFamily - Specifies the name of the DB parameter group family that the engine default parameters apply to.

$sel:marker:EngineDefaults', engineDefaults_marker - An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

$sel:parameters:EngineDefaults', engineDefaults_parameters - Contains a list of engine default parameters.

Event

data Event Source #

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

See: newEvent smart constructor.

Instances

Instances details
FromXML Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Methods

parseXML :: [Node] -> Either String Event #

Generic Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Associated Types

type Rep Event :: Type -> Type #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

Read Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Show Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

NFData Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Methods

rnf :: Event -> () #

Eq Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Hashable Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

Methods

hashWithSalt :: Int -> Event -> Int #

hash :: Event -> Int #

type Rep Event Source # 
Instance details

Defined in Amazonka.RDS.Types.Event

newEvent :: Event Source #

Create a value of Event with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:date:Event', event_date - Specifies the date and time of the event.

$sel:eventCategories:Event', event_eventCategories - Specifies the category for the event.

$sel:message:Event', event_message - Provides the text of this event.

$sel:sourceArn:Event', event_sourceArn - The Amazon Resource Name (ARN) for the event.

$sel:sourceIdentifier:Event', event_sourceIdentifier - Provides the identifier for the source of the event.

$sel:sourceType:Event', event_sourceType - Specifies the source type for this event.

EventCategoriesMap

data EventCategoriesMap Source #

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

See: newEventCategoriesMap smart constructor.

Instances

Instances details
FromXML EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Generic EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Associated Types

type Rep EventCategoriesMap :: Type -> Type #

Read EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Show EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

NFData EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Methods

rnf :: EventCategoriesMap -> () #

Eq EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Hashable EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

type Rep EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

type Rep EventCategoriesMap = D1 ('MetaData "EventCategoriesMap" "Amazonka.RDS.Types.EventCategoriesMap" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "EventCategoriesMap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEventCategoriesMap :: EventCategoriesMap Source #

Create a value of EventCategoriesMap with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventCategories:EventCategoriesMap', eventCategoriesMap_eventCategories - The event categories for the specified source type

$sel:sourceType:EventCategoriesMap', eventCategoriesMap_sourceType - The source type that the returned categories belong to

EventSubscription

data EventSubscription Source #

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

See: newEventSubscription smart constructor.

Instances

Instances details
FromXML EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

Generic EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

Associated Types

type Rep EventSubscription :: Type -> Type #

Read EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

Show EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

NFData EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

Methods

rnf :: EventSubscription -> () #

Eq EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

Hashable EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

type Rep EventSubscription Source # 
Instance details

Defined in Amazonka.RDS.Types.EventSubscription

type Rep EventSubscription = D1 ('MetaData "EventSubscription" "Amazonka.RDS.Types.EventSubscription" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "EventSubscription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "custSubscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerAwsId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "eventCategoriesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "eventSubscriptionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceIdsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subscriptionCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEventSubscription :: EventSubscription Source #

Create a value of EventSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:custSubscriptionId:EventSubscription', eventSubscription_custSubscriptionId - The RDS event notification subscription Id.

$sel:customerAwsId:EventSubscription', eventSubscription_customerAwsId - The Amazon Web Services customer account associated with the RDS event notification subscription.

$sel:enabled:EventSubscription', eventSubscription_enabled - A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

$sel:eventCategoriesList:EventSubscription', eventSubscription_eventCategoriesList - A list of event categories for the RDS event notification subscription.

$sel:eventSubscriptionArn:EventSubscription', eventSubscription_eventSubscriptionArn - The Amazon Resource Name (ARN) for the event subscription.

$sel:snsTopicArn:EventSubscription', eventSubscription_snsTopicArn - The topic ARN of the RDS event notification subscription.

$sel:sourceIdsList:EventSubscription', eventSubscription_sourceIdsList - A list of source IDs for the RDS event notification subscription.

$sel:sourceType:EventSubscription', eventSubscription_sourceType - The source type for the RDS event notification subscription.

$sel:status:EventSubscription', eventSubscription_status - The status of the RDS event notification subscription.

Constraints:

Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

The status "no-permission" indicates that RDS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created.

$sel:subscriptionCreationTime:EventSubscription', eventSubscription_subscriptionCreationTime - The time the RDS event notification subscription was created.

ExportTask

data ExportTask Source #

Contains the details of a snapshot export to Amazon S3.

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

See: newExportTask smart constructor.

Instances

Instances details
FromXML ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Generic ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Associated Types

type Rep ExportTask :: Type -> Type #

Read ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Show ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

NFData ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Methods

rnf :: ExportTask -> () #

Eq ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

Hashable ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

type Rep ExportTask Source # 
Instance details

Defined in Amazonka.RDS.Types.ExportTask

type Rep ExportTask = D1 ('MetaData "ExportTask" "Amazonka.RDS.Types.ExportTask" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ExportTask'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "exportOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "exportTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "percentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "snapshotTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportSourceType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "taskEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "taskStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "totalExtractedDataInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "warningMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newExportTask :: ExportTask Source #

Create a value of ExportTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exportOnly:ExportTask', exportTask_exportOnly - The data exported from the snapshot. Valid values are the following:

  • database - Export all the data from a specified database.
  • database.table table-name - Export a table of the snapshot. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
  • database.schema schema-name - Export a database schema of the snapshot. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
  • database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.

$sel:exportTaskIdentifier:ExportTask', exportTask_exportTaskIdentifier - A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.

$sel:failureCause:ExportTask', exportTask_failureCause - The reason the export failed, if it failed.

$sel:iamRoleArn:ExportTask', exportTask_iamRoleArn - The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.

$sel:kmsKeyId:ExportTask', exportTask_kmsKeyId - The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this KMS key.

$sel:percentProgress:ExportTask', exportTask_percentProgress - The progress of the snapshot export task as a percentage.

$sel:s3Bucket:ExportTask', exportTask_s3Bucket - The Amazon S3 bucket that the snapshot is exported to.

$sel:s3Prefix:ExportTask', exportTask_s3Prefix - The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.

$sel:snapshotTime:ExportTask', exportTask_snapshotTime - The time that the snapshot was created.

$sel:sourceArn:ExportTask', exportTask_sourceArn - The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.

$sel:sourceType:ExportTask', exportTask_sourceType - The type of source for the export.

$sel:status:ExportTask', exportTask_status - The progress status of the export task.

$sel:taskEndTime:ExportTask', exportTask_taskEndTime - The time that the snapshot export task completed.

$sel:taskStartTime:ExportTask', exportTask_taskStartTime - The time that the snapshot export task started.

$sel:totalExtractedDataInGB:ExportTask', exportTask_totalExtractedDataInGB - The total amount of data exported, in gigabytes.

$sel:warningMessage:ExportTask', exportTask_warningMessage - A warning about the snapshot export task.

FailoverState

data FailoverState Source #

Contains the state of scheduled or in-process failover operations on an Aurora global database (GlobalCluster). This Data type is empty unless a failover operation is scheduled or is currently underway on the Aurora global database.

See: newFailoverState smart constructor.

Instances

Instances details
FromXML FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

Generic FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

Associated Types

type Rep FailoverState :: Type -> Type #

Read FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

Show FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

NFData FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

Methods

rnf :: FailoverState -> () #

Eq FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

Hashable FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

type Rep FailoverState Source # 
Instance details

Defined in Amazonka.RDS.Types.FailoverState

type Rep FailoverState = D1 ('MetaData "FailoverState" "Amazonka.RDS.Types.FailoverState" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "FailoverState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDbClusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailoverStatus)) :*: S1 ('MetaSel ('Just "toDbClusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFailoverState :: FailoverState Source #

Create a value of FailoverState with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fromDbClusterArn:FailoverState', failoverState_fromDbClusterArn - The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated with this state.

$sel:status:FailoverState', failoverState_status - The current status of the Aurora global database (GlobalCluster). Possible values are as follows:

  • pending – A request to fail over the Aurora global database (GlobalCluster) has been received by the service. The GlobalCluster's primary DB cluster and the specified secondary DB cluster are being verified before the failover process can start.
  • failing-over – This status covers the range of Aurora internal operations that take place during the failover process, such as demoting the primary Aurora DB cluster, promoting the secondary Aurora DB, and synchronizing replicas.
  • cancelling – The request to fail over the Aurora global database (GlobalCluster) was cancelled and the primary Aurora DB cluster and the selected secondary Aurora DB cluster are returning to their previous states.

$sel:toDbClusterArn:FailoverState', failoverState_toDbClusterArn - The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being promoted, and which is associated with this state.

Filter

data Filter Source #

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as IDs. The filters supported by a describe operation are documented with the describe operation.

Currently, wildcards are not supported in filters.

The following actions can be filtered:

  • DescribeDBClusterBacktracks
  • DescribeDBClusterEndpoints
  • DescribeDBClusters
  • DescribeDBInstances
  • DescribePendingMaintenanceActions

See: newFilter smart constructor.

Constructors

Filter' Text [Text] 

Instances

Instances details
ToQuery Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.RDS.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.RDS.Types.Filter" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newFilter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Filter', filter_name - The name of the filter. Filter names are case-sensitive.

$sel:values:Filter', filter_values - One or more filter values. Filter values are case-sensitive.

GlobalCluster

data GlobalCluster Source #

A data type representing an Aurora global database.

See: newGlobalCluster smart constructor.

Instances

Instances details
FromXML GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

Generic GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

Associated Types

type Rep GlobalCluster :: Type -> Type #

Read GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

Show GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

NFData GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

Methods

rnf :: GlobalCluster -> () #

Eq GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

Hashable GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

type Rep GlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalCluster

type Rep GlobalCluster = D1 ('MetaData "GlobalCluster" "Amazonka.RDS.Types.GlobalCluster" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "GlobalCluster'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deletionProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failoverState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailoverState))))) :*: ((S1 ('MetaSel ('Just "globalClusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalClusterMembers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GlobalClusterMember])))) :*: (S1 ('MetaSel ('Just "globalClusterResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageEncrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newGlobalCluster :: GlobalCluster Source #

Create a value of GlobalCluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:databaseName:GlobalCluster', globalCluster_databaseName - The default database name within the new global database cluster.

$sel:deletionProtection:GlobalCluster', globalCluster_deletionProtection - The deletion protection setting for the new global database cluster.

$sel:engine:GlobalCluster', globalCluster_engine - The Aurora database engine used by the global database cluster.

$sel:engineVersion:GlobalCluster', globalCluster_engineVersion - Indicates the database engine version.

$sel:failoverState:GlobalCluster', globalCluster_failoverState - A data object containing all properties for the current state of an in-process or pending failover process for this Aurora global database. This object is empty unless the FailoverGlobalCluster API operation has been called on this Aurora global database (GlobalCluster).

$sel:globalClusterArn:GlobalCluster', globalCluster_globalClusterArn - The Amazon Resource Name (ARN) for the global database cluster.

$sel:globalClusterIdentifier:GlobalCluster', globalCluster_globalClusterIdentifier - Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.

$sel:globalClusterMembers:GlobalCluster', globalCluster_globalClusterMembers - The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.

$sel:globalClusterResourceId:GlobalCluster', globalCluster_globalClusterResourceId - The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.

GlobalCluster, globalCluster_status - Specifies the current state of this global database cluster.

$sel:storageEncrypted:GlobalCluster', globalCluster_storageEncrypted - The storage encryption setting for the global database cluster.

GlobalClusterMember

data GlobalClusterMember Source #

A data structure with information about any primary and secondary clusters associated with an Aurora global database.

See: newGlobalClusterMember smart constructor.

Instances

Instances details
FromXML GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

Generic GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

Associated Types

type Rep GlobalClusterMember :: Type -> Type #

Read GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

Show GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

NFData GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

Methods

rnf :: GlobalClusterMember -> () #

Eq GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

Hashable GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

type Rep GlobalClusterMember Source # 
Instance details

Defined in Amazonka.RDS.Types.GlobalClusterMember

type Rep GlobalClusterMember = D1 ('MetaData "GlobalClusterMember" "Amazonka.RDS.Types.GlobalClusterMember" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "GlobalClusterMember'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbClusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalWriteForwardingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WriteForwardingStatus))) :*: (S1 ('MetaSel ('Just "isWriter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "readers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newGlobalClusterMember :: GlobalClusterMember Source #

Create a value of GlobalClusterMember with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbClusterArn:GlobalClusterMember', globalClusterMember_dbClusterArn - The Amazon Resource Name (ARN) for each Aurora cluster.

$sel:globalWriteForwardingStatus:GlobalClusterMember', globalClusterMember_globalWriteForwardingStatus - Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.

$sel:isWriter:GlobalClusterMember', globalClusterMember_isWriter - Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.

$sel:readers:GlobalClusterMember', globalClusterMember_readers - The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.

IPRange

data IPRange Source #

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

See: newIPRange smart constructor.

Constructors

IPRange' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromXML IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Generic IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Associated Types

type Rep IPRange :: Type -> Type #

Methods

from :: IPRange -> Rep IPRange x #

to :: Rep IPRange x -> IPRange #

Read IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Show IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

NFData IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Methods

rnf :: IPRange -> () #

Eq IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Methods

(==) :: IPRange -> IPRange -> Bool #

(/=) :: IPRange -> IPRange -> Bool #

Hashable IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Methods

hashWithSalt :: Int -> IPRange -> Int #

hash :: IPRange -> Int #

type Rep IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

type Rep IPRange = D1 ('MetaData "IPRange" "Amazonka.RDS.Types.IPRange" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "IPRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIPRange :: IPRange Source #

Create a value of IPRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cidrip:IPRange', iPRange_cidrip - Specifies the IP range.

$sel:status:IPRange', iPRange_status - Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

MasterUserSecret

data MasterUserSecret Source #

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.

See: newMasterUserSecret smart constructor.

Instances

Instances details
FromXML MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

Generic MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

Associated Types

type Rep MasterUserSecret :: Type -> Type #

Read MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

Show MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

NFData MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

Methods

rnf :: MasterUserSecret -> () #

Eq MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

Hashable MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

type Rep MasterUserSecret Source # 
Instance details

Defined in Amazonka.RDS.Types.MasterUserSecret

type Rep MasterUserSecret = D1 ('MetaData "MasterUserSecret" "Amazonka.RDS.Types.MasterUserSecret" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "MasterUserSecret'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMasterUserSecret :: MasterUserSecret Source #

Create a value of MasterUserSecret with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKeyId:MasterUserSecret', masterUserSecret_kmsKeyId - The Amazon Web Services KMS key identifier that is used to encrypt the secret.

$sel:secretArn:MasterUserSecret', masterUserSecret_secretArn - The Amazon Resource Name (ARN) of the secret.

$sel:secretStatus:MasterUserSecret', masterUserSecret_secretStatus - The status of the secret.

The possible status values include the following:

  • creating - The secret is being created.
  • active - The secret is available for normal use and rotation.
  • rotating - The secret is being rotated.
  • impaired - The secret can be used to access database credentials, but it can't be rotated. A secret might have this status if, for example, permissions are changed so that RDS can no longer access either the secret or the KMS key for the secret.

    When a secret has this status, you can correct the condition that caused the status. Alternatively, modify the DB instance to turn off automatic management of database credentials, and then modify the DB instance again to turn on automatic management of database credentials.

MinimumEngineVersionPerAllowedValue

data MinimumEngineVersionPerAllowedValue Source #

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

See: newMinimumEngineVersionPerAllowedValue smart constructor.

Instances

Instances details
FromXML MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

Generic MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

Read MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

Show MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

NFData MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

Eq MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

Hashable MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

type Rep MinimumEngineVersionPerAllowedValue Source # 
Instance details

Defined in Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue

type Rep MinimumEngineVersionPerAllowedValue = D1 ('MetaData "MinimumEngineVersionPerAllowedValue" "Amazonka.RDS.Types.MinimumEngineVersionPerAllowedValue" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "MinimumEngineVersionPerAllowedValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minimumEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMinimumEngineVersionPerAllowedValue :: MinimumEngineVersionPerAllowedValue Source #

Create a value of MinimumEngineVersionPerAllowedValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValue:MinimumEngineVersionPerAllowedValue', minimumEngineVersionPerAllowedValue_allowedValue - The allowed value for an option setting.

$sel:minimumEngineVersion:MinimumEngineVersionPerAllowedValue', minimumEngineVersionPerAllowedValue_minimumEngineVersion - The minimum DB engine version required for the allowed value.

Option

data Option Source #

Option details.

See: newOption smart constructor.

Instances

Instances details
FromXML Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

Generic Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

Associated Types

type Rep Option :: Type -> Type #

Methods

from :: Option -> Rep Option x #

to :: Rep Option x -> Option #

Read Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

Show Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

NFData Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

Methods

rnf :: Option -> () #

Eq Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

Methods

(==) :: Option -> Option -> Bool #

(/=) :: Option -> Option -> Bool #

Hashable Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

Methods

hashWithSalt :: Int -> Option -> Int #

hash :: Option -> Int #

type Rep Option Source # 
Instance details

Defined in Amazonka.RDS.Types.Option

newOption :: Option Source #

Create a value of Option with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroupMemberships:Option', option_dbSecurityGroupMemberships - If the option requires access to a port, then this DB security group allows access to the port.

$sel:optionDescription:Option', option_optionDescription - The description of the option.

$sel:optionName:Option', option_optionName - The name of the option.

$sel:optionSettings:Option', option_optionSettings - The option settings for this option.

$sel:optionVersion:Option', option_optionVersion - The version of the option.

$sel:permanent:Option', option_permanent - Indicate if this option is permanent.

$sel:persistent:Option', option_persistent - Indicate if this option is persistent.

$sel:port:Option', option_port - If required, the port configured for this option to use.

$sel:vpcSecurityGroupMemberships:Option', option_vpcSecurityGroupMemberships - If the option requires access to a port, then this VPC security group allows access to the port.

OptionConfiguration

data OptionConfiguration Source #

A list of all available options

See: newOptionConfiguration smart constructor.

Instances

Instances details
ToQuery OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

Generic OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

Associated Types

type Rep OptionConfiguration :: Type -> Type #

Read OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

Show OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

NFData OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

Methods

rnf :: OptionConfiguration -> () #

Eq OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

Hashable OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

type Rep OptionConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionConfiguration

type Rep OptionConfiguration = D1 ('MetaData "OptionConfiguration" "Amazonka.RDS.Types.OptionConfiguration" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OptionConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbSecurityGroupMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionSetting])) :*: S1 ('MetaSel ('Just "optionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "vpcSecurityGroupMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOptionConfiguration Source #

Create a value of OptionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dbSecurityGroupMemberships:OptionConfiguration', optionConfiguration_dbSecurityGroupMemberships - A list of DBSecurityGroupMembership name strings used for this option.

$sel:optionSettings:OptionConfiguration', optionConfiguration_optionSettings - The option settings to include in an option group.

$sel:optionVersion:OptionConfiguration', optionConfiguration_optionVersion - The version for the option.

$sel:port:OptionConfiguration', optionConfiguration_port - The optional port for the option.

$sel:vpcSecurityGroupMemberships:OptionConfiguration', optionConfiguration_vpcSecurityGroupMemberships - A list of VpcSecurityGroupMembership name strings used for this option.

$sel:optionName:OptionConfiguration', optionConfiguration_optionName - The configuration of options to include in a group.

OptionGroup

data OptionGroup Source #

See: newOptionGroup smart constructor.

Instances

Instances details
FromXML OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

Generic OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

Associated Types

type Rep OptionGroup :: Type -> Type #

Read OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

Show OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

NFData OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

Methods

rnf :: OptionGroup -> () #

Eq OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

Hashable OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

type Rep OptionGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroup

type Rep OptionGroup = D1 ('MetaData "OptionGroup" "Amazonka.RDS.Types.OptionGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OptionGroup'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allowsVpcAndNonVpcInstanceMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "copyTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "optionGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Option])))) :*: (S1 ('MetaSel ('Just "sourceAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceOptionGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOptionGroup :: OptionGroup Source #

Create a value of OptionGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowsVpcAndNonVpcInstanceMemberships:OptionGroup', optionGroup_allowsVpcAndNonVpcInstanceMemberships - Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

$sel:copyTimestamp:OptionGroup', optionGroup_copyTimestamp - Indicates when the option group was copied.

$sel:engineName:OptionGroup', optionGroup_engineName - Indicates the name of the engine that this option group can be applied to.

$sel:majorEngineVersion:OptionGroup', optionGroup_majorEngineVersion - Indicates the major engine version associated with this option group.

$sel:optionGroupArn:OptionGroup', optionGroup_optionGroupArn - Specifies the Amazon Resource Name (ARN) for the option group.

$sel:optionGroupDescription:OptionGroup', optionGroup_optionGroupDescription - Provides a description of the option group.

$sel:optionGroupName:OptionGroup', optionGroup_optionGroupName - Specifies the name of the option group.

$sel:options:OptionGroup', optionGroup_options - Indicates what options are available in the option group.

$sel:sourceAccountId:OptionGroup', optionGroup_sourceAccountId - Specifies the Amazon Web Services account ID for the option group from which this option group is copied.

$sel:sourceOptionGroup:OptionGroup', optionGroup_sourceOptionGroup - Specifies the name of the option group from which this option group is copied.

$sel:vpcId:OptionGroup', optionGroup_vpcId - If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

OptionGroupMembership

data OptionGroupMembership Source #

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

See: newOptionGroupMembership smart constructor.

Instances

Instances details
FromXML OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

Generic OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

Associated Types

type Rep OptionGroupMembership :: Type -> Type #

Read OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

Show OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

NFData OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

Methods

rnf :: OptionGroupMembership -> () #

Eq OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

Hashable OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

type Rep OptionGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupMembership

type Rep OptionGroupMembership = D1 ('MetaData "OptionGroupMembership" "Amazonka.RDS.Types.OptionGroupMembership" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OptionGroupMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optionGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOptionGroupMembership :: OptionGroupMembership Source #

Create a value of OptionGroupMembership with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optionGroupName:OptionGroupMembership', optionGroupMembership_optionGroupName - The name of the option group that the instance belongs to.

$sel:status:OptionGroupMembership', optionGroupMembership_status - The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

OptionGroupOption

data OptionGroupOption Source #

Available option.

See: newOptionGroupOption smart constructor.

Instances

Instances details
FromXML OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

Generic OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

Associated Types

type Rep OptionGroupOption :: Type -> Type #

Read OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

Show OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

NFData OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

Methods

rnf :: OptionGroupOption -> () #

Eq OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

Hashable OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

type Rep OptionGroupOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOption

type Rep OptionGroupOption = D1 ('MetaData "OptionGroupOption" "Amazonka.RDS.Types.OptionGroupOption" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OptionGroupOption'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "copyableCrossAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "defaultPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "majorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minimumRequiredMinorEngineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionGroupOptionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionGroupOptionSetting]))))) :*: (((S1 ('MetaSel ('Just "optionGroupOptionVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OptionVersion])) :*: S1 ('MetaSel ('Just "optionsConflictsWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "optionsDependedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "permanent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "persistent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "portRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "requiresAutoMinorEngineVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "supportsOptionVersionDowngrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vpcOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))))

newOptionGroupOption :: OptionGroupOption Source #

Create a value of OptionGroupOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyableCrossAccount:OptionGroupOption', optionGroupOption_copyableCrossAccount - Specifies whether the option can be copied across Amazon Web Services accounts.

$sel:defaultPort:OptionGroupOption', optionGroupOption_defaultPort - If the option requires a port, specifies the default port for the option.

$sel:description:OptionGroupOption', optionGroupOption_description - The description of the option.

$sel:engineName:OptionGroupOption', optionGroupOption_engineName - The name of the engine that this option can be applied to.

$sel:majorEngineVersion:OptionGroupOption', optionGroupOption_majorEngineVersion - Indicates the major engine version that the option is available for.

$sel:minimumRequiredMinorEngineVersion:OptionGroupOption', optionGroupOption_minimumRequiredMinorEngineVersion - The minimum required engine version for the option to be applied.

$sel:name:OptionGroupOption', optionGroupOption_name - The name of the option.

$sel:optionGroupOptionSettings:OptionGroupOption', optionGroupOption_optionGroupOptionSettings - The option settings that are available (and the default value) for each option in an option group.

$sel:optionGroupOptionVersions:OptionGroupOption', optionGroupOption_optionGroupOptionVersions - The versions that are available for the option.

$sel:optionsConflictsWith:OptionGroupOption', optionGroupOption_optionsConflictsWith - The options that conflict with this option.

$sel:optionsDependedOn:OptionGroupOption', optionGroupOption_optionsDependedOn - The options that are prerequisites for this option.

$sel:permanent:OptionGroupOption', optionGroupOption_permanent - Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.

$sel:persistent:OptionGroupOption', optionGroupOption_persistent - Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.

$sel:portRequired:OptionGroupOption', optionGroupOption_portRequired - Specifies whether the option requires a port.

$sel:requiresAutoMinorEngineVersionUpgrade:OptionGroupOption', optionGroupOption_requiresAutoMinorEngineVersionUpgrade - If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.

$sel:supportsOptionVersionDowngrade:OptionGroupOption', optionGroupOption_supportsOptionVersionDowngrade - If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.

$sel:vpcOnly:OptionGroupOption', optionGroupOption_vpcOnly - If true, you can only use this option with a DB instance that is in a VPC.

OptionGroupOptionSetting

data OptionGroupOptionSetting Source #

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.

See: newOptionGroupOptionSetting smart constructor.

Instances

Instances details
FromXML OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

Generic OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

Associated Types

type Rep OptionGroupOptionSetting :: Type -> Type #

Read OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

Show OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

NFData OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

Eq OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

Hashable OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

type Rep OptionGroupOptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionGroupOptionSetting

type Rep OptionGroupOptionSetting = D1 ('MetaData "OptionGroupOptionSetting" "Amazonka.RDS.Types.OptionGroupOptionSetting" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OptionGroupOptionSetting'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isModifiable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "isRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "minimumEngineVersionPerAllowedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MinimumEngineVersionPerAllowedValue]))) :*: (S1 ('MetaSel ('Just "settingDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "settingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newOptionGroupOptionSetting :: OptionGroupOptionSetting Source #

Create a value of OptionGroupOptionSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValues:OptionGroupOptionSetting', optionGroupOptionSetting_allowedValues - Indicates the acceptable values for the option group option.

$sel:applyType:OptionGroupOptionSetting', optionGroupOptionSetting_applyType - The DB engine specific parameter type for the option group option.

$sel:defaultValue:OptionGroupOptionSetting', optionGroupOptionSetting_defaultValue - The default value for the option group option.

$sel:isModifiable:OptionGroupOptionSetting', optionGroupOptionSetting_isModifiable - Boolean value where true indicates that this option group option can be changed from the default value.

$sel:isRequired:OptionGroupOptionSetting', optionGroupOptionSetting_isRequired - Boolean value where true indicates that a value must be specified for this option setting of the option group option.

$sel:minimumEngineVersionPerAllowedValue:OptionGroupOptionSetting', optionGroupOptionSetting_minimumEngineVersionPerAllowedValue - The minimum DB engine version required for the corresponding allowed value for this option setting.

$sel:settingDescription:OptionGroupOptionSetting', optionGroupOptionSetting_settingDescription - The description of the option group option.

$sel:settingName:OptionGroupOptionSetting', optionGroupOptionSetting_settingName - The name of the option group option.

OptionSetting

data OptionSetting Source #

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.

See: newOptionSetting smart constructor.

Instances

Instances details
ToQuery OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

FromXML OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

Generic OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

Associated Types

type Rep OptionSetting :: Type -> Type #

Read OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

Show OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

NFData OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

Methods

rnf :: OptionSetting -> () #

Eq OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

Hashable OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

type Rep OptionSetting Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionSetting

newOptionSetting :: OptionSetting Source #

Create a value of OptionSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValues:OptionSetting', optionSetting_allowedValues - The allowed values of the option setting.

$sel:applyType:OptionSetting', optionSetting_applyType - The DB engine specific parameter type.

$sel:dataType:OptionSetting', optionSetting_dataType - The data type of the option setting.

$sel:defaultValue:OptionSetting', optionSetting_defaultValue - The default value of the option setting.

$sel:description:OptionSetting', optionSetting_description - The description of the option setting.

$sel:isCollection:OptionSetting', optionSetting_isCollection - Indicates if the option setting is part of a collection.

$sel:isModifiable:OptionSetting', optionSetting_isModifiable - A Boolean value that, when true, indicates the option setting can be modified from the default.

$sel:name:OptionSetting', optionSetting_name - The name of the option that has settings that you can set.

$sel:value:OptionSetting', optionSetting_value - The current value of the option setting.

OptionVersion

data OptionVersion Source #

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

See: newOptionVersion smart constructor.

Constructors

OptionVersion' (Maybe Bool) (Maybe Text) 

Instances

Instances details
FromXML OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Generic OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Associated Types

type Rep OptionVersion :: Type -> Type #

Read OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Show OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

NFData OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Methods

rnf :: OptionVersion -> () #

Eq OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Hashable OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

type Rep OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

type Rep OptionVersion = D1 ('MetaData "OptionVersion" "Amazonka.RDS.Types.OptionVersion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OptionVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isDefault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOptionVersion :: OptionVersion Source #

Create a value of OptionVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:isDefault:OptionVersion', optionVersion_isDefault - True if the version is the default version of the option, and otherwise false.

$sel:version:OptionVersion', optionVersion_version - The version of the option.

OrderableDBInstanceOption

data OrderableDBInstanceOption Source #

Contains a list of available options for a DB instance.

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

See: newOrderableDBInstanceOption smart constructor.

Instances

Instances details
FromXML OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

Generic OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

Associated Types

type Rep OrderableDBInstanceOption :: Type -> Type #

Read OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

Show OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

NFData OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

Eq OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

Hashable OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

type Rep OrderableDBInstanceOption Source # 
Instance details

Defined in Amazonka.RDS.Types.OrderableDBInstanceOption

type Rep OrderableDBInstanceOption = D1 ('MetaData "OrderableDBInstanceOption" "Amazonka.RDS.Types.OrderableDBInstanceOption" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "OrderableDBInstanceOption'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "availabilityZoneGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AvailabilityZone]))) :*: (S1 ('MetaSel ('Just "availableProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AvailableProcessorFeature])) :*: S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxIopsPerDbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "maxIopsPerGib") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "maxStorageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "maxStorageThroughputPerDbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxStorageThroughputPerIops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "minIopsPerDbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minIopsPerGib") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "minStorageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "minStorageThroughputPerDbInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minStorageThroughputPerIops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))) :*: ((((S1 ('MetaSel ('Just "multiAZCapable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "outpostCapable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "readReplicaCapable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "supportedActivityStreamModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedEngineModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "supportedNetworkTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "supportsClusters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsEnhancedMonitoring") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "supportsGlobalDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsIAMDatabaseAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportsIops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsKerberosAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "supportsPerformanceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsStorageAutoscaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportsStorageEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "supportsStorageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))))

newOrderableDBInstanceOption :: OrderableDBInstanceOption Source #

Create a value of OrderableDBInstanceOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:availabilityZoneGroup:OrderableDBInstanceOption', orderableDBInstanceOption_availabilityZoneGroup - The Availability Zone group for a DB instance.

$sel:availabilityZones:OrderableDBInstanceOption', orderableDBInstanceOption_availabilityZones - A list of Availability Zones for a DB instance.

$sel:availableProcessorFeatures:OrderableDBInstanceOption', orderableDBInstanceOption_availableProcessorFeatures - A list of the available processor features for the DB instance class of a DB instance.

$sel:dbInstanceClass:OrderableDBInstanceOption', orderableDBInstanceOption_dbInstanceClass - The DB instance class for a DB instance.

$sel:engine:OrderableDBInstanceOption', orderableDBInstanceOption_engine - The engine type of a DB instance.

$sel:engineVersion:OrderableDBInstanceOption', orderableDBInstanceOption_engineVersion - The engine version of a DB instance.

$sel:licenseModel:OrderableDBInstanceOption', orderableDBInstanceOption_licenseModel - The license model for a DB instance.

$sel:maxIopsPerDbInstance:OrderableDBInstanceOption', orderableDBInstanceOption_maxIopsPerDbInstance - Maximum total provisioned IOPS for a DB instance.

$sel:maxIopsPerGib:OrderableDBInstanceOption', orderableDBInstanceOption_maxIopsPerGib - Maximum provisioned IOPS per GiB for a DB instance.

$sel:maxStorageSize:OrderableDBInstanceOption', orderableDBInstanceOption_maxStorageSize - Maximum storage size for a DB instance.

$sel:maxStorageThroughputPerDbInstance:OrderableDBInstanceOption', orderableDBInstanceOption_maxStorageThroughputPerDbInstance - Maximum storage throughput for a DB instance.

$sel:maxStorageThroughputPerIops:OrderableDBInstanceOption', orderableDBInstanceOption_maxStorageThroughputPerIops - Maximum storage throughput to provisioned IOPS ratio for a DB instance.

$sel:minIopsPerDbInstance:OrderableDBInstanceOption', orderableDBInstanceOption_minIopsPerDbInstance - Minimum total provisioned IOPS for a DB instance.

$sel:minIopsPerGib:OrderableDBInstanceOption', orderableDBInstanceOption_minIopsPerGib - Minimum provisioned IOPS per GiB for a DB instance.

$sel:minStorageSize:OrderableDBInstanceOption', orderableDBInstanceOption_minStorageSize - Minimum storage size for a DB instance.

$sel:minStorageThroughputPerDbInstance:OrderableDBInstanceOption', orderableDBInstanceOption_minStorageThroughputPerDbInstance - Minimum storage throughput for a DB instance.

$sel:minStorageThroughputPerIops:OrderableDBInstanceOption', orderableDBInstanceOption_minStorageThroughputPerIops - Minimum storage throughput to provisioned IOPS ratio for a DB instance.

$sel:multiAZCapable:OrderableDBInstanceOption', orderableDBInstanceOption_multiAZCapable - Indicates whether a DB instance is Multi-AZ capable.

$sel:outpostCapable:OrderableDBInstanceOption', orderableDBInstanceOption_outpostCapable - Whether a DB instance supports RDS on Outposts.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

$sel:readReplicaCapable:OrderableDBInstanceOption', orderableDBInstanceOption_readReplicaCapable - Indicates whether a DB instance can have a read replica.

$sel:storageType:OrderableDBInstanceOption', orderableDBInstanceOption_storageType - Indicates the storage type for a DB instance.

$sel:supportedActivityStreamModes:OrderableDBInstanceOption', orderableDBInstanceOption_supportedActivityStreamModes - The list of supported modes for Database Activity Streams. Aurora PostgreSQL returns the value [sync, async]. Aurora MySQL and RDS for Oracle return [async] only. If Database Activity Streams isn't supported, the return value is an empty list.

$sel:supportedEngineModes:OrderableDBInstanceOption', orderableDBInstanceOption_supportedEngineModes - A list of the supported DB engine modes.

$sel:supportedNetworkTypes:OrderableDBInstanceOption', orderableDBInstanceOption_supportedNetworkTypes - The network types supported by the DB instance (IPV4 or DUAL).

A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

$sel:supportsClusters:OrderableDBInstanceOption', orderableDBInstanceOption_supportsClusters - Whether DB instances can be configured as a Multi-AZ DB cluster.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

$sel:supportsEnhancedMonitoring:OrderableDBInstanceOption', orderableDBInstanceOption_supportsEnhancedMonitoring - Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.

$sel:supportsGlobalDatabases:OrderableDBInstanceOption', orderableDBInstanceOption_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.

$sel:supportsIAMDatabaseAuthentication:OrderableDBInstanceOption', orderableDBInstanceOption_supportsIAMDatabaseAuthentication - Indicates whether a DB instance supports IAM database authentication.

$sel:supportsIops:OrderableDBInstanceOption', orderableDBInstanceOption_supportsIops - Indicates whether a DB instance supports provisioned IOPS.

$sel:supportsKerberosAuthentication:OrderableDBInstanceOption', orderableDBInstanceOption_supportsKerberosAuthentication - Whether a DB instance supports Kerberos Authentication.

$sel:supportsPerformanceInsights:OrderableDBInstanceOption', orderableDBInstanceOption_supportsPerformanceInsights - True if a DB instance supports Performance Insights, otherwise false.

$sel:supportsStorageAutoscaling:OrderableDBInstanceOption', orderableDBInstanceOption_supportsStorageAutoscaling - Whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.

$sel:supportsStorageEncryption:OrderableDBInstanceOption', orderableDBInstanceOption_supportsStorageEncryption - Indicates whether a DB instance supports encrypted storage.

$sel:supportsStorageThroughput:OrderableDBInstanceOption', orderableDBInstanceOption_supportsStorageThroughput - Indicates whether a DB instance supports storage throughput.

$sel:vpc:OrderableDBInstanceOption', orderableDBInstanceOption_vpc - Indicates whether a DB instance is in a VPC.

Outpost

data Outpost Source #

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.

See: newOutpost smart constructor.

Constructors

Outpost' (Maybe Text) 

Instances

Instances details
FromXML Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Generic Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Associated Types

type Rep Outpost :: Type -> Type #

Methods

from :: Outpost -> Rep Outpost x #

to :: Rep Outpost x -> Outpost #

Read Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Show Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

NFData Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Methods

rnf :: Outpost -> () #

Eq Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Methods

(==) :: Outpost -> Outpost -> Bool #

(/=) :: Outpost -> Outpost -> Bool #

Hashable Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Methods

hashWithSalt :: Int -> Outpost -> Int #

hash :: Outpost -> Int #

type Rep Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

type Rep Outpost = D1 ('MetaData "Outpost" "Amazonka.RDS.Types.Outpost" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Outpost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOutpost :: Outpost Source #

Create a value of Outpost with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Outpost', outpost_arn - The Amazon Resource Name (ARN) of the Outpost.

Parameter

data Parameter Source #

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.

See: newParameter smart constructor.

Instances

Instances details
ToQuery Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

FromXML Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

Generic Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

Associated Types

type Rep Parameter :: Type -> Type #

Read Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

Show Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

NFData Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

Methods

rnf :: Parameter -> () #

Eq Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

Hashable Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

type Rep Parameter Source # 
Instance details

Defined in Amazonka.RDS.Types.Parameter

newParameter :: Parameter Source #

Create a value of Parameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValues:Parameter', parameter_allowedValues - Specifies the valid range of values for the parameter.

$sel:applyMethod:Parameter', parameter_applyMethod - Indicates when to apply parameter updates.

$sel:applyType:Parameter', parameter_applyType - Specifies the engine specific parameters type.

$sel:dataType:Parameter', parameter_dataType - Specifies the valid data type for the parameter.

$sel:description:Parameter', parameter_description - Provides a description of the parameter.

$sel:isModifiable:Parameter', parameter_isModifiable - Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

$sel:minimumEngineVersion:Parameter', parameter_minimumEngineVersion - The earliest engine version to which the parameter can apply.

$sel:parameterName:Parameter', parameter_parameterName - Specifies the name of the parameter.

$sel:parameterValue:Parameter', parameter_parameterValue - Specifies the value of the parameter.

$sel:source:Parameter', parameter_source - Indicates the source of the parameter value.

$sel:supportedEngineModes:Parameter', parameter_supportedEngineModes - The valid DB engine modes.

PendingCloudwatchLogsExports

data PendingCloudwatchLogsExports Source #

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.

See: newPendingCloudwatchLogsExports smart constructor.

Instances

Instances details
FromXML PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Generic PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Associated Types

type Rep PendingCloudwatchLogsExports :: Type -> Type #

Read PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Show PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

NFData PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Eq PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Hashable PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

type Rep PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

type Rep PendingCloudwatchLogsExports = D1 ('MetaData "PendingCloudwatchLogsExports" "Amazonka.RDS.Types.PendingCloudwatchLogsExports" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PendingCloudwatchLogsExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logTypesToDisable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "logTypesToEnable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newPendingCloudwatchLogsExports :: PendingCloudwatchLogsExports Source #

Create a value of PendingCloudwatchLogsExports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logTypesToDisable:PendingCloudwatchLogsExports', pendingCloudwatchLogsExports_logTypesToDisable - Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

$sel:logTypesToEnable:PendingCloudwatchLogsExports', pendingCloudwatchLogsExports_logTypesToEnable - Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

PendingMaintenanceAction

data PendingMaintenanceAction Source #

Provides information about a pending maintenance action for a resource.

See: newPendingMaintenanceAction smart constructor.

Instances

Instances details
FromXML PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

Generic PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

Associated Types

type Rep PendingMaintenanceAction :: Type -> Type #

Read PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

Show PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

NFData PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

Eq PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

Hashable PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

type Rep PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingMaintenanceAction

type Rep PendingMaintenanceAction = D1 ('MetaData "PendingMaintenanceAction" "Amazonka.RDS.Types.PendingMaintenanceAction" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PendingMaintenanceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoAppliedAfterDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "currentApplyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forcedApplyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "optInStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPendingMaintenanceAction :: PendingMaintenanceAction Source #

Create a value of PendingMaintenanceAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:PendingMaintenanceAction', pendingMaintenanceAction_action - The type of pending maintenance action that is available for the resource. Valid actions are system-update, db-upgrade, hardware-maintenance, and ca-certificate-rotation.

$sel:autoAppliedAfterDate:PendingMaintenanceAction', pendingMaintenanceAction_autoAppliedAfterDate - The date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date.

$sel:currentApplyDate:PendingMaintenanceAction', pendingMaintenanceAction_currentApplyDate - The effective date when the pending maintenance action is applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

$sel:description:PendingMaintenanceAction', pendingMaintenanceAction_description - A description providing more detail about the maintenance action.

$sel:forcedApplyDate:PendingMaintenanceAction', pendingMaintenanceAction_forcedApplyDate - The date when the maintenance action is automatically applied.

On this date, the maintenance action is applied to the resource as soon as possible, regardless of the maintenance window for the resource. There might be a delay of one or more days from this date before the maintenance action is applied.

$sel:optInStatus:PendingMaintenanceAction', pendingMaintenanceAction_optInStatus - Indicates the type of opt-in request that has been received for the resource.

PendingModifiedValues

data PendingModifiedValues Source #

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.

See: newPendingModifiedValues smart constructor.

Instances

Instances details
FromXML PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

Generic PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

Associated Types

type Rep PendingModifiedValues :: Type -> Type #

Read PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

Show PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

NFData PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

Methods

rnf :: PendingModifiedValues -> () #

Eq PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

Hashable PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

type Rep PendingModifiedValues Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingModifiedValues

type Rep PendingModifiedValues = D1 ('MetaData "PendingModifiedValues" "Amazonka.RDS.Types.PendingModifiedValues" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "PendingModifiedValues'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "automationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationMode))) :*: (S1 ('MetaSel ('Just "backupRetentionPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "cACertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iAMDatabaseAuthenticationEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "licenseModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "pendingCloudwatchLogsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PendingCloudwatchLogsExports))))) :*: ((S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "processorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorFeature]))) :*: (S1 ('MetaSel ('Just "resumeFullAutomationModeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "storageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newPendingModifiedValues :: PendingModifiedValues Source #

Create a value of PendingModifiedValues with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allocatedStorage:PendingModifiedValues', pendingModifiedValues_allocatedStorage - The allocated storage size for the DB instance specified in gibibytes (GiB).

$sel:automationMode:PendingModifiedValues', pendingModifiedValues_automationMode - The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.

$sel:backupRetentionPeriod:PendingModifiedValues', pendingModifiedValues_backupRetentionPeriod - The number of days for which automated backups are retained.

$sel:cACertificateIdentifier:PendingModifiedValues', pendingModifiedValues_cACertificateIdentifier - The identifier of the CA certificate for the DB instance.

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.

$sel:dbInstanceClass:PendingModifiedValues', pendingModifiedValues_dbInstanceClass - The name of the compute and memory capacity class for the DB instance.

$sel:dbInstanceIdentifier:PendingModifiedValues', pendingModifiedValues_dbInstanceIdentifier - The database identifier for the DB instance.

$sel:dbSubnetGroupName:PendingModifiedValues', pendingModifiedValues_dbSubnetGroupName - The DB subnet group for the DB instance.

$sel:engineVersion:PendingModifiedValues', pendingModifiedValues_engineVersion - The database engine version.

$sel:iAMDatabaseAuthenticationEnabled:PendingModifiedValues', pendingModifiedValues_iAMDatabaseAuthenticationEnabled - Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

$sel:iops:PendingModifiedValues', pendingModifiedValues_iops - The Provisioned IOPS value for the DB instance.

$sel:licenseModel:PendingModifiedValues', pendingModifiedValues_licenseModel - The license model for the DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

$sel:masterUserPassword:PendingModifiedValues', pendingModifiedValues_masterUserPassword - The master credentials for the DB instance.

$sel:multiAZ:PendingModifiedValues', pendingModifiedValues_multiAZ - A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.

$sel:pendingCloudwatchLogsExports:PendingModifiedValues', pendingModifiedValues_pendingCloudwatchLogsExports - Undocumented member.

$sel:port:PendingModifiedValues', pendingModifiedValues_port - The port for the DB instance.

$sel:processorFeatures:PendingModifiedValues', pendingModifiedValues_processorFeatures - The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

$sel:resumeFullAutomationModeTime:PendingModifiedValues', pendingModifiedValues_resumeFullAutomationModeTime - The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

$sel:storageThroughput:PendingModifiedValues', pendingModifiedValues_storageThroughput - The storage throughput of the DB instance.

$sel:storageType:PendingModifiedValues', pendingModifiedValues_storageType - The storage type of the DB instance.

ProcessorFeature

data ProcessorFeature Source #

Contains the processor features of a DB instance class.

To specify the number of CPU cores, use the coreCount feature name for the Name parameter. To specify the number of threads per core, use the threadsPerCore feature name for the Name parameter.

You can set the processor features of the DB instance class for a DB instance when you call one of the following actions:

  • CreateDBInstance
  • ModifyDBInstance
  • RestoreDBInstanceFromDBSnapshot
  • RestoreDBInstanceFromS3
  • RestoreDBInstanceToPointInTime

You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions action and specifying the instance class for the DBInstanceClass parameter.

In addition, you can use the following actions for DB instance class processor information:

  • DescribeDBInstances
  • DescribeDBSnapshots
  • DescribeValidDBInstanceModifications

If you call DescribeDBInstances, ProcessorFeature returns non-null values only if the following conditions are met:

  • You are accessing an Oracle DB instance.
  • Your Oracle DB instance class supports configuring the number of CPU cores and threads per core.
  • The current number CPU cores and threads is set to a non-default value.

For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.

See: newProcessorFeature smart constructor.

Instances

Instances details
ToQuery ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

FromXML ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

Generic ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

Associated Types

type Rep ProcessorFeature :: Type -> Type #

Read ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

Show ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

NFData ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

Methods

rnf :: ProcessorFeature -> () #

Eq ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

Hashable ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

type Rep ProcessorFeature Source # 
Instance details

Defined in Amazonka.RDS.Types.ProcessorFeature

type Rep ProcessorFeature = D1 ('MetaData "ProcessorFeature" "Amazonka.RDS.Types.ProcessorFeature" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ProcessorFeature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProcessorFeature :: ProcessorFeature Source #

Create a value of ProcessorFeature with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ProcessorFeature', processorFeature_name - The name of the processor feature. Valid names are coreCount and threadsPerCore.

$sel:value:ProcessorFeature', processorFeature_value - The value of a processor feature name.

Range

data Range Source #

A range of integer values.

See: newRange smart constructor.

Constructors

Range' (Maybe Int) (Maybe Int) (Maybe Int) 

Instances

Instances details
FromXML Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Methods

parseXML :: [Node] -> Either String Range #

Generic Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Associated Types

type Rep Range :: Type -> Type #

Methods

from :: Range -> Rep Range x #

to :: Rep Range x -> Range #

Read Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Show Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #

NFData Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Methods

rnf :: Range -> () #

Eq Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Methods

(==) :: Range -> Range -> Bool #

(/=) :: Range -> Range -> Bool #

Hashable Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

Methods

hashWithSalt :: Int -> Range -> Int #

hash :: Range -> Int #

type Rep Range Source # 
Instance details

Defined in Amazonka.RDS.Types.Range

type Rep Range = D1 ('MetaData "Range" "Amazonka.RDS.Types.Range" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Range'" 'PrefixI 'True) (S1 ('MetaSel ('Just "from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "step") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "to") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newRange :: Range Source #

Create a value of Range with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:from:Range', range_from - The minimum value in the range.

$sel:step:Range', range_step - The step value for the range. For example, if you have a range of 5,000 to 10,000, with a step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500 is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000, 7,000, 8,000...

$sel:to:Range', range_to - The maximum value in the range.

RecurringCharge

data RecurringCharge Source #

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

See: newRecurringCharge smart constructor.

Instances

Instances details
FromXML RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

Generic RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

Associated Types

type Rep RecurringCharge :: Type -> Type #

Read RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

Show RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

NFData RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

Methods

rnf :: RecurringCharge -> () #

Eq RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

Hashable RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

type Rep RecurringCharge Source # 
Instance details

Defined in Amazonka.RDS.Types.RecurringCharge

type Rep RecurringCharge = D1 ('MetaData "RecurringCharge" "Amazonka.RDS.Types.RecurringCharge" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RecurringCharge'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recurringChargeAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "recurringChargeFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRecurringCharge :: RecurringCharge Source #

Create a value of RecurringCharge with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recurringChargeAmount:RecurringCharge', recurringCharge_recurringChargeAmount - The amount of the recurring charge.

$sel:recurringChargeFrequency:RecurringCharge', recurringCharge_recurringChargeFrequency - The frequency of the recurring charge.

ReservedDBInstance

data ReservedDBInstance Source #

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

See: newReservedDBInstance smart constructor.

Instances

Instances details
FromXML ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

Generic ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

Associated Types

type Rep ReservedDBInstance :: Type -> Type #

Read ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

Show ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

NFData ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

Methods

rnf :: ReservedDBInstance -> () #

Eq ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

Hashable ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

type Rep ReservedDBInstance Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstance

type Rep ReservedDBInstance = D1 ('MetaData "ReservedDBInstance" "Amazonka.RDS.Types.ReservedDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ReservedDBInstance'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "fixedPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "leaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "offeringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "productDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recurringCharges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecurringCharge]))) :*: (S1 ('MetaSel ('Just "reservedDBInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reservedDBInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "reservedDBInstancesOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usagePrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))))

newReservedDBInstance :: ReservedDBInstance Source #

Create a value of ReservedDBInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currencyCode:ReservedDBInstance', reservedDBInstance_currencyCode - The currency code for the reserved DB instance.

$sel:dbInstanceClass:ReservedDBInstance', reservedDBInstance_dbInstanceClass - The DB instance class for the reserved DB instance.

$sel:dbInstanceCount:ReservedDBInstance', reservedDBInstance_dbInstanceCount - The number of reserved DB instances.

$sel:duration:ReservedDBInstance', reservedDBInstance_duration - The duration of the reservation in seconds.

$sel:fixedPrice:ReservedDBInstance', reservedDBInstance_fixedPrice - The fixed price charged for this reserved DB instance.

$sel:leaseId:ReservedDBInstance', reservedDBInstance_leaseId - The unique identifier for the lease associated with the reserved DB instance.

Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.

$sel:multiAZ:ReservedDBInstance', reservedDBInstance_multiAZ - Indicates if the reservation applies to Multi-AZ deployments.

$sel:offeringType:ReservedDBInstance', reservedDBInstance_offeringType - The offering type of this reserved DB instance.

$sel:productDescription:ReservedDBInstance', reservedDBInstance_productDescription - The description of the reserved DB instance.

$sel:recurringCharges:ReservedDBInstance', reservedDBInstance_recurringCharges - The recurring price charged to run this reserved DB instance.

$sel:reservedDBInstanceArn:ReservedDBInstance', reservedDBInstance_reservedDBInstanceArn - The Amazon Resource Name (ARN) for the reserved DB instance.

$sel:reservedDBInstanceId:ReservedDBInstance', reservedDBInstance_reservedDBInstanceId - The unique identifier for the reservation.

$sel:reservedDBInstancesOfferingId:ReservedDBInstance', reservedDBInstance_reservedDBInstancesOfferingId - The offering identifier.

$sel:startTime:ReservedDBInstance', reservedDBInstance_startTime - The time the reservation started.

$sel:state:ReservedDBInstance', reservedDBInstance_state - The state of the reserved DB instance.

$sel:usagePrice:ReservedDBInstance', reservedDBInstance_usagePrice - The hourly price charged for this reserved DB instance.

ReservedDBInstancesOffering

data ReservedDBInstancesOffering Source #

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

See: newReservedDBInstancesOffering smart constructor.

Instances

Instances details
FromXML ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

Generic ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

Associated Types

type Rep ReservedDBInstancesOffering :: Type -> Type #

Read ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

Show ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

NFData ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

Eq ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

Hashable ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

type Rep ReservedDBInstancesOffering Source # 
Instance details

Defined in Amazonka.RDS.Types.ReservedDBInstancesOffering

type Rep ReservedDBInstancesOffering = D1 ('MetaData "ReservedDBInstancesOffering" "Amazonka.RDS.Types.ReservedDBInstancesOffering" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ReservedDBInstancesOffering'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "fixedPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "offeringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recurringCharges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecurringCharge])) :*: (S1 ('MetaSel ('Just "reservedDBInstancesOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usagePrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))))

newReservedDBInstancesOffering :: ReservedDBInstancesOffering Source #

Create a value of ReservedDBInstancesOffering with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currencyCode:ReservedDBInstancesOffering', reservedDBInstancesOffering_currencyCode - The currency code for the reserved DB instance offering.

$sel:dbInstanceClass:ReservedDBInstancesOffering', reservedDBInstancesOffering_dbInstanceClass - The DB instance class for the reserved DB instance.

$sel:duration:ReservedDBInstancesOffering', reservedDBInstancesOffering_duration - The duration of the offering in seconds.

$sel:fixedPrice:ReservedDBInstancesOffering', reservedDBInstancesOffering_fixedPrice - The fixed price charged for this offering.

$sel:multiAZ:ReservedDBInstancesOffering', reservedDBInstancesOffering_multiAZ - Indicates if the offering applies to Multi-AZ deployments.

$sel:offeringType:ReservedDBInstancesOffering', reservedDBInstancesOffering_offeringType - The offering type.

$sel:productDescription:ReservedDBInstancesOffering', reservedDBInstancesOffering_productDescription - The database engine used by the offering.

$sel:recurringCharges:ReservedDBInstancesOffering', reservedDBInstancesOffering_recurringCharges - The recurring price charged to run this reserved DB instance.

$sel:reservedDBInstancesOfferingId:ReservedDBInstancesOffering', reservedDBInstancesOffering_reservedDBInstancesOfferingId - The offering identifier.

$sel:usagePrice:ReservedDBInstancesOffering', reservedDBInstancesOffering_usagePrice - The hourly price charged for this offering.

ResourcePendingMaintenanceActions

data ResourcePendingMaintenanceActions Source #

Describes the pending maintenance actions for a resource.

See: newResourcePendingMaintenanceActions smart constructor.

Instances

Instances details
FromXML ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

Generic ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

Associated Types

type Rep ResourcePendingMaintenanceActions :: Type -> Type #

Read ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

Show ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

NFData ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

Eq ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

Hashable ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

type Rep ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.RDS.Types.ResourcePendingMaintenanceActions

type Rep ResourcePendingMaintenanceActions = D1 ('MetaData "ResourcePendingMaintenanceActions" "Amazonka.RDS.Types.ResourcePendingMaintenanceActions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ResourcePendingMaintenanceActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingMaintenanceActionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PendingMaintenanceAction])) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResourcePendingMaintenanceActions :: ResourcePendingMaintenanceActions Source #

Create a value of ResourcePendingMaintenanceActions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:pendingMaintenanceActionDetails:ResourcePendingMaintenanceActions', resourcePendingMaintenanceActions_pendingMaintenanceActionDetails - A list that provides details about the pending maintenance actions for the resource.

$sel:resourceIdentifier:ResourcePendingMaintenanceActions', resourcePendingMaintenanceActions_resourceIdentifier - The ARN of the resource that has pending maintenance actions.

RestoreWindow

data RestoreWindow Source #

Earliest and latest time an instance can be restored to:

See: newRestoreWindow smart constructor.

Instances

Instances details
FromXML RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Generic RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Associated Types

type Rep RestoreWindow :: Type -> Type #

Read RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Show RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

NFData RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Methods

rnf :: RestoreWindow -> () #

Eq RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

Hashable RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

type Rep RestoreWindow Source # 
Instance details

Defined in Amazonka.RDS.Types.RestoreWindow

type Rep RestoreWindow = D1 ('MetaData "RestoreWindow" "Amazonka.RDS.Types.RestoreWindow" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "RestoreWindow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "earliestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "latestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

newRestoreWindow :: RestoreWindow Source #

Create a value of RestoreWindow with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:earliestTime:RestoreWindow', restoreWindow_earliestTime - The earliest time you can restore an instance to.

$sel:latestTime:RestoreWindow', restoreWindow_latestTime - The latest time you can restore an instance to.

ScalingConfiguration

data ScalingConfiguration Source #

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.

See: newScalingConfiguration smart constructor.

Instances

Instances details
ToQuery ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

Generic ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

Associated Types

type Rep ScalingConfiguration :: Type -> Type #

Read ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

Show ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

NFData ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

Methods

rnf :: ScalingConfiguration -> () #

Eq ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

Hashable ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

type Rep ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfiguration

type Rep ScalingConfiguration = D1 ('MetaData "ScalingConfiguration" "Amazonka.RDS.Types.ScalingConfiguration" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ScalingConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoPause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "secondsBeforeTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "secondsUntilAutoPause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "timeoutAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newScalingConfiguration :: ScalingConfiguration Source #

Create a value of ScalingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoPause:ScalingConfiguration', scalingConfiguration_autoPause - A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).

If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it.

$sel:maxCapacity:ScalingConfiguration', scalingConfiguration_maxCapacity - The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.

For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.

The maximum capacity must be greater than or equal to the minimum capacity.

$sel:minCapacity:ScalingConfiguration', scalingConfiguration_minCapacity - The minimum capacity for an Aurora DB cluster in serverless DB engine mode.

For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.

For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.

The minimum capacity must be less than or equal to the maximum capacity.

$sel:secondsBeforeTimeout:ScalingConfiguration', scalingConfiguration_secondsBeforeTimeout - The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Specify a value between 60 and 600 seconds.

$sel:secondsUntilAutoPause:ScalingConfiguration', scalingConfiguration_secondsUntilAutoPause - The time, in seconds, before an Aurora DB cluster in serverless mode is paused.

Specify a value between 300 and 86,400 seconds.

$sel:timeoutAction:ScalingConfiguration', scalingConfiguration_timeoutAction - The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.

RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.

If you specify ForceApplyCapacityChange, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped.

For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.

ScalingConfigurationInfo

data ScalingConfigurationInfo Source #

Shows 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.

See: newScalingConfigurationInfo smart constructor.

Instances

Instances details
FromXML ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

Generic ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

Associated Types

type Rep ScalingConfigurationInfo :: Type -> Type #

Read ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

Show ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

NFData ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

Eq ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

Hashable ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

type Rep ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ScalingConfigurationInfo

type Rep ScalingConfigurationInfo = D1 ('MetaData "ScalingConfigurationInfo" "Amazonka.RDS.Types.ScalingConfigurationInfo" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ScalingConfigurationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoPause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "secondsBeforeTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "secondsUntilAutoPause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "timeoutAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newScalingConfigurationInfo :: ScalingConfigurationInfo Source #

Create a value of ScalingConfigurationInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoPause:ScalingConfigurationInfo', scalingConfigurationInfo_autoPause - A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode.

When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.

$sel:maxCapacity:ScalingConfigurationInfo', scalingConfigurationInfo_maxCapacity - The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

$sel:minCapacity:ScalingConfigurationInfo', scalingConfigurationInfo_minCapacity - The minimum capacity for an Aurora DB cluster in serverless DB engine mode.

$sel:secondsBeforeTimeout:ScalingConfigurationInfo', scalingConfigurationInfo_secondsBeforeTimeout - The number of seconds before scaling times out. What happens when an attempted scaling action times out is determined by the TimeoutAction setting.

$sel:secondsUntilAutoPause:ScalingConfigurationInfo', scalingConfigurationInfo_secondsUntilAutoPause - The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is paused. A DB cluster can be paused only when it's idle (it has no connections).

$sel:timeoutAction:ScalingConfigurationInfo', scalingConfigurationInfo_timeoutAction - The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless v1 cluster. The value is either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon as possible.

RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the timeout period.

ServerlessV2ScalingConfiguration

data ServerlessV2ScalingConfiguration Source #

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.

See: newServerlessV2ScalingConfiguration smart constructor.

Instances

Instances details
ToQuery ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

Generic ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

Associated Types

type Rep ServerlessV2ScalingConfiguration :: Type -> Type #

Read ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

Show ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

NFData ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

Eq ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

Hashable ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

type Rep ServerlessV2ScalingConfiguration Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfiguration

type Rep ServerlessV2ScalingConfiguration = D1 ('MetaData "ServerlessV2ScalingConfiguration" "Amazonka.RDS.Types.ServerlessV2ScalingConfiguration" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ServerlessV2ScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newServerlessV2ScalingConfiguration :: ServerlessV2ScalingConfiguration Source #

Create a value of ServerlessV2ScalingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxCapacity:ServerlessV2ScalingConfiguration', serverlessV2ScalingConfiguration_maxCapacity - The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

$sel:minCapacity:ServerlessV2ScalingConfiguration', serverlessV2ScalingConfiguration_minCapacity - The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.

ServerlessV2ScalingConfigurationInfo

data ServerlessV2ScalingConfigurationInfo Source #

Shows 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.

See: newServerlessV2ScalingConfigurationInfo smart constructor.

Instances

Instances details
FromXML ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

Generic ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

Read ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

Show ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

NFData ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

Eq ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

Hashable ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

type Rep ServerlessV2ScalingConfigurationInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo

type Rep ServerlessV2ScalingConfigurationInfo = D1 ('MetaData "ServerlessV2ScalingConfigurationInfo" "Amazonka.RDS.Types.ServerlessV2ScalingConfigurationInfo" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ServerlessV2ScalingConfigurationInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newServerlessV2ScalingConfigurationInfo :: ServerlessV2ScalingConfigurationInfo Source #

Create a value of ServerlessV2ScalingConfigurationInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxCapacity:ServerlessV2ScalingConfigurationInfo', serverlessV2ScalingConfigurationInfo_maxCapacity - The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.

$sel:minCapacity:ServerlessV2ScalingConfigurationInfo', serverlessV2ScalingConfigurationInfo_minCapacity - The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.

SourceRegion

data SourceRegion Source #

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

See: newSourceRegion smart constructor.

Instances

Instances details
FromXML SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

Generic SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

Associated Types

type Rep SourceRegion :: Type -> Type #

Read SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

Show SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

NFData SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

Methods

rnf :: SourceRegion -> () #

Eq SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

Hashable SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

type Rep SourceRegion Source # 
Instance details

Defined in Amazonka.RDS.Types.SourceRegion

type Rep SourceRegion = D1 ('MetaData "SourceRegion" "Amazonka.RDS.Types.SourceRegion" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "SourceRegion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportsDBInstanceAutomatedBackupsReplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newSourceRegion :: SourceRegion Source #

Create a value of SourceRegion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endpoint:SourceRegion', sourceRegion_endpoint - The endpoint for the source Amazon Web Services Region endpoint.

$sel:regionName:SourceRegion', sourceRegion_regionName - The name of the source Amazon Web Services Region.

$sel:status:SourceRegion', sourceRegion_status - The status of the source Amazon Web Services Region.

$sel:supportsDBInstanceAutomatedBackupsReplication:SourceRegion', sourceRegion_supportsDBInstanceAutomatedBackupsReplication - Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.

Subnet

data Subnet Source #

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

See: newSubnet smart constructor.

Instances

Instances details
FromXML Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

Generic Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

Associated Types

type Rep Subnet :: Type -> Type #

Methods

from :: Subnet -> Rep Subnet x #

to :: Rep Subnet x -> Subnet #

Read Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

Show Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

NFData Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

Methods

rnf :: Subnet -> () #

Eq Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

Methods

(==) :: Subnet -> Subnet -> Bool #

(/=) :: Subnet -> Subnet -> Bool #

Hashable Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

Methods

hashWithSalt :: Int -> Subnet -> Int #

hash :: Subnet -> Int #

type Rep Subnet Source # 
Instance details

Defined in Amazonka.RDS.Types.Subnet

type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.RDS.Types.Subnet" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Subnet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailabilityZone)) :*: S1 ('MetaSel ('Just "subnetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subnetOutpost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Outpost)) :*: S1 ('MetaSel ('Just "subnetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSubnet :: Subnet Source #

Create a value of Subnet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subnetAvailabilityZone:Subnet', subnet_subnetAvailabilityZone - Undocumented member.

$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - The identifier of the subnet.

$sel:subnetOutpost:Subnet', subnet_subnetOutpost - If the subnet is associated with an Outpost, this value specifies the Outpost.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

$sel:subnetStatus:Subnet', subnet_subnetStatus - The status of the subnet.

SwitchoverDetail

data SwitchoverDetail Source #

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.

See: newSwitchoverDetail smart constructor.

Instances

Instances details
FromXML SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

Generic SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

Associated Types

type Rep SwitchoverDetail :: Type -> Type #

Read SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

Show SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

NFData SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

Methods

rnf :: SwitchoverDetail -> () #

Eq SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

Hashable SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

type Rep SwitchoverDetail Source # 
Instance details

Defined in Amazonka.RDS.Types.SwitchoverDetail

type Rep SwitchoverDetail = D1 ('MetaData "SwitchoverDetail" "Amazonka.RDS.Types.SwitchoverDetail" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "SwitchoverDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceMember") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetMember") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSwitchoverDetail :: SwitchoverDetail Source #

Create a value of SwitchoverDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceMember:SwitchoverDetail', switchoverDetail_sourceMember - The Amazon Resource Name (ARN) of a resource in the blue environment.

$sel:status:SwitchoverDetail', switchoverDetail_status - The switchover status of a resource in a blue/green deployment.

Values:

  • preparing-for-switchover - The resource is being prepared to switch over.
  • ready-for-switchover - The resource is ready to switch over.
  • switchover-in-progress - The resource is being switched over.
  • switchover-completed - The resource has been switched over.
  • switchover-failed - The resource attempted to switch over but failed.

$sel:targetMember:SwitchoverDetail', switchoverDetail_targetMember - The Amazon Resource Name (ARN) of a resource in the green environment.

Tag

data Tag Source #

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.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
ToQuery Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Methods

toQuery :: Tag -> QueryString #

FromXML Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Methods

parseXML :: [Node] -> Either String Tag #

Generic Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.RDS.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.RDS.Types.Tag" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").

$sel:value:Tag', tag_value - A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").

TargetHealth

data TargetHealth Source #

Information about the connection health of an RDS Proxy target.

See: newTargetHealth smart constructor.

Instances

Instances details
FromXML TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

Generic TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

Associated Types

type Rep TargetHealth :: Type -> Type #

Read TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

Show TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

NFData TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

Methods

rnf :: TargetHealth -> () #

Eq TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

Hashable TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

type Rep TargetHealth Source # 
Instance details

Defined in Amazonka.RDS.Types.TargetHealth

type Rep TargetHealth = D1 ('MetaData "TargetHealth" "Amazonka.RDS.Types.TargetHealth" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "TargetHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetHealthReason)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetState)))))

newTargetHealth :: TargetHealth Source #

Create a value of TargetHealth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:TargetHealth', targetHealth_description - A description of the health of the RDS Proxy target. If the State is AVAILABLE, a description is not included.

$sel:reason:TargetHealth', targetHealth_reason - The reason for the current health State of the RDS Proxy target.

$sel:state:TargetHealth', targetHealth_state - The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:

registering > unavailable > available > unavailable > available

Timezone

data Timezone Source #

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.

See: newTimezone smart constructor.

Constructors

Timezone' (Maybe Text) 

Instances

Instances details
FromXML Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

Generic Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

Associated Types

type Rep Timezone :: Type -> Type #

Methods

from :: Timezone -> Rep Timezone x #

to :: Rep Timezone x -> Timezone #

Read Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

Show Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

NFData Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

Methods

rnf :: Timezone -> () #

Eq Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

Hashable Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

Methods

hashWithSalt :: Int -> Timezone -> Int #

hash :: Timezone -> Int #

type Rep Timezone Source # 
Instance details

Defined in Amazonka.RDS.Types.Timezone

type Rep Timezone = D1 ('MetaData "Timezone" "Amazonka.RDS.Types.Timezone" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "Timezone'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timezoneName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTimezone :: Timezone Source #

Create a value of Timezone with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timezoneName:Timezone', timezone_timezoneName - The name of the time zone.

UpgradeTarget

data UpgradeTarget Source #

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

See: newUpgradeTarget smart constructor.

Instances

Instances details
FromXML UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

Generic UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

Associated Types

type Rep UpgradeTarget :: Type -> Type #

Read UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

Show UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

NFData UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

Methods

rnf :: UpgradeTarget -> () #

Eq UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

Hashable UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

type Rep UpgradeTarget Source # 
Instance details

Defined in Amazonka.RDS.Types.UpgradeTarget

type Rep UpgradeTarget = D1 ('MetaData "UpgradeTarget" "Amazonka.RDS.Types.UpgradeTarget" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "UpgradeTarget'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "autoUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "isMajorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportedEngineModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "supportsBabelfish") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "supportsGlobalDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportsParallelQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newUpgradeTarget :: UpgradeTarget Source #

Create a value of UpgradeTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoUpgrade:UpgradeTarget', upgradeTarget_autoUpgrade - A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

$sel:description:UpgradeTarget', upgradeTarget_description - The version of the database engine that a DB instance can be upgraded to.

$sel:engine:UpgradeTarget', upgradeTarget_engine - The name of the upgrade target database engine.

$sel:engineVersion:UpgradeTarget', upgradeTarget_engineVersion - The version number of the upgrade target database engine.

$sel:isMajorVersionUpgrade:UpgradeTarget', upgradeTarget_isMajorVersionUpgrade - A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine.

$sel:supportedEngineModes:UpgradeTarget', upgradeTarget_supportedEngineModes - A list of the supported DB engine modes for the target engine version.

$sel:supportsBabelfish:UpgradeTarget', upgradeTarget_supportsBabelfish - A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.

$sel:supportsGlobalDatabases:UpgradeTarget', upgradeTarget_supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with the target engine version.

$sel:supportsParallelQuery:UpgradeTarget', upgradeTarget_supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with the target engine version.

UserAuthConfig

data UserAuthConfig Source #

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

See: newUserAuthConfig smart constructor.

Instances

Instances details
ToQuery UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

Generic UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

Associated Types

type Rep UserAuthConfig :: Type -> Type #

Read UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

Show UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

NFData UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

Methods

rnf :: UserAuthConfig -> () #

Eq UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

Hashable UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

type Rep UserAuthConfig Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfig

newUserAuthConfig :: UserAuthConfig Source #

Create a value of UserAuthConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authScheme:UserAuthConfig', userAuthConfig_authScheme - The type of authentication that the proxy uses for connections from the proxy to the underlying database.

$sel:clientPasswordAuthType:UserAuthConfig', userAuthConfig_clientPasswordAuthType - The type of authentication the proxy uses for connections from clients.

$sel:description:UserAuthConfig', userAuthConfig_description - A user-specified description about the authentication used by a proxy to log in as a specific database user.

$sel:iAMAuth:UserAuthConfig', userAuthConfig_iAMAuth - Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.

$sel:secretArn:UserAuthConfig', userAuthConfig_secretArn - The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.

$sel:userName:UserAuthConfig', userAuthConfig_userName - The name of the database user to which the proxy connects.

UserAuthConfigInfo

data UserAuthConfigInfo Source #

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

See: newUserAuthConfigInfo smart constructor.

Instances

Instances details
FromXML UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

Generic UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

Associated Types

type Rep UserAuthConfigInfo :: Type -> Type #

Read UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

Show UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

NFData UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

Methods

rnf :: UserAuthConfigInfo -> () #

Eq UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

Hashable UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

type Rep UserAuthConfigInfo Source # 
Instance details

Defined in Amazonka.RDS.Types.UserAuthConfigInfo

type Rep UserAuthConfigInfo = D1 ('MetaData "UserAuthConfigInfo" "Amazonka.RDS.Types.UserAuthConfigInfo" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "UserAuthConfigInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authScheme") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthScheme)) :*: (S1 ('MetaSel ('Just "clientPasswordAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientPasswordAuthType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "iAMAuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IAMAuthMode)) :*: (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUserAuthConfigInfo :: UserAuthConfigInfo Source #

Create a value of UserAuthConfigInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authScheme:UserAuthConfigInfo', userAuthConfigInfo_authScheme - The type of authentication that the proxy uses for connections from the proxy to the underlying database.

$sel:clientPasswordAuthType:UserAuthConfigInfo', userAuthConfigInfo_clientPasswordAuthType - The type of authentication the proxy uses for connections from clients.

$sel:description:UserAuthConfigInfo', userAuthConfigInfo_description - A user-specified description about the authentication used by a proxy to log in as a specific database user.

$sel:iAMAuth:UserAuthConfigInfo', userAuthConfigInfo_iAMAuth - Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy. The ENABLED value is valid only for proxies with RDS for Microsoft SQL Server.

$sel:secretArn:UserAuthConfigInfo', userAuthConfigInfo_secretArn - The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.

$sel:userName:UserAuthConfigInfo', userAuthConfigInfo_userName - The name of the database user to which the proxy connects.

ValidDBInstanceModificationsMessage

data ValidDBInstanceModificationsMessage Source #

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.

See: newValidDBInstanceModificationsMessage smart constructor.

Instances

Instances details
FromXML ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

Generic ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

Read ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

Show ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

NFData ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

Eq ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

Hashable ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

type Rep ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidDBInstanceModificationsMessage

type Rep ValidDBInstanceModificationsMessage = D1 ('MetaData "ValidDBInstanceModificationsMessage" "Amazonka.RDS.Types.ValidDBInstanceModificationsMessage" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ValidDBInstanceModificationsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidStorageOptions])) :*: S1 ('MetaSel ('Just "validProcessorFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AvailableProcessorFeature]))))

newValidDBInstanceModificationsMessage :: ValidDBInstanceModificationsMessage Source #

Create a value of ValidDBInstanceModificationsMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:storage:ValidDBInstanceModificationsMessage', validDBInstanceModificationsMessage_storage - Valid storage options for your DB instance.

$sel:validProcessorFeatures:ValidDBInstanceModificationsMessage', validDBInstanceModificationsMessage_validProcessorFeatures - Valid processor features for your DB instance.

ValidStorageOptions

data ValidStorageOptions Source #

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

See: newValidStorageOptions smart constructor.

Instances

Instances details
FromXML ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

Generic ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

Associated Types

type Rep ValidStorageOptions :: Type -> Type #

Read ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

Show ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

NFData ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

Methods

rnf :: ValidStorageOptions -> () #

Eq ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

Hashable ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

type Rep ValidStorageOptions Source # 
Instance details

Defined in Amazonka.RDS.Types.ValidStorageOptions

type Rep ValidStorageOptions = D1 ('MetaData "ValidStorageOptions" "Amazonka.RDS.Types.ValidStorageOptions" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ValidStorageOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "iopsToStorageRatio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DoubleRange])) :*: (S1 ('MetaSel ('Just "provisionedIops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Range])) :*: S1 ('MetaSel ('Just "provisionedStorageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Range])))) :*: ((S1 ('MetaSel ('Just "storageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Range])) :*: S1 ('MetaSel ('Just "storageThroughputToIopsRatio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DoubleRange]))) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportsStorageAutoscaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newValidStorageOptions :: ValidStorageOptions Source #

Create a value of ValidStorageOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:iopsToStorageRatio:ValidStorageOptions', validStorageOptions_iopsToStorageRatio - The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.

$sel:provisionedIops:ValidStorageOptions', validStorageOptions_provisionedIops - The valid range of provisioned IOPS. For example, 1000-256,000.

$sel:provisionedStorageThroughput:ValidStorageOptions', validStorageOptions_provisionedStorageThroughput - The valid range of provisioned storage throughput. For example, 500-4,000 mebibytes per second (MiBps).

$sel:storageSize:ValidStorageOptions', validStorageOptions_storageSize - The valid range of storage in gibibytes (GiB). For example, 100 to 16,384.

$sel:storageThroughputToIopsRatio:ValidStorageOptions', validStorageOptions_storageThroughputToIopsRatio - The valid range of storage throughput to provisioned IOPS ratios. For example, 0-0.25.

$sel:storageType:ValidStorageOptions', validStorageOptions_storageType - The valid storage types for your DB instance. For example: gp2, gp3, io1.

$sel:supportsStorageAutoscaling:ValidStorageOptions', validStorageOptions_supportsStorageAutoscaling - Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.

VpcSecurityGroupMembership

data VpcSecurityGroupMembership Source #

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

See: newVpcSecurityGroupMembership smart constructor.

Instances

Instances details
FromXML VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

Generic VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

Associated Types

type Rep VpcSecurityGroupMembership :: Type -> Type #

Read VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

Show VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

NFData VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

Eq VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

Hashable VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

type Rep VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.RDS.Types.VpcSecurityGroupMembership

type Rep VpcSecurityGroupMembership = D1 ('MetaData "VpcSecurityGroupMembership" "Amazonka.RDS.Types.VpcSecurityGroupMembership" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "VpcSecurityGroupMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVpcSecurityGroupMembership :: VpcSecurityGroupMembership Source #

Create a value of VpcSecurityGroupMembership with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:VpcSecurityGroupMembership', vpcSecurityGroupMembership_status - The membership status of the VPC security group.

Currently, the only valid status is active.

$sel:vpcSecurityGroupId:VpcSecurityGroupMembership', vpcSecurityGroupMembership_vpcSecurityGroupId - The name of the VPC security group.