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 for the specified Elastic Load Balancing resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.
Synopsis
- data DescribeTags = DescribeTags' {
- resourceArns :: [Text]
- newDescribeTags :: DescribeTags
- describeTags_resourceArns :: Lens' DescribeTags [Text]
- data DescribeTagsResponse = DescribeTagsResponse' {}
- newDescribeTagsResponse :: Int -> DescribeTagsResponse
- describeTagsResponse_tagDescriptions :: Lens' DescribeTagsResponse (Maybe [TagDescription])
- describeTagsResponse_httpStatus :: Lens' DescribeTagsResponse Int
Creating a Request
data DescribeTags Source #
See: newDescribeTags
smart constructor.
DescribeTags' | |
|
Instances
newDescribeTags :: DescribeTags Source #
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:resourceArns:DescribeTags'
, describeTags_resourceArns
- The Amazon Resource Names (ARN) of the resources. You can specify up to
20 resources in a single call.
Request Lenses
describeTags_resourceArns :: Lens' DescribeTags [Text] Source #
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
Destructuring the Response
data DescribeTagsResponse Source #
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.