| 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.ServiceCatalog.AssociateTagOptionWithResource
Description
Associate a TagOption identifier with a resource identifier.
- associateTagOptionWithResource :: Text -> Text -> AssociateTagOptionWithResource
- data AssociateTagOptionWithResource
- atowrResourceId :: Lens' AssociateTagOptionWithResource Text
- atowrTagOptionId :: Lens' AssociateTagOptionWithResource Text
- associateTagOptionWithResourceResponse :: Int -> AssociateTagOptionWithResourceResponse
- data AssociateTagOptionWithResourceResponse
- atowrrsResponseStatus :: Lens' AssociateTagOptionWithResourceResponse Int
Creating a Request
associateTagOptionWithResource Source #
Arguments
| :: Text | |
| -> Text | |
| -> AssociateTagOptionWithResource |
Creates a value of AssociateTagOptionWithResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atowrResourceId- The resource identifier.atowrTagOptionId- The TagOption identifier.
data AssociateTagOptionWithResource Source #
See: associateTagOptionWithResource smart constructor.
Instances
Request Lenses
atowrResourceId :: Lens' AssociateTagOptionWithResource Text Source #
The resource identifier.
atowrTagOptionId :: Lens' AssociateTagOptionWithResource Text Source #
The TagOption identifier.
Destructuring the Response
associateTagOptionWithResourceResponse Source #
Creates a value of AssociateTagOptionWithResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atowrrsResponseStatus- -- | The response status code.
data AssociateTagOptionWithResourceResponse Source #
See: associateTagOptionWithResourceResponse smart constructor.
Instances
Response Lenses
atowrrsResponseStatus :: Lens' AssociateTagOptionWithResourceResponse Int Source #
- - | The response status code.