Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.DirectConnect.DescribeInterconnectLoa
Description
Returns the LOA-CFA for an Interconnect.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations in the AWS Direct Connect user guide.
- describeInterconnectLoa :: Text -> DescribeInterconnectLoa
- data DescribeInterconnectLoa
- dilLoaContentType :: Lens' DescribeInterconnectLoa (Maybe LoaContentType)
- dilProviderName :: Lens' DescribeInterconnectLoa (Maybe Text)
- dilInterconnectId :: Lens' DescribeInterconnectLoa Text
- describeInterconnectLoaResponse :: Int -> DescribeInterconnectLoaResponse
- data DescribeInterconnectLoaResponse
- dilrsLoa :: Lens' DescribeInterconnectLoaResponse (Maybe Loa)
- dilrsResponseStatus :: Lens' DescribeInterconnectLoaResponse Int
Creating a Request
Arguments
:: Text | |
-> DescribeInterconnectLoa |
Creates a value of DescribeInterconnectLoa
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dilLoaContentType
- Undocumented member.dilProviderName
- The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect. Default: NonedilInterconnectId
- Undocumented member.
data DescribeInterconnectLoa #
Container for the parameters to the DescribeInterconnectLoa operation.
See: describeInterconnectLoa
smart constructor.
Instances
Request Lenses
dilLoaContentType :: Lens' DescribeInterconnectLoa (Maybe LoaContentType) #
Undocumented member.
dilProviderName :: Lens' DescribeInterconnectLoa (Maybe Text) #
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect. Default: None
dilInterconnectId :: Lens' DescribeInterconnectLoa Text #
Undocumented member.
Destructuring the Response
describeInterconnectLoaResponse #
Arguments
:: Int | |
-> DescribeInterconnectLoaResponse |
Creates a value of DescribeInterconnectLoaResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dilrsLoa
- Undocumented member.dilrsResponseStatus
- -- | The response status code.
data DescribeInterconnectLoaResponse #
The response received when DescribeInterconnectLoa is called.
See: describeInterconnectLoaResponse
smart constructor.
Response Lenses
dilrsResponseStatus :: Lens' DescribeInterconnectLoaResponse Int #
- - | The response status code.