amazonka-cloudwatch-logs-1.6.0: Amazon CloudWatch Logs 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.CloudWatchLogs.UntagLogGroup

Contents

Description

Removes the specified tags from the specified log group.

To list the tags for a log group, use ListTagsLogGroup . To add tags, use UntagLogGroup .

Synopsis

Creating a Request

untagLogGroup Source #

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

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

  • ulgLogGroupName - The name of the log group.
  • ulgTags - The tag keys. The corresponding tags are removed from the log group.

data UntagLogGroup Source #

See: untagLogGroup smart constructor.

Instances

Eq UntagLogGroup Source # 
Data UntagLogGroup Source # 

Methods

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

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

toConstr :: UntagLogGroup -> Constr #

dataTypeOf :: UntagLogGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagLogGroup Source # 
Show UntagLogGroup Source # 
Generic UntagLogGroup Source # 

Associated Types

type Rep UntagLogGroup :: * -> * #

Hashable UntagLogGroup Source # 
ToJSON UntagLogGroup Source # 
NFData UntagLogGroup Source # 

Methods

rnf :: UntagLogGroup -> () #

AWSRequest UntagLogGroup Source # 
ToHeaders UntagLogGroup Source # 
ToPath UntagLogGroup Source # 
ToQuery UntagLogGroup Source # 
type Rep UntagLogGroup Source # 
type Rep UntagLogGroup = D1 * (MetaData "UntagLogGroup" "Network.AWS.CloudWatchLogs.UntagLogGroup" "amazonka-cloudwatch-logs-1.6.0-HcMszQeKJF6Iux4ovYYZri" False) (C1 * (MetaCons "UntagLogGroup'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ulgLogGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ulgTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (List1 Text)))))
type Rs UntagLogGroup Source # 

Request Lenses

ulgLogGroupName :: Lens' UntagLogGroup Text Source #

The name of the log group.

ulgTags :: Lens' UntagLogGroup (NonEmpty Text) Source #

The tag keys. The corresponding tags are removed from the log group.

Destructuring the Response

untagLogGroupResponse :: UntagLogGroupResponse Source #

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

data UntagLogGroupResponse Source #

See: untagLogGroupResponse smart constructor.

Instances

Eq UntagLogGroupResponse Source # 
Data UntagLogGroupResponse Source # 

Methods

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

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

toConstr :: UntagLogGroupResponse -> Constr #

dataTypeOf :: UntagLogGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UntagLogGroupResponse Source # 
Show UntagLogGroupResponse Source # 
Generic UntagLogGroupResponse Source # 
NFData UntagLogGroupResponse Source # 

Methods

rnf :: UntagLogGroupResponse -> () #

type Rep UntagLogGroupResponse Source # 
type Rep UntagLogGroupResponse = D1 * (MetaData "UntagLogGroupResponse" "Network.AWS.CloudWatchLogs.UntagLogGroup" "amazonka-cloudwatch-logs-1.6.0-HcMszQeKJF6Iux4ovYYZri" False) (C1 * (MetaCons "UntagLogGroupResponse'" PrefixI False) (U1 *))