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 all of the runtime parameters offered by the underlying database software, or engine, for a specific database in Amazon Lightsail.
In addition to the parameter names and values, this operation returns other information about each parameter. This information includes whether changes require a reboot, whether the parameter is modifiable, the allowed values, and the data types.
This operation returns paginated results.
Synopsis
- data GetRelationalDatabaseParameters = GetRelationalDatabaseParameters' {}
- newGetRelationalDatabaseParameters :: Text -> GetRelationalDatabaseParameters
- getRelationalDatabaseParameters_pageToken :: Lens' GetRelationalDatabaseParameters (Maybe Text)
- getRelationalDatabaseParameters_relationalDatabaseName :: Lens' GetRelationalDatabaseParameters Text
- data GetRelationalDatabaseParametersResponse = GetRelationalDatabaseParametersResponse' {}
- newGetRelationalDatabaseParametersResponse :: Int -> GetRelationalDatabaseParametersResponse
- getRelationalDatabaseParametersResponse_nextPageToken :: Lens' GetRelationalDatabaseParametersResponse (Maybe Text)
- getRelationalDatabaseParametersResponse_parameters :: Lens' GetRelationalDatabaseParametersResponse (Maybe [RelationalDatabaseParameter])
- getRelationalDatabaseParametersResponse_httpStatus :: Lens' GetRelationalDatabaseParametersResponse Int
Creating a Request
data GetRelationalDatabaseParameters Source #
See: newGetRelationalDatabaseParameters
smart constructor.
GetRelationalDatabaseParameters' | |
|
Instances
newGetRelationalDatabaseParameters Source #
:: Text |
|
-> GetRelationalDatabaseParameters |
Create a value of GetRelationalDatabaseParameters
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:pageToken:GetRelationalDatabaseParameters'
, getRelationalDatabaseParameters_pageToken
- The token to advance to the next page of results from your request.
To get a page token, perform an initial
GetRelationalDatabaseParameters
request. If your results are
paginated, the response will return a next page token that you can
specify as the page token in a subsequent request.
$sel:relationalDatabaseName:GetRelationalDatabaseParameters'
, getRelationalDatabaseParameters_relationalDatabaseName
- The name of your database for which to get parameters.
Request Lenses
getRelationalDatabaseParameters_pageToken :: Lens' GetRelationalDatabaseParameters (Maybe Text) Source #
The token to advance to the next page of results from your request.
To get a page token, perform an initial
GetRelationalDatabaseParameters
request. If your results are
paginated, the response will return a next page token that you can
specify as the page token in a subsequent request.
getRelationalDatabaseParameters_relationalDatabaseName :: Lens' GetRelationalDatabaseParameters Text Source #
The name of your database for which to get parameters.
Destructuring the Response
data GetRelationalDatabaseParametersResponse Source #
See: newGetRelationalDatabaseParametersResponse
smart constructor.
GetRelationalDatabaseParametersResponse' | |
|
Instances
newGetRelationalDatabaseParametersResponse Source #
Create a value of GetRelationalDatabaseParametersResponse
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:nextPageToken:GetRelationalDatabaseParametersResponse'
, getRelationalDatabaseParametersResponse_nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetRelationalDatabaseParameters
request and specify the next page
token using the pageToken
parameter.
$sel:parameters:GetRelationalDatabaseParametersResponse'
, getRelationalDatabaseParametersResponse_parameters
- An object describing the result of your get relational database
parameters request.
$sel:httpStatus:GetRelationalDatabaseParametersResponse'
, getRelationalDatabaseParametersResponse_httpStatus
- The response's http status code.
Response Lenses
getRelationalDatabaseParametersResponse_nextPageToken :: Lens' GetRelationalDatabaseParametersResponse (Maybe Text) Source #
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetRelationalDatabaseParameters
request and specify the next page
token using the pageToken
parameter.
getRelationalDatabaseParametersResponse_parameters :: Lens' GetRelationalDatabaseParametersResponse (Maybe [RelationalDatabaseParameter]) Source #
An object describing the result of your get relational database parameters request.
getRelationalDatabaseParametersResponse_httpStatus :: Lens' GetRelationalDatabaseParametersResponse Int Source #
The response's http status code.