amazonka-redshift-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

Data DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

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 # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

Show DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

Generic DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

Associated Types

type Rep DisableLogging :: Type -> Type #

Hashable DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

AWSRequest DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

Associated Types

type Rs DisableLogging :: Type #

ToHeaders DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

ToPath DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

ToQuery DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

NFData DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

Methods

rnf :: DisableLogging -> () #

type Rep DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

type Rep DisableLogging = D1 (MetaData "DisableLogging" "Network.AWS.Redshift.DisableLogging" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" True) (C1 (MetaCons "DisableLogging'" PrefixI True) (S1 (MetaSel (Just "_dlClusterIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DisableLogging Source # 
Instance details

Defined in Network.AWS.Redshift.DisableLogging

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 # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

Data LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

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 # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

Show LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

Generic LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

Associated Types

type Rep LoggingStatus :: Type -> Type #

Hashable LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

FromXML LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

NFData LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

Methods

rnf :: LoggingStatus -> () #

type Rep LoggingStatus Source # 
Instance details

Defined in Network.AWS.Redshift.Types.Product

type Rep LoggingStatus = D1 (MetaData "LoggingStatus" "Network.AWS.Redshift.Types.Product" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" False) (C1 (MetaCons "LoggingStatus'" PrefixI True) ((S1 (MetaSel (Just "_lsLastFailureTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 (MetaSel (Just "_lsLastSuccessfulDeliveryTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 (MetaSel (Just "_lsS3KeyPrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_lsBucketName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lsLoggingEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_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.