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

Contents

Description

Returns information about the type of endpoints available.

This operation returns paginated results.

Synopsis

Creating a Request

describeEndpointTypes :: DescribeEndpointTypes Source #

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 Source #

See: describeEndpointTypes smart constructor.

Instances

Eq DescribeEndpointTypes Source # 
Data DescribeEndpointTypes Source # 

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 Source # 
Show DescribeEndpointTypes Source # 
Generic DescribeEndpointTypes Source # 
Hashable DescribeEndpointTypes Source # 
ToJSON DescribeEndpointTypes Source # 
NFData DescribeEndpointTypes Source # 

Methods

rnf :: DescribeEndpointTypes -> () #

AWSPager DescribeEndpointTypes Source # 
AWSRequest DescribeEndpointTypes Source # 
ToHeaders DescribeEndpointTypes Source # 
ToPath DescribeEndpointTypes Source # 
ToQuery DescribeEndpointTypes Source # 
type Rep DescribeEndpointTypes Source # 
type Rep DescribeEndpointTypes = D1 * (MetaData "DescribeEndpointTypes" "Network.AWS.DMS.DescribeEndpointTypes" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" 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 Source # 

Request Lenses

detFilters :: Lens' DescribeEndpointTypes [Filter] Source #

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

detMarker :: Lens' DescribeEndpointTypes (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 .

detMaxRecords :: Lens' DescribeEndpointTypes (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.

Destructuring the Response

describeEndpointTypesResponse Source #

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 Source #

See: describeEndpointTypesResponse smart constructor.

Instances

Eq DescribeEndpointTypesResponse Source # 
Data DescribeEndpointTypesResponse Source # 

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 Source # 
Show DescribeEndpointTypesResponse Source # 
Generic DescribeEndpointTypesResponse Source # 
NFData DescribeEndpointTypesResponse Source # 
type Rep DescribeEndpointTypesResponse Source # 
type Rep DescribeEndpointTypesResponse = D1 * (MetaData "DescribeEndpointTypesResponse" "Network.AWS.DMS.DescribeEndpointTypes" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" 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 DecidedStrict) (Rec0 * Int)))))

Response Lenses

detrsMarker :: Lens' DescribeEndpointTypesResponse (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 .