| 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 Source #
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 Source #
Container for the parameters to the DescribeLags operation.
See: describeLags smart constructor.
Instances
Request Lenses
dlLagId :: Lens' DescribeLags (Maybe Text) Source #
The ID of the LAG. Example: dxlag-abc123 Default: None
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 Source #
A structure containing a list of LAGs.
See: describeLagsResponse smart constructor.
Instances
Response Lenses
desrsResponseStatus :: Lens' DescribeLagsResponse Int Source #
- - | The response status code.