libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.DescribeParameters

Description

Get information about a parameter.

Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.

If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeParameters Source #

See: newDescribeParameters smart constructor.

Constructors

DescribeParameters' 

Fields

Instances

Instances details
Eq DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Read DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Show DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Generic DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Associated Types

type Rep DescribeParameters :: Type -> Type #

NFData DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Methods

rnf :: DescribeParameters -> () #

Hashable DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

ToJSON DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

AWSPager DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

AWSRequest DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Associated Types

type AWSResponse DescribeParameters #

ToHeaders DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

ToPath DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

ToQuery DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

type Rep DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

type Rep DescribeParameters = D1 ('MetaData "DescribeParameters" "Amazonka.SSM.DescribeParameters" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DescribeParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterStringFilter])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParametersFilter]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeParameters Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

newDescribeParameters :: DescribeParameters 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:parameterFilters:DescribeParameters', describeParameters_parameterFilters - Filters to limit the request results.

$sel:filters:DescribeParameters', describeParameters_filters - This data type is deprecated. Instead, use ParameterFilters.

$sel:nextToken:DescribeParameters', describeParameters_nextToken - The token for the next set of items to return. (You received this token from a previous call.)

$sel:maxResults:DescribeParameters', describeParameters_maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Request Lenses

describeParameters_filters :: Lens' DescribeParameters (Maybe [ParametersFilter]) Source #

This data type is deprecated. Instead, use ParameterFilters.

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

The token for the next set of items to return. (You received this token from a previous call.)

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

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Destructuring the Response

data DescribeParametersResponse Source #

See: newDescribeParametersResponse smart constructor.

Constructors

DescribeParametersResponse' 

Fields

Instances

Instances details
Eq DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Read DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Show DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Generic DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

Associated Types

type Rep DescribeParametersResponse :: Type -> Type #

NFData DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

type Rep DescribeParametersResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeParameters

type Rep DescribeParametersResponse = D1 ('MetaData "DescribeParametersResponse" "Amazonka.SSM.DescribeParameters" "libZSservicesZSamazonka-ssmZSamazonka-ssm" '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 [ParameterMetadata])) :*: 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 - The token to use when requesting the next set of items.

$sel:parameters:DescribeParametersResponse', describeParametersResponse_parameters - Parameters returned by the request.

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

Response Lenses

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

The token to use when requesting the next set of items.