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

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

Network.AWS.RDS.DescribeOptionGroupOptions

Contents

Description

Describes all available options.

This operation returns paginated results.

Synopsis

Creating a Request

describeOptionGroupOptions Source #

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

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

data DescribeOptionGroupOptions Source #

See: describeOptionGroupOptions smart constructor.

Instances

Eq DescribeOptionGroupOptions Source # 
Data DescribeOptionGroupOptions Source # 

Methods

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

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

toConstr :: DescribeOptionGroupOptions -> Constr #

dataTypeOf :: DescribeOptionGroupOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeOptionGroupOptions Source # 
Show DescribeOptionGroupOptions Source # 
Generic DescribeOptionGroupOptions Source # 
Hashable DescribeOptionGroupOptions Source # 
NFData DescribeOptionGroupOptions Source # 
AWSPager DescribeOptionGroupOptions Source # 
AWSRequest DescribeOptionGroupOptions Source # 
ToQuery DescribeOptionGroupOptions Source # 
ToPath DescribeOptionGroupOptions Source # 
ToHeaders DescribeOptionGroupOptions Source # 
type Rep DescribeOptionGroupOptions Source # 
type Rep DescribeOptionGroupOptions = D1 (MetaData "DescribeOptionGroupOptions" "Network.AWS.RDS.DescribeOptionGroupOptions" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" False) (C1 (MetaCons "DescribeOptionGroupOptions'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dogoFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) (S1 (MetaSel (Just Symbol "_dogoMajorEngineVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dogoMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dogoMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_dogoEngineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Rs DescribeOptionGroupOptions Source # 

Request Lenses

dogoFilters :: Lens' DescribeOptionGroupOptions [Filter] Source #

This parameter is not currently supported.

dogoMajorEngineVersion :: Lens' DescribeOptionGroupOptions (Maybe Text) Source #

If specified, filters the results to include only options for the specified major engine version.

dogoMarker :: Lens' DescribeOptionGroupOptions (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

dogoMaxRecords :: Lens' DescribeOptionGroupOptions (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

dogoEngineName :: Lens' DescribeOptionGroupOptions Text Source #

A required parameter. Options available for the given engine name will be described.

Destructuring the Response

describeOptionGroupOptionsResponse Source #

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

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

data DescribeOptionGroupOptionsResponse Source #

See: describeOptionGroupOptionsResponse smart constructor.

Instances

Eq DescribeOptionGroupOptionsResponse Source # 
Data DescribeOptionGroupOptionsResponse Source # 

Methods

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

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

toConstr :: DescribeOptionGroupOptionsResponse -> Constr #

dataTypeOf :: DescribeOptionGroupOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeOptionGroupOptionsResponse Source # 
Show DescribeOptionGroupOptionsResponse Source # 
Generic DescribeOptionGroupOptionsResponse Source # 
NFData DescribeOptionGroupOptionsResponse Source # 
type Rep DescribeOptionGroupOptionsResponse Source # 
type Rep DescribeOptionGroupOptionsResponse = D1 (MetaData "DescribeOptionGroupOptionsResponse" "Network.AWS.RDS.DescribeOptionGroupOptions" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" False) (C1 (MetaCons "DescribeOptionGroupOptionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dogorsOptionGroupOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OptionGroupOption]))) ((:*:) (S1 (MetaSel (Just Symbol "_dogorsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dogorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dogorsMarker :: Lens' DescribeOptionGroupOptionsResponse (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.