amazonka-dms-1.4.5: Amazon Database Migration 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.DMS.DescribeEndpointTypes

Contents

Description

Returns information about the type of endpoints available.

Synopsis

Creating a Request

describeEndpointTypes :: DescribeEndpointTypes #

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

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

  • detFilters - Filters applied to the describe action. Valid filter names: engine-name | endpoint-type
  • detMarker - 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 .
  • detMaxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: Minimum 20, maximum 100.

data DescribeEndpointTypes #

See: describeEndpointTypes smart constructor.

Instances

Eq DescribeEndpointTypes # 
Data DescribeEndpointTypes # 

Methods

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

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

toConstr :: DescribeEndpointTypes -> Constr #

dataTypeOf :: DescribeEndpointTypes -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEndpointTypes # 
Show DescribeEndpointTypes # 
Generic DescribeEndpointTypes # 
Hashable DescribeEndpointTypes # 
ToJSON DescribeEndpointTypes # 
NFData DescribeEndpointTypes # 

Methods

rnf :: DescribeEndpointTypes -> () #

AWSRequest DescribeEndpointTypes # 
ToQuery DescribeEndpointTypes # 
ToPath DescribeEndpointTypes # 
ToHeaders DescribeEndpointTypes # 
type Rep DescribeEndpointTypes # 
type Rep DescribeEndpointTypes = D1 (MetaData "DescribeEndpointTypes" "Network.AWS.DMS.DescribeEndpointTypes" "amazonka-dms-1.4.5-CLFF6guEDDpCqcIPuIiNlx" False) (C1 (MetaCons "DescribeEndpointTypes'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_detFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter]))) ((:*:) (S1 (MetaSel (Just Symbol "_detMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_detMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeEndpointTypes # 

Request Lenses

detFilters :: Lens' DescribeEndpointTypes [Filter] #

Filters applied to the describe action. Valid filter names: engine-name | endpoint-type

detMarker :: Lens' DescribeEndpointTypes (Maybe Text) #

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 .

detMaxRecords :: Lens' DescribeEndpointTypes (Maybe Int) #

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.

Destructuring the Response

describeEndpointTypesResponse #

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

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

  • detrsSupportedEndpointTypes - The type of endpoints that are supported.
  • detrsMarker - 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 .
  • detrsResponseStatus - -- | The response status code.

data DescribeEndpointTypesResponse #

See: describeEndpointTypesResponse smart constructor.

Instances

Eq DescribeEndpointTypesResponse # 
Data DescribeEndpointTypesResponse # 

Methods

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

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

toConstr :: DescribeEndpointTypesResponse -> Constr #

dataTypeOf :: DescribeEndpointTypesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEndpointTypesResponse # 
Show DescribeEndpointTypesResponse # 
Generic DescribeEndpointTypesResponse # 
NFData DescribeEndpointTypesResponse # 
type Rep DescribeEndpointTypesResponse # 
type Rep DescribeEndpointTypesResponse = D1 (MetaData "DescribeEndpointTypesResponse" "Network.AWS.DMS.DescribeEndpointTypes" "amazonka-dms-1.4.5-CLFF6guEDDpCqcIPuIiNlx" False) (C1 (MetaCons "DescribeEndpointTypesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_detrsSupportedEndpointTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SupportedEndpointType]))) ((:*:) (S1 (MetaSel (Just Symbol "_detrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_detrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

detrsMarker :: Lens' DescribeEndpointTypesResponse (Maybe Text) #

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 .