amazonka-rds-1.6.1: Amazon Relational Database Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.Types

Contents

Description

 
Synopsis

Service Configuration

rds :: Service Source #

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

Errors

_PointInTimeRestoreNotEnabledFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBParameterGroupStateFault :: AsError a => Getting (First ServiceError) 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.

_ReservedDBInstanceQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Request would exceed the user's DB Instance quota.

_SourceNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested source could not be found.

_CertificateNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

CertificateIdentifier doesn't refer to an existing certificate.

_AuthorizationQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The DB security group authorization quota has been reached.

_DBClusterSnapshotAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBParameterGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

A DB parameter group with the same name exists.

_DBParameterGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InsufficientDBClusterCapacityFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ReservedDBInstanceAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

User already has a reservation with the given identifier.

_ProvisionedIOPSNotAvailableInAZFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Provisioned IOPS not available in the specified Availability Zone.

_AuthorizationAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified CIDRIP or Amazon EC2 security group is already authorized for the specified DB security group.

_SubscriptionCategoryNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The supplied category does not exist.

_SubscriptionNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The subscription name does not exist.

_InvalidSubnet :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SharedSnapshotQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSubnetQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_OptionGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified option group could not be found.

_DBClusterNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

DBClusterIdentifier doesn't refer to an existing DB cluster.

_DBLogFileNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidS3BucketFault :: AsError a => Getting (First ServiceError) 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.

_DBClusterAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_StorageTypeNotSupportedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSecurityGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_OptionGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The option group you are trying to create already exists.

_OptionGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The quota of 20 option groups was exceeded for this AWS account.

_DBSecurityGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SNSTopicARNNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The SNS topic ARN does not exist.

_InvalidEventSubscriptionStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_KMSKeyNotAccessibleFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred accessing an AWS KMS key.

_DBSnapshotNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

_DBClusterParameterGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBClusterQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SnapshotQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSubnetGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

DBSubnetGroupName is already used by an existing DB subnet group.

_SNSNoAuthorizationFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSecurityGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSecurityGroupNotSupportedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InstanceQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBClusterBacktrackNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

BacktrackIdentifier doesn't refer to an existing backtrack.

_DomainNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBParameterGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBSubnetGroupFault :: AsError a => Getting (First ServiceError) 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.

_InvalidDBSubnetStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The DB subnet isn't in the available state.

_DBClusterSnapshotNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SNSInvalidTopicFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InsufficientDBInstanceCapacityFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBClusterSnapshotStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SubscriptionAlreadyExistFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The supplied subscription name already exists.

_DBClusterRoleAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBClusterRoleQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidVPCNetworkStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_AuthorizationNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified CIDRIP or Amazon EC2 security group isn't authorized for the specified DB security group.

RDS also may not be authorized by using IAM to perform necessary actions on your behalf.

_ReservedDBInstanceNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified reserved DB Instance not found.

_DBSubnetGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSubnetGroupNotAllowedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_EventSubscriptionQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have reached the maximum number of event subscriptions.

_InsufficientStorageClusterCapacityFault :: AsError a => Getting (First ServiceError) 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.

_InvalidOptionGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The option group isn't in the available state.

_InvalidDBClusterStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The DB cluster isn't in a valid state.

_DBInstanceAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidRestoreFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBSecurityGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_ResourceNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource ID was not found.

_DBSubnetGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBUpgradeDependencyFailureFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBInstanceStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified DB instance isn't in the available state.

_DBSnapshotAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

DBSnapshotIdentifier is already used by an existing snapshot.

_DBInstanceNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

DBInstanceIdentifier doesn't refer to an existing DB instance.

_StorageQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBSnapshotStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidDBSubnetGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBSubnetGroupDoesNotCoverEnoughAZs :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SubnetAlreadyInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DBClusterRoleNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ApplyMethod

data ApplyMethod Source #

Constructors

Immediate 
PendingReboot 
Instances
Bounded ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Enum ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Eq ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Data ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplyMethod -> c ApplyMethod #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplyMethod #

toConstr :: ApplyMethod -> Constr #

dataTypeOf :: ApplyMethod -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApplyMethod) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplyMethod) #

gmapT :: (forall b. Data b => b -> b) -> ApplyMethod -> ApplyMethod #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplyMethod -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplyMethod -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplyMethod -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplyMethod -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplyMethod -> m ApplyMethod #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplyMethod -> m ApplyMethod #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplyMethod -> m ApplyMethod #

Ord ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Read ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Show ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Generic ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Associated Types

type Rep ApplyMethod :: Type -> Type #

Hashable ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

FromXML ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToHeader ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToQuery ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToByteString ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

FromText ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToText ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Methods

toText :: ApplyMethod -> Text #

NFData ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Methods

rnf :: ApplyMethod -> () #

type Rep ApplyMethod Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

type Rep ApplyMethod = D1 (MetaData "ApplyMethod" "Network.AWS.RDS.Types.Sum" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Immediate" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PendingReboot" PrefixI False) (U1 :: Type -> Type))

SourceType

data SourceType Source #

Instances
Bounded SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Enum SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Eq SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Data SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceType -> c SourceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceType #

toConstr :: SourceType -> Constr #

dataTypeOf :: SourceType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceType) #

gmapT :: (forall b. Data b => b -> b) -> SourceType -> SourceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceType -> m SourceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceType -> m SourceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceType -> m SourceType #

Ord SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Read SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Show SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Generic SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Associated Types

type Rep SourceType :: Type -> Type #

Hashable SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

FromXML SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToHeader SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToQuery SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToByteString SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

FromText SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

ToText SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Methods

toText :: SourceType -> Text #

NFData SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

Methods

rnf :: SourceType -> () #

type Rep SourceType Source # 
Instance details

Defined in Network.AWS.RDS.Types.Sum

type Rep SourceType = D1 (MetaData "SourceType" "Network.AWS.RDS.Types.Sum" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) ((C1 (MetaCons "DBCluster" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "DBClusterSnapshot" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DBInstance" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "DBParameterGroup" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "DBSecurityGroup" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DBSnapshot" PrefixI False) (U1 :: Type -> Type))))

AccountQuota

data AccountQuota Source #

Describes a quota for an AWS account, for example, the number of DB instances allowed.

See: accountQuota smart constructor.

Instances
Eq AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountQuota -> c AccountQuota #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountQuota #

toConstr :: AccountQuota -> Constr #

dataTypeOf :: AccountQuota -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AccountQuota) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountQuota) #

gmapT :: (forall b. Data b => b -> b) -> AccountQuota -> AccountQuota #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountQuota -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountQuota -> r #

gmapQ :: (forall d. Data d => d -> u) -> AccountQuota -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountQuota -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountQuota -> m AccountQuota #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountQuota -> m AccountQuota #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountQuota -> m AccountQuota #

Read AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep AccountQuota :: Type -> Type #

Hashable AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: AccountQuota -> () #

type Rep AccountQuota Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep AccountQuota = D1 (MetaData "AccountQuota" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "AccountQuota'" PrefixI True) (S1 (MetaSel (Just "_aqMax") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 (MetaSel (Just "_aqUsed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_aqAccountQuotaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

accountQuota :: AccountQuota Source #

Creates a value of AccountQuota with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • aqMax - The maximum allowed value for the quota.
  • aqUsed - The amount currently used toward the quota maximum.
  • aqAccountQuotaName - The name of the Amazon RDS quota for this AWS account.

aqMax :: Lens' AccountQuota (Maybe Integer) Source #

The maximum allowed value for the quota.

aqUsed :: Lens' AccountQuota (Maybe Integer) Source #

The amount currently used toward the quota maximum.

aqAccountQuotaName :: Lens' AccountQuota (Maybe Text) Source #

The name of the Amazon RDS quota for this AWS account.

AvailabilityZone

data AvailabilityZone Source #

Contains Availability Zone information.

This data type is used as an element in the following data type:

See: availabilityZone smart constructor.

Instances
Eq AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AvailabilityZone -> c AvailabilityZone #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AvailabilityZone #

toConstr :: AvailabilityZone -> Constr #

dataTypeOf :: AvailabilityZone -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AvailabilityZone) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AvailabilityZone) #

gmapT :: (forall b. Data b => b -> b) -> AvailabilityZone -> AvailabilityZone #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AvailabilityZone -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AvailabilityZone -> r #

gmapQ :: (forall d. Data d => d -> u) -> AvailabilityZone -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AvailabilityZone -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AvailabilityZone -> m AvailabilityZone #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AvailabilityZone -> m AvailabilityZone #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AvailabilityZone -> m AvailabilityZone #

Read AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep AvailabilityZone :: Type -> Type #

Hashable AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: AvailabilityZone -> () #

type Rep AvailabilityZone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep AvailabilityZone = D1 (MetaData "AvailabilityZone" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" True) (C1 (MetaCons "AvailabilityZone'" PrefixI True) (S1 (MetaSel (Just "_azName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

availabilityZone :: AvailabilityZone Source #

Creates a value of AvailabilityZone with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • azName - The name of the availability zone.

azName :: Lens' AvailabilityZone (Maybe Text) Source #

The name of the availability zone.

Certificate

data Certificate Source #

A CA certificate for an AWS account.

See: certificate smart constructor.

Instances
Eq Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Certificate -> c Certificate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Certificate #

toConstr :: Certificate -> Constr #

dataTypeOf :: Certificate -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Certificate) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Certificate) #

gmapT :: (forall b. Data b => b -> b) -> Certificate -> Certificate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Certificate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Certificate -> r #

gmapQ :: (forall d. Data d => d -> u) -> Certificate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Certificate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Certificate -> m Certificate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Certificate -> m Certificate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Certificate -> m Certificate #

Read Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Certificate :: Type -> Type #

Hashable Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Certificate -> () #

type Rep Certificate Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Certificate = D1 (MetaData "Certificate" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Certificate'" PrefixI True) ((S1 (MetaSel (Just "_cCertificateType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cCertificateARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cValidTill") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 (MetaSel (Just "_cCertificateIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cThumbprint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cValidFrom") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))))))

certificate :: Certificate Source #

Creates a value of Certificate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cCertificateType :: Lens' Certificate (Maybe Text) Source #

The type of the certificate.

cCertificateARN :: Lens' Certificate (Maybe Text) Source #

The Amazon Resource Name (ARN) for the certificate.

cValidTill :: Lens' Certificate (Maybe UTCTime) Source #

The final date that the certificate continues to be valid.

cCertificateIdentifier :: Lens' Certificate (Maybe Text) Source #

The unique key that identifies a certificate.

cThumbprint :: Lens' Certificate (Maybe Text) Source #

The thumbprint of the certificate.

cValidFrom :: Lens' Certificate (Maybe UTCTime) Source #

The starting date from which the certificate is valid.

CharacterSet

data CharacterSet Source #

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

See: characterSet smart constructor.

Instances
Eq CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CharacterSet -> c CharacterSet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CharacterSet #

toConstr :: CharacterSet -> Constr #

dataTypeOf :: CharacterSet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CharacterSet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CharacterSet) #

gmapT :: (forall b. Data b => b -> b) -> CharacterSet -> CharacterSet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CharacterSet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CharacterSet -> r #

gmapQ :: (forall d. Data d => d -> u) -> CharacterSet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CharacterSet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CharacterSet -> m CharacterSet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CharacterSet -> m CharacterSet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CharacterSet -> m CharacterSet #

Read CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep CharacterSet :: Type -> Type #

Hashable CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: CharacterSet -> () #

type Rep CharacterSet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep CharacterSet = D1 (MetaData "CharacterSet" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "CharacterSet'" PrefixI True) (S1 (MetaSel (Just "_csCharacterSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_csCharacterSetDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

characterSet :: CharacterSet Source #

Creates a value of CharacterSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

csCharacterSetName :: Lens' CharacterSet (Maybe Text) Source #

The name of the character set.

csCharacterSetDescription :: Lens' CharacterSet (Maybe Text) Source #

The description 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.

See: cloudwatchLogsExportConfiguration smart constructor.

Instances
Eq CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CloudwatchLogsExportConfiguration -> c CloudwatchLogsExportConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CloudwatchLogsExportConfiguration #

toConstr :: CloudwatchLogsExportConfiguration -> Constr #

dataTypeOf :: CloudwatchLogsExportConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CloudwatchLogsExportConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CloudwatchLogsExportConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> CloudwatchLogsExportConfiguration -> CloudwatchLogsExportConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CloudwatchLogsExportConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CloudwatchLogsExportConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> CloudwatchLogsExportConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CloudwatchLogsExportConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CloudwatchLogsExportConfiguration -> m CloudwatchLogsExportConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudwatchLogsExportConfiguration -> m CloudwatchLogsExportConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudwatchLogsExportConfiguration -> m CloudwatchLogsExportConfiguration #

Read CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep CloudwatchLogsExportConfiguration :: Type -> Type #

Hashable CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

ToQuery CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep CloudwatchLogsExportConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep CloudwatchLogsExportConfiguration = D1 (MetaData "CloudwatchLogsExportConfiguration" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "CloudwatchLogsExportConfiguration'" PrefixI True) (S1 (MetaSel (Just "_clecDisableLogTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_clecEnableLogTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

cloudwatchLogsExportConfiguration :: CloudwatchLogsExportConfiguration Source #

Creates a value of CloudwatchLogsExportConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

DBCluster

data DBCluster Source #

Contains the details of an Amazon RDS DB cluster.

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

See: dbCluster smart constructor.

Instances
Eq DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBCluster -> c DBCluster #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBCluster #

toConstr :: DBCluster -> Constr #

dataTypeOf :: DBCluster -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBCluster) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBCluster) #

gmapT :: (forall b. Data b => b -> b) -> DBCluster -> DBCluster #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBCluster -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBCluster -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBCluster -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBCluster -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBCluster -> m DBCluster #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBCluster -> m DBCluster #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBCluster -> m DBCluster #

Read DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBCluster :: Type -> Type #

Hashable DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBCluster -> () #

type Rep DBCluster Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBCluster = D1 (MetaData "DBCluster" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBCluster'" PrefixI True) (((((S1 (MetaSel (Just "_dcBacktrackConsumedChangeRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_dcEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcStorageEncrypted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 (MetaSel (Just "_dcDBClusterIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcDBClusterMembers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBClusterMember]))) :*: (S1 (MetaSel (Just "_dcReadReplicaIdentifiers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_dcReplicationSourceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcHostedZoneId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_dcDBClusterParameterGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcMasterUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcIAMDatabaseAuthenticationEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_dcEarliestBacktrackTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 (MetaSel (Just "_dcBacktrackWindow") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 (MetaSel (Just "_dcDBClusterResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcEarliestRestorableTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 (MetaSel (Just "_dcEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcDBClusterARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcCloneGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 (MetaSel (Just "_dcLatestRestorableTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 (MetaSel (Just "_dcPreferredMaintenanceWindow") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcAvailabilityZones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_dcCharacterSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_dcKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcPreferredBackupWindow") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcAssociatedRoles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBClusterRole])) :*: (S1 (MetaSel (Just "_dcVPCSecurityGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VPCSecurityGroupMembership])) :*: S1 (MetaSel (Just "_dcBackupRetentionPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 (MetaSel (Just "_dcDBSubnetGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcDatabaseName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcMultiAZ") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_dcAllocatedStorage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dcClusterCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 (MetaSel (Just "_dcEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcPercentProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcReaderEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dcDBClusterOptionGroupMemberships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBClusterOptionGroupStatus])))))))))

dbCluster :: DBCluster Source #

Creates a value of DBCluster with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcBacktrackConsumedChangeRecords - The number of change records stored for Backtrack.
  • dcEngineVersion - Indicates the database engine version.
  • dcStatus - Specifies the current state of this DB cluster.
  • dcStorageEncrypted - Specifies whether the DB cluster is encrypted.
  • dcDBClusterIdentifier - Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
  • dcDBClusterMembers - Provides the list of instances that make up the DB cluster.
  • dcReadReplicaIdentifiers - Contains one or more identifiers of the Read Replicas associated with this DB cluster.
  • dcReplicationSourceIdentifier - Contains the identifier of the source DB cluster if this DB cluster is a Read Replica.
  • dcHostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
  • dcDBClusterParameterGroup - Specifies the name of the DB cluster parameter group for the DB cluster.
  • dcMasterUsername - Contains the master username for the DB cluster.
  • dcIAMDatabaseAuthenticationEnabled - True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
  • dcEarliestBacktrackTime - The earliest time to which a DB cluster can be backtracked.
  • dcBacktrackWindow - The target backtrack window, in seconds. If this value is set to 0, backtracking is disabled for the DB cluster. Otherwise, backtracking is enabled.
  • dcDBClusterResourceId - The AWS Region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
  • dcEarliestRestorableTime - The earliest time to which a database can be restored with point-in-time restore.
  • dcEngine - Provides the name of the database engine to be used for this DB cluster.
  • dcDBClusterARN - The Amazon Resource Name (ARN) for the DB cluster.
  • dcCloneGroupId - Identifies the clone group to which the DB cluster is associated.
  • dcLatestRestorableTime - Specifies the latest time to which a database can be restored with point-in-time restore.
  • dcPreferredMaintenanceWindow - Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
  • dcAvailabilityZones - Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
  • dcCharacterSetName - If present, specifies the name of the character set that this cluster is associated with.
  • dcKMSKeyId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster.
  • dcPreferredBackupWindow - Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod .
  • dcAssociatedRoles - Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
  • dcVPCSecurityGroups - Provides a list of VPC security groups that the DB cluster belongs to.
  • dcBackupRetentionPeriod - Specifies the number of days for which automatic DB snapshots are retained.
  • dcDBSubnetGroup - Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
  • dcDatabaseName - 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.
  • dcMultiAZ - Specifies whether the DB cluster has instances in multiple Availability Zones.
  • dcAllocatedStorage - 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 is not fixed, but instead automatically adjusts as needed.
  • dcClusterCreateTime - Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
  • dcEndpoint - Specifies the connection endpoint for the primary instance of the DB cluster.
  • dcPercentProgress - Specifies the progress of the operation as a percentage.
  • dcReaderEndpoint - 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.
  • dcPort - Specifies the port that the database engine is listening on.
  • dcDBClusterOptionGroupMemberships - Provides the list of option group memberships for this DB cluster.

dcBacktrackConsumedChangeRecords :: Lens' DBCluster (Maybe Integer) Source #

The number of change records stored for Backtrack.

dcEngineVersion :: Lens' DBCluster (Maybe Text) Source #

Indicates the database engine version.

dcStatus :: Lens' DBCluster (Maybe Text) Source #

Specifies the current state of this DB cluster.

dcStorageEncrypted :: Lens' DBCluster (Maybe Bool) Source #

Specifies whether the DB cluster is encrypted.

dcDBClusterIdentifier :: Lens' DBCluster (Maybe Text) Source #

Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

dcDBClusterMembers :: Lens' DBCluster [DBClusterMember] Source #

Provides the list of instances that make up the DB cluster.

dcReadReplicaIdentifiers :: Lens' DBCluster [Text] Source #

Contains one or more identifiers of the Read Replicas associated with this DB cluster.

dcReplicationSourceIdentifier :: Lens' DBCluster (Maybe Text) Source #

Contains the identifier of the source DB cluster if this DB cluster is a Read Replica.

dcHostedZoneId :: Lens' DBCluster (Maybe Text) Source #

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

dcDBClusterParameterGroup :: Lens' DBCluster (Maybe Text) Source #

Specifies the name of the DB cluster parameter group for the DB cluster.

dcMasterUsername :: Lens' DBCluster (Maybe Text) Source #

Contains the master username for the DB cluster.

dcIAMDatabaseAuthenticationEnabled :: Lens' DBCluster (Maybe Bool) Source #

True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

dcEarliestBacktrackTime :: Lens' DBCluster (Maybe UTCTime) Source #

The earliest time to which a DB cluster can be backtracked.

dcBacktrackWindow :: Lens' DBCluster (Maybe Integer) Source #

The target backtrack window, in seconds. If this value is set to 0, backtracking is disabled for the DB cluster. Otherwise, backtracking is enabled.

dcDBClusterResourceId :: Lens' DBCluster (Maybe Text) Source #

The AWS Region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.

dcEarliestRestorableTime :: Lens' DBCluster (Maybe UTCTime) Source #

The earliest time to which a database can be restored with point-in-time restore.

dcEngine :: Lens' DBCluster (Maybe Text) Source #

Provides the name of the database engine to be used for this DB cluster.

dcDBClusterARN :: Lens' DBCluster (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB cluster.

dcCloneGroupId :: Lens' DBCluster (Maybe Text) Source #

Identifies the clone group to which the DB cluster is associated.

dcLatestRestorableTime :: Lens' DBCluster (Maybe UTCTime) Source #

Specifies the latest time to which a database can be restored with point-in-time restore.

dcPreferredMaintenanceWindow :: Lens' DBCluster (Maybe Text) Source #

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

dcAvailabilityZones :: Lens' DBCluster [Text] Source #

Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

dcCharacterSetName :: Lens' DBCluster (Maybe Text) Source #

If present, specifies the name of the character set that this cluster is associated with.

dcKMSKeyId :: Lens' DBCluster (Maybe Text) Source #

If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster.

dcPreferredBackupWindow :: Lens' DBCluster (Maybe Text) Source #

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod .

dcAssociatedRoles :: Lens' DBCluster [DBClusterRole] Source #

Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.

dcVPCSecurityGroups :: Lens' DBCluster [VPCSecurityGroupMembership] Source #

Provides a list of VPC security groups that the DB cluster belongs to.

dcBackupRetentionPeriod :: Lens' DBCluster (Maybe Int) Source #

Specifies the number of days for which automatic DB snapshots are retained.

dcDBSubnetGroup :: Lens' DBCluster (Maybe Text) Source #

Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

dcDatabaseName :: Lens' DBCluster (Maybe Text) Source #

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.

dcMultiAZ :: Lens' DBCluster (Maybe Bool) Source #

Specifies whether the DB cluster has instances in multiple Availability Zones.

dcAllocatedStorage :: Lens' DBCluster (Maybe Int) Source #

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 is not fixed, but instead automatically adjusts as needed.

dcClusterCreateTime :: Lens' DBCluster (Maybe UTCTime) Source #

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

dcEndpoint :: Lens' DBCluster (Maybe Text) Source #

Specifies the connection endpoint for the primary instance of the DB cluster.

dcPercentProgress :: Lens' DBCluster (Maybe Text) Source #

Specifies the progress of the operation as a percentage.

dcReaderEndpoint :: Lens' DBCluster (Maybe Text) Source #

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.

dcPort :: Lens' DBCluster (Maybe Int) Source #

Specifies the port that the database engine is listening on.

dcDBClusterOptionGroupMemberships :: Lens' DBCluster [DBClusterOptionGroupStatus] Source #

Provides the list of option group memberships for this DB cluster.

DBClusterBacktrack

data DBClusterBacktrack Source #

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

See: dbClusterBacktrack smart constructor.

Instances
Eq DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterBacktrack -> c DBClusterBacktrack #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterBacktrack #

toConstr :: DBClusterBacktrack -> Constr #

dataTypeOf :: DBClusterBacktrack -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterBacktrack) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterBacktrack) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterBacktrack -> DBClusterBacktrack #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterBacktrack -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterBacktrack -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterBacktrack -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterBacktrack -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterBacktrack -> m DBClusterBacktrack #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterBacktrack -> m DBClusterBacktrack #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterBacktrack -> m DBClusterBacktrack #

Read DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterBacktrack :: Type -> Type #

Hashable DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBClusterBacktrack -> () #

type Rep DBClusterBacktrack Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterBacktrack = D1 (MetaData "DBClusterBacktrack" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterBacktrack'" PrefixI True) ((S1 (MetaSel (Just "_dcbStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcbBacktrackIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcbBacktrackTo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 (MetaSel (Just "_dcbDBClusterIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcbBacktrackedFrom") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 (MetaSel (Just "_dcbBacktrackRequestCreationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))))))

dbClusterBacktrack :: DBClusterBacktrack Source #

Creates a value of DBClusterBacktrack with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcbStatus - 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.
  • dcbBacktrackIdentifier - Contains the backtrack identifier.
  • dcbBacktrackTo - The timestamp of the time to which the DB cluster was backtracked.
  • dcbDBClusterIdentifier - Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
  • dcbBacktrackedFrom - The timestamp of the time from which the DB cluster was backtracked.
  • dcbBacktrackRequestCreationTime - The timestamp of the time at which the backtrack was requested.

dcbStatus :: Lens' DBClusterBacktrack (Maybe Text) Source #

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.

dcbBacktrackIdentifier :: Lens' DBClusterBacktrack (Maybe Text) Source #

Contains the backtrack identifier.

dcbBacktrackTo :: Lens' DBClusterBacktrack (Maybe UTCTime) Source #

The timestamp of the time to which the DB cluster was backtracked.

dcbDBClusterIdentifier :: Lens' DBClusterBacktrack (Maybe Text) Source #

Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

dcbBacktrackedFrom :: Lens' DBClusterBacktrack (Maybe UTCTime) Source #

The timestamp of the time from which the DB cluster was backtracked.

dcbBacktrackRequestCreationTime :: Lens' DBClusterBacktrack (Maybe UTCTime) Source #

The timestamp of the time at which the backtrack was requested.

DBClusterMember

data DBClusterMember Source #

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

See: dbClusterMember smart constructor.

Instances
Eq DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterMember -> c DBClusterMember #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterMember #

toConstr :: DBClusterMember -> Constr #

dataTypeOf :: DBClusterMember -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterMember) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterMember) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterMember -> DBClusterMember #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterMember -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterMember -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterMember -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterMember -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterMember -> m DBClusterMember #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterMember -> m DBClusterMember #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterMember -> m DBClusterMember #

Read DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterMember :: Type -> Type #

Hashable DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBClusterMember -> () #

type Rep DBClusterMember Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterMember = D1 (MetaData "DBClusterMember" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterMember'" PrefixI True) ((S1 (MetaSel (Just "_dcmPromotionTier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dcmDBInstanceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcmIsClusterWriter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_dcmDBClusterParameterGroupStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

dbClusterMember :: DBClusterMember Source #

Creates a value of DBClusterMember with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcmPromotionTier :: Lens' DBClusterMember (Maybe Int) Source #

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 .

dcmDBInstanceIdentifier :: Lens' DBClusterMember (Maybe Text) Source #

Specifies the instance identifier for this member of the DB cluster.

dcmIsClusterWriter :: Lens' DBClusterMember (Maybe Bool) Source #

Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

dcmDBClusterParameterGroupStatus :: Lens' DBClusterMember (Maybe Text) Source #

Specifies the status of the DB cluster parameter group for this member of the DB cluster.

DBClusterOptionGroupStatus

data DBClusterOptionGroupStatus Source #

Contains status information for a DB cluster option group.

See: dbClusterOptionGroupStatus smart constructor.

Instances
Eq DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterOptionGroupStatus -> c DBClusterOptionGroupStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterOptionGroupStatus #

toConstr :: DBClusterOptionGroupStatus -> Constr #

dataTypeOf :: DBClusterOptionGroupStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterOptionGroupStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterOptionGroupStatus) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterOptionGroupStatus -> DBClusterOptionGroupStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterOptionGroupStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterOptionGroupStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterOptionGroupStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterOptionGroupStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterOptionGroupStatus -> m DBClusterOptionGroupStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterOptionGroupStatus -> m DBClusterOptionGroupStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterOptionGroupStatus -> m DBClusterOptionGroupStatus #

Read DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterOptionGroupStatus :: Type -> Type #

Hashable DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterOptionGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterOptionGroupStatus = D1 (MetaData "DBClusterOptionGroupStatus" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterOptionGroupStatus'" PrefixI True) (S1 (MetaSel (Just "_dcogsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcogsDBClusterOptionGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dbClusterOptionGroupStatus :: DBClusterOptionGroupStatus Source #

Creates a value of DBClusterOptionGroupStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcogsStatus :: Lens' DBClusterOptionGroupStatus (Maybe Text) Source #

Specifies the status of the DB cluster option group.

dcogsDBClusterOptionGroupName :: Lens' DBClusterOptionGroupStatus (Maybe Text) Source #

Specifies the name 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: dbClusterParameterGroup smart constructor.

Instances
Eq DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterParameterGroup -> c DBClusterParameterGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterParameterGroup #

toConstr :: DBClusterParameterGroup -> Constr #

dataTypeOf :: DBClusterParameterGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterParameterGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterParameterGroup) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterParameterGroup -> DBClusterParameterGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterParameterGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterParameterGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterParameterGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterParameterGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterParameterGroup -> m DBClusterParameterGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterParameterGroup -> m DBClusterParameterGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterParameterGroup -> m DBClusterParameterGroup #

Read DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterParameterGroup :: Type -> Type #

Hashable DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBClusterParameterGroup -> () #

type Rep DBClusterParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterParameterGroup = D1 (MetaData "DBClusterParameterGroup" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterParameterGroup'" PrefixI True) ((S1 (MetaSel (Just "_dcpgDBClusterParameterGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcpgDBParameterGroupFamily") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcpgDBClusterParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcpgDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

dbClusterParameterGroup :: DBClusterParameterGroup Source #

Creates a value of DBClusterParameterGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcpgDBClusterParameterGroupARN :: Lens' DBClusterParameterGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB cluster parameter group.

dcpgDBParameterGroupFamily :: Lens' DBClusterParameterGroup (Maybe Text) Source #

Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.

dcpgDBClusterParameterGroupName :: Lens' DBClusterParameterGroup (Maybe Text) Source #

Provides the name of the DB cluster parameter group.

dcpgDescription :: Lens' DBClusterParameterGroup (Maybe Text) Source #

Provides the customer-specified description for this DB cluster parameter group.

DBClusterParameterGroupNameMessage

data DBClusterParameterGroupNameMessage Source #

See: dbClusterParameterGroupNameMessage smart constructor.

Instances
Eq DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterParameterGroupNameMessage -> c DBClusterParameterGroupNameMessage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterParameterGroupNameMessage #

toConstr :: DBClusterParameterGroupNameMessage -> Constr #

dataTypeOf :: DBClusterParameterGroupNameMessage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterParameterGroupNameMessage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterParameterGroupNameMessage) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterParameterGroupNameMessage -> DBClusterParameterGroupNameMessage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterParameterGroupNameMessage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterParameterGroupNameMessage -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterParameterGroupNameMessage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterParameterGroupNameMessage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterParameterGroupNameMessage -> m DBClusterParameterGroupNameMessage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterParameterGroupNameMessage -> m DBClusterParameterGroupNameMessage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterParameterGroupNameMessage -> m DBClusterParameterGroupNameMessage #

Read DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterParameterGroupNameMessage :: Type -> Type #

Hashable DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterParameterGroupNameMessage = D1 (MetaData "DBClusterParameterGroupNameMessage" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" True) (C1 (MetaCons "DBClusterParameterGroupNameMessage'" PrefixI True) (S1 (MetaSel (Just "_dcpgnmDBClusterParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

dbClusterParameterGroupNameMessage :: DBClusterParameterGroupNameMessage Source #

Creates a value of DBClusterParameterGroupNameMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcpgnmDBClusterParameterGroupName - The name of the DB cluster parameter group. Constraints: * Must be 1 to 255 letters or numbers. * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens

dcpgnmDBClusterParameterGroupName :: Lens' DBClusterParameterGroupNameMessage (Maybe Text) Source #

The name of the DB cluster parameter group. Constraints: * Must be 1 to 255 letters or numbers. * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens

DBClusterRole

data DBClusterRole Source #

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

See: dbClusterRole smart constructor.

Instances
Eq DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterRole -> c DBClusterRole #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterRole #

toConstr :: DBClusterRole -> Constr #

dataTypeOf :: DBClusterRole -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterRole) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterRole) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterRole -> DBClusterRole #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterRole -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterRole -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterRole -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterRole -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterRole -> m DBClusterRole #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterRole -> m DBClusterRole #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterRole -> m DBClusterRole #

Read DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterRole :: Type -> Type #

Hashable DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBClusterRole -> () #

type Rep DBClusterRole Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterRole = D1 (MetaData "DBClusterRole" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterRole'" PrefixI True) (S1 (MetaSel (Just "_dcrStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcrRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dbClusterRole :: DBClusterRole Source #

Creates a value of DBClusterRole with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcrStatus - Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values: * ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other AWS services on your behalf. * PENDING - the IAM role ARN is being associated with the DB cluster. * INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable to assume the IAM role in order to access other AWS services on your behalf.
  • dcrRoleARN - The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

dcrStatus :: Lens' DBClusterRole (Maybe Text) Source #

Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values: * ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other AWS services on your behalf. * PENDING - the IAM role ARN is being associated with the DB cluster. * INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable to assume the IAM role in order to access other AWS services on your behalf.

dcrRoleARN :: Lens' DBClusterRole (Maybe Text) Source #

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

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: dbClusterSnapshot smart constructor.

Instances
Eq DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterSnapshot -> c DBClusterSnapshot #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterSnapshot #

toConstr :: DBClusterSnapshot -> Constr #

dataTypeOf :: DBClusterSnapshot -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterSnapshot) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterSnapshot) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterSnapshot -> DBClusterSnapshot #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterSnapshot -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterSnapshot -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterSnapshot -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterSnapshot -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterSnapshot -> m DBClusterSnapshot #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterSnapshot -> m DBClusterSnapshot #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterSnapshot -> m DBClusterSnapshot #

Read DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterSnapshot :: Type -> Type #

Hashable DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBClusterSnapshot -> () #

type Rep DBClusterSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterSnapshot = D1 (MetaData "DBClusterSnapshot" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterSnapshot'" PrefixI True) ((((S1 (MetaSel (Just "_dcsEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcsStorageEncrypted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_dcsDBClusterIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsMasterUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_dcsIAMDatabaseAuthenticationEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_dcsDBClusterSnapshotARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcsVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcsDBClusterSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_dcsLicenseModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsAvailabilityZones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_dcsSnapshotType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dcsKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsSnapshotCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 (MetaSel (Just "_dcsAllocatedStorage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dcsSourceDBClusterSnapshotARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dcsClusterCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 (MetaSel (Just "_dcsPercentProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dcsPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))))

dbClusterSnapshot :: DBClusterSnapshot Source #

Creates a value of DBClusterSnapshot with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcsEngineVersion - Provides the version of the database engine for this DB cluster snapshot.
  • dcsStatus - Specifies the status of this DB cluster snapshot.
  • dcsStorageEncrypted - Specifies whether the DB cluster snapshot is encrypted.
  • dcsDBClusterIdentifier - Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
  • dcsMasterUsername - Provides the master username for the DB cluster snapshot.
  • dcsIAMDatabaseAuthenticationEnabled - True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
  • dcsDBClusterSnapshotARN - The Amazon Resource Name (ARN) for the DB cluster snapshot.
  • dcsVPCId - Provides the VPC ID associated with the DB cluster snapshot.
  • dcsDBClusterSnapshotIdentifier - Specifies the identifier for the DB cluster snapshot.
  • dcsEngine - Specifies the name of the database engine.
  • dcsLicenseModel - Provides the license model information for this DB cluster snapshot.
  • dcsAvailabilityZones - Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.
  • dcsSnapshotType - Provides the type of the DB cluster snapshot.
  • dcsKMSKeyId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
  • dcsSnapshotCreateTime - Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
  • dcsAllocatedStorage - Specifies the allocated storage size in gibibytes (GiB).
  • dcsSourceDBClusterSnapshotARN - 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.
  • dcsClusterCreateTime - Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).
  • dcsPercentProgress - Specifies the percentage of the estimated data that has been transferred.
  • dcsPort - Specifies the port that the DB cluster was listening on at the time of the snapshot.

dcsEngineVersion :: Lens' DBClusterSnapshot (Maybe Text) Source #

Provides the version of the database engine for this DB cluster snapshot.

dcsStatus :: Lens' DBClusterSnapshot (Maybe Text) Source #

Specifies the status of this DB cluster snapshot.

dcsStorageEncrypted :: Lens' DBClusterSnapshot (Maybe Bool) Source #

Specifies whether the DB cluster snapshot is encrypted.

dcsDBClusterIdentifier :: Lens' DBClusterSnapshot (Maybe Text) Source #

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

dcsMasterUsername :: Lens' DBClusterSnapshot (Maybe Text) Source #

Provides the master username for the DB cluster snapshot.

dcsIAMDatabaseAuthenticationEnabled :: Lens' DBClusterSnapshot (Maybe Bool) Source #

True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

dcsDBClusterSnapshotARN :: Lens' DBClusterSnapshot (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB cluster snapshot.

dcsVPCId :: Lens' DBClusterSnapshot (Maybe Text) Source #

Provides the VPC ID associated with the DB cluster snapshot.

dcsDBClusterSnapshotIdentifier :: Lens' DBClusterSnapshot (Maybe Text) Source #

Specifies the identifier for the DB cluster snapshot.

dcsEngine :: Lens' DBClusterSnapshot (Maybe Text) Source #

Specifies the name of the database engine.

dcsLicenseModel :: Lens' DBClusterSnapshot (Maybe Text) Source #

Provides the license model information for this DB cluster snapshot.

dcsAvailabilityZones :: Lens' DBClusterSnapshot [Text] Source #

Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.

dcsSnapshotType :: Lens' DBClusterSnapshot (Maybe Text) Source #

Provides the type of the DB cluster snapshot.

dcsKMSKeyId :: Lens' DBClusterSnapshot (Maybe Text) Source #

If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.

dcsSnapshotCreateTime :: Lens' DBClusterSnapshot (Maybe UTCTime) Source #

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

dcsAllocatedStorage :: Lens' DBClusterSnapshot (Maybe Int) Source #

Specifies the allocated storage size in gibibytes (GiB).

dcsSourceDBClusterSnapshotARN :: Lens' DBClusterSnapshot (Maybe Text) Source #

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.

dcsClusterCreateTime :: Lens' DBClusterSnapshot (Maybe UTCTime) Source #

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

dcsPercentProgress :: Lens' DBClusterSnapshot (Maybe Int) Source #

Specifies the percentage of the estimated data that has been transferred.

dcsPort :: Lens' DBClusterSnapshot (Maybe Int) Source #

Specifies the port that the DB cluster was listening on at the time of the 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 AWS accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

See: dbClusterSnapshotAttribute smart constructor.

Instances
Eq DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterSnapshotAttribute -> c DBClusterSnapshotAttribute #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterSnapshotAttribute #

toConstr :: DBClusterSnapshotAttribute -> Constr #

dataTypeOf :: DBClusterSnapshotAttribute -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterSnapshotAttribute) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterSnapshotAttribute) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterSnapshotAttribute -> DBClusterSnapshotAttribute #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterSnapshotAttribute -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterSnapshotAttribute -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterSnapshotAttribute -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterSnapshotAttribute -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterSnapshotAttribute -> m DBClusterSnapshotAttribute #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterSnapshotAttribute -> m DBClusterSnapshotAttribute #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterSnapshotAttribute -> m DBClusterSnapshotAttribute #

Read DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterSnapshotAttribute :: Type -> Type #

Hashable DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterSnapshotAttribute = D1 (MetaData "DBClusterSnapshotAttribute" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterSnapshotAttribute'" PrefixI True) (S1 (MetaSel (Just "_dcsaAttributeValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_dcsaAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dbClusterSnapshotAttribute :: DBClusterSnapshotAttribute Source #

Creates a value of DBClusterSnapshotAttribute with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcsaAttributeValues - The value(s) for the manual DB cluster snapshot attribute. If the AttributeName field is set to restore , then this element returns a list of IDs of the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any AWS account to copy or restore.
  • dcsaAttributeName - The name of the manual DB cluster snapshot attribute. The attribute named restore refers to the list of AWS accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

dcsaAttributeValues :: Lens' DBClusterSnapshotAttribute [Text] Source #

The value(s) for the manual DB cluster snapshot attribute. If the AttributeName field is set to restore , then this element returns a list of IDs of the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any AWS account to copy or restore.

dcsaAttributeName :: Lens' DBClusterSnapshotAttribute (Maybe Text) Source #

The name of the manual DB cluster snapshot attribute. The attribute named restore refers to the list of AWS accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

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 AWS accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

See: dbClusterSnapshotAttributesResult smart constructor.

Instances
Eq DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBClusterSnapshotAttributesResult -> c DBClusterSnapshotAttributesResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBClusterSnapshotAttributesResult #

toConstr :: DBClusterSnapshotAttributesResult -> Constr #

dataTypeOf :: DBClusterSnapshotAttributesResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBClusterSnapshotAttributesResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBClusterSnapshotAttributesResult) #

gmapT :: (forall b. Data b => b -> b) -> DBClusterSnapshotAttributesResult -> DBClusterSnapshotAttributesResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterSnapshotAttributesResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBClusterSnapshotAttributesResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBClusterSnapshotAttributesResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBClusterSnapshotAttributesResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBClusterSnapshotAttributesResult -> m DBClusterSnapshotAttributesResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterSnapshotAttributesResult -> m DBClusterSnapshotAttributesResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBClusterSnapshotAttributesResult -> m DBClusterSnapshotAttributesResult #

Read DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBClusterSnapshotAttributesResult :: Type -> Type #

Hashable DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBClusterSnapshotAttributesResult = D1 (MetaData "DBClusterSnapshotAttributesResult" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBClusterSnapshotAttributesResult'" PrefixI True) (S1 (MetaSel (Just "_dcsarDBClusterSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsarDBClusterSnapshotAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBClusterSnapshotAttribute]))))

dbClusterSnapshotAttributesResult :: DBClusterSnapshotAttributesResult Source #

Creates a value of DBClusterSnapshotAttributesResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcsarDBClusterSnapshotIdentifier :: Lens' DBClusterSnapshotAttributesResult (Maybe Text) Source #

The identifier of the manual DB cluster snapshot that the attributes apply to.

dcsarDBClusterSnapshotAttributes :: Lens' DBClusterSnapshotAttributesResult [DBClusterSnapshotAttribute] Source #

The list of attributes and values for the manual DB cluster snapshot.

DBEngineVersion

data DBEngineVersion Source #

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

See: dbEngineVersion smart constructor.

Instances
Eq DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBEngineVersion -> c DBEngineVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBEngineVersion #

toConstr :: DBEngineVersion -> Constr #

dataTypeOf :: DBEngineVersion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBEngineVersion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBEngineVersion) #

gmapT :: (forall b. Data b => b -> b) -> DBEngineVersion -> DBEngineVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBEngineVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBEngineVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBEngineVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBEngineVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBEngineVersion -> m DBEngineVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBEngineVersion -> m DBEngineVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBEngineVersion -> m DBEngineVersion #

Read DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBEngineVersion :: Type -> Type #

Hashable DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBEngineVersion -> () #

type Rep DBEngineVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBEngineVersion = D1 (MetaData "DBEngineVersion" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBEngineVersion'" PrefixI True) (((S1 (MetaSel (Just "_devEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_devDBEngineVersionDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_devDefaultCharacterSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CharacterSet)))) :*: (S1 (MetaSel (Just "_devEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_devDBParameterGroupFamily") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_devSupportedCharacterSets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CharacterSet]))))) :*: ((S1 (MetaSel (Just "_devDBEngineDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_devValidUpgradeTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UpgradeTarget])) :*: S1 (MetaSel (Just "_devSupportsLogExportsToCloudwatchLogs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 (MetaSel (Just "_devSupportsReadReplica") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_devSupportedTimezones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Timezone])) :*: S1 (MetaSel (Just "_devExportableLogTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))))

dbEngineVersion :: DBEngineVersion Source #

Creates a value of DBEngineVersion with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

devEngineVersion :: Lens' DBEngineVersion (Maybe Text) Source #

The version number of the database engine.

devDBEngineVersionDescription :: Lens' DBEngineVersion (Maybe Text) Source #

The description of the database engine version.

devDefaultCharacterSet :: Lens' DBEngineVersion (Maybe CharacterSet) Source #

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.

devEngine :: Lens' DBEngineVersion (Maybe Text) Source #

The name of the database engine.

devDBParameterGroupFamily :: Lens' DBEngineVersion (Maybe Text) Source #

The name of the DB parameter group family for the database engine.

devSupportedCharacterSets :: Lens' DBEngineVersion [CharacterSet] Source #

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance action.

devDBEngineDescription :: Lens' DBEngineVersion (Maybe Text) Source #

The description of the database engine.

devValidUpgradeTarget :: Lens' DBEngineVersion [UpgradeTarget] Source #

A list of engine versions that this database engine version can be upgraded to.

devSupportsLogExportsToCloudwatchLogs :: Lens' DBEngineVersion (Maybe Bool) Source #

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

devSupportsReadReplica :: Lens' DBEngineVersion (Maybe Bool) Source #

Indicates whether the database engine version supports read replicas.

devSupportedTimezones :: Lens' DBEngineVersion [Timezone] Source #

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

devExportableLogTypes :: Lens' DBEngineVersion [Text] Source #

The types of logs that the database engine has available for export to CloudWatch Logs.

DBInstance

data DBInstance Source #

Contains the details of an Amazon RDS DB instance.

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

See: dbInstance smart constructor.

Instances
Eq DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBInstance -> c DBInstance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBInstance #

toConstr :: DBInstance -> Constr #

dataTypeOf :: DBInstance -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBInstance) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBInstance) #

gmapT :: (forall b. Data b => b -> b) -> DBInstance -> DBInstance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBInstance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBInstance -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBInstance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBInstance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBInstance -> m DBInstance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBInstance -> m DBInstance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBInstance -> m DBInstance #

Read DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBInstance :: Type -> Type #

Hashable DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBInstance -> () #

type Rep DBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBInstance = D1 (MetaData "DBInstance" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBInstance'" PrefixI True) (((((S1 (MetaSel (Just "_diEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diDBSecurityGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBSecurityGroupMembership])) :*: S1 (MetaSel (Just "_diStorageEncrypted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 (MetaSel (Just "_diDBClusterIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diPubliclyAccessible") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_diAutoMinorVersionUpgrade") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_diDBInstanceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diMasterUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diReadReplicaDBInstanceIdentifiers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 (MetaSel (Just "_diIAMDatabaseAuthenticationEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_diMonitoringRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_diIOPS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_diInstanceCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)))))) :*: (((S1 (MetaSel (Just "_diReadReplicaSourceDBInstanceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diMonitoringInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_diEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_diLatestRestorableTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 (MetaSel (Just "_diDBInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diPromotionTier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 (MetaSel (Just "_diLicenseModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diPreferredMaintenanceWindow") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diCACertificateIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_diDBInstanceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diCharacterSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_diKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diPreferredBackupWindow") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 (MetaSel (Just "_diAvailabilityZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diVPCSecurityGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VPCSecurityGroupMembership])) :*: S1 (MetaSel (Just "_diBackupRetentionPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 (MetaSel (Just "_diPerformanceInsightsKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diDBSubnetGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DBSubnetGroup)) :*: S1 (MetaSel (Just "_diMultiAZ") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_diOptionGroupMemberships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OptionGroupMembership])) :*: (S1 (MetaSel (Just "_diEnabledCloudwatchLogsExports") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_diEnhancedMonitoringResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_diSecondaryAvailabilityZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diPerformanceInsightsEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_diAllocatedStorage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_diDBiResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_diDBParameterGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBParameterGroupStatus])) :*: (S1 (MetaSel (Just "_diCopyTagsToSnapshot") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_diTimezone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_diTDECredentialARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Endpoint)) :*: S1 (MetaSel (Just "_diDBInstanceStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_diDBInstancePort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_diPendingModifiedValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PendingModifiedValues)) :*: S1 (MetaSel (Just "_diReadReplicaDBClusterIdentifiers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 (MetaSel (Just "_diStorageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diStatusInfos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBInstanceStatusInfo]))) :*: (S1 (MetaSel (Just "_diDomainMemberships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DomainMembership])) :*: S1 (MetaSel (Just "_diDBName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))))

dbInstance :: DBInstance Source #

Creates a value of DBInstance with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • diEngineVersion - Indicates the database engine version.
  • diDBSecurityGroups - Provides List of DB security group elements containing only DBSecurityGroup.Name and DBSecurityGroup.Status subelements.
  • diStorageEncrypted - Specifies whether the DB instance is encrypted.
  • diDBClusterIdentifier - 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.
  • diPubliclyAccessible - Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. * Default VPC: true * VPC: false If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is private.
  • diAutoMinorVersionUpgrade - Indicates that minor version patches are applied automatically.
  • diDBInstanceARN - The Amazon Resource Name (ARN) for the DB instance.
  • diMasterUsername - Contains the master username for the DB instance.
  • diReadReplicaDBInstanceIdentifiers - Contains one or more identifiers of the Read Replicas associated with this DB instance.
  • diIAMDatabaseAuthenticationEnabled - True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. IAM database authentication can be enabled for the following database engines * For MySQL 5.6, minor version 5.6.34 or higher * For MySQL 5.7, minor version 5.7.16 or higher * Aurora 5.6 or higher. To enable IAM database authentication for Aurora, see DBCluster Type.
  • diMonitoringRoleARN - The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
  • diIOPS - Specifies the Provisioned IOPS (I/O operations per second) value.
  • diInstanceCreateTime - Provides the date and time the DB instance was created.
  • diReadReplicaSourceDBInstanceIdentifier - Contains the identifier of the source DB instance if this DB instance is a Read Replica.
  • diMonitoringInterval - The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
  • diEngine - Provides the name of the database engine to be used for this DB instance.
  • diLatestRestorableTime - Specifies the latest time to which a database can be restored with point-in-time restore.
  • diDBInstanceClass - Contains the name of the compute and memory capacity class of the DB instance.
  • diPromotionTier - 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 .
  • diLicenseModel - License model information for this DB instance.
  • diPreferredMaintenanceWindow - Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
  • diCACertificateIdentifier - The identifier of the CA certificate for this DB instance.
  • diDBInstanceIdentifier - Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
  • diCharacterSetName - If present, specifies the name of the character set that this instance is associated with.
  • diKMSKeyId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB instance.
  • diPreferredBackupWindow - Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod .
  • diAvailabilityZone - Specifies the name of the Availability Zone the DB instance is located in.
  • diVPCSecurityGroups - Provides a list of VPC security group elements that the DB instance belongs to.
  • diBackupRetentionPeriod - Specifies the number of days for which automatic DB snapshots are retained.
  • diPerformanceInsightsKMSKeyId - The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.
  • diDBSubnetGroup - Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.
  • diMultiAZ - Specifies if the DB instance is a Multi-AZ deployment.
  • diOptionGroupMemberships - Provides the list of option group memberships for this DB instance.
  • diEnabledCloudwatchLogsExports - A list of log types that this DB instance is configured to export to CloudWatch Logs.
  • diEnhancedMonitoringResourceARN - The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.
  • diSecondaryAvailabilityZone - If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.
  • diPerformanceInsightsEnabled - True if Performance Insights is enabled for the DB instance, and otherwise false.
  • diAllocatedStorage - Specifies the allocated storage size specified in gibibytes.
  • diDBiResourceId - The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
  • diDBParameterGroups - Provides the list of DB parameter groups applied to this DB instance.
  • diCopyTagsToSnapshot - Specifies whether tags are copied from the DB instance to snapshots of the DB instance.
  • diTimezone - 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.
  • diTDECredentialARN - The ARN from the key store with which the instance is associated for TDE encryption.
  • diEndpoint - Specifies the connection endpoint.
  • diDBInstanceStatus - Specifies the current state of this database.
  • diDBInstancePort - 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.
  • diPendingModifiedValues - Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.
  • diReadReplicaDBClusterIdentifiers - Contains one or more identifiers of Aurora DB clusters that are Read Replicas of this DB instance.
  • diStorageType - Specifies the storage type associated with DB instance.
  • diStatusInfos - The status of a Read Replica. If the instance is not a Read Replica, this is blank.
  • diDomainMemberships - The Active Directory Domain membership records associated with the DB instance.
  • diDBName - The meaning of this parameter differs according to the database engine you use. For example, this value returns MySQL, MariaDB, or PostgreSQL information when returning values from CreateDBInstanceReadReplica since Read Replicas are only supported for these engines. 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.

diEngineVersion :: Lens' DBInstance (Maybe Text) Source #

Indicates the database engine version.

diDBSecurityGroups :: Lens' DBInstance [DBSecurityGroupMembership] Source #

Provides List of DB security group elements containing only DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

diStorageEncrypted :: Lens' DBInstance (Maybe Bool) Source #

Specifies whether the DB instance is encrypted.

diDBClusterIdentifier :: Lens' DBInstance (Maybe Text) Source #

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.

diPubliclyAccessible :: Lens' DBInstance (Maybe Bool) Source #

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. * Default VPC: true * VPC: false If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance is private.

diAutoMinorVersionUpgrade :: Lens' DBInstance (Maybe Bool) Source #

Indicates that minor version patches are applied automatically.

diDBInstanceARN :: Lens' DBInstance (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB instance.

diMasterUsername :: Lens' DBInstance (Maybe Text) Source #

Contains the master username for the DB instance.

diReadReplicaDBInstanceIdentifiers :: Lens' DBInstance [Text] Source #

Contains one or more identifiers of the Read Replicas associated with this DB instance.

diIAMDatabaseAuthenticationEnabled :: Lens' DBInstance (Maybe Bool) Source #

True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. IAM database authentication can be enabled for the following database engines * For MySQL 5.6, minor version 5.6.34 or higher * For MySQL 5.7, minor version 5.7.16 or higher * Aurora 5.6 or higher. To enable IAM database authentication for Aurora, see DBCluster Type.

diMonitoringRoleARN :: Lens' DBInstance (Maybe Text) Source #

The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.

diIOPS :: Lens' DBInstance (Maybe Int) Source #

Specifies the Provisioned IOPS (I/O operations per second) value.

diInstanceCreateTime :: Lens' DBInstance (Maybe UTCTime) Source #

Provides the date and time the DB instance was created.

diReadReplicaSourceDBInstanceIdentifier :: Lens' DBInstance (Maybe Text) Source #

Contains the identifier of the source DB instance if this DB instance is a Read Replica.

diMonitoringInterval :: Lens' DBInstance (Maybe Int) Source #

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.

diEngine :: Lens' DBInstance (Maybe Text) Source #

Provides the name of the database engine to be used for this DB instance.

diLatestRestorableTime :: Lens' DBInstance (Maybe UTCTime) Source #

Specifies the latest time to which a database can be restored with point-in-time restore.

diDBInstanceClass :: Lens' DBInstance (Maybe Text) Source #

Contains the name of the compute and memory capacity class of the DB instance.

diPromotionTier :: Lens' DBInstance (Maybe Int) Source #

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 .

diLicenseModel :: Lens' DBInstance (Maybe Text) Source #

License model information for this DB instance.

diPreferredMaintenanceWindow :: Lens' DBInstance (Maybe Text) Source #

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

diCACertificateIdentifier :: Lens' DBInstance (Maybe Text) Source #

The identifier of the CA certificate for this DB instance.

diDBInstanceIdentifier :: Lens' DBInstance (Maybe Text) Source #

Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

diCharacterSetName :: Lens' DBInstance (Maybe Text) Source #

If present, specifies the name of the character set that this instance is associated with.

diKMSKeyId :: Lens' DBInstance (Maybe Text) Source #

If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB instance.

diPreferredBackupWindow :: Lens' DBInstance (Maybe Text) Source #

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod .

diAvailabilityZone :: Lens' DBInstance (Maybe Text) Source #

Specifies the name of the Availability Zone the DB instance is located in.

diVPCSecurityGroups :: Lens' DBInstance [VPCSecurityGroupMembership] Source #

Provides a list of VPC security group elements that the DB instance belongs to.

diBackupRetentionPeriod :: Lens' DBInstance (Maybe Int) Source #

Specifies the number of days for which automatic DB snapshots are retained.

diPerformanceInsightsKMSKeyId :: Lens' DBInstance (Maybe Text) Source #

The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.

diDBSubnetGroup :: Lens' DBInstance (Maybe DBSubnetGroup) Source #

Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.

diMultiAZ :: Lens' DBInstance (Maybe Bool) Source #

Specifies if the DB instance is a Multi-AZ deployment.

diOptionGroupMemberships :: Lens' DBInstance [OptionGroupMembership] Source #

Provides the list of option group memberships for this DB instance.

diEnabledCloudwatchLogsExports :: Lens' DBInstance [Text] Source #

A list of log types that this DB instance is configured to export to CloudWatch Logs.

diEnhancedMonitoringResourceARN :: Lens' DBInstance (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.

diSecondaryAvailabilityZone :: Lens' DBInstance (Maybe Text) Source #

If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.

diPerformanceInsightsEnabled :: Lens' DBInstance (Maybe Bool) Source #

True if Performance Insights is enabled for the DB instance, and otherwise false.

diAllocatedStorage :: Lens' DBInstance (Maybe Int) Source #

Specifies the allocated storage size specified in gibibytes.

diDBiResourceId :: Lens' DBInstance (Maybe Text) Source #

The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.

diDBParameterGroups :: Lens' DBInstance [DBParameterGroupStatus] Source #

Provides the list of DB parameter groups applied to this DB instance.

diCopyTagsToSnapshot :: Lens' DBInstance (Maybe Bool) Source #

Specifies whether tags are copied from the DB instance to snapshots of the DB instance.

diTimezone :: Lens' DBInstance (Maybe Text) Source #

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.

diTDECredentialARN :: Lens' DBInstance (Maybe Text) Source #

The ARN from the key store with which the instance is associated for TDE encryption.

diEndpoint :: Lens' DBInstance (Maybe Endpoint) Source #

Specifies the connection endpoint.

diDBInstanceStatus :: Lens' DBInstance (Maybe Text) Source #

Specifies the current state of this database.

diDBInstancePort :: Lens' DBInstance (Maybe Int) Source #

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.

diPendingModifiedValues :: Lens' DBInstance (Maybe PendingModifiedValues) Source #

Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.

diReadReplicaDBClusterIdentifiers :: Lens' DBInstance [Text] Source #

Contains one or more identifiers of Aurora DB clusters that are Read Replicas of this DB instance.

diStorageType :: Lens' DBInstance (Maybe Text) Source #

Specifies the storage type associated with DB instance.

diStatusInfos :: Lens' DBInstance [DBInstanceStatusInfo] Source #

The status of a Read Replica. If the instance is not a Read Replica, this is blank.

diDomainMemberships :: Lens' DBInstance [DomainMembership] Source #

The Active Directory Domain membership records associated with the DB instance.

diDBName :: Lens' DBInstance (Maybe Text) Source #

The meaning of this parameter differs according to the database engine you use. For example, this value returns MySQL, MariaDB, or PostgreSQL information when returning values from CreateDBInstanceReadReplica since Read Replicas are only supported for these engines. 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.

DBInstanceStatusInfo

data DBInstanceStatusInfo Source #

Provides a list of status information for a DB instance.

See: dbInstanceStatusInfo smart constructor.

Instances
Eq DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBInstanceStatusInfo -> c DBInstanceStatusInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBInstanceStatusInfo #

toConstr :: DBInstanceStatusInfo -> Constr #

dataTypeOf :: DBInstanceStatusInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBInstanceStatusInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBInstanceStatusInfo) #

gmapT :: (forall b. Data b => b -> b) -> DBInstanceStatusInfo -> DBInstanceStatusInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBInstanceStatusInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBInstanceStatusInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBInstanceStatusInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBInstanceStatusInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBInstanceStatusInfo -> m DBInstanceStatusInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBInstanceStatusInfo -> m DBInstanceStatusInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBInstanceStatusInfo -> m DBInstanceStatusInfo #

Read DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBInstanceStatusInfo :: Type -> Type #

Hashable DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBInstanceStatusInfo -> () #

type Rep DBInstanceStatusInfo Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBInstanceStatusInfo = D1 (MetaData "DBInstanceStatusInfo" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBInstanceStatusInfo'" PrefixI True) ((S1 (MetaSel (Just "_disiStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_disiNormal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_disiStatusType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_disiMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

dbInstanceStatusInfo :: DBInstanceStatusInfo Source #

Creates a value of DBInstanceStatusInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • disiStatus - Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
  • disiNormal - Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
  • disiStatusType - This value is currently "read replication."
  • disiMessage - Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.

disiStatus :: Lens' DBInstanceStatusInfo (Maybe Text) Source #

Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.

disiNormal :: Lens' DBInstanceStatusInfo (Maybe Bool) Source #

Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

disiStatusType :: Lens' DBInstanceStatusInfo (Maybe Text) Source #

This value is currently "read replication."

disiMessage :: Lens' DBInstanceStatusInfo (Maybe Text) Source #

Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.

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: dbParameterGroup smart constructor.

Instances
Eq DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBParameterGroup -> c DBParameterGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBParameterGroup #

toConstr :: DBParameterGroup -> Constr #

dataTypeOf :: DBParameterGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBParameterGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBParameterGroup) #

gmapT :: (forall b. Data b => b -> b) -> DBParameterGroup -> DBParameterGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBParameterGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBParameterGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBParameterGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBParameterGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBParameterGroup -> m DBParameterGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBParameterGroup -> m DBParameterGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBParameterGroup -> m DBParameterGroup #

Read DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBParameterGroup :: Type -> Type #

Hashable DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBParameterGroup -> () #

type Rep DBParameterGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBParameterGroup = D1 (MetaData "DBParameterGroup" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBParameterGroup'" PrefixI True) ((S1 (MetaSel (Just "_dpgDBParameterGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dpgDBParameterGroupFamily") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dpgDBParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dpgDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

dbParameterGroup :: DBParameterGroup Source #

Creates a value of DBParameterGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dpgDBParameterGroupARN :: Lens' DBParameterGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB parameter group.

dpgDBParameterGroupFamily :: Lens' DBParameterGroup (Maybe Text) Source #

Provides the name of the DB parameter group family that this DB parameter group is compatible with.

dpgDBParameterGroupName :: Lens' DBParameterGroup (Maybe Text) Source #

Provides the name of the DB parameter group.

dpgDescription :: Lens' DBParameterGroup (Maybe Text) Source #

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: dbParameterGroupNameMessage smart constructor.

Instances
Eq DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBParameterGroupNameMessage -> c DBParameterGroupNameMessage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBParameterGroupNameMessage #

toConstr :: DBParameterGroupNameMessage -> Constr #

dataTypeOf :: DBParameterGroupNameMessage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBParameterGroupNameMessage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBParameterGroupNameMessage) #

gmapT :: (forall b. Data b => b -> b) -> DBParameterGroupNameMessage -> DBParameterGroupNameMessage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBParameterGroupNameMessage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBParameterGroupNameMessage -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBParameterGroupNameMessage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBParameterGroupNameMessage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBParameterGroupNameMessage -> m DBParameterGroupNameMessage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBParameterGroupNameMessage -> m DBParameterGroupNameMessage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBParameterGroupNameMessage -> m DBParameterGroupNameMessage #

Read DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBParameterGroupNameMessage :: Type -> Type #

Hashable DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBParameterGroupNameMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBParameterGroupNameMessage = D1 (MetaData "DBParameterGroupNameMessage" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" True) (C1 (MetaCons "DBParameterGroupNameMessage'" PrefixI True) (S1 (MetaSel (Just "_dpgnmDBParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

dbParameterGroupNameMessage :: DBParameterGroupNameMessage Source #

Creates a value of DBParameterGroupNameMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dpgnmDBParameterGroupName :: Lens' DBParameterGroupNameMessage (Maybe Text) Source #

Provides 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: dbParameterGroupStatus smart constructor.

Instances
Eq DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBParameterGroupStatus -> c DBParameterGroupStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBParameterGroupStatus #

toConstr :: DBParameterGroupStatus -> Constr #

dataTypeOf :: DBParameterGroupStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBParameterGroupStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBParameterGroupStatus) #

gmapT :: (forall b. Data b => b -> b) -> DBParameterGroupStatus -> DBParameterGroupStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBParameterGroupStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBParameterGroupStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBParameterGroupStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBParameterGroupStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBParameterGroupStatus -> m DBParameterGroupStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBParameterGroupStatus -> m DBParameterGroupStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBParameterGroupStatus -> m DBParameterGroupStatus #

Read DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBParameterGroupStatus :: Type -> Type #

Hashable DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBParameterGroupStatus -> () #

type Rep DBParameterGroupStatus Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBParameterGroupStatus = D1 (MetaData "DBParameterGroupStatus" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBParameterGroupStatus'" PrefixI True) (S1 (MetaSel (Just "_dpgsDBParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dpgsParameterApplyStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dbParameterGroupStatus :: DBParameterGroupStatus Source #

Creates a value of DBParameterGroupStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dpgsDBParameterGroupName :: Lens' DBParameterGroupStatus (Maybe Text) Source #

The name of the DP parameter group.

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: dbSecurityGroup smart constructor.

Instances
Eq DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBSecurityGroup -> c DBSecurityGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBSecurityGroup #

toConstr :: DBSecurityGroup -> Constr #

dataTypeOf :: DBSecurityGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBSecurityGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBSecurityGroup) #

gmapT :: (forall b. Data b => b -> b) -> DBSecurityGroup -> DBSecurityGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBSecurityGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBSecurityGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBSecurityGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBSecurityGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBSecurityGroup -> m DBSecurityGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSecurityGroup -> m DBSecurityGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSecurityGroup -> m DBSecurityGroup #

Read DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBSecurityGroup :: Type -> Type #

Hashable DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBSecurityGroup -> () #

type Rep DBSecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSecurityGroup = D1 (MetaData "DBSecurityGroup" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBSecurityGroup'" PrefixI True) ((S1 (MetaSel (Just "_dbsgVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dbsgOwnerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dbsgDBSecurityGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_dbsgIPRanges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [IPRange])) :*: S1 (MetaSel (Just "_dbsgDBSecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dbsgEC2SecurityGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EC2SecurityGroup])) :*: S1 (MetaSel (Just "_dbsgDBSecurityGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

dbSecurityGroup :: DBSecurityGroup Source #

Creates a value of DBSecurityGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dbsgVPCId :: Lens' DBSecurityGroup (Maybe Text) Source #

Provides the VpcId of the DB security group.

dbsgOwnerId :: Lens' DBSecurityGroup (Maybe Text) Source #

Provides the AWS ID of the owner of a specific DB security group.

dbsgDBSecurityGroupARN :: Lens' DBSecurityGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB security group.

dbsgIPRanges :: Lens' DBSecurityGroup [IPRange] Source #

Contains a list of IPRange elements.

dbsgDBSecurityGroupName :: Lens' DBSecurityGroup (Maybe Text) Source #

Specifies the name of the DB security group.

dbsgDBSecurityGroupDescription :: Lens' DBSecurityGroup (Maybe Text) Source #

Provides the description 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: dbSecurityGroupMembership smart constructor.

Instances
Eq DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBSecurityGroupMembership -> c DBSecurityGroupMembership #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBSecurityGroupMembership #

toConstr :: DBSecurityGroupMembership -> Constr #

dataTypeOf :: DBSecurityGroupMembership -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBSecurityGroupMembership) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBSecurityGroupMembership) #

gmapT :: (forall b. Data b => b -> b) -> DBSecurityGroupMembership -> DBSecurityGroupMembership #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBSecurityGroupMembership -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBSecurityGroupMembership -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBSecurityGroupMembership -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBSecurityGroupMembership -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBSecurityGroupMembership -> m DBSecurityGroupMembership #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSecurityGroupMembership -> m DBSecurityGroupMembership #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSecurityGroupMembership -> m DBSecurityGroupMembership #

Read DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBSecurityGroupMembership :: Type -> Type #

Hashable DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSecurityGroupMembership = D1 (MetaData "DBSecurityGroupMembership" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBSecurityGroupMembership'" PrefixI True) (S1 (MetaSel (Just "_dsgmStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsgmDBSecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dbSecurityGroupMembership :: DBSecurityGroupMembership Source #

Creates a value of DBSecurityGroupMembership with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dsgmStatus :: Lens' DBSecurityGroupMembership (Maybe Text) Source #

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: dbSnapshot smart constructor.

Instances
Eq DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBSnapshot -> c DBSnapshot #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBSnapshot #

toConstr :: DBSnapshot -> Constr #

dataTypeOf :: DBSnapshot -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBSnapshot) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBSnapshot) #

gmapT :: (forall b. Data b => b -> b) -> DBSnapshot -> DBSnapshot #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBSnapshot -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBSnapshot -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBSnapshot -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBSnapshot -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBSnapshot -> m DBSnapshot #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSnapshot -> m DBSnapshot #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSnapshot -> m DBSnapshot #

Read DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBSnapshot :: Type -> Type #

Hashable DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBSnapshot -> () #

type Rep DBSnapshot Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSnapshot = D1 (MetaData "DBSnapshot" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBSnapshot'" PrefixI True) ((((S1 (MetaSel (Just "_dsEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsDBSnapshotARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_dsMasterUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsSourceRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsIAMDatabaseAuthenticationEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_dsIOPS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_dsVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsInstanceCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 (MetaSel (Just "_dsEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsEncrypted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_dsDBSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsLicenseModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_dsSourceDBSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsSnapshotType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsDBInstanceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_dsKMSKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsAvailabilityZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsSnapshotCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 (MetaSel (Just "_dsAllocatedStorage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_dsOptionGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsTimezone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_dsTDECredentialARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsPercentProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 (MetaSel (Just "_dsPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dsStorageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

dbSnapshot :: DBSnapshot Source #

Creates a value of DBSnapshot with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dsEngineVersion - Specifies the version of the database engine.
  • dsStatus - Specifies the status of this DB snapshot.
  • dsDBSnapshotARN - The Amazon Resource Name (ARN) for the DB snapshot.
  • dsMasterUsername - Provides the master username for the DB snapshot.
  • dsSourceRegion - The AWS Region that the DB snapshot was created in or copied from.
  • dsIAMDatabaseAuthenticationEnabled - True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
  • dsIOPS - Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
  • dsVPCId - Provides the VPC ID associated with the DB snapshot.
  • dsInstanceCreateTime - Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).
  • dsEngine - Specifies the name of the database engine.
  • dsEncrypted - Specifies whether the DB snapshot is encrypted.
  • dsDBSnapshotIdentifier - Specifies the identifier for the DB snapshot.
  • dsLicenseModel - License model information for the restored DB instance.
  • dsSourceDBSnapshotIdentifier - The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has value in case of cross-customer or cross-region copy.
  • dsSnapshotType - Provides the type of the DB snapshot.
  • dsDBInstanceIdentifier - Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
  • dsKMSKeyId - If Encrypted is true, the AWS KMS key identifier for the encrypted DB snapshot.
  • dsAvailabilityZone - Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
  • dsSnapshotCreateTime - Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
  • dsAllocatedStorage - Specifies the allocated storage size in gibibytes (GiB).
  • dsOptionGroupName - Provides the option group name for the DB snapshot.
  • dsTimezone - 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.
  • dsTDECredentialARN - The ARN from the key store with which to associate the instance for TDE encryption.
  • dsPercentProgress - The percentage of the estimated data that has been transferred.
  • dsPort - Specifies the port that the database engine was listening on at the time of the snapshot.
  • dsStorageType - Specifies the storage type associated with DB snapshot.

dsEngineVersion :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the version of the database engine.

dsStatus :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the status of this DB snapshot.

dsDBSnapshotARN :: Lens' DBSnapshot (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB snapshot.

dsMasterUsername :: Lens' DBSnapshot (Maybe Text) Source #

Provides the master username for the DB snapshot.

dsSourceRegion :: Lens' DBSnapshot (Maybe Text) Source #

The AWS Region that the DB snapshot was created in or copied from.

dsIAMDatabaseAuthenticationEnabled :: Lens' DBSnapshot (Maybe Bool) Source #

True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

dsIOPS :: Lens' DBSnapshot (Maybe Int) Source #

Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

dsVPCId :: Lens' DBSnapshot (Maybe Text) Source #

Provides the VPC ID associated with the DB snapshot.

dsInstanceCreateTime :: Lens' DBSnapshot (Maybe UTCTime) Source #

Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

dsEngine :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the name of the database engine.

dsEncrypted :: Lens' DBSnapshot (Maybe Bool) Source #

Specifies whether the DB snapshot is encrypted.

dsDBSnapshotIdentifier :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the identifier for the DB snapshot.

dsLicenseModel :: Lens' DBSnapshot (Maybe Text) Source #

License model information for the restored DB instance.

dsSourceDBSnapshotIdentifier :: Lens' DBSnapshot (Maybe Text) Source #

The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has value in case of cross-customer or cross-region copy.

dsSnapshotType :: Lens' DBSnapshot (Maybe Text) Source #

Provides the type of the DB snapshot.

dsDBInstanceIdentifier :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

dsKMSKeyId :: Lens' DBSnapshot (Maybe Text) Source #

If Encrypted is true, the AWS KMS key identifier for the encrypted DB snapshot.

dsAvailabilityZone :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

dsSnapshotCreateTime :: Lens' DBSnapshot (Maybe UTCTime) Source #

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

dsAllocatedStorage :: Lens' DBSnapshot (Maybe Int) Source #

Specifies the allocated storage size in gibibytes (GiB).

dsOptionGroupName :: Lens' DBSnapshot (Maybe Text) Source #

Provides the option group name for the DB snapshot.

dsTimezone :: Lens' DBSnapshot (Maybe Text) Source #

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.

dsTDECredentialARN :: Lens' DBSnapshot (Maybe Text) Source #

The ARN from the key store with which to associate the instance for TDE encryption.

dsPercentProgress :: Lens' DBSnapshot (Maybe Int) Source #

The percentage of the estimated data that has been transferred.

dsPort :: Lens' DBSnapshot (Maybe Int) Source #

Specifies the port that the database engine was listening on at the time of the snapshot.

dsStorageType :: Lens' DBSnapshot (Maybe Text) Source #

Specifies the storage type associated with 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 AWS accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.

See: dbSnapshotAttribute smart constructor.

Instances
Eq DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBSnapshotAttribute -> c DBSnapshotAttribute #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBSnapshotAttribute #

toConstr :: DBSnapshotAttribute -> Constr #

dataTypeOf :: DBSnapshotAttribute -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBSnapshotAttribute) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBSnapshotAttribute) #

gmapT :: (forall b. Data b => b -> b) -> DBSnapshotAttribute -> DBSnapshotAttribute #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBSnapshotAttribute -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBSnapshotAttribute -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBSnapshotAttribute -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBSnapshotAttribute -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBSnapshotAttribute -> m DBSnapshotAttribute #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSnapshotAttribute -> m DBSnapshotAttribute #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSnapshotAttribute -> m DBSnapshotAttribute #

Read DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBSnapshotAttribute :: Type -> Type #

Hashable DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBSnapshotAttribute -> () #

type Rep DBSnapshotAttribute Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSnapshotAttribute = D1 (MetaData "DBSnapshotAttribute" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBSnapshotAttribute'" PrefixI True) (S1 (MetaSel (Just "_dsaAttributeValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_dsaAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

dbSnapshotAttribute :: DBSnapshotAttribute Source #

Creates a value of DBSnapshotAttribute with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dsaAttributeValues - The value or values for the manual DB snapshot attribute. If the AttributeName field is set to restore , then this element returns a list of IDs of the AWS accounts that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.
  • dsaAttributeName - The name of the manual DB snapshot attribute. The attribute named restore refers to the list of AWS accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

dsaAttributeValues :: Lens' DBSnapshotAttribute [Text] Source #

The value or values for the manual DB snapshot attribute. If the AttributeName field is set to restore , then this element returns a list of IDs of the AWS accounts that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

dsaAttributeName :: Lens' DBSnapshotAttribute (Maybe Text) Source #

The name of the manual DB snapshot attribute. The attribute named restore refers to the list of AWS accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

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 AWS accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

See: dbSnapshotAttributesResult smart constructor.

Instances
Eq DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBSnapshotAttributesResult -> c DBSnapshotAttributesResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBSnapshotAttributesResult #

toConstr :: DBSnapshotAttributesResult -> Constr #

dataTypeOf :: DBSnapshotAttributesResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBSnapshotAttributesResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBSnapshotAttributesResult) #

gmapT :: (forall b. Data b => b -> b) -> DBSnapshotAttributesResult -> DBSnapshotAttributesResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBSnapshotAttributesResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBSnapshotAttributesResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBSnapshotAttributesResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBSnapshotAttributesResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBSnapshotAttributesResult -> m DBSnapshotAttributesResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSnapshotAttributesResult -> m DBSnapshotAttributesResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSnapshotAttributesResult -> m DBSnapshotAttributesResult #

Read DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBSnapshotAttributesResult :: Type -> Type #

Hashable DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSnapshotAttributesResult Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSnapshotAttributesResult = D1 (MetaData "DBSnapshotAttributesResult" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBSnapshotAttributesResult'" PrefixI True) (S1 (MetaSel (Just "_dsarDBSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsarDBSnapshotAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DBSnapshotAttribute]))))

dbSnapshotAttributesResult :: DBSnapshotAttributesResult Source #

Creates a value of DBSnapshotAttributesResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dsarDBSnapshotIdentifier :: Lens' DBSnapshotAttributesResult (Maybe Text) Source #

The identifier of the manual DB snapshot that the attributes apply to.

dsarDBSnapshotAttributes :: Lens' DBSnapshotAttributesResult [DBSnapshotAttribute] Source #

The list of attributes and values for the manual DB snapshot.

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: dbSubnetGroup smart constructor.

Instances
Eq DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DBSubnetGroup -> c DBSubnetGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DBSubnetGroup #

toConstr :: DBSubnetGroup -> Constr #

dataTypeOf :: DBSubnetGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DBSubnetGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DBSubnetGroup) #

gmapT :: (forall b. Data b => b -> b) -> DBSubnetGroup -> DBSubnetGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DBSubnetGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DBSubnetGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> DBSubnetGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DBSubnetGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DBSubnetGroup -> m DBSubnetGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSubnetGroup -> m DBSubnetGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DBSubnetGroup -> m DBSubnetGroup #

Read DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DBSubnetGroup :: Type -> Type #

Hashable DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DBSubnetGroup -> () #

type Rep DBSubnetGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DBSubnetGroup = D1 (MetaData "DBSubnetGroup" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DBSubnetGroup'" PrefixI True) ((S1 (MetaSel (Just "_dsgDBSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsgVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsgSubnets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Subnet])))) :*: (S1 (MetaSel (Just "_dsgDBSubnetGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsgDBSubnetGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsgSubnetGroupStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

dbSubnetGroup :: DBSubnetGroup Source #

Creates a value of DBSubnetGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dsgDBSubnetGroupName :: Lens' DBSubnetGroup (Maybe Text) Source #

The name of the DB subnet group.

dsgVPCId :: Lens' DBSubnetGroup (Maybe Text) Source #

Provides the VpcId of the DB subnet group.

dsgSubnets :: Lens' DBSubnetGroup [Subnet] Source #

Contains a list of Subnet elements.

dsgDBSubnetGroupDescription :: Lens' DBSubnetGroup (Maybe Text) Source #

Provides the description of the DB subnet group.

dsgDBSubnetGroupARN :: Lens' DBSubnetGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB subnet group.

dsgSubnetGroupStatus :: Lens' DBSubnetGroup (Maybe Text) Source #

Provides the status of the DB subnet group.

DescribeDBLogFilesDetails

data DescribeDBLogFilesDetails Source #

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

See: describeDBLogFilesDetails smart constructor.

Instances
Eq DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeDBLogFilesDetails -> c DescribeDBLogFilesDetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeDBLogFilesDetails #

toConstr :: DescribeDBLogFilesDetails -> Constr #

dataTypeOf :: DescribeDBLogFilesDetails -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeDBLogFilesDetails) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeDBLogFilesDetails) #

gmapT :: (forall b. Data b => b -> b) -> DescribeDBLogFilesDetails -> DescribeDBLogFilesDetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeDBLogFilesDetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeDBLogFilesDetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeDBLogFilesDetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeDBLogFilesDetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeDBLogFilesDetails -> m DescribeDBLogFilesDetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeDBLogFilesDetails -> m DescribeDBLogFilesDetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeDBLogFilesDetails -> m DescribeDBLogFilesDetails #

Read DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DescribeDBLogFilesDetails :: Type -> Type #

Hashable DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DescribeDBLogFilesDetails Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DescribeDBLogFilesDetails = D1 (MetaData "DescribeDBLogFilesDetails" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DescribeDBLogFilesDetails'" PrefixI True) (S1 (MetaSel (Just "_ddlfdLastWritten") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 (MetaSel (Just "_ddlfdSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_ddlfdLogFileName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

describeDBLogFilesDetails :: DescribeDBLogFilesDetails Source #

Creates a value of DescribeDBLogFilesDetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ddlfdLastWritten - A POSIX timestamp when the last log entry was written.
  • ddlfdSize - The size, in bytes, of the log file for the specified DB instance.
  • ddlfdLogFileName - The name of the log file for the specified DB instance.

ddlfdLastWritten :: Lens' DescribeDBLogFilesDetails (Maybe Integer) Source #

A POSIX timestamp when the last log entry was written.

ddlfdSize :: Lens' DescribeDBLogFilesDetails (Maybe Integer) Source #

The size, in bytes, of the log file for the specified DB instance.

ddlfdLogFileName :: Lens' DescribeDBLogFilesDetails (Maybe Text) Source #

The name of the log file for the specified DB instance.

DomainMembership

data DomainMembership Source #

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

See: domainMembership smart constructor.

Instances
Eq DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DomainMembership -> c DomainMembership #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DomainMembership #

toConstr :: DomainMembership -> Constr #

dataTypeOf :: DomainMembership -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DomainMembership) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DomainMembership) #

gmapT :: (forall b. Data b => b -> b) -> DomainMembership -> DomainMembership #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DomainMembership -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DomainMembership -> r #

gmapQ :: (forall d. Data d => d -> u) -> DomainMembership -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DomainMembership -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DomainMembership -> m DomainMembership #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainMembership -> m DomainMembership #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainMembership -> m DomainMembership #

Read DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DomainMembership :: Type -> Type #

Hashable DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DomainMembership -> () #

type Rep DomainMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DomainMembership = D1 (MetaData "DomainMembership" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DomainMembership'" PrefixI True) ((S1 (MetaSel (Just "_dmStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dmFQDN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dmDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dmIAMRoleName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

domainMembership :: DomainMembership Source #

Creates a value of DomainMembership with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dmStatus - The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
  • dmFQDN - The fully qualified domain name of the Active Directory Domain.
  • dmDomain - The identifier of the Active Directory Domain.
  • dmIAMRoleName - The name of the IAM role to be used when making API calls to the Directory Service.

dmStatus :: Lens' DomainMembership (Maybe Text) Source #

The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

dmFQDN :: Lens' DomainMembership (Maybe Text) Source #

The fully qualified domain name of the Active Directory Domain.

dmDomain :: Lens' DomainMembership (Maybe Text) Source #

The identifier of the Active Directory Domain.

dmIAMRoleName :: Lens' DomainMembership (Maybe Text) Source #

The name of the IAM role to be used when making API calls to the Directory Service.

DoubleRange

data DoubleRange Source #

A range of double values.

See: doubleRange smart constructor.

Instances
Eq DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DoubleRange -> c DoubleRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DoubleRange #

toConstr :: DoubleRange -> Constr #

dataTypeOf :: DoubleRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DoubleRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DoubleRange) #

gmapT :: (forall b. Data b => b -> b) -> DoubleRange -> DoubleRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DoubleRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DoubleRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> DoubleRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DoubleRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DoubleRange -> m DoubleRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DoubleRange -> m DoubleRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DoubleRange -> m DoubleRange #

Read DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep DoubleRange :: Type -> Type #

Hashable DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: DoubleRange -> () #

type Rep DoubleRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep DoubleRange = D1 (MetaData "DoubleRange" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "DoubleRange'" PrefixI True) (S1 (MetaSel (Just "_drTo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double)) :*: S1 (MetaSel (Just "_drFrom") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double))))

doubleRange :: DoubleRange Source #

Creates a value of DoubleRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • drTo - The maximum value in the range.
  • drFrom - The minimum value in the range.

drTo :: Lens' DoubleRange (Maybe Double) Source #

The maximum value in the range.

drFrom :: Lens' DoubleRange (Maybe Double) Source #

The minimum 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: ec2SecurityGroup smart constructor.

Instances
Eq EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EC2SecurityGroup -> c EC2SecurityGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EC2SecurityGroup #

toConstr :: EC2SecurityGroup -> Constr #

dataTypeOf :: EC2SecurityGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EC2SecurityGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EC2SecurityGroup) #

gmapT :: (forall b. Data b => b -> b) -> EC2SecurityGroup -> EC2SecurityGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EC2SecurityGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EC2SecurityGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> EC2SecurityGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EC2SecurityGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EC2SecurityGroup -> m EC2SecurityGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EC2SecurityGroup -> m EC2SecurityGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EC2SecurityGroup -> m EC2SecurityGroup #

Read EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep EC2SecurityGroup :: Type -> Type #

Hashable EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: EC2SecurityGroup -> () #

type Rep EC2SecurityGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep EC2SecurityGroup = D1 (MetaData "EC2SecurityGroup" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "EC2SecurityGroup'" PrefixI True) ((S1 (MetaSel (Just "_esgStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esgEC2SecurityGroupOwnerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_esgEC2SecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esgEC2SecurityGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

ec2SecurityGroup :: EC2SecurityGroup Source #

Creates a value of EC2SecurityGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • esgStatus - Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".
  • esgEC2SecurityGroupOwnerId - Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.
  • esgEC2SecurityGroupName - Specifies the name of the EC2 security group.
  • esgEC2SecurityGroupId - Specifies the id of the EC2 security group.

esgStatus :: Lens' EC2SecurityGroup (Maybe Text) Source #

Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".

esgEC2SecurityGroupOwnerId :: Lens' EC2SecurityGroup (Maybe Text) Source #

Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

esgEC2SecurityGroupName :: Lens' EC2SecurityGroup (Maybe Text) Source #

Specifies the name of the EC2 security group.

esgEC2SecurityGroupId :: Lens' EC2SecurityGroup (Maybe Text) Source #

Specifies the id of the EC2 security group.

Endpoint

data Endpoint Source #

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

  • CreateDBInstance
  • DescribeDBInstances
  • DeleteDBInstance

See: endpoint smart constructor.

Instances
Eq Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Endpoint -> c Endpoint #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Endpoint #

toConstr :: Endpoint -> Constr #

dataTypeOf :: Endpoint -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Endpoint) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Endpoint) #

gmapT :: (forall b. Data b => b -> b) -> Endpoint -> Endpoint #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Endpoint -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Endpoint -> r #

gmapQ :: (forall d. Data d => d -> u) -> Endpoint -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Endpoint -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Endpoint -> m Endpoint #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Endpoint -> m Endpoint #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Endpoint -> m Endpoint #

Read Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

Hashable Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

FromXML Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Endpoint -> () #

type Rep Endpoint Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Endpoint = D1 (MetaData "Endpoint" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Endpoint'" PrefixI True) (S1 (MetaSel (Just "_eHostedZoneId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_eAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ePort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))

endpoint :: Endpoint Source #

Creates a value of Endpoint with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • eHostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
  • eAddress - Specifies the DNS address of the DB instance.
  • ePort - Specifies the port that the database engine is listening on.

eHostedZoneId :: Lens' Endpoint (Maybe Text) Source #

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

eAddress :: Lens' Endpoint (Maybe Text) Source #

Specifies the DNS address of the DB instance.

ePort :: Lens' Endpoint (Maybe Int) Source #

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: engineDefaults smart constructor.

Instances
Eq EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EngineDefaults -> c EngineDefaults #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EngineDefaults #

toConstr :: EngineDefaults -> Constr #

dataTypeOf :: EngineDefaults -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EngineDefaults) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EngineDefaults) #

gmapT :: (forall b. Data b => b -> b) -> EngineDefaults -> EngineDefaults #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EngineDefaults -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EngineDefaults -> r #

gmapQ :: (forall d. Data d => d -> u) -> EngineDefaults -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EngineDefaults -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EngineDefaults -> m EngineDefaults #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EngineDefaults -> m EngineDefaults #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EngineDefaults -> m EngineDefaults #

Read EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep EngineDefaults :: Type -> Type #

Hashable EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: EngineDefaults -> () #

type Rep EngineDefaults Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep EngineDefaults = D1 (MetaData "EngineDefaults" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "EngineDefaults'" PrefixI True) (S1 (MetaSel (Just "_edDBParameterGroupFamily") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_edMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_edParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Parameter])))))

engineDefaults :: EngineDefaults Source #

Creates a value of EngineDefaults with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • edDBParameterGroupFamily - Specifies the name of the DB parameter group family that the engine default parameters apply to.
  • edMarker - 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 .
  • edParameters - Contains a list of engine default parameters.

edDBParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) Source #

Specifies the name of the DB parameter group family that the engine default parameters apply to.

edMarker :: Lens' EngineDefaults (Maybe Text) Source #

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 .

edParameters :: Lens' EngineDefaults [Parameter] Source #

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: event smart constructor.

Instances
Eq Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Data Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Event -> c Event #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Event #

toConstr :: Event -> Constr #

dataTypeOf :: Event -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Event) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Event) #

gmapT :: (forall b. Data b => b -> b) -> Event -> Event #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Event -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Event -> r #

gmapQ :: (forall d. Data d => d -> u) -> Event -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Event -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Event -> m Event #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Event -> m Event #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Event -> m Event #

Read Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Generic Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Event :: Type -> Type #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

Hashable Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Event -> Int #

hash :: Event -> Int #

FromXML Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

parseXML :: [Node] -> Either String Event #

NFData Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Event -> () #

type Rep Event Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

event :: Event Source #

Creates a value of Event with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eSourceType :: Lens' Event (Maybe SourceType) Source #

Specifies the source type for this event.

eSourceARN :: Lens' Event (Maybe Text) Source #

The Amazon Resource Name (ARN) for the event.

eSourceIdentifier :: Lens' Event (Maybe Text) Source #

Provides the identifier for the source of the event.

eDate :: Lens' Event (Maybe UTCTime) Source #

Specifies the date and time of the event.

eEventCategories :: Lens' Event [Text] Source #

Specifies the category for the event.

eMessage :: Lens' Event (Maybe Text) Source #

Provides the text of this event.

EventCategoriesMap

data EventCategoriesMap Source #

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

See: eventCategoriesMap smart constructor.

Instances
Eq EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventCategoriesMap -> c EventCategoriesMap #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventCategoriesMap #

toConstr :: EventCategoriesMap -> Constr #

dataTypeOf :: EventCategoriesMap -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EventCategoriesMap) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventCategoriesMap) #

gmapT :: (forall b. Data b => b -> b) -> EventCategoriesMap -> EventCategoriesMap #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventCategoriesMap -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventCategoriesMap -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventCategoriesMap -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventCategoriesMap -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventCategoriesMap -> m EventCategoriesMap #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventCategoriesMap -> m EventCategoriesMap #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventCategoriesMap -> m EventCategoriesMap #

Read EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep EventCategoriesMap :: Type -> Type #

Hashable EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: EventCategoriesMap -> () #

type Rep EventCategoriesMap Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep EventCategoriesMap = D1 (MetaData "EventCategoriesMap" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "EventCategoriesMap'" PrefixI True) (S1 (MetaSel (Just "_ecmSourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ecmEventCategories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

eventCategoriesMap :: EventCategoriesMap Source #

Creates a value of EventCategoriesMap with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ecmSourceType :: Lens' EventCategoriesMap (Maybe Text) Source #

The source type that the returned categories belong to

ecmEventCategories :: Lens' EventCategoriesMap [Text] Source #

The event categories for the specified source type

EventSubscription

data EventSubscription Source #

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

See: eventSubscription smart constructor.

Instances
Eq EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventSubscription -> c EventSubscription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventSubscription #

toConstr :: EventSubscription -> Constr #

dataTypeOf :: EventSubscription -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EventSubscription) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventSubscription) #

gmapT :: (forall b. Data b => b -> b) -> EventSubscription -> EventSubscription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventSubscription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventSubscription -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventSubscription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventSubscription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventSubscription -> m EventSubscription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSubscription -> m EventSubscription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSubscription -> m EventSubscription #

Read EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep EventSubscription :: Type -> Type #

Hashable EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: EventSubscription -> () #

type Rep EventSubscription Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep EventSubscription = D1 (MetaData "EventSubscription" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "EventSubscription'" PrefixI True) (((S1 (MetaSel (Just "_esStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esCustomerAWSId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_esCustSubscriptionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_esSNSTopicARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esEventSubscriptionARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_esEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_esSourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_esSubscriptionCreationTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_esEventCategoriesList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_esSourceIdsList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))))

eventSubscription :: EventSubscription Source #

Creates a value of EventSubscription with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • esStatus - 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.
  • esCustomerAWSId - The AWS customer account associated with the RDS event notification subscription.
  • esCustSubscriptionId - The RDS event notification subscription Id.
  • esSNSTopicARN - The topic ARN of the RDS event notification subscription.
  • esEventSubscriptionARN - The Amazon Resource Name (ARN) for the event subscription.
  • esEnabled - A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
  • esSourceType - The source type for the RDS event notification subscription.
  • esSubscriptionCreationTime - The time the RDS event notification subscription was created.
  • esEventCategoriesList - A list of event categories for the RDS event notification subscription.
  • esSourceIdsList - A list of source IDs for the RDS event notification subscription.

esStatus :: Lens' EventSubscription (Maybe Text) Source #

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.

esCustomerAWSId :: Lens' EventSubscription (Maybe Text) Source #

The AWS customer account associated with the RDS event notification subscription.

esCustSubscriptionId :: Lens' EventSubscription (Maybe Text) Source #

The RDS event notification subscription Id.

esSNSTopicARN :: Lens' EventSubscription (Maybe Text) Source #

The topic ARN of the RDS event notification subscription.

esEventSubscriptionARN :: Lens' EventSubscription (Maybe Text) Source #

The Amazon Resource Name (ARN) for the event subscription.

esEnabled :: Lens' EventSubscription (Maybe Bool) Source #

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

esSourceType :: Lens' EventSubscription (Maybe Text) Source #

The source type for the RDS event notification subscription.

esSubscriptionCreationTime :: Lens' EventSubscription (Maybe Text) Source #

The time the RDS event notification subscription was created.

esEventCategoriesList :: Lens' EventSubscription [Text] Source #

A list of event categories for the RDS event notification subscription.

esSourceIdsList :: Lens' EventSubscription [Text] Source #

A list of source IDs for the RDS event notification subscription.

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.

The following actions can be filtered:

  • DescribeDBClusterBacktracks
  • DescribeDBClusters
  • DescribeDBInstances
  • DescribePendingMaintenanceActions

See: filter' smart constructor.

Instances
Eq Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Data Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Filter -> c Filter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Filter #

toConstr :: Filter -> Constr #

dataTypeOf :: Filter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Filter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Filter) #

gmapT :: (forall b. Data b => b -> b) -> Filter -> Filter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Filter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Filter -> r #

gmapQ :: (forall d. Data d => d -> u) -> Filter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Filter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Filter -> m Filter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Filter -> m Filter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Filter -> m Filter #

Read Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Hashable Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToQuery Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Filter -> () #

type Rep Filter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Filter = D1 (MetaData "Filter" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Filter'" PrefixI True) (S1 (MetaSel (Just "_fName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_fValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))

filter' Source #

Arguments

:: Text

fName

-> Filter 

Creates a value of Filter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • fName - The name of the filter. Filter names are case-sensitive.
  • fValues - One or more filter values. Filter values are case-sensitive.

fName :: Lens' Filter Text Source #

The name of the filter. Filter names are case-sensitive.

fValues :: Lens' Filter [Text] Source #

One or more filter values. Filter values are case-sensitive.

IPRange

data IPRange Source #

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

See: ipRange smart constructor.

Instances
Eq IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: IPRange -> IPRange -> Bool #

(/=) :: IPRange -> IPRange -> Bool #

Data IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IPRange -> c IPRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IPRange #

toConstr :: IPRange -> Constr #

dataTypeOf :: IPRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c IPRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IPRange) #

gmapT :: (forall b. Data b => b -> b) -> IPRange -> IPRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IPRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IPRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> IPRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IPRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IPRange -> m IPRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IPRange -> m IPRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IPRange -> m IPRange #

Read IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep IPRange :: Type -> Type #

Methods

from :: IPRange -> Rep IPRange x #

to :: Rep IPRange x -> IPRange #

Hashable IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> IPRange -> Int #

hash :: IPRange -> Int #

FromXML IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: IPRange -> () #

type Rep IPRange Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep IPRange = D1 (MetaData "IPRange" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "IPRange'" PrefixI True) (S1 (MetaSel (Just "_irStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_irCIdRIP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

ipRange :: IPRange Source #

Creates a value of IPRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • irStatus - Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
  • irCIdRIP - Specifies the IP range.

irStatus :: Lens' IPRange (Maybe Text) Source #

Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

irCIdRIP :: Lens' IPRange (Maybe Text) Source #

Specifies the IP range.

Option

data Option Source #

Option details.

See: option smart constructor.

Instances
Eq Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: Option -> Option -> Bool #

(/=) :: Option -> Option -> Bool #

Data Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Option -> c Option #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Option #

toConstr :: Option -> Constr #

dataTypeOf :: Option -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Option) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Option) #

gmapT :: (forall b. Data b => b -> b) -> Option -> Option #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Option -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Option -> r #

gmapQ :: (forall d. Data d => d -> u) -> Option -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Option -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Option -> m Option #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Option -> m Option #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Option -> m Option #

Read Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Option :: Type -> Type #

Methods

from :: Option -> Rep Option x #

to :: Rep Option x -> Option #

Hashable Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Option -> Int #

hash :: Option -> Int #

FromXML Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Option -> () #

type Rep Option Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

option :: Option Source #

Creates a value of Option with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

oOptionName :: Lens' Option (Maybe Text) Source #

The name of the option.

oPermanent :: Lens' Option (Maybe Bool) Source #

Indicate if this option is permanent.

oPersistent :: Lens' Option (Maybe Bool) Source #

Indicate if this option is persistent.

oOptionDescription :: Lens' Option (Maybe Text) Source #

The description of the option.

oOptionSettings :: Lens' Option [OptionSetting] Source #

The option settings for this option.

oVPCSecurityGroupMemberships :: Lens' Option [VPCSecurityGroupMembership] Source #

If the option requires access to a port, then this VPC security group allows access to the port.

oDBSecurityGroupMemberships :: Lens' Option [DBSecurityGroupMembership] Source #

If the option requires access to a port, then this DB security group allows access to the port.

oOptionVersion :: Lens' Option (Maybe Text) Source #

The version of the option.

oPort :: Lens' Option (Maybe Int) Source #

If required, the port configured for this option to use.

OptionConfiguration

data OptionConfiguration Source #

A list of all available options

See: optionConfiguration smart constructor.

Instances
Eq OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionConfiguration -> c OptionConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionConfiguration #

toConstr :: OptionConfiguration -> Constr #

dataTypeOf :: OptionConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> OptionConfiguration -> OptionConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionConfiguration -> m OptionConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionConfiguration -> m OptionConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionConfiguration -> m OptionConfiguration #

Read OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionConfiguration :: Type -> Type #

Hashable OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

ToQuery OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: OptionConfiguration -> () #

type Rep OptionConfiguration Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionConfiguration = D1 (MetaData "OptionConfiguration" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OptionConfiguration'" PrefixI True) ((S1 (MetaSel (Just "_ocOptionSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OptionSetting])) :*: (S1 (MetaSel (Just "_ocVPCSecurityGroupMemberships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_ocDBSecurityGroupMemberships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 (MetaSel (Just "_ocOptionVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ocPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_ocOptionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

optionConfiguration Source #

Creates a value of OptionConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ocOptionSettings :: Lens' OptionConfiguration [OptionSetting] Source #

The option settings to include in an option group.

ocVPCSecurityGroupMemberships :: Lens' OptionConfiguration [Text] Source #

A list of VpcSecurityGroupMemebrship name strings used for this option.

ocDBSecurityGroupMemberships :: Lens' OptionConfiguration [Text] Source #

A list of DBSecurityGroupMemebrship name strings used for this option.

ocOptionVersion :: Lens' OptionConfiguration (Maybe Text) Source #

The version for the option.

ocPort :: Lens' OptionConfiguration (Maybe Int) Source #

The optional port for the option.

ocOptionName :: Lens' OptionConfiguration Text Source #

The configuration of options to include in a group.

OptionGroup

data OptionGroup Source #

See: optionGroup smart constructor.

Instances
Eq OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionGroup -> c OptionGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionGroup #

toConstr :: OptionGroup -> Constr #

dataTypeOf :: OptionGroup -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionGroup) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionGroup) #

gmapT :: (forall b. Data b => b -> b) -> OptionGroup -> OptionGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionGroup -> m OptionGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroup -> m OptionGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroup -> m OptionGroup #

Read OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionGroup :: Type -> Type #

Hashable OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: OptionGroup -> () #

type Rep OptionGroup Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionGroup = D1 (MetaData "OptionGroup" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OptionGroup'" PrefixI True) (((S1 (MetaSel (Just "_ogOptionGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ogAllowsVPCAndNonVPCInstanceMemberships") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ogEngineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_ogOptionGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogMajorEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ogOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Option])) :*: S1 (MetaSel (Just "_ogOptionGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

optionGroup :: OptionGroup Source #

Creates a value of OptionGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ogOptionGroupDescription - Provides a description of the option group.
  • ogVPCId - 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.
  • ogAllowsVPCAndNonVPCInstanceMemberships - 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.
  • ogEngineName - Indicates the name of the engine that this option group can be applied to.
  • ogOptionGroupARN - The Amazon Resource Name (ARN) for the option group.
  • ogMajorEngineVersion - Indicates the major engine version associated with this option group.
  • ogOptions - Indicates what options are available in the option group.
  • ogOptionGroupName - Specifies the name of the option group.

ogOptionGroupDescription :: Lens' OptionGroup (Maybe Text) Source #

Provides a description of the option group.

ogVPCId :: Lens' OptionGroup (Maybe Text) Source #

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.

ogAllowsVPCAndNonVPCInstanceMemberships :: Lens' OptionGroup (Maybe Bool) Source #

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.

ogEngineName :: Lens' OptionGroup (Maybe Text) Source #

Indicates the name of the engine that this option group can be applied to.

ogOptionGroupARN :: Lens' OptionGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the option group.

ogMajorEngineVersion :: Lens' OptionGroup (Maybe Text) Source #

Indicates the major engine version associated with this option group.

ogOptions :: Lens' OptionGroup [Option] Source #

Indicates what options are available in the option group.

ogOptionGroupName :: Lens' OptionGroup (Maybe Text) Source #

Specifies the name of the option group.

OptionGroupMembership

data OptionGroupMembership Source #

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

See: optionGroupMembership smart constructor.

Instances
Eq OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionGroupMembership -> c OptionGroupMembership #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionGroupMembership #

toConstr :: OptionGroupMembership -> Constr #

dataTypeOf :: OptionGroupMembership -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionGroupMembership) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionGroupMembership) #

gmapT :: (forall b. Data b => b -> b) -> OptionGroupMembership -> OptionGroupMembership #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroupMembership -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroupMembership -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionGroupMembership -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionGroupMembership -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionGroupMembership -> m OptionGroupMembership #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroupMembership -> m OptionGroupMembership #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroupMembership -> m OptionGroupMembership #

Read OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionGroupMembership :: Type -> Type #

Hashable OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: OptionGroupMembership -> () #

type Rep OptionGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionGroupMembership = D1 (MetaData "OptionGroupMembership" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OptionGroupMembership'" PrefixI True) (S1 (MetaSel (Just "_ogmStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogmOptionGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

optionGroupMembership :: OptionGroupMembership Source #

Creates a value of OptionGroupMembership with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ogmStatus - 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 .
  • ogmOptionGroupName - The name of the option group that the instance belongs to.

ogmStatus :: Lens' OptionGroupMembership (Maybe Text) Source #

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 .

ogmOptionGroupName :: Lens' OptionGroupMembership (Maybe Text) Source #

The name of the option group that the instance belongs to.

OptionGroupOption

data OptionGroupOption Source #

Available option.

See: optionGroupOption smart constructor.

Instances
Eq OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionGroupOption -> c OptionGroupOption #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionGroupOption #

toConstr :: OptionGroupOption -> Constr #

dataTypeOf :: OptionGroupOption -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionGroupOption) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionGroupOption) #

gmapT :: (forall b. Data b => b -> b) -> OptionGroupOption -> OptionGroupOption #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroupOption -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroupOption -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionGroupOption -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionGroupOption -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionGroupOption -> m OptionGroupOption #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroupOption -> m OptionGroupOption #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroupOption -> m OptionGroupOption #

Read OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionGroupOption :: Type -> Type #

Hashable OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: OptionGroupOption -> () #

type Rep OptionGroupOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionGroupOption = D1 (MetaData "OptionGroupOption" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OptionGroupOption'" PrefixI True) ((((S1 (MetaSel (Just "_ogoMinimumRequiredMinorEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogoOptionsConflictsWith") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_ogoPermanent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ogoPersistent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 (MetaSel (Just "_ogoOptionGroupOptionVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OptionVersion])) :*: S1 (MetaSel (Just "_ogoEngineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ogoMajorEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogoName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 (MetaSel (Just "_ogoSupportsOptionVersionDowngrade") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ogoDefaultPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 (MetaSel (Just "_ogoOptionGroupOptionSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OptionGroupOptionSetting])) :*: S1 (MetaSel (Just "_ogoRequiresAutoMinorEngineVersionUpgrade") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 (MetaSel (Just "_ogoPortRequired") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ogoDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ogoOptionsDependedOn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_ogoVPCOnly") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))))

optionGroupOption :: OptionGroupOption Source #

Creates a value of OptionGroupOption with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ogoMinimumRequiredMinorEngineVersion - The minimum required engine version for the option to be applied.
  • ogoOptionsConflictsWith - The options that conflict with this option.
  • ogoPermanent - 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.
  • ogoPersistent - 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.
  • ogoOptionGroupOptionVersions - The versions that are available for the option.
  • ogoEngineName - The name of the engine that this option can be applied to.
  • ogoMajorEngineVersion - Indicates the major engine version that the option is available for.
  • ogoName - The name of the option.
  • ogoSupportsOptionVersionDowngrade - If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.
  • ogoDefaultPort - If the option requires a port, specifies the default port for the option.
  • ogoOptionGroupOptionSettings - The option settings that are available (and the default value) for each option in an option group.
  • ogoRequiresAutoMinorEngineVersionUpgrade - 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.
  • ogoPortRequired - Specifies whether the option requires a port.
  • ogoDescription - The description of the option.
  • ogoOptionsDependedOn - The options that are prerequisites for this option.
  • ogoVPCOnly - If true, you can only use this option with a DB instance that is in a VPC.

ogoMinimumRequiredMinorEngineVersion :: Lens' OptionGroupOption (Maybe Text) Source #

The minimum required engine version for the option to be applied.

ogoOptionsConflictsWith :: Lens' OptionGroupOption [Text] Source #

The options that conflict with this option.

ogoPermanent :: Lens' OptionGroupOption (Maybe Bool) Source #

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.

ogoPersistent :: Lens' OptionGroupOption (Maybe Bool) Source #

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.

ogoOptionGroupOptionVersions :: Lens' OptionGroupOption [OptionVersion] Source #

The versions that are available for the option.

ogoEngineName :: Lens' OptionGroupOption (Maybe Text) Source #

The name of the engine that this option can be applied to.

ogoMajorEngineVersion :: Lens' OptionGroupOption (Maybe Text) Source #

Indicates the major engine version that the option is available for.

ogoName :: Lens' OptionGroupOption (Maybe Text) Source #

The name of the option.

ogoSupportsOptionVersionDowngrade :: Lens' OptionGroupOption (Maybe Bool) Source #

If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.

ogoDefaultPort :: Lens' OptionGroupOption (Maybe Int) Source #

If the option requires a port, specifies the default port for the option.

ogoOptionGroupOptionSettings :: Lens' OptionGroupOption [OptionGroupOptionSetting] Source #

The option settings that are available (and the default value) for each option in an option group.

ogoRequiresAutoMinorEngineVersionUpgrade :: Lens' OptionGroupOption (Maybe Bool) Source #

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.

ogoPortRequired :: Lens' OptionGroupOption (Maybe Bool) Source #

Specifies whether the option requires a port.

ogoDescription :: Lens' OptionGroupOption (Maybe Text) Source #

The description of the option.

ogoOptionsDependedOn :: Lens' OptionGroupOption [Text] Source #

The options that are prerequisites for this option.

ogoVPCOnly :: Lens' OptionGroupOption (Maybe Bool) Source #

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: optionGroupOptionSetting smart constructor.

Instances
Eq OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionGroupOptionSetting -> c OptionGroupOptionSetting #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionGroupOptionSetting #

toConstr :: OptionGroupOptionSetting -> Constr #

dataTypeOf :: OptionGroupOptionSetting -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionGroupOptionSetting) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionGroupOptionSetting) #

gmapT :: (forall b. Data b => b -> b) -> OptionGroupOptionSetting -> OptionGroupOptionSetting #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroupOptionSetting -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionGroupOptionSetting -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionGroupOptionSetting -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionGroupOptionSetting -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionGroupOptionSetting -> m OptionGroupOptionSetting #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroupOptionSetting -> m OptionGroupOptionSetting #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionGroupOptionSetting -> m OptionGroupOptionSetting #

Read OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionGroupOptionSetting :: Type -> Type #

Hashable OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionGroupOptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionGroupOptionSetting = D1 (MetaData "OptionGroupOptionSetting" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OptionGroupOptionSetting'" PrefixI True) ((S1 (MetaSel (Just "_ogosApplyType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ogosSettingName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogosDefaultValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_ogosIsModifiable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_ogosSettingDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ogosAllowedValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

optionGroupOptionSetting :: OptionGroupOptionSetting Source #

Creates a value of OptionGroupOptionSetting with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ogosApplyType :: Lens' OptionGroupOptionSetting (Maybe Text) Source #

The DB engine specific parameter type for the option group option.

ogosSettingName :: Lens' OptionGroupOptionSetting (Maybe Text) Source #

The name of the option group option.

ogosDefaultValue :: Lens' OptionGroupOptionSetting (Maybe Text) Source #

The default value for the option group option.

ogosIsModifiable :: Lens' OptionGroupOptionSetting (Maybe Bool) Source #

Boolean value where true indicates that this option group option can be changed from the default value.

ogosSettingDescription :: Lens' OptionGroupOptionSetting (Maybe Text) Source #

The description of the option group option.

ogosAllowedValues :: Lens' OptionGroupOptionSetting (Maybe Text) Source #

Indicates the acceptable values for 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: optionSetting smart constructor.

Instances
Eq OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionSetting -> c OptionSetting #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionSetting #

toConstr :: OptionSetting -> Constr #

dataTypeOf :: OptionSetting -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionSetting) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionSetting) #

gmapT :: (forall b. Data b => b -> b) -> OptionSetting -> OptionSetting #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionSetting -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionSetting -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionSetting -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionSetting -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionSetting -> m OptionSetting #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionSetting -> m OptionSetting #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionSetting -> m OptionSetting #

Read OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionSetting :: Type -> Type #

Hashable OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

ToQuery OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: OptionSetting -> () #

type Rep OptionSetting Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

optionSetting :: OptionSetting Source #

Creates a value of OptionSetting with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • osIsCollection - Indicates if the option setting is part of a collection.
  • osApplyType - The DB engine specific parameter type.
  • osValue - The current value of the option setting.
  • osName - The name of the option that has settings that you can set.
  • osDefaultValue - The default value of the option setting.
  • osIsModifiable - A Boolean value that, when true, indicates the option setting can be modified from the default.
  • osDataType - The data type of the option setting.
  • osAllowedValues - The allowed values of the option setting.
  • osDescription - The description of the option setting.

osIsCollection :: Lens' OptionSetting (Maybe Bool) Source #

Indicates if the option setting is part of a collection.

osApplyType :: Lens' OptionSetting (Maybe Text) Source #

The DB engine specific parameter type.

osValue :: Lens' OptionSetting (Maybe Text) Source #

The current value of the option setting.

osName :: Lens' OptionSetting (Maybe Text) Source #

The name of the option that has settings that you can set.

osDefaultValue :: Lens' OptionSetting (Maybe Text) Source #

The default value of the option setting.

osIsModifiable :: Lens' OptionSetting (Maybe Bool) Source #

A Boolean value that, when true, indicates the option setting can be modified from the default.

osDataType :: Lens' OptionSetting (Maybe Text) Source #

The data type of the option setting.

osAllowedValues :: Lens' OptionSetting (Maybe Text) Source #

The allowed values of the option setting.

osDescription :: Lens' OptionSetting (Maybe Text) Source #

The description of the option setting.

OptionVersion

data OptionVersion Source #

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

See: optionVersion smart constructor.

Instances
Eq OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OptionVersion -> c OptionVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OptionVersion #

toConstr :: OptionVersion -> Constr #

dataTypeOf :: OptionVersion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OptionVersion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OptionVersion) #

gmapT :: (forall b. Data b => b -> b) -> OptionVersion -> OptionVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OptionVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OptionVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> OptionVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OptionVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OptionVersion -> m OptionVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionVersion -> m OptionVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OptionVersion -> m OptionVersion #

Read OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OptionVersion :: Type -> Type #

Hashable OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: OptionVersion -> () #

type Rep OptionVersion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OptionVersion = D1 (MetaData "OptionVersion" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OptionVersion'" PrefixI True) (S1 (MetaSel (Just "_ovVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ovIsDefault") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

optionVersion :: OptionVersion Source #

Creates a value of OptionVersion with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ovVersion - The version of the option.
  • ovIsDefault - True if the version is the default version of the option, and otherwise false.

ovVersion :: Lens' OptionVersion (Maybe Text) Source #

The version of the option.

ovIsDefault :: Lens' OptionVersion (Maybe Bool) Source #

True if the version is the default version of the option, and otherwise false.

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: orderableDBInstanceOption smart constructor.

Instances
Eq OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OrderableDBInstanceOption -> c OrderableDBInstanceOption #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OrderableDBInstanceOption #

toConstr :: OrderableDBInstanceOption -> Constr #

dataTypeOf :: OrderableDBInstanceOption -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OrderableDBInstanceOption) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OrderableDBInstanceOption) #

gmapT :: (forall b. Data b => b -> b) -> OrderableDBInstanceOption -> OrderableDBInstanceOption #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OrderableDBInstanceOption -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OrderableDBInstanceOption -> r #

gmapQ :: (forall d. Data d => d -> u) -> OrderableDBInstanceOption -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OrderableDBInstanceOption -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OrderableDBInstanceOption -> m OrderableDBInstanceOption #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OrderableDBInstanceOption -> m OrderableDBInstanceOption #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OrderableDBInstanceOption -> m OrderableDBInstanceOption #

Read OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep OrderableDBInstanceOption :: Type -> Type #

Hashable OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OrderableDBInstanceOption Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep OrderableDBInstanceOption = D1 (MetaData "OrderableDBInstanceOption" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "OrderableDBInstanceOption'" PrefixI True) ((((S1 (MetaSel (Just "_odioEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_odioMinIOPSPerGib") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 (MetaSel (Just "_odioSupportsIAMDatabaseAuthentication") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_odioMinIOPSPerDBInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_odioMultiAZCapable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_odioMaxStorageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_odioEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_odioMinStorageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_odioSupportsIOPS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_odioSupportsPerformanceInsights") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 (MetaSel (Just "_odioDBInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_odioLicenseModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_odioAvailabilityZones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AvailabilityZone])) :*: (S1 (MetaSel (Just "_odioSupportsStorageEncryption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_odioReadReplicaCapable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_odioMaxIOPSPerGib") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double)) :*: S1 (MetaSel (Just "_odioVPC") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_odioSupportsEnhancedMonitoring") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_odioMaxIOPSPerDBInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_odioStorageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

orderableDBInstanceOption :: OrderableDBInstanceOption Source #

Creates a value of OrderableDBInstanceOption with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

odioEngineVersion :: Lens' OrderableDBInstanceOption (Maybe Text) Source #

The engine version of a DB instance.

odioMinIOPSPerGib :: Lens' OrderableDBInstanceOption (Maybe Double) Source #

Minimum provisioned IOPS per GiB for a DB instance.

odioSupportsIAMDatabaseAuthentication :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance supports IAM database authentication.

odioMinIOPSPerDBInstance :: Lens' OrderableDBInstanceOption (Maybe Int) Source #

Minimum total provisioned IOPS for a DB instance.

odioMultiAZCapable :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance is Multi-AZ capable.

odioMaxStorageSize :: Lens' OrderableDBInstanceOption (Maybe Int) Source #

Maximum storage size for a DB instance.

odioEngine :: Lens' OrderableDBInstanceOption (Maybe Text) Source #

The engine type of a DB instance.

odioMinStorageSize :: Lens' OrderableDBInstanceOption (Maybe Int) Source #

Minimum storage size for a DB instance.

odioSupportsIOPS :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance supports provisioned IOPS.

odioSupportsPerformanceInsights :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

True if a DB instance supports Performance Insights, otherwise false.

odioDBInstanceClass :: Lens' OrderableDBInstanceOption (Maybe Text) Source #

The DB instance class for a DB instance.

odioLicenseModel :: Lens' OrderableDBInstanceOption (Maybe Text) Source #

The license model for a DB instance.

odioAvailabilityZones :: Lens' OrderableDBInstanceOption [AvailabilityZone] Source #

A list of Availability Zones for a DB instance.

odioSupportsStorageEncryption :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance supports encrypted storage.

odioReadReplicaCapable :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance can have a Read Replica.

odioMaxIOPSPerGib :: Lens' OrderableDBInstanceOption (Maybe Double) Source #

Maximum provisioned IOPS per GiB for a DB instance.

odioVPC :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance is in a VPC.

odioSupportsEnhancedMonitoring :: Lens' OrderableDBInstanceOption (Maybe Bool) Source #

Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.

odioMaxIOPSPerDBInstance :: Lens' OrderableDBInstanceOption (Maybe Int) Source #

Maximum total provisioned IOPS for a DB instance.

odioStorageType :: Lens' OrderableDBInstanceOption (Maybe Text) Source #

Indicates the storage type for a DB instance.

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: parameter smart constructor.

Instances
Eq Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Parameter -> c Parameter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Parameter #

toConstr :: Parameter -> Constr #

dataTypeOf :: Parameter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Parameter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Parameter) #

gmapT :: (forall b. Data b => b -> b) -> Parameter -> Parameter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Parameter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Parameter -> r #

gmapQ :: (forall d. Data d => d -> u) -> Parameter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Parameter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Parameter -> m Parameter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Parameter -> m Parameter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Parameter -> m Parameter #

Read Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Parameter :: Type -> Type #

Hashable Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

ToQuery Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Parameter -> () #

type Rep Parameter Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

parameter :: Parameter Source #

Creates a value of Parameter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pApplyType - Specifies the engine specific parameters type.
  • pParameterValue - Specifies the value of the parameter.
  • pApplyMethod - Indicates when to apply parameter updates.
  • pMinimumEngineVersion - The earliest engine version to which the parameter can apply.
  • pSource - Indicates the source of the parameter value.
  • pIsModifiable - Indicates whether (true ) or not (false ) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
  • pDataType - Specifies the valid data type for the parameter.
  • pAllowedValues - Specifies the valid range of values for the parameter.
  • pParameterName - Specifies the name of the parameter.
  • pDescription - Provides a description of the parameter.

pApplyType :: Lens' Parameter (Maybe Text) Source #

Specifies the engine specific parameters type.

pParameterValue :: Lens' Parameter (Maybe Text) Source #

Specifies the value of the parameter.

pApplyMethod :: Lens' Parameter (Maybe ApplyMethod) Source #

Indicates when to apply parameter updates.

pMinimumEngineVersion :: Lens' Parameter (Maybe Text) Source #

The earliest engine version to which the parameter can apply.

pSource :: Lens' Parameter (Maybe Text) Source #

Indicates the source of the parameter value.

pIsModifiable :: Lens' Parameter (Maybe Bool) Source #

Indicates whether (true ) or not (false ) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

pDataType :: Lens' Parameter (Maybe Text) Source #

Specifies the valid data type for the parameter.

pAllowedValues :: Lens' Parameter (Maybe Text) Source #

Specifies the valid range of values for the parameter.

pParameterName :: Lens' Parameter (Maybe Text) Source #

Specifies the name of the parameter.

pDescription :: Lens' Parameter (Maybe Text) Source #

Provides a description of the parameter.

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: pendingCloudwatchLogsExports smart constructor.

Instances
Eq PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PendingCloudwatchLogsExports -> c PendingCloudwatchLogsExports #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PendingCloudwatchLogsExports #

toConstr :: PendingCloudwatchLogsExports -> Constr #

dataTypeOf :: PendingCloudwatchLogsExports -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PendingCloudwatchLogsExports) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PendingCloudwatchLogsExports) #

gmapT :: (forall b. Data b => b -> b) -> PendingCloudwatchLogsExports -> PendingCloudwatchLogsExports #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PendingCloudwatchLogsExports -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PendingCloudwatchLogsExports -> r #

gmapQ :: (forall d. Data d => d -> u) -> PendingCloudwatchLogsExports -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PendingCloudwatchLogsExports -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PendingCloudwatchLogsExports -> m PendingCloudwatchLogsExports #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingCloudwatchLogsExports -> m PendingCloudwatchLogsExports #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingCloudwatchLogsExports -> m PendingCloudwatchLogsExports #

Read PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep PendingCloudwatchLogsExports :: Type -> Type #

Hashable PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep PendingCloudwatchLogsExports Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep PendingCloudwatchLogsExports = D1 (MetaData "PendingCloudwatchLogsExports" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "PendingCloudwatchLogsExports'" PrefixI True) (S1 (MetaSel (Just "_pcleLogTypesToEnable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_pcleLogTypesToDisable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

pendingCloudwatchLogsExports :: PendingCloudwatchLogsExports Source #

Creates a value of PendingCloudwatchLogsExports with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pcleLogTypesToEnable - Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
  • pcleLogTypesToDisable - Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

pcleLogTypesToEnable :: Lens' PendingCloudwatchLogsExports [Text] Source #

Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

pcleLogTypesToDisable :: Lens' PendingCloudwatchLogsExports [Text] Source #

Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

PendingMaintenanceAction

data PendingMaintenanceAction Source #

Provides information about a pending maintenance action for a resource.

See: pendingMaintenanceAction smart constructor.

Instances
Eq PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PendingMaintenanceAction -> c PendingMaintenanceAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PendingMaintenanceAction #

toConstr :: PendingMaintenanceAction -> Constr #

dataTypeOf :: PendingMaintenanceAction -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PendingMaintenanceAction) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PendingMaintenanceAction) #

gmapT :: (forall b. Data b => b -> b) -> PendingMaintenanceAction -> PendingMaintenanceAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PendingMaintenanceAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PendingMaintenanceAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> PendingMaintenanceAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PendingMaintenanceAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PendingMaintenanceAction -> m PendingMaintenanceAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingMaintenanceAction -> m PendingMaintenanceAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingMaintenanceAction -> m PendingMaintenanceAction #

Read PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep PendingMaintenanceAction :: Type -> Type #

Hashable PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep PendingMaintenanceAction Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep PendingMaintenanceAction = D1 (MetaData "PendingMaintenanceAction" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "PendingMaintenanceAction'" PrefixI True) ((S1 (MetaSel (Just "_pmaAutoAppliedAfterDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 (MetaSel (Just "_pmaAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pmaOptInStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pmaDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pmaForcedApplyDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 (MetaSel (Just "_pmaCurrentApplyDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601))))))

pendingMaintenanceAction :: PendingMaintenanceAction Source #

Creates a value of PendingMaintenanceAction with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pmaAutoAppliedAfterDate - 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. If this date is specified, any next-maintenance opt-in requests are ignored.
  • pmaAction - The type of pending maintenance action that is available for the resource.
  • pmaOptInStatus - Indicates the type of opt-in request that has been received for the resource.
  • pmaDescription - A description providing more detail about the maintenance action.
  • pmaForcedApplyDate - The date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.
  • pmaCurrentApplyDate - 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 .

pmaAutoAppliedAfterDate :: Lens' PendingMaintenanceAction (Maybe UTCTime) Source #

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. If this date is specified, any next-maintenance opt-in requests are ignored.

pmaAction :: Lens' PendingMaintenanceAction (Maybe Text) Source #

The type of pending maintenance action that is available for the resource.

pmaOptInStatus :: Lens' PendingMaintenanceAction (Maybe Text) Source #

Indicates the type of opt-in request that has been received for the resource.

pmaDescription :: Lens' PendingMaintenanceAction (Maybe Text) Source #

A description providing more detail about the maintenance action.

pmaForcedApplyDate :: Lens' PendingMaintenanceAction (Maybe UTCTime) Source #

The date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

pmaCurrentApplyDate :: Lens' PendingMaintenanceAction (Maybe UTCTime) Source #

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 .

PendingModifiedValues

data PendingModifiedValues Source #

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

See: pendingModifiedValues smart constructor.

Instances
Eq PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PendingModifiedValues -> c PendingModifiedValues #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PendingModifiedValues #

toConstr :: PendingModifiedValues -> Constr #

dataTypeOf :: PendingModifiedValues -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PendingModifiedValues) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PendingModifiedValues) #

gmapT :: (forall b. Data b => b -> b) -> PendingModifiedValues -> PendingModifiedValues #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PendingModifiedValues -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PendingModifiedValues -> r #

gmapQ :: (forall d. Data d => d -> u) -> PendingModifiedValues -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PendingModifiedValues -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PendingModifiedValues -> m PendingModifiedValues #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingModifiedValues -> m PendingModifiedValues #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingModifiedValues -> m PendingModifiedValues #

Read PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep PendingModifiedValues :: Type -> Type #

Hashable PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: PendingModifiedValues -> () #

type Rep PendingModifiedValues Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep PendingModifiedValues = D1 (MetaData "PendingModifiedValues" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "PendingModifiedValues'" PrefixI True) (((S1 (MetaSel (Just "_pmvEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pmvMasterUserPassword") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pmvDBSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pmvIOPS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_pmvDBInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pmvLicenseModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pmvCACertificateIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_pmvDBInstanceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pmvPendingCloudwatchLogsExports") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PendingCloudwatchLogsExports)) :*: S1 (MetaSel (Just "_pmvBackupRetentionPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 (MetaSel (Just "_pmvMultiAZ") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_pmvAllocatedStorage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 (MetaSel (Just "_pmvPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_pmvStorageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

pendingModifiedValues :: PendingModifiedValues Source #

Creates a value of PendingModifiedValues with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pmvEngineVersion - Indicates the database engine version.
  • pmvMasterUserPassword - Contains the pending or currently-in-progress change of the master credentials for the DB instance.
  • pmvDBSubnetGroupName - The new DB subnet group for the DB instance.
  • pmvIOPS - Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
  • pmvDBInstanceClass - Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.
  • pmvLicenseModel - The license model for the DB instance. Valid values: license-included | bring-your-own-license | general-public-license
  • pmvCACertificateIdentifier - Specifies the identifier of the CA certificate for the DB instance.
  • pmvDBInstanceIdentifier - Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.
  • pmvPendingCloudwatchLogsExports - Undocumented member.
  • pmvBackupRetentionPeriod - Specifies the pending number of days for which automated backups are retained.
  • pmvMultiAZ - Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
  • pmvAllocatedStorage - Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.
  • pmvPort - Specifies the pending port for the DB instance.
  • pmvStorageType - Specifies the storage type to be associated with the DB instance.

pmvEngineVersion :: Lens' PendingModifiedValues (Maybe Text) Source #

Indicates the database engine version.

pmvMasterUserPassword :: Lens' PendingModifiedValues (Maybe Text) Source #

Contains the pending or currently-in-progress change of the master credentials for the DB instance.

pmvDBSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text) Source #

The new DB subnet group for the DB instance.

pmvIOPS :: Lens' PendingModifiedValues (Maybe Int) Source #

Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.

pmvDBInstanceClass :: Lens' PendingModifiedValues (Maybe Text) Source #

Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.

pmvLicenseModel :: Lens' PendingModifiedValues (Maybe Text) Source #

The license model for the DB instance. Valid values: license-included | bring-your-own-license | general-public-license

pmvCACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #

Specifies the identifier of the CA certificate for the DB instance.

pmvDBInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #

Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.

pmvBackupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int) Source #

Specifies the pending number of days for which automated backups are retained.

pmvMultiAZ :: Lens' PendingModifiedValues (Maybe Bool) Source #

Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

pmvAllocatedStorage :: Lens' PendingModifiedValues (Maybe Int) Source #

Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.

pmvPort :: Lens' PendingModifiedValues (Maybe Int) Source #

Specifies the pending port for the DB instance.

pmvStorageType :: Lens' PendingModifiedValues (Maybe Text) Source #

Specifies the storage type to be associated with the DB instance.

Range

data Range Source #

A range of integer values.

See: range smart constructor.

Instances
Eq Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: Range -> Range -> Bool #

(/=) :: Range -> Range -> Bool #

Data Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Range -> c Range #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Range #

toConstr :: Range -> Constr #

dataTypeOf :: Range -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Range) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Range) #

gmapT :: (forall b. Data b => b -> b) -> Range -> Range #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Range -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Range -> r #

gmapQ :: (forall d. Data d => d -> u) -> Range -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Range -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Range -> m Range #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Range -> m Range #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Range -> m Range #

Read Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #

Generic Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Range :: Type -> Type #

Methods

from :: Range -> Rep Range x #

to :: Rep Range x -> Range #

Hashable Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Range -> Int #

hash :: Range -> Int #

FromXML Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

parseXML :: [Node] -> Either String Range #

NFData Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Range -> () #

type Rep Range Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Range = D1 (MetaData "Range" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Range'" PrefixI True) (S1 (MetaSel (Just "_rTo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_rFrom") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_rStep") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))

range :: Range Source #

Creates a value of Range with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rTo - The maximum value in the range.
  • rFrom - The minimum value in the range.
  • rStep - 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...

rTo :: Lens' Range (Maybe Int) Source #

The maximum value in the range.

rFrom :: Lens' Range (Maybe Int) Source #

The minimum value in the range.

rStep :: Lens' Range (Maybe Int) Source #

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

RecurringCharge

data RecurringCharge Source #

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

See: recurringCharge smart constructor.

Instances
Eq RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecurringCharge -> c RecurringCharge #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecurringCharge #

toConstr :: RecurringCharge -> Constr #

dataTypeOf :: RecurringCharge -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RecurringCharge) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecurringCharge) #

gmapT :: (forall b. Data b => b -> b) -> RecurringCharge -> RecurringCharge #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecurringCharge -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecurringCharge -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecurringCharge -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecurringCharge -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecurringCharge -> m RecurringCharge #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecurringCharge -> m RecurringCharge #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecurringCharge -> m RecurringCharge #

Read RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep RecurringCharge :: Type -> Type #

Hashable RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: RecurringCharge -> () #

type Rep RecurringCharge Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep RecurringCharge = D1 (MetaData "RecurringCharge" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "RecurringCharge'" PrefixI True) (S1 (MetaSel (Just "_rcRecurringChargeFrequency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rcRecurringChargeAmount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double))))

recurringCharge :: RecurringCharge Source #

Creates a value of RecurringCharge with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rcRecurringChargeFrequency :: Lens' RecurringCharge (Maybe Text) Source #

The frequency of the recurring charge.

rcRecurringChargeAmount :: Lens' RecurringCharge (Maybe Double) Source #

The amount of the recurring charge.

ReservedDBInstance

data ReservedDBInstance Source #

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

See: reservedDBInstance smart constructor.

Instances
Eq ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReservedDBInstance -> c ReservedDBInstance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReservedDBInstance #

toConstr :: ReservedDBInstance -> Constr #

dataTypeOf :: ReservedDBInstance -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReservedDBInstance) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReservedDBInstance) #

gmapT :: (forall b. Data b => b -> b) -> ReservedDBInstance -> ReservedDBInstance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReservedDBInstance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReservedDBInstance -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReservedDBInstance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReservedDBInstance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReservedDBInstance -> m ReservedDBInstance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReservedDBInstance -> m ReservedDBInstance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReservedDBInstance -> m ReservedDBInstance #

Read ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep ReservedDBInstance :: Type -> Type #

Hashable ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: ReservedDBInstance -> () #

type Rep ReservedDBInstance Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ReservedDBInstance = D1 (MetaData "ReservedDBInstance" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "ReservedDBInstance'" PrefixI True) (((S1 (MetaSel (Just "_rdiDBInstanceCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_rdiState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rdiCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_rdiStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 (MetaSel (Just "_rdiProductDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rdiReservedDBInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rdiReservedDBInstanceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 (MetaSel (Just "_rdiDBInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rdiMultiAZ") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_rdiReservedDBInstancesOfferingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rdiRecurringCharges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RecurringCharge])))) :*: ((S1 (MetaSel (Just "_rdiOfferingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rdiUsagePrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 (MetaSel (Just "_rdiFixedPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double)) :*: S1 (MetaSel (Just "_rdiDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))))

reservedDBInstance :: ReservedDBInstance Source #

Creates a value of ReservedDBInstance with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rdiDBInstanceCount :: Lens' ReservedDBInstance (Maybe Int) Source #

The number of reserved DB instances.

rdiState :: Lens' ReservedDBInstance (Maybe Text) Source #

The state of the reserved DB instance.

rdiCurrencyCode :: Lens' ReservedDBInstance (Maybe Text) Source #

The currency code for the reserved DB instance.

rdiStartTime :: Lens' ReservedDBInstance (Maybe UTCTime) Source #

The time the reservation started.

rdiProductDescription :: Lens' ReservedDBInstance (Maybe Text) Source #

The description of the reserved DB instance.

rdiReservedDBInstanceId :: Lens' ReservedDBInstance (Maybe Text) Source #

The unique identifier for the reservation.

rdiReservedDBInstanceARN :: Lens' ReservedDBInstance (Maybe Text) Source #

The Amazon Resource Name (ARN) for the reserved DB instance.

rdiDBInstanceClass :: Lens' ReservedDBInstance (Maybe Text) Source #

The DB instance class for the reserved DB instance.

rdiMultiAZ :: Lens' ReservedDBInstance (Maybe Bool) Source #

Indicates if the reservation applies to Multi-AZ deployments.

rdiRecurringCharges :: Lens' ReservedDBInstance [RecurringCharge] Source #

The recurring price charged to run this reserved DB instance.

rdiOfferingType :: Lens' ReservedDBInstance (Maybe Text) Source #

The offering type of this reserved DB instance.

rdiUsagePrice :: Lens' ReservedDBInstance (Maybe Double) Source #

The hourly price charged for this reserved DB instance.

rdiFixedPrice :: Lens' ReservedDBInstance (Maybe Double) Source #

The fixed price charged for this reserved DB instance.

rdiDuration :: Lens' ReservedDBInstance (Maybe Int) Source #

The duration of the reservation in seconds.

ReservedDBInstancesOffering

data ReservedDBInstancesOffering Source #

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

See: reservedDBInstancesOffering smart constructor.

Instances
Eq ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReservedDBInstancesOffering -> c ReservedDBInstancesOffering #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReservedDBInstancesOffering #

toConstr :: ReservedDBInstancesOffering -> Constr #

dataTypeOf :: ReservedDBInstancesOffering -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReservedDBInstancesOffering) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReservedDBInstancesOffering) #

gmapT :: (forall b. Data b => b -> b) -> ReservedDBInstancesOffering -> ReservedDBInstancesOffering #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReservedDBInstancesOffering -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReservedDBInstancesOffering -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReservedDBInstancesOffering -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReservedDBInstancesOffering -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReservedDBInstancesOffering -> m ReservedDBInstancesOffering #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReservedDBInstancesOffering -> m ReservedDBInstancesOffering #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReservedDBInstancesOffering -> m ReservedDBInstancesOffering #

Read ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep ReservedDBInstancesOffering :: Type -> Type #

Hashable ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ReservedDBInstancesOffering Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ReservedDBInstancesOffering = D1 (MetaData "ReservedDBInstancesOffering" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "ReservedDBInstancesOffering'" PrefixI True) (((S1 (MetaSel (Just "_rdioCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rdioProductDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rdioDBInstanceClass") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_rdioMultiAZ") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_rdioReservedDBInstancesOfferingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_rdioRecurringCharges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RecurringCharge])) :*: S1 (MetaSel (Just "_rdioOfferingType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rdioUsagePrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 (MetaSel (Just "_rdioFixedPrice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double)) :*: S1 (MetaSel (Just "_rdioDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))))

reservedDBInstancesOffering :: ReservedDBInstancesOffering Source #

Creates a value of ReservedDBInstancesOffering with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rdioCurrencyCode :: Lens' ReservedDBInstancesOffering (Maybe Text) Source #

The currency code for the reserved DB instance offering.

rdioProductDescription :: Lens' ReservedDBInstancesOffering (Maybe Text) Source #

The database engine used by the offering.

rdioDBInstanceClass :: Lens' ReservedDBInstancesOffering (Maybe Text) Source #

The DB instance class for the reserved DB instance.

rdioMultiAZ :: Lens' ReservedDBInstancesOffering (Maybe Bool) Source #

Indicates if the offering applies to Multi-AZ deployments.

rdioRecurringCharges :: Lens' ReservedDBInstancesOffering [RecurringCharge] Source #

The recurring price charged to run this reserved DB instance.

rdioUsagePrice :: Lens' ReservedDBInstancesOffering (Maybe Double) Source #

The hourly price charged for this offering.

rdioFixedPrice :: Lens' ReservedDBInstancesOffering (Maybe Double) Source #

The fixed price charged for this offering.

rdioDuration :: Lens' ReservedDBInstancesOffering (Maybe Int) Source #

The duration of the offering in seconds.

ResourcePendingMaintenanceActions

data ResourcePendingMaintenanceActions Source #

Describes the pending maintenance actions for a resource.

See: resourcePendingMaintenanceActions smart constructor.

Instances
Eq ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourcePendingMaintenanceActions -> c ResourcePendingMaintenanceActions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourcePendingMaintenanceActions #

toConstr :: ResourcePendingMaintenanceActions -> Constr #

dataTypeOf :: ResourcePendingMaintenanceActions -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResourcePendingMaintenanceActions) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourcePendingMaintenanceActions) #

gmapT :: (forall b. Data b => b -> b) -> ResourcePendingMaintenanceActions -> ResourcePendingMaintenanceActions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourcePendingMaintenanceActions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourcePendingMaintenanceActions -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourcePendingMaintenanceActions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourcePendingMaintenanceActions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourcePendingMaintenanceActions -> m ResourcePendingMaintenanceActions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourcePendingMaintenanceActions -> m ResourcePendingMaintenanceActions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourcePendingMaintenanceActions -> m ResourcePendingMaintenanceActions #

Read ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep ResourcePendingMaintenanceActions :: Type -> Type #

Hashable ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ResourcePendingMaintenanceActions = D1 (MetaData "ResourcePendingMaintenanceActions" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "ResourcePendingMaintenanceActions'" PrefixI True) (S1 (MetaSel (Just "_rpmaPendingMaintenanceActionDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PendingMaintenanceAction])) :*: S1 (MetaSel (Just "_rpmaResourceIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

resourcePendingMaintenanceActions :: ResourcePendingMaintenanceActions Source #

Creates a value of ResourcePendingMaintenanceActions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rpmaPendingMaintenanceActionDetails :: Lens' ResourcePendingMaintenanceActions [PendingMaintenanceAction] Source #

A list that provides details about the pending maintenance actions for the resource.

rpmaResourceIdentifier :: Lens' ResourcePendingMaintenanceActions (Maybe Text) Source #

The ARN of the resource that has pending maintenance actions.

SourceRegion

data SourceRegion Source #

Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.

See: sourceRegion smart constructor.

Instances
Eq SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceRegion -> c SourceRegion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceRegion #

toConstr :: SourceRegion -> Constr #

dataTypeOf :: SourceRegion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SourceRegion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceRegion) #

gmapT :: (forall b. Data b => b -> b) -> SourceRegion -> SourceRegion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceRegion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceRegion -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceRegion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceRegion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceRegion -> m SourceRegion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceRegion -> m SourceRegion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceRegion -> m SourceRegion #

Read SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep SourceRegion :: Type -> Type #

Hashable SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: SourceRegion -> () #

type Rep SourceRegion Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep SourceRegion = D1 (MetaData "SourceRegion" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "SourceRegion'" PrefixI True) (S1 (MetaSel (Just "_srStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_srRegionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_srEndpoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

sourceRegion :: SourceRegion Source #

Creates a value of SourceRegion with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • srStatus - The status of the source AWS Region.
  • srRegionName - The name of the source AWS Region.
  • srEndpoint - The endpoint for the source AWS Region endpoint.

srStatus :: Lens' SourceRegion (Maybe Text) Source #

The status of the source AWS Region.

srRegionName :: Lens' SourceRegion (Maybe Text) Source #

The name of the source AWS Region.

srEndpoint :: Lens' SourceRegion (Maybe Text) Source #

The endpoint for the source AWS Region endpoint.

Subnet

data Subnet Source #

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

See: subnet smart constructor.

Instances
Eq Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: Subnet -> Subnet -> Bool #

(/=) :: Subnet -> Subnet -> Bool #

Data Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Subnet -> c Subnet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Subnet #

toConstr :: Subnet -> Constr #

dataTypeOf :: Subnet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Subnet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Subnet) #

gmapT :: (forall b. Data b => b -> b) -> Subnet -> Subnet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Subnet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Subnet -> r #

gmapQ :: (forall d. Data d => d -> u) -> Subnet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Subnet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Subnet -> m Subnet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Subnet -> m Subnet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Subnet -> m Subnet #

Read Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Subnet :: Type -> Type #

Methods

from :: Subnet -> Rep Subnet x #

to :: Rep Subnet x -> Subnet #

Hashable Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Subnet -> Int #

hash :: Subnet -> Int #

FromXML Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Subnet -> () #

type Rep Subnet Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Subnet = D1 (MetaData "Subnet" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Subnet'" PrefixI True) (S1 (MetaSel (Just "_sSubnetStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_sSubnetIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sSubnetAvailabilityZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AvailabilityZone)))))

subnet :: Subnet Source #

Creates a value of Subnet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sSubnetStatus :: Lens' Subnet (Maybe Text) Source #

Specifies the status of the subnet.

sSubnetIdentifier :: Lens' Subnet (Maybe Text) Source #

Specifies the identifier of the subnet.

Tag

data Tag Source #

Metadata assigned to an Amazon RDS resource consisting of a key-value pair.

See: tag smart constructor.

Instances
Eq Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Data Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Tag -> c Tag #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Tag #

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Tag) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Tag) #

gmapT :: (forall b. Data b => b -> b) -> Tag -> Tag #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQ :: (forall d. Data d => d -> u) -> Tag -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Tag -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

Read Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

FromXML Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

parseXML :: [Node] -> Either String Tag #

ToQuery Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

toQuery :: Tag -> QueryString #

NFData Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Tag -> () #

type Rep Tag Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Tag = D1 (MetaData "Tag" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "Tag'" PrefixI True) (S1 (MetaSel (Just "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

tag :: Tag Source #

Creates a value of Tag with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tagValue - 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}_.:/=+\-]*)$").
  • tagKey - 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}_.:/=+\-]*)$").

tagValue :: Lens' Tag (Maybe Text) Source #

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}_.:/=+\-]*)$").

tagKey :: Lens' Tag (Maybe Text) Source #

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}_.:/=+\-]*)$").

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: timezone smart constructor.

Instances
Eq Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Timezone -> c Timezone #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Timezone #

toConstr :: Timezone -> Constr #

dataTypeOf :: Timezone -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Timezone) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Timezone) #

gmapT :: (forall b. Data b => b -> b) -> Timezone -> Timezone #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Timezone -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Timezone -> r #

gmapQ :: (forall d. Data d => d -> u) -> Timezone -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Timezone -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Timezone -> m Timezone #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Timezone -> m Timezone #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Timezone -> m Timezone #

Read Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep Timezone :: Type -> Type #

Methods

from :: Timezone -> Rep Timezone x #

to :: Rep Timezone x -> Timezone #

Hashable Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

hashWithSalt :: Int -> Timezone -> Int #

hash :: Timezone -> Int #

FromXML Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: Timezone -> () #

type Rep Timezone Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep Timezone = D1 (MetaData "Timezone" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" True) (C1 (MetaCons "Timezone'" PrefixI True) (S1 (MetaSel (Just "_tTimezoneName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

timezone :: Timezone Source #

Creates a value of Timezone with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tTimezoneName :: Lens' Timezone (Maybe Text) Source #

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: upgradeTarget smart constructor.

Instances
Eq UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpgradeTarget -> c UpgradeTarget #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpgradeTarget #

toConstr :: UpgradeTarget -> Constr #

dataTypeOf :: UpgradeTarget -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpgradeTarget) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpgradeTarget) #

gmapT :: (forall b. Data b => b -> b) -> UpgradeTarget -> UpgradeTarget #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpgradeTarget -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpgradeTarget -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpgradeTarget -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpgradeTarget -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpgradeTarget -> m UpgradeTarget #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpgradeTarget -> m UpgradeTarget #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpgradeTarget -> m UpgradeTarget #

Read UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep UpgradeTarget :: Type -> Type #

Hashable UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: UpgradeTarget -> () #

type Rep UpgradeTarget Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep UpgradeTarget = D1 (MetaData "UpgradeTarget" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "UpgradeTarget'" PrefixI True) ((S1 (MetaSel (Just "_utEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_utIsMajorVersionUpgrade") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_utEngine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_utAutoUpgrade") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_utDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

upgradeTarget :: UpgradeTarget Source #

Creates a value of UpgradeTarget with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • utEngineVersion - The version number of the upgrade target database engine.
  • utIsMajorVersionUpgrade - A value that indicates whether a database engine is upgraded to a major version.
  • utEngine - The name of the upgrade target database engine.
  • utAutoUpgrade - A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
  • utDescription - The version of the database engine that a DB instance can be upgraded to.

utEngineVersion :: Lens' UpgradeTarget (Maybe Text) Source #

The version number of the upgrade target database engine.

utIsMajorVersionUpgrade :: Lens' UpgradeTarget (Maybe Bool) Source #

A value that indicates whether a database engine is upgraded to a major version.

utEngine :: Lens' UpgradeTarget (Maybe Text) Source #

The name of the upgrade target database engine.

utAutoUpgrade :: Lens' UpgradeTarget (Maybe Bool) Source #

A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

utDescription :: Lens' UpgradeTarget (Maybe Text) Source #

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

VPCSecurityGroupMembership

data VPCSecurityGroupMembership Source #

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

See: vpcSecurityGroupMembership smart constructor.

Instances
Eq VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VPCSecurityGroupMembership -> c VPCSecurityGroupMembership #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VPCSecurityGroupMembership #

toConstr :: VPCSecurityGroupMembership -> Constr #

dataTypeOf :: VPCSecurityGroupMembership -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VPCSecurityGroupMembership) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VPCSecurityGroupMembership) #

gmapT :: (forall b. Data b => b -> b) -> VPCSecurityGroupMembership -> VPCSecurityGroupMembership #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VPCSecurityGroupMembership -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VPCSecurityGroupMembership -> r #

gmapQ :: (forall d. Data d => d -> u) -> VPCSecurityGroupMembership -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VPCSecurityGroupMembership -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VPCSecurityGroupMembership -> m VPCSecurityGroupMembership #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCSecurityGroupMembership -> m VPCSecurityGroupMembership #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCSecurityGroupMembership -> m VPCSecurityGroupMembership #

Read VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep VPCSecurityGroupMembership :: Type -> Type #

Hashable VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep VPCSecurityGroupMembership Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep VPCSecurityGroupMembership = D1 (MetaData "VPCSecurityGroupMembership" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "VPCSecurityGroupMembership'" PrefixI True) (S1 (MetaSel (Just "_vsgmStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_vsgmVPCSecurityGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

vpcSecurityGroupMembership :: VPCSecurityGroupMembership Source #

Creates a value of VPCSecurityGroupMembership with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

vsgmStatus :: Lens' VPCSecurityGroupMembership (Maybe Text) Source #

The status of the VPC security group.

vsgmVPCSecurityGroupId :: Lens' VPCSecurityGroupMembership (Maybe Text) Source #

The name of the VPC security group.

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: validDBInstanceModificationsMessage smart constructor.

Instances
Eq ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ValidDBInstanceModificationsMessage -> c ValidDBInstanceModificationsMessage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ValidDBInstanceModificationsMessage #

toConstr :: ValidDBInstanceModificationsMessage -> Constr #

dataTypeOf :: ValidDBInstanceModificationsMessage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ValidDBInstanceModificationsMessage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ValidDBInstanceModificationsMessage) #

gmapT :: (forall b. Data b => b -> b) -> ValidDBInstanceModificationsMessage -> ValidDBInstanceModificationsMessage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ValidDBInstanceModificationsMessage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ValidDBInstanceModificationsMessage -> r #

gmapQ :: (forall d. Data d => d -> u) -> ValidDBInstanceModificationsMessage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ValidDBInstanceModificationsMessage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ValidDBInstanceModificationsMessage -> m ValidDBInstanceModificationsMessage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ValidDBInstanceModificationsMessage -> m ValidDBInstanceModificationsMessage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ValidDBInstanceModificationsMessage -> m ValidDBInstanceModificationsMessage #

Read ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Hashable ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ValidDBInstanceModificationsMessage Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ValidDBInstanceModificationsMessage = D1 (MetaData "ValidDBInstanceModificationsMessage" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" True) (C1 (MetaCons "ValidDBInstanceModificationsMessage'" PrefixI True) (S1 (MetaSel (Just "_vdimmStorage") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [ValidStorageOptions]))))

validDBInstanceModificationsMessage :: ValidDBInstanceModificationsMessage Source #

Creates a value of ValidDBInstanceModificationsMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

vdimmStorage :: Lens' ValidDBInstanceModificationsMessage [ValidStorageOptions] Source #

Valid storage options 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: validStorageOptions smart constructor.

Instances
Eq ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Data ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ValidStorageOptions -> c ValidStorageOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ValidStorageOptions #

toConstr :: ValidStorageOptions -> Constr #

dataTypeOf :: ValidStorageOptions -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ValidStorageOptions) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ValidStorageOptions) #

gmapT :: (forall b. Data b => b -> b) -> ValidStorageOptions -> ValidStorageOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ValidStorageOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ValidStorageOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> ValidStorageOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ValidStorageOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ValidStorageOptions -> m ValidStorageOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ValidStorageOptions -> m ValidStorageOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ValidStorageOptions -> m ValidStorageOptions #

Read ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Show ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Generic ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Associated Types

type Rep ValidStorageOptions :: Type -> Type #

Hashable ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

FromXML ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

NFData ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

Methods

rnf :: ValidStorageOptions -> () #

type Rep ValidStorageOptions Source # 
Instance details

Defined in Network.AWS.RDS.Types.Product

type Rep ValidStorageOptions = D1 (MetaData "ValidStorageOptions" "Network.AWS.RDS.Types.Product" "amazonka-rds-1.6.1-GvYb6r2di9RGFKQcoJXq1A" False) (C1 (MetaCons "ValidStorageOptions'" PrefixI True) ((S1 (MetaSel (Just "_vsoStorageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Range])) :*: S1 (MetaSel (Just "_vsoProvisionedIOPS") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Range]))) :*: (S1 (MetaSel (Just "_vsoIOPSToStorageRatio") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DoubleRange])) :*: S1 (MetaSel (Just "_vsoStorageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

validStorageOptions :: ValidStorageOptions Source #

Creates a value of ValidStorageOptions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • vsoStorageSize - The valid range of storage in gibibytes. For example, 100 to 16384.
  • vsoProvisionedIOPS - The valid range of provisioned IOPS. For example, 1000-20000.
  • vsoIOPSToStorageRatio - 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.
  • vsoStorageType - The valid storage types for your DB instance. For example, gp2, io1.

vsoStorageSize :: Lens' ValidStorageOptions [Range] Source #

The valid range of storage in gibibytes. For example, 100 to 16384.

vsoProvisionedIOPS :: Lens' ValidStorageOptions [Range] Source #

The valid range of provisioned IOPS. For example, 1000-20000.

vsoIOPSToStorageRatio :: Lens' ValidStorageOptions [DoubleRange] Source #

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.

vsoStorageType :: Lens' ValidStorageOptions (Maybe Text) Source #

The valid storage types for your DB instance. For example, gp2, io1.