amazonka-dms-1.6.0: Amazon Database Migration Service 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.DMS.AddTagsToResource

Contents

Description

Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS.

Synopsis

Creating a Request

addTagsToResource #

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

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

  • attrResourceARN - The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.
  • attrTags - The tag to be assigned to the DMS resource.

data AddTagsToResource #

See: addTagsToResource smart constructor.

Instances

Eq AddTagsToResource # 
Data AddTagsToResource # 

Methods

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

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

toConstr :: AddTagsToResource -> Constr #

dataTypeOf :: AddTagsToResource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AddTagsToResource # 
Show AddTagsToResource # 
Generic AddTagsToResource # 
Hashable AddTagsToResource # 
ToJSON AddTagsToResource # 
NFData AddTagsToResource # 

Methods

rnf :: AddTagsToResource -> () #

AWSRequest AddTagsToResource # 
ToHeaders AddTagsToResource # 
ToPath AddTagsToResource # 
ToQuery AddTagsToResource # 
type Rep AddTagsToResource # 
type Rep AddTagsToResource = D1 * (MetaData "AddTagsToResource" "Network.AWS.DMS.AddTagsToResource" "amazonka-dms-1.6.0-GqH7kuM5kL3HMlibDeDmZp" False) (C1 * (MetaCons "AddTagsToResource'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_attrResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_attrTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Tag]))))
type Rs AddTagsToResource # 

Request Lenses

attrResourceARN :: Lens' AddTagsToResource Text #

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

attrTags :: Lens' AddTagsToResource [Tag] #

The tag to be assigned to the DMS resource.

Destructuring the Response

addTagsToResourceResponse #

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

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

data AddTagsToResourceResponse #

See: addTagsToResourceResponse smart constructor.

Instances

Eq AddTagsToResourceResponse # 
Data AddTagsToResourceResponse # 

Methods

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

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

toConstr :: AddTagsToResourceResponse -> Constr #

dataTypeOf :: AddTagsToResourceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AddTagsToResourceResponse # 
Show AddTagsToResourceResponse # 
Generic AddTagsToResourceResponse # 
NFData AddTagsToResourceResponse # 
type Rep AddTagsToResourceResponse # 
type Rep AddTagsToResourceResponse = D1 * (MetaData "AddTagsToResourceResponse" "Network.AWS.DMS.AddTagsToResource" "amazonka-dms-1.6.0-GqH7kuM5kL3HMlibDeDmZp" True) (C1 * (MetaCons "AddTagsToResourceResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_attrrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

attrrsResponseStatus :: Lens' AddTagsToResourceResponse Int #

  • - | The response status code.