Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns details of the service updates
This operation returns paginated results.
Synopsis
- data DescribeServiceUpdates = DescribeServiceUpdates' {}
- newDescribeServiceUpdates :: DescribeServiceUpdates
- describeServiceUpdates_serviceUpdateName :: Lens' DescribeServiceUpdates (Maybe Text)
- describeServiceUpdates_marker :: Lens' DescribeServiceUpdates (Maybe Text)
- describeServiceUpdates_maxRecords :: Lens' DescribeServiceUpdates (Maybe Int)
- describeServiceUpdates_serviceUpdateStatus :: Lens' DescribeServiceUpdates (Maybe [ServiceUpdateStatus])
- data DescribeServiceUpdatesResponse = DescribeServiceUpdatesResponse' {
- serviceUpdates :: Maybe [ServiceUpdate]
- marker :: Maybe Text
- httpStatus :: Int
- newDescribeServiceUpdatesResponse :: Int -> DescribeServiceUpdatesResponse
- describeServiceUpdatesResponse_serviceUpdates :: Lens' DescribeServiceUpdatesResponse (Maybe [ServiceUpdate])
- describeServiceUpdatesResponse_marker :: Lens' DescribeServiceUpdatesResponse (Maybe Text)
- describeServiceUpdatesResponse_httpStatus :: Lens' DescribeServiceUpdatesResponse Int
Creating a Request
data DescribeServiceUpdates Source #
See: newDescribeServiceUpdates
smart constructor.
DescribeServiceUpdates' | |
|
Instances
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_serviceUpdateName :: Lens' DescribeServiceUpdates (Maybe Text) Source #
The unique ID of the service update
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
describeServiceUpdates_serviceUpdateStatus :: Lens' DescribeServiceUpdates (Maybe [ServiceUpdateStatus]) Source #
The status of the service update
Destructuring the Response
data DescribeServiceUpdatesResponse Source #
See: newDescribeServiceUpdatesResponse
smart constructor.
DescribeServiceUpdatesResponse' | |
|
Instances
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_serviceUpdates :: Lens' DescribeServiceUpdatesResponse (Maybe [ServiceUpdate]) Source #
A list of service updates
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
.
describeServiceUpdatesResponse_httpStatus :: Lens' DescribeServiceUpdatesResponse Int Source #
The response's http status code.