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 |
Describes the tags associated with the specified load balancers.
Synopsis
- data DescribeTags = DescribeTags' {}
- newDescribeTags :: NonEmpty Text -> DescribeTags
- describeTags_loadBalancerNames :: Lens' DescribeTags (NonEmpty Text)
- data DescribeTagsResponse = DescribeTagsResponse' {}
- newDescribeTagsResponse :: Int -> DescribeTagsResponse
- describeTagsResponse_tagDescriptions :: Lens' DescribeTagsResponse (Maybe [TagDescription])
- describeTagsResponse_httpStatus :: Lens' DescribeTagsResponse Int
Creating a Request
data DescribeTags Source #
Contains the parameters for DescribeTags.
See: newDescribeTags
smart constructor.
DescribeTags' | |
|
Instances
Create a value of DescribeTags
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:loadBalancerNames:DescribeTags'
, describeTags_loadBalancerNames
- The names of the load balancers.
Request Lenses
describeTags_loadBalancerNames :: Lens' DescribeTags (NonEmpty Text) Source #
The names of the load balancers.
Destructuring the Response
data DescribeTagsResponse Source #
Contains the output for DescribeTags.
See: newDescribeTagsResponse
smart constructor.
DescribeTagsResponse' | |
|
Instances
newDescribeTagsResponse Source #
Create a value of DescribeTagsResponse
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:tagDescriptions:DescribeTagsResponse'
, describeTagsResponse_tagDescriptions
- Information about the tags.
$sel:httpStatus:DescribeTagsResponse'
, describeTagsResponse_httpStatus
- The response's http status code.
Response Lenses
describeTagsResponse_tagDescriptions :: Lens' DescribeTagsResponse (Maybe [TagDescription]) Source #
Information about the tags.
describeTagsResponse_httpStatus :: Lens' DescribeTagsResponse Int Source #
The response's http status code.