| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.DescribeEndpointAccess
Description
Describes a Redshift-managed VPC endpoint.
This operation returns paginated results.
Synopsis
- data DescribeEndpointAccess = DescribeEndpointAccess' {
- clusterIdentifier :: Maybe Text
- endpointName :: Maybe Text
- marker :: Maybe Text
- maxRecords :: Maybe Int
- resourceOwner :: Maybe Text
- vpcId :: Maybe Text
- newDescribeEndpointAccess :: DescribeEndpointAccess
- describeEndpointAccess_clusterIdentifier :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_endpointName :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_marker :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_maxRecords :: Lens' DescribeEndpointAccess (Maybe Int)
- describeEndpointAccess_resourceOwner :: Lens' DescribeEndpointAccess (Maybe Text)
- describeEndpointAccess_vpcId :: Lens' DescribeEndpointAccess (Maybe Text)
- data DescribeEndpointAccessResponse = DescribeEndpointAccessResponse' {}
- newDescribeEndpointAccessResponse :: Int -> DescribeEndpointAccessResponse
- describeEndpointAccessResponse_endpointAccessList :: Lens' DescribeEndpointAccessResponse (Maybe [EndpointAccess])
- describeEndpointAccessResponse_marker :: Lens' DescribeEndpointAccessResponse (Maybe Text)
- describeEndpointAccessResponse_httpStatus :: Lens' DescribeEndpointAccessResponse Int
Creating a Request
data DescribeEndpointAccess Source #
See: newDescribeEndpointAccess smart constructor.
Constructors
| DescribeEndpointAccess' | |
Fields
| |
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:
DescribeEndpointAccess, describeEndpointAccess_clusterIdentifier - The cluster identifier associated with the described endpoint.
DescribeEndpointAccess, describeEndpointAccess_endpointName - The name of the endpoint to be described.
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.
DescribeEndpointAccess, describeEndpointAccess_resourceOwner - The Amazon Web Services account ID of the owner of the cluster.
DescribeEndpointAccess, describeEndpointAccess_vpcId - The virtual private cloud (VPC) identifier with access to the cluster.
Request Lenses
describeEndpointAccess_clusterIdentifier :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The cluster identifier associated with the described endpoint.
describeEndpointAccess_endpointName :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The name of the endpoint to be described.
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.
describeEndpointAccess_vpcId :: Lens' DescribeEndpointAccess (Maybe Text) Source #
The virtual private cloud (VPC) identifier with access to the cluster.
Destructuring the Response
data DescribeEndpointAccessResponse Source #
See: newDescribeEndpointAccessResponse smart constructor.
Constructors
| DescribeEndpointAccessResponse' | |
Fields
| |
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:endpointAccessList:DescribeEndpointAccessResponse', describeEndpointAccessResponse_endpointAccessList - The list of endpoints with access to the cluster.
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:httpStatus:DescribeEndpointAccessResponse', describeEndpointAccessResponse_httpStatus - The response's http status code.
Response Lenses
describeEndpointAccessResponse_endpointAccessList :: Lens' DescribeEndpointAccessResponse (Maybe [EndpointAccess]) Source #
The list of endpoints with access to the cluster.
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_httpStatus :: Lens' DescribeEndpointAccessResponse Int Source #
The response's http status code.