| Copyright | (c) 2013-2018 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.ELB.DescribeTags
Description
Describes the tags associated with the specified load balancers.
Synopsis
- describeTags :: NonEmpty Text -> DescribeTags
- data DescribeTags
- dtLoadBalancerNames :: Lens' DescribeTags (NonEmpty Text)
- describeTagsResponse :: Int -> DescribeTagsResponse
- data DescribeTagsResponse
- dtrsTagDescriptions :: Lens' DescribeTagsResponse [TagDescription]
- dtrsResponseStatus :: Lens' DescribeTagsResponse Int
Creating a Request
Arguments
| :: NonEmpty Text | |
| -> DescribeTags |
Creates a value of DescribeTags with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtLoadBalancerNames- The names of the load balancers.
data DescribeTags Source #
Contains the parameters for DescribeTags.
See: describeTags smart constructor.
Instances
Request Lenses
dtLoadBalancerNames :: Lens' DescribeTags (NonEmpty Text) Source #
The names of the load balancers.
Destructuring the Response
Arguments
| :: Int | |
| -> DescribeTagsResponse |
Creates a value of DescribeTagsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtrsTagDescriptions- Information about the tags.dtrsResponseStatus- -- | The response status code.
data DescribeTagsResponse Source #
Contains the output for DescribeTags.
See: describeTagsResponse smart constructor.
Instances
Response Lenses
dtrsTagDescriptions :: Lens' DescribeTagsResponse [TagDescription] Source #
Information about the tags.
dtrsResponseStatus :: Lens' DescribeTagsResponse Int Source #
- - | The response status code.