amazonka-redshift-1.4.5: Amazon Redshift 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.Redshift.DescribeEventSubscriptions

Contents

Description

Lists descriptions of all the Amazon Redshift event notifications subscription for a customer account. If you specify a subscription name, lists the description for that subscription.

This operation returns paginated results.

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 Amazon Redshift event notification subscription to be described.
  • dessMarker - An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.
  • dessMaxRecords - The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. 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 # 
NFData DescribeEventSubscriptions Source # 
AWSPager DescribeEventSubscriptions Source # 
AWSRequest DescribeEventSubscriptions Source # 
ToPath DescribeEventSubscriptions Source # 
ToHeaders DescribeEventSubscriptions Source # 
ToQuery DescribeEventSubscriptions Source # 
type Rep DescribeEventSubscriptions Source # 
type Rep DescribeEventSubscriptions = D1 (MetaData "DescribeEventSubscriptions" "Network.AWS.Redshift.DescribeEventSubscriptions" "amazonka-redshift-1.4.5-2iQeXmFrftS29tYZtVOT2g" False) (C1 (MetaCons "DescribeEventSubscriptions'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dessSubscriptionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (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 Amazon Redshift event notification subscription to be described.

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

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

dessMaxRecords :: Lens' DescribeEventSubscriptions (Maybe Int) Source #

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. 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 - A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
  • 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.Redshift.DescribeEventSubscriptions" "amazonka-redshift-1.4.5-2iQeXmFrftS29tYZtVOT2g" 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 DecidedUnpack) (Rec0 Int)))))

Response Lenses

desrsMarker :: Lens' DescribeEventSubscriptionsResponse (Maybe Text) Source #

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.