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

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Data UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

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

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Show UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Generic UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Associated Types

type Rep UntagLogGroup :: Type -> Type #

Hashable UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

ToJSON UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

AWSRequest UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Associated Types

type Rs UntagLogGroup :: Type #

ToHeaders UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

ToPath UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

ToQuery UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

NFData UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Methods

rnf :: UntagLogGroup -> () #

type Rep UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

type Rep UntagLogGroup = D1 (MetaData "UntagLogGroup" "Network.AWS.CloudWatchLogs.UntagLogGroup" "amazonka-cloudwatch-logs-1.6.1-3MDuvRaDmjeBjiAkGx8qXs" False) (C1 (MetaCons "UntagLogGroup'" PrefixI True) (S1 (MetaSel (Just "_ulgLogGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ulgTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (List1 Text))))
type Rs UntagLogGroup Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

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

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Data UntagLogGroupResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

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

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Show UntagLogGroupResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Generic UntagLogGroupResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Associated Types

type Rep UntagLogGroupResponse :: Type -> Type #

NFData UntagLogGroupResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

Methods

rnf :: UntagLogGroupResponse -> () #

type Rep UntagLogGroupResponse Source # 
Instance details

Defined in Network.AWS.CloudWatchLogs.UntagLogGroup

type Rep UntagLogGroupResponse = D1 (MetaData "UntagLogGroupResponse" "Network.AWS.CloudWatchLogs.UntagLogGroup" "amazonka-cloudwatch-logs-1.6.1-3MDuvRaDmjeBjiAkGx8qXs" False) (C1 (MetaCons "UntagLogGroupResponse'" PrefixI False) (U1 :: Type -> Type))