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.DirectConnect.DescribeLags
Description
Describes the link aggregation groups (LAGs) in your account.
If a LAG ID is provided, only information about the specified LAG is returned.
Creating a Request
describeLags :: DescribeLags #
Creates a value of DescribeLags
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlLagId
- The ID of the LAG. Example: dxlag-abc123 Default: None
data DescribeLags #
Container for the parameters to the DescribeLags operation.
See: describeLags
smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
:: Int | |
-> DescribeLagsResponse |
Creates a value of DescribeLagsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desrsLags
- A list of LAGs.desrsResponseStatus
- -- | The response status code.
data DescribeLagsResponse #
A structure containing a list of LAGs.
See: describeLagsResponse
smart constructor.
Response Lenses
desrsLags :: Lens' DescribeLagsResponse [Lag] #
A list of LAGs.
desrsResponseStatus :: Lens' DescribeLagsResponse Int #
- - | The response status code.