Copyright | (c) 2013-2021 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 |
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.
Instances
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:
$sel:id: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.
DescribeTagOptionResponse' | |
|
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.