| 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.SMS.GetConnectors
Description
The GetConnectors API returns a list of connectors that are registered with the Server Migration Service.
This operation returns paginated results.
- getConnectors :: GetConnectors
- data GetConnectors
- gcNextToken :: Lens' GetConnectors (Maybe Text)
- gcMaxResults :: Lens' GetConnectors (Maybe Int)
- getConnectorsResponse :: Int -> GetConnectorsResponse
- data GetConnectorsResponse
- gcrsConnectorList :: Lens' GetConnectorsResponse [Connector]
- gcrsNextToken :: Lens' GetConnectorsResponse (Maybe Text)
- gcrsResponseStatus :: Lens' GetConnectorsResponse Int
Creating a Request
getConnectors :: GetConnectors Source #
Creates a value of GetConnectors with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcNextToken- Undocumented member.gcMaxResults- Undocumented member.
data GetConnectors Source #
See: getConnectors smart constructor.
Instances
Request Lenses
gcNextToken :: Lens' GetConnectors (Maybe Text) Source #
Undocumented member.
gcMaxResults :: Lens' GetConnectors (Maybe Int) Source #
Undocumented member.
Destructuring the Response
getConnectorsResponse Source #
Arguments
| :: Int | |
| -> GetConnectorsResponse |
Creates a value of GetConnectorsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcrsConnectorList- Undocumented member.gcrsNextToken- Undocumented member.gcrsResponseStatus- -- | The response status code.
data GetConnectorsResponse Source #
See: getConnectorsResponse smart constructor.
Response Lenses
gcrsConnectorList :: Lens' GetConnectorsResponse [Connector] Source #
Undocumented member.
gcrsNextToken :: Lens' GetConnectorsResponse (Maybe Text) Source #
Undocumented member.
gcrsResponseStatus :: Lens' GetConnectorsResponse Int Source #
- - | The response status code.