libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.GetRelationalDatabaseParameters

Description

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

Creating a Request

data GetRelationalDatabaseParameters Source #

See: newGetRelationalDatabaseParameters smart constructor.

Constructors

GetRelationalDatabaseParameters' 

Fields

  • pageToken :: Maybe Text

    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.

  • relationalDatabaseName :: Text

    The name of your database for which to get parameters.

Instances

Instances details
Eq GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Read GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Show GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Generic GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Associated Types

type Rep GetRelationalDatabaseParameters :: Type -> Type #

NFData GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Hashable GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

ToJSON GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

AWSPager GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

AWSRequest GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

ToHeaders GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

ToPath GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

ToQuery GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

type Rep GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

type Rep GetRelationalDatabaseParameters = D1 ('MetaData "GetRelationalDatabaseParameters" "Amazonka.Lightsail.GetRelationalDatabaseParameters" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetRelationalDatabaseParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relationalDatabaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRelationalDatabaseParameters Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

newGetRelationalDatabaseParameters Source #

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.

Destructuring the Response

data GetRelationalDatabaseParametersResponse Source #

Constructors

GetRelationalDatabaseParametersResponse' 

Fields

  • nextPageToken :: Maybe Text

    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.

  • parameters :: Maybe [RelationalDatabaseParameter]

    An object describing the result of your get relational database parameters request.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq GetRelationalDatabaseParametersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Read GetRelationalDatabaseParametersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Show GetRelationalDatabaseParametersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

Generic GetRelationalDatabaseParametersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

NFData GetRelationalDatabaseParametersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

type Rep GetRelationalDatabaseParametersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetRelationalDatabaseParameters

type Rep GetRelationalDatabaseParametersResponse = D1 ('MetaData "GetRelationalDatabaseParametersResponse" "Amazonka.Lightsail.GetRelationalDatabaseParameters" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetRelationalDatabaseParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RelationalDatabaseParameter])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.