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 |
Returns information about the type of endpoints available.
This operation returns paginated results.
Synopsis
- data DescribeEndpointTypes = DescribeEndpointTypes' {}
- newDescribeEndpointTypes :: DescribeEndpointTypes
- describeEndpointTypes_filters :: Lens' DescribeEndpointTypes (Maybe [Filter])
- describeEndpointTypes_marker :: Lens' DescribeEndpointTypes (Maybe Text)
- describeEndpointTypes_maxRecords :: Lens' DescribeEndpointTypes (Maybe Int)
- data DescribeEndpointTypesResponse = DescribeEndpointTypesResponse' {}
- newDescribeEndpointTypesResponse :: Int -> DescribeEndpointTypesResponse
- describeEndpointTypesResponse_supportedEndpointTypes :: Lens' DescribeEndpointTypesResponse (Maybe [SupportedEndpointType])
- describeEndpointTypesResponse_marker :: Lens' DescribeEndpointTypesResponse (Maybe Text)
- describeEndpointTypesResponse_httpStatus :: Lens' DescribeEndpointTypesResponse Int
Creating a Request
data DescribeEndpointTypes Source #
See: newDescribeEndpointTypes
smart constructor.
DescribeEndpointTypes' | |
|
Instances
newDescribeEndpointTypes :: DescribeEndpointTypes Source #
Create a value of DescribeEndpointTypes
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:filters:DescribeEndpointTypes'
, describeEndpointTypes_filters
- Filters applied to the endpoint types.
Valid filter names: engine-name | endpoint-type
$sel:marker:DescribeEndpointTypes'
, describeEndpointTypes_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:maxRecords:DescribeEndpointTypes'
, describeEndpointTypes_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.
Default: 100
Constraints: Minimum 20, maximum 100.
Request Lenses
describeEndpointTypes_filters :: Lens' DescribeEndpointTypes (Maybe [Filter]) Source #
Filters applied to the endpoint types.
Valid filter names: engine-name | endpoint-type
describeEndpointTypes_marker :: Lens' DescribeEndpointTypes (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
describeEndpointTypes_maxRecords :: Lens' DescribeEndpointTypes (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.
Default: 100
Constraints: Minimum 20, maximum 100.
Destructuring the Response
data DescribeEndpointTypesResponse Source #
See: newDescribeEndpointTypesResponse
smart constructor.
DescribeEndpointTypesResponse' | |
|
Instances
newDescribeEndpointTypesResponse Source #
Create a value of DescribeEndpointTypesResponse
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:supportedEndpointTypes:DescribeEndpointTypesResponse'
, describeEndpointTypesResponse_supportedEndpointTypes
- The types of endpoints that are supported.
$sel:marker:DescribeEndpointTypes'
, describeEndpointTypesResponse_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:httpStatus:DescribeEndpointTypesResponse'
, describeEndpointTypesResponse_httpStatus
- The response's http status code.
Response Lenses
describeEndpointTypesResponse_supportedEndpointTypes :: Lens' DescribeEndpointTypesResponse (Maybe [SupportedEndpointType]) Source #
The types of endpoints that are supported.
describeEndpointTypesResponse_marker :: Lens' DescribeEndpointTypesResponse (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
describeEndpointTypesResponse_httpStatus :: Lens' DescribeEndpointTypesResponse Int Source #
The response's http status code.