amazonka-memorydb-2.0: Amazon MemoryDB SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MemoryDb.DescribeParameters

Description

Returns the detailed parameter list for a particular parameter group.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeParameters Source #

See: newDescribeParameters smart constructor.

Constructors

DescribeParameters' 

Fields

  • maxResults :: Maybe Int

    The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

  • nextToken :: Maybe Text

    An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

  • parameterGroupName :: Text

    he name of a specific parameter group to return details for.

Instances

Instances details
ToJSON DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

ToHeaders DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

ToPath DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

ToQuery DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

AWSPager DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

AWSRequest DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Associated Types

type AWSResponse DescribeParameters #

Generic DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Associated Types

type Rep DescribeParameters :: Type -> Type #

Read DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Show DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

NFData DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Methods

rnf :: DescribeParameters -> () #

Eq DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Hashable DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

type AWSResponse DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

type Rep DescribeParameters Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

type Rep DescribeParameters = D1 ('MetaData "DescribeParameters" "Amazonka.MemoryDb.DescribeParameters" "amazonka-memorydb-2.0-7JvPQiLpSKi6naAXiKMLiu" 'False) (C1 ('MetaCons "DescribeParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeParameters Source #

Create a value of DescribeParameters 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:maxResults:DescribeParameters', describeParameters_maxResults - The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

DescribeParameters, describeParameters_nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

DescribeParameters, describeParameters_parameterGroupName - he name of a specific parameter group to return details for.

Request Lenses

describeParameters_maxResults :: Lens' DescribeParameters (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

describeParameters_nextToken :: Lens' DescribeParameters (Maybe Text) Source #

An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

describeParameters_parameterGroupName :: Lens' DescribeParameters Text Source #

he name of a specific parameter group to return details for.

Destructuring the Response

data DescribeParametersResponse Source #

See: newDescribeParametersResponse smart constructor.

Constructors

DescribeParametersResponse' 

Fields

  • nextToken :: Maybe Text

    An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

  • parameters :: Maybe [Parameter]

    A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Associated Types

type Rep DescribeParametersResponse :: Type -> Type #

Read DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Show DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

NFData DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

Eq DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

type Rep DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeParameters

type Rep DescribeParametersResponse = D1 ('MetaData "DescribeParametersResponse" "Amazonka.MemoryDb.DescribeParameters" "amazonka-memorydb-2.0-7JvPQiLpSKi6naAXiKMLiu" 'False) (C1 ('MetaCons "DescribeParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeParametersResponse Source #

Create a value of DescribeParametersResponse 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:

DescribeParameters, describeParametersResponse_nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:parameters:DescribeParametersResponse', describeParametersResponse_parameters - A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.

$sel:httpStatus:DescribeParametersResponse', describeParametersResponse_httpStatus - The response's http status code.

Response Lenses

describeParametersResponse_nextToken :: Lens' DescribeParametersResponse (Maybe Text) Source #

An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

describeParametersResponse_parameters :: Lens' DescribeParametersResponse (Maybe [Parameter]) Source #

A list of parameters specific to a particular parameter group. Each element in the list contains detailed information about one parameter.