amazonka-elasticache-2.0: Amazon ElastiCache 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.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
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

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 #

Generic DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Associated Types

type Rep DescribeServiceUpdates :: Type -> Type #

Read DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Show DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

NFData DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Methods

rnf :: DescribeServiceUpdates -> () #

Eq DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Hashable DescribeServiceUpdates Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

type AWSResponse 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" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "DescribeServiceUpdates'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "serviceUpdateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceUpdateStatus])))))

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:

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

DescribeServiceUpdates, describeServiceUpdates_serviceUpdateName - The unique ID of the service update

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

  • 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.

  • serviceUpdates :: Maybe [ServiceUpdate]

    A list of service updates

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Associated Types

type Rep DescribeServiceUpdatesResponse :: Type -> Type #

Read DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Show DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

NFData DescribeServiceUpdatesResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeServiceUpdates

Eq 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" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "DescribeServiceUpdatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceUpdate])) :*: 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:

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

$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.