| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeStarNotifications.TagResource
Description
Associates a set of provided tags with a notification rule.
Synopsis
- data TagResource = TagResource' {}
- newTagResource :: Text -> TagResource
- tagResource_arn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- data TagResourceResponse = TagResourceResponse' {}
- newTagResourceResponse :: Int -> TagResourceResponse
- tagResourceResponse_tags :: Lens' TagResourceResponse (Maybe (HashMap Text Text))
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
Creating a Request
data TagResource Source #
See: newTagResource smart constructor.
Constructors
| TagResource' | |
Instances
Arguments
| :: Text | |
| -> TagResource |
Create a value of TagResource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
TagResource, tagResource_arn - The Amazon Resource Name (ARN) of the notification rule to tag.
TagResource, tagResource_tags - The list of tags to associate with the resource. Tag key names cannot
start with "aws".
Request Lenses
tagResource_arn :: Lens' TagResource Text Source #
The Amazon Resource Name (ARN) of the notification rule to tag.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
The list of tags to associate with the resource. Tag key names cannot
start with "aws".
Destructuring the Response
data TagResourceResponse Source #
See: newTagResourceResponse smart constructor.
Constructors
| TagResourceResponse' | |
Instances
newTagResourceResponse Source #
Arguments
| :: Int | |
| -> TagResourceResponse |
Create a value of TagResourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
TagResource, tagResourceResponse_tags - The list of tags associated with the resource.
$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.
Response Lenses
tagResourceResponse_tags :: Lens' TagResourceResponse (Maybe (HashMap Text Text)) Source #
The list of tags associated with the resource.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.