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 |
Create tags for a resource
Synopsis
Creating a Request
data CreateTags Source #
Placeholder documentation for CreateTagsRequest
See: newCreateTags
smart constructor.
Instances
Create a value of CreateTags
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:
CreateTags
, createTags_tags
- Undocumented member.
$sel:resourceArn:CreateTags'
, createTags_resourceArn
- Undocumented member.
Request Lenses
createTags_tags :: Lens' CreateTags (Maybe (HashMap Text Text)) Source #
Undocumented member.
createTags_resourceArn :: Lens' CreateTags Text Source #
Undocumented member.
Destructuring the Response
data CreateTagsResponse Source #
See: newCreateTagsResponse
smart constructor.
Instances
Generic CreateTagsResponse Source # | |
Defined in Amazonka.MediaLive.CreateTags type Rep CreateTagsResponse :: Type -> Type # from :: CreateTagsResponse -> Rep CreateTagsResponse x # to :: Rep CreateTagsResponse x -> CreateTagsResponse # | |
Read CreateTagsResponse Source # | |
Defined in Amazonka.MediaLive.CreateTags | |
Show CreateTagsResponse Source # | |
Defined in Amazonka.MediaLive.CreateTags showsPrec :: Int -> CreateTagsResponse -> ShowS # show :: CreateTagsResponse -> String # showList :: [CreateTagsResponse] -> ShowS # | |
NFData CreateTagsResponse Source # | |
Defined in Amazonka.MediaLive.CreateTags rnf :: CreateTagsResponse -> () # | |
Eq CreateTagsResponse Source # | |
Defined in Amazonka.MediaLive.CreateTags (==) :: CreateTagsResponse -> CreateTagsResponse -> Bool # (/=) :: CreateTagsResponse -> CreateTagsResponse -> Bool # | |
type Rep CreateTagsResponse Source # | |
newCreateTagsResponse :: CreateTagsResponse Source #
Create a value of CreateTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.