amazonka-dms-1.6.1: 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.DescribeSchemas

Contents

Description

Returns information about the schema for the specified endpoint.

This operation returns paginated results.

Synopsis

Creating a Request

describeSchemas Source #

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

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

  • dsMarker - 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 .
  • dsMaxRecords - 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.
  • dsEndpointARN - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data DescribeSchemas Source #

See: describeSchemas smart constructor.

Instances
Eq DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Data DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Methods

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

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

toConstr :: DescribeSchemas -> Constr #

dataTypeOf :: DescribeSchemas -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Show DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Generic DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Associated Types

type Rep DescribeSchemas :: Type -> Type #

Hashable DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

ToJSON DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

AWSPager DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

AWSRequest DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Associated Types

type Rs DescribeSchemas :: Type #

ToHeaders DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

ToPath DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

ToQuery DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

NFData DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Methods

rnf :: DescribeSchemas -> () #

type Rep DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

type Rep DescribeSchemas = D1 (MetaData "DescribeSchemas" "Network.AWS.DMS.DescribeSchemas" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" False) (C1 (MetaCons "DescribeSchemas'" PrefixI True) (S1 (MetaSel (Just "_dsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dsMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dsEndpointARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DescribeSchemas Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Request Lenses

dsMarker :: Lens' DescribeSchemas (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 .

dsMaxRecords :: Lens' DescribeSchemas (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.

dsEndpointARN :: Lens' DescribeSchemas Text Source #

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Destructuring the Response

describeSchemasResponse Source #

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

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

  • dsrsSchemas - The described schema.
  • dsrsMarker - 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 .
  • dsrsResponseStatus - -- | The response status code.

data DescribeSchemasResponse Source #

See: describeSchemasResponse smart constructor.

Instances
Eq DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Data DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Methods

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

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

toConstr :: DescribeSchemasResponse -> Constr #

dataTypeOf :: DescribeSchemasResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Show DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Generic DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Associated Types

type Rep DescribeSchemasResponse :: Type -> Type #

NFData DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

Methods

rnf :: DescribeSchemasResponse -> () #

type Rep DescribeSchemasResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeSchemas

type Rep DescribeSchemasResponse = D1 (MetaData "DescribeSchemasResponse" "Network.AWS.DMS.DescribeSchemas" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" False) (C1 (MetaCons "DescribeSchemasResponse'" PrefixI True) (S1 (MetaSel (Just "_dsrsSchemas") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_dsrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dsrsMarker :: Lens' DescribeSchemasResponse (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 .