amazonka-dms-1.5.0: Amazon Database Migration Service SDK.

Copyright(c) 2013-2017 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.DescribeEventSubscriptions

Contents

Description

Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName , SNSTopicARN , CustomerID , SourceType , SourceID , CreationTime , and Status .

If you specify SubscriptionName , this action lists the description for that subscription.

Synopsis

Creating a Request

describeEventSubscriptions :: DescribeEventSubscriptions Source #

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

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

  • dessSubscriptionName - The name of the AWS DMS event subscription to be described.
  • dessFilters - Filters applied to the action.
  • dessMarker - 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 .
  • dessMaxRecords - 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 DescribeEventSubscriptions Source #

See: describeEventSubscriptions smart constructor.

Instances

Eq DescribeEventSubscriptions Source # 
Data DescribeEventSubscriptions Source # 

Methods

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

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

toConstr :: DescribeEventSubscriptions -> Constr #

dataTypeOf :: DescribeEventSubscriptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEventSubscriptions Source # 
Show DescribeEventSubscriptions Source # 
Generic DescribeEventSubscriptions Source # 
Hashable DescribeEventSubscriptions Source # 
ToJSON DescribeEventSubscriptions Source # 
NFData DescribeEventSubscriptions Source # 
AWSRequest DescribeEventSubscriptions Source # 
ToQuery DescribeEventSubscriptions Source # 
ToPath DescribeEventSubscriptions Source # 
ToHeaders DescribeEventSubscriptions Source # 
type Rep DescribeEventSubscriptions Source # 
type Rep DescribeEventSubscriptions = D1 (MetaData "DescribeEventSubscriptions" "Network.AWS.DMS.DescribeEventSubscriptions" "amazonka-dms-1.5.0-K6vSYoWLw2X8OYk9sVbLk5" False) (C1 (MetaCons "DescribeEventSubscriptions'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dessSubscriptionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dessFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter])))) ((:*:) (S1 (MetaSel (Just Symbol "_dessMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dessMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeEventSubscriptions Source # 

Request Lenses

dessSubscriptionName :: Lens' DescribeEventSubscriptions (Maybe Text) Source #

The name of the AWS DMS event subscription to be described.

dessFilters :: Lens' DescribeEventSubscriptions [Filter] Source #

Filters applied to the action.

dessMarker :: Lens' DescribeEventSubscriptions (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 .

dessMaxRecords :: Lens' DescribeEventSubscriptions (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

describeEventSubscriptionsResponse Source #

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

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

  • desrsEventSubscriptionsList - A list of event subscriptions.
  • desrsMarker - 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 .
  • desrsResponseStatus - -- | The response status code.

data DescribeEventSubscriptionsResponse Source #

See: describeEventSubscriptionsResponse smart constructor.

Instances

Eq DescribeEventSubscriptionsResponse Source # 
Data DescribeEventSubscriptionsResponse Source # 

Methods

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

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

toConstr :: DescribeEventSubscriptionsResponse -> Constr #

dataTypeOf :: DescribeEventSubscriptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEventSubscriptionsResponse Source # 
Show DescribeEventSubscriptionsResponse Source # 
Generic DescribeEventSubscriptionsResponse Source # 
NFData DescribeEventSubscriptionsResponse Source # 
type Rep DescribeEventSubscriptionsResponse Source # 
type Rep DescribeEventSubscriptionsResponse = D1 (MetaData "DescribeEventSubscriptionsResponse" "Network.AWS.DMS.DescribeEventSubscriptions" "amazonka-dms-1.5.0-K6vSYoWLw2X8OYk9sVbLk5" False) (C1 (MetaCons "DescribeEventSubscriptionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_desrsEventSubscriptionsList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventSubscription]))) ((:*:) (S1 (MetaSel (Just Symbol "_desrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_desrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

desrsMarker :: Lens' DescribeEventSubscriptionsResponse (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 .