| Copyright | (c) 2013-2021 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 |
Amazonka.DeviceFarm.ListVPCEConfigurations
Description
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
This operation returns paginated results.
Synopsis
- data ListVPCEConfigurations = ListVPCEConfigurations' {}
- newListVPCEConfigurations :: ListVPCEConfigurations
- listVPCEConfigurations_nextToken :: Lens' ListVPCEConfigurations (Maybe Text)
- listVPCEConfigurations_maxResults :: Lens' ListVPCEConfigurations (Maybe Int)
- data ListVPCEConfigurationsResponse = ListVPCEConfigurationsResponse' {}
- newListVPCEConfigurationsResponse :: Int -> ListVPCEConfigurationsResponse
- listVPCEConfigurationsResponse_nextToken :: Lens' ListVPCEConfigurationsResponse (Maybe Text)
- listVPCEConfigurationsResponse_vpceConfigurations :: Lens' ListVPCEConfigurationsResponse (Maybe [VPCEConfiguration])
- listVPCEConfigurationsResponse_httpStatus :: Lens' ListVPCEConfigurationsResponse Int
Creating a Request
data ListVPCEConfigurations Source #
See: newListVPCEConfigurations smart constructor.
Constructors
| ListVPCEConfigurations' | |
Instances
newListVPCEConfigurations :: ListVPCEConfigurations Source #
Create a value of ListVPCEConfigurations with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListVPCEConfigurations', listVPCEConfigurations_nextToken - 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.
$sel:maxResults:ListVPCEConfigurations', listVPCEConfigurations_maxResults - An integer that specifies the maximum number of items you want to return
in the API response.
Request Lenses
listVPCEConfigurations_nextToken :: 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.
listVPCEConfigurations_maxResults :: Lens' ListVPCEConfigurations (Maybe Int) Source #
An integer that specifies the maximum number of items you want to return in the API response.
Destructuring the Response
data ListVPCEConfigurationsResponse Source #
See: newListVPCEConfigurationsResponse smart constructor.
Constructors
| ListVPCEConfigurationsResponse' | |
Fields
| |
Instances
newListVPCEConfigurationsResponse Source #
Create a value of ListVPCEConfigurationsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListVPCEConfigurations', listVPCEConfigurationsResponse_nextToken - 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.
$sel:vpceConfigurations:ListVPCEConfigurationsResponse', listVPCEConfigurationsResponse_vpceConfigurations - An array of VPCEConfiguration objects that contain information about
your VPC endpoint configuration.
$sel:httpStatus:ListVPCEConfigurationsResponse', listVPCEConfigurationsResponse_httpStatus - The response's http status code.
Response Lenses
listVPCEConfigurationsResponse_nextToken :: 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.
listVPCEConfigurationsResponse_vpceConfigurations :: Lens' ListVPCEConfigurationsResponse (Maybe [VPCEConfiguration]) Source #
An array of VPCEConfiguration objects that contain information about
your VPC endpoint configuration.
listVPCEConfigurationsResponse_httpStatus :: Lens' ListVPCEConfigurationsResponse Int Source #
The response's http status code.