| 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.ServiceCatalog.DescribeTagOption
Description
Gets information about the specified TagOption.
Synopsis
- data DescribeTagOption = DescribeTagOption' {}
- newDescribeTagOption :: Text -> DescribeTagOption
- describeTagOption_id :: Lens' DescribeTagOption Text
- data DescribeTagOptionResponse = DescribeTagOptionResponse' {}
- newDescribeTagOptionResponse :: Int -> DescribeTagOptionResponse
- describeTagOptionResponse_tagOptionDetail :: Lens' DescribeTagOptionResponse (Maybe TagOptionDetail)
- describeTagOptionResponse_httpStatus :: Lens' DescribeTagOptionResponse Int
Creating a Request
data DescribeTagOption Source #
See: newDescribeTagOption smart constructor.
Constructors
| DescribeTagOption' | |
Instances
Arguments
| :: Text | |
| -> DescribeTagOption |
Create a value of DescribeTagOption 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:
DescribeTagOption, describeTagOption_id - The TagOption identifier.
Request Lenses
describeTagOption_id :: Lens' DescribeTagOption Text Source #
The TagOption identifier.
Destructuring the Response
data DescribeTagOptionResponse Source #
See: newDescribeTagOptionResponse smart constructor.
Constructors
| DescribeTagOptionResponse' | |
Fields
| |
Instances
newDescribeTagOptionResponse Source #
Create a value of DescribeTagOptionResponse 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:
$sel:tagOptionDetail:DescribeTagOptionResponse', describeTagOptionResponse_tagOptionDetail - Information about the TagOption.
$sel:httpStatus:DescribeTagOptionResponse', describeTagOptionResponse_httpStatus - The response's http status code.
Response Lenses
describeTagOptionResponse_tagOptionDetail :: Lens' DescribeTagOptionResponse (Maybe TagOptionDetail) Source #
Information about the TagOption.
describeTagOptionResponse_httpStatus :: Lens' DescribeTagOptionResponse Int Source #
The response's http status code.