libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax
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.DAX.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

  • nextToken :: Maybe Text

    An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

  • source :: Maybe Text

    How the parameter is defined. For example, system denotes a system-defined parameter.

  • maxResults :: Maybe Int

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

    The value for MaxResults must be between 20 and 100.

  • parameterGroupName :: Text

    The name of the parameter group.

Instances

Instances details
Eq DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Read DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Show DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Generic DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Associated Types

type Rep DescribeParameters :: Type -> Type #

NFData DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Methods

rnf :: DescribeParameters -> () #

Hashable DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

ToJSON DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

AWSPager DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

AWSRequest DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Associated Types

type AWSResponse DescribeParameters #

ToHeaders DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

ToPath DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

ToQuery DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

type Rep DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

type Rep DescribeParameters = D1 ('MetaData "DescribeParameters" "Amazonka.DAX.DescribeParameters" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" 'False) (C1 ('MetaCons "DescribeParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeParameters Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

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:nextToken:DescribeParameters', describeParameters_nextToken - An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

$sel:source:DescribeParameters', describeParameters_source - How the parameter is defined. For example, system denotes a system-defined parameter.

$sel:maxResults:DescribeParameters', describeParameters_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

$sel:parameterGroupName:DescribeParameters', describeParameters_parameterGroupName - The name of the parameter group.

Request Lenses

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

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

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

How the parameter is defined. For example, system denotes a system-defined parameter.

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

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

The value for MaxResults must be between 20 and 100.

Destructuring the Response

data DescribeParametersResponse Source #

See: newDescribeParametersResponse smart constructor.

Constructors

DescribeParametersResponse' 

Fields

Instances

Instances details
Eq DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Read DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Show DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Generic DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

Associated Types

type Rep DescribeParametersResponse :: Type -> Type #

NFData DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

type Rep DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.DAX.DescribeParameters

type Rep DescribeParametersResponse = D1 ('MetaData "DescribeParametersResponse" "Amazonka.DAX.DescribeParameters" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" '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:

$sel:nextToken:DescribeParameters', describeParametersResponse_nextToken - Provides an identifier to allow retrieval of paginated results.

$sel:parameters:DescribeParametersResponse', describeParametersResponse_parameters - A list of parameters within a parameter group. Each element in the list represents one parameter.

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

Response Lenses

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

Provides an identifier to allow retrieval of paginated results.

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

A list of parameters within a parameter group. Each element in the list represents one parameter.