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 |
Describes a Redshift-managed VPC endpoint.
This operation returns paginated results.
Synopsis
- data DescribeEndpointAccess = DescribeEndpointAccess' {
- endpointName :: Maybe Text
- vpcId :: Maybe Text
- clusterIdentifier :: Maybe Text
- marker :: Maybe Text
- maxRecords :: Maybe Int
- resourceOwner :: Maybe Text
- newDescribeEndpointAccess :: DescribeEndpointAccess
- describeEndpointAccess_endpointName :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_vpcId :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_clusterIdentifier :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_marker :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_maxRecords :: Lens' DescribeEndpointAccess (Maybe Int)
- describeEndpointAccess_resourceOwner :: Lens' DescribeEndpointAccess (Maybe Text)
- data DescribeEndpointAccessResponse = DescribeEndpointAccessResponse' {}
- newDescribeEndpointAccessResponse :: Int -> DescribeEndpointAccessResponse
- describeEndpointAccessResponse_marker :: Lens' DescribeEndpointAccessResponse (Maybe Text)
- describeEndpointAccessResponse_endpointAccessList :: Lens' DescribeEndpointAccessResponse (Maybe [EndpointAccess])
- describeEndpointAccessResponse_httpStatus :: Lens' DescribeEndpointAccessResponse Int
Creating a Request
data DescribeEndpointAccess Source #
See: newDescribeEndpointAccess
smart constructor.
DescribeEndpointAccess' | |
|
Instances
newDescribeEndpointAccess :: DescribeEndpointAccess Source #
Create a value of DescribeEndpointAccess
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:endpointName:DescribeEndpointAccess'
, describeEndpointAccess_endpointName
- The name of the endpoint to be described.
$sel:vpcId:DescribeEndpointAccess'
, describeEndpointAccess_vpcId
- The virtual private cloud (VPC) identifier with access to the cluster.
$sel:clusterIdentifier:DescribeEndpointAccess'
, describeEndpointAccess_clusterIdentifier
- The cluster identifier associated with the described endpoint.
$sel:marker:DescribeEndpointAccess'
, describeEndpointAccess_marker
- An optional pagination token provided by a previous
DescribeEndpointAccess
request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by the MaxRecords
parameter.
$sel:maxRecords:DescribeEndpointAccess'
, describeEndpointAccess_maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a Marker
is included in the response so that the remaining
results can be retrieved.
$sel:resourceOwner:DescribeEndpointAccess'
, describeEndpointAccess_resourceOwner
- The Amazon Web Services account ID of the owner of the cluster.
Request Lenses
describeEndpointAccess_endpointName :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The name of the endpoint to be described.
describeEndpointAccess_vpcId :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The virtual private cloud (VPC) identifier with access to the cluster.
describeEndpointAccess_clusterIdentifier :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The cluster identifier associated with the described endpoint.
describeEndpointAccess_marker :: Lens' DescribeEndpointAccess (Maybe Text) Source #
An optional pagination token provided by a previous
DescribeEndpointAccess
request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by the MaxRecords
parameter.
describeEndpointAccess_maxRecords :: Lens' DescribeEndpointAccess (Maybe Int) Source #
The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a Marker
is included in the response so that the remaining
results can be retrieved.
describeEndpointAccess_resourceOwner :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The Amazon Web Services account ID of the owner of the cluster.
Destructuring the Response
data DescribeEndpointAccessResponse Source #
See: newDescribeEndpointAccessResponse
smart constructor.
DescribeEndpointAccessResponse' | |
|
Instances
newDescribeEndpointAccessResponse Source #
Create a value of DescribeEndpointAccessResponse
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:marker:DescribeEndpointAccess'
, describeEndpointAccessResponse_marker
- An optional pagination token provided by a previous
DescribeEndpointAccess
request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by the MaxRecords
parameter.
$sel:endpointAccessList:DescribeEndpointAccessResponse'
, describeEndpointAccessResponse_endpointAccessList
- The list of endpoints with access to the cluster.
$sel:httpStatus:DescribeEndpointAccessResponse'
, describeEndpointAccessResponse_httpStatus
- The response's http status code.
Response Lenses
describeEndpointAccessResponse_marker :: Lens' DescribeEndpointAccessResponse (Maybe Text) Source #
An optional pagination token provided by a previous
DescribeEndpointAccess
request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by the MaxRecords
parameter.
describeEndpointAccessResponse_endpointAccessList :: Lens' DescribeEndpointAccessResponse (Maybe [EndpointAccess]) Source #
The list of endpoints with access to the cluster.
describeEndpointAccessResponse_httpStatus :: Lens' DescribeEndpointAccessResponse Int Source #
The response's http status code.