libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
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.ElastiCache.DescribeServiceUpdates

Description

Returns details of the service updates

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeServiceUpdates Source #

See: newDescribeServiceUpdates smart constructor.

Constructors

DescribeServiceUpdates' 

Fields

Instances

Instances details
Eq DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Read DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Show DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Generic DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Associated Types

type Rep DescribeServiceUpdates :: Type -> Type #

NFData DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Methods

rnf :: DescribeServiceUpdates -> () #

Hashable DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

AWSPager DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

AWSRequest DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Associated Types

type AWSResponse DescribeServiceUpdates #

ToHeaders DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

ToPath DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

ToQuery DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

type Rep DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

type Rep DescribeServiceUpdates = D1 ('MetaData "DescribeServiceUpdates" "Amazonka.ElastiCache.DescribeServiceUpdates" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DescribeServiceUpdates'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "serviceUpdateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceUpdateStatus])))))
type AWSResponse DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

newDescribeServiceUpdates :: DescribeServiceUpdates Source #

Create a value of DescribeServiceUpdates 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:serviceUpdateName:DescribeServiceUpdates', describeServiceUpdates_serviceUpdateName - The unique ID of the service update

$sel:marker:DescribeServiceUpdates', describeServiceUpdates_marker - An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeServiceUpdates', describeServiceUpdates_maxRecords - The maximum number of records to include in the response

$sel:serviceUpdateStatus:DescribeServiceUpdates', describeServiceUpdates_serviceUpdateStatus - The status of the service update

Request Lenses

describeServiceUpdates_marker :: Lens' DescribeServiceUpdates (Maybe Text) Source #

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

describeServiceUpdates_maxRecords :: Lens' DescribeServiceUpdates (Maybe Int) Source #

The maximum number of records to include in the response

Destructuring the Response

data DescribeServiceUpdatesResponse Source #

See: newDescribeServiceUpdatesResponse smart constructor.

Constructors

DescribeServiceUpdatesResponse' 

Fields

  • serviceUpdates :: Maybe [ServiceUpdate]

    A list of service updates

  • marker :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Read DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Show DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Generic DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Associated Types

type Rep DescribeServiceUpdatesResponse :: Type -> Type #

NFData DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

type Rep DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

type Rep DescribeServiceUpdatesResponse = D1 ('MetaData "DescribeServiceUpdatesResponse" "Amazonka.ElastiCache.DescribeServiceUpdates" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DescribeServiceUpdatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceUpdate])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeServiceUpdatesResponse Source #

Create a value of DescribeServiceUpdatesResponse 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:serviceUpdates:DescribeServiceUpdatesResponse', describeServiceUpdatesResponse_serviceUpdates - A list of service updates

$sel:marker:DescribeServiceUpdates', describeServiceUpdatesResponse_marker - An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:httpStatus:DescribeServiceUpdatesResponse', describeServiceUpdatesResponse_httpStatus - The response's http status code.

Response Lenses

describeServiceUpdatesResponse_marker :: Lens' DescribeServiceUpdatesResponse (Maybe Text) Source #

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