amazonka-redshift-1.6.0: Amazon Redshift 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.Redshift.DisableLogging

Contents

Description

Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.

Synopsis

Creating a Request

disableLogging Source #

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

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

  • dlClusterIdentifier - The identifier of the cluster on which logging is to be stopped. Example: examplecluster

data DisableLogging Source #

See: disableLogging smart constructor.

Instances

Eq DisableLogging Source # 
Data DisableLogging Source # 

Methods

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

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

toConstr :: DisableLogging -> Constr #

dataTypeOf :: DisableLogging -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableLogging Source # 
Show DisableLogging Source # 
Generic DisableLogging Source # 

Associated Types

type Rep DisableLogging :: * -> * #

Hashable DisableLogging Source # 
NFData DisableLogging Source # 

Methods

rnf :: DisableLogging -> () #

AWSRequest DisableLogging Source # 
ToHeaders DisableLogging Source # 
ToPath DisableLogging Source # 
ToQuery DisableLogging Source # 
type Rep DisableLogging Source # 
type Rep DisableLogging = D1 * (MetaData "DisableLogging" "Network.AWS.Redshift.DisableLogging" "amazonka-redshift-1.6.0-7nAokQL56xfEdvuigF8j6k" True) (C1 * (MetaCons "DisableLogging'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dlClusterIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DisableLogging Source # 

Request Lenses

dlClusterIdentifier :: Lens' DisableLogging Text Source #

The identifier of the cluster on which logging is to be stopped. Example: examplecluster

Destructuring the Response

loggingStatus :: LoggingStatus Source #

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

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

data LoggingStatus Source #

Describes the status of logging for a cluster.

See: loggingStatus smart constructor.

Instances

Eq LoggingStatus Source # 
Data LoggingStatus Source # 

Methods

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

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

toConstr :: LoggingStatus -> Constr #

dataTypeOf :: LoggingStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Read LoggingStatus Source # 
Show LoggingStatus Source # 
Generic LoggingStatus Source # 

Associated Types

type Rep LoggingStatus :: * -> * #

Hashable LoggingStatus Source # 
NFData LoggingStatus Source # 

Methods

rnf :: LoggingStatus -> () #

FromXML LoggingStatus Source # 
type Rep LoggingStatus Source # 
type Rep LoggingStatus = D1 * (MetaData "LoggingStatus" "Network.AWS.Redshift.Types.Product" "amazonka-redshift-1.6.0-7nAokQL56xfEdvuigF8j6k" False) (C1 * (MetaCons "LoggingStatus'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_lsLastFailureTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ISO8601))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lsLastSuccessfulDeliveryTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ISO8601))) (S1 * (MetaSel (Just Symbol "_lsS3KeyPrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lsBucketName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lsLoggingEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_lsLastFailureMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))))

Response Lenses

lsLastFailureTime :: Lens' LoggingStatus (Maybe UTCTime) Source #

The last time when logs failed to be delivered.

lsLastSuccessfulDeliveryTime :: Lens' LoggingStatus (Maybe UTCTime) Source #

The last time that logs were delivered.

lsS3KeyPrefix :: Lens' LoggingStatus (Maybe Text) Source #

The prefix applied to the log file names.

lsBucketName :: Lens' LoggingStatus (Maybe Text) Source #

The name of the S3 bucket where the log files are stored.

lsLoggingEnabled :: Lens' LoggingStatus (Maybe Bool) Source #

true if logging is on, false if logging is off.

lsLastFailureMessage :: Lens' LoggingStatus (Maybe Text) Source #

The message indicating that logs failed to be delivered.