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 possible endpoint settings available when you create an endpoint for a specific database engine.
Synopsis
- data DescribeEndpointSettings = DescribeEndpointSettings' {
- marker :: Maybe Text
- maxRecords :: Maybe Int
- engineName :: Text
- newDescribeEndpointSettings :: Text -> DescribeEndpointSettings
- describeEndpointSettings_marker :: Lens' DescribeEndpointSettings (Maybe Text)
- describeEndpointSettings_maxRecords :: Lens' DescribeEndpointSettings (Maybe Int)
- describeEndpointSettings_engineName :: Lens' DescribeEndpointSettings Text
- data DescribeEndpointSettingsResponse = DescribeEndpointSettingsResponse' {
- endpointSettings :: Maybe [EndpointSetting]
- marker :: Maybe Text
- httpStatus :: Int
- newDescribeEndpointSettingsResponse :: Int -> DescribeEndpointSettingsResponse
- describeEndpointSettingsResponse_endpointSettings :: Lens' DescribeEndpointSettingsResponse (Maybe [EndpointSetting])
- describeEndpointSettingsResponse_marker :: Lens' DescribeEndpointSettingsResponse (Maybe Text)
- describeEndpointSettingsResponse_httpStatus :: Lens' DescribeEndpointSettingsResponse Int
Creating a Request
data DescribeEndpointSettings Source #
See: newDescribeEndpointSettings
smart constructor.
DescribeEndpointSettings' | |
|
Instances
newDescribeEndpointSettings Source #
Create a value of DescribeEndpointSettings
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:DescribeEndpointSettings'
, describeEndpointSettings_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:DescribeEndpointSettings'
, describeEndpointSettings_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:engineName:DescribeEndpointSettings'
, describeEndpointSettings_engineName
- The databse engine used for your source or target endpoint.
Request Lenses
describeEndpointSettings_marker :: Lens' DescribeEndpointSettings (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
.
describeEndpointSettings_maxRecords :: Lens' DescribeEndpointSettings (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.
describeEndpointSettings_engineName :: Lens' DescribeEndpointSettings Text Source #
The databse engine used for your source or target endpoint.
Destructuring the Response
data DescribeEndpointSettingsResponse Source #
See: newDescribeEndpointSettingsResponse
smart constructor.
DescribeEndpointSettingsResponse' | |
|
Instances
newDescribeEndpointSettingsResponse Source #
Create a value of DescribeEndpointSettingsResponse
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:endpointSettings:DescribeEndpointSettingsResponse'
, describeEndpointSettingsResponse_endpointSettings
- Descriptions of the endpoint settings available for your source or
target database engine.
$sel:marker:DescribeEndpointSettings'
, describeEndpointSettingsResponse_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:DescribeEndpointSettingsResponse'
, describeEndpointSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
describeEndpointSettingsResponse_endpointSettings :: Lens' DescribeEndpointSettingsResponse (Maybe [EndpointSetting]) Source #
Descriptions of the endpoint settings available for your source or target database engine.
describeEndpointSettingsResponse_marker :: Lens' DescribeEndpointSettingsResponse (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
.
describeEndpointSettingsResponse_httpStatus :: Lens' DescribeEndpointSettingsResponse Int Source #
The response's http status code.