| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DataPipeline.AddTags
Description
Adds or modifies tags for the specified pipeline.
- addTags :: Text -> AddTags
- data AddTags
- atPipelineId :: Lens' AddTags Text
- atTags :: Lens' AddTags [Tag]
- addTagsResponse :: Int -> AddTagsResponse
- data AddTagsResponse
- atrsResponseStatus :: Lens' AddTagsResponse Int
Creating a Request
Creates a value of AddTags with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atPipelineId- The ID of the pipeline.atTags- The tags to add, as key/value pairs.
Contains the parameters for AddTags.
See: addTags smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> AddTagsResponse |
Creates a value of AddTagsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atrsResponseStatus- -- | The response status code.
data AddTagsResponse Source #
Contains the output of AddTags.
See: addTagsResponse smart constructor.
Response Lenses
atrsResponseStatus :: Lens' AddTagsResponse Int Source #
- - | The response status code.