| 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.DeviceFarm.ListVPCEConfigurations
Description
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
Synopsis
- listVPCEConfigurations :: ListVPCEConfigurations
- data ListVPCEConfigurations
- lvecNextToken :: Lens' ListVPCEConfigurations (Maybe Text)
- lvecMaxResults :: Lens' ListVPCEConfigurations (Maybe Int)
- listVPCEConfigurationsResponse :: Int -> ListVPCEConfigurationsResponse
- data ListVPCEConfigurationsResponse
- lvecrsNextToken :: Lens' ListVPCEConfigurationsResponse (Maybe Text)
- lvecrsVpceConfigurations :: Lens' ListVPCEConfigurationsResponse [VPCEConfiguration]
- lvecrsResponseStatus :: Lens' ListVPCEConfigurationsResponse Int
Creating a Request
listVPCEConfigurations :: ListVPCEConfigurations Source #
Creates a value of ListVPCEConfigurations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lvecNextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.lvecMaxResults- An integer specifying the maximum number of items you want to return in the API response.
data ListVPCEConfigurations Source #
See: listVPCEConfigurations smart constructor.
Instances
Request Lenses
lvecNextToken :: Lens' ListVPCEConfigurations (Maybe Text) Source #
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
lvecMaxResults :: Lens' ListVPCEConfigurations (Maybe Int) Source #
An integer specifying the maximum number of items you want to return in the API response.
Destructuring the Response
listVPCEConfigurationsResponse Source #
Arguments
| :: Int | |
| -> ListVPCEConfigurationsResponse |
Creates a value of ListVPCEConfigurationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lvecrsNextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.lvecrsVpceConfigurations- An array ofVPCEConfigurationobjects containing information about your VPC endpoint configuration.lvecrsResponseStatus- -- | The response status code.
data ListVPCEConfigurationsResponse Source #
See: listVPCEConfigurationsResponse smart constructor.
Instances
Response Lenses
lvecrsNextToken :: Lens' ListVPCEConfigurationsResponse (Maybe Text) Source #
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
lvecrsVpceConfigurations :: Lens' ListVPCEConfigurationsResponse [VPCEConfiguration] Source #
An array of VPCEConfiguration objects containing information about your VPC endpoint configuration.
lvecrsResponseStatus :: Lens' ListVPCEConfigurationsResponse Int Source #
- - | The response status code.