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 a list of Synthetics canary runtime versions. For more information, see Canary Runtime Versions.
Synopsis
- data DescribeRuntimeVersions = DescribeRuntimeVersions' {}
- newDescribeRuntimeVersions :: DescribeRuntimeVersions
- describeRuntimeVersions_nextToken :: Lens' DescribeRuntimeVersions (Maybe Text)
- describeRuntimeVersions_maxResults :: Lens' DescribeRuntimeVersions (Maybe Natural)
- data DescribeRuntimeVersionsResponse = DescribeRuntimeVersionsResponse' {}
- newDescribeRuntimeVersionsResponse :: Int -> DescribeRuntimeVersionsResponse
- describeRuntimeVersionsResponse_runtimeVersions :: Lens' DescribeRuntimeVersionsResponse (Maybe [RuntimeVersion])
- describeRuntimeVersionsResponse_nextToken :: Lens' DescribeRuntimeVersionsResponse (Maybe Text)
- describeRuntimeVersionsResponse_httpStatus :: Lens' DescribeRuntimeVersionsResponse Int
Creating a Request
data DescribeRuntimeVersions Source #
See: newDescribeRuntimeVersions
smart constructor.
DescribeRuntimeVersions' | |
|
Instances
newDescribeRuntimeVersions :: DescribeRuntimeVersions Source #
Create a value of DescribeRuntimeVersions
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:DescribeRuntimeVersions'
, describeRuntimeVersions_nextToken
- A token that indicates that there is more data available. You can use
this token in a subsequent DescribeRuntimeVersions
operation to
retrieve the next set of results.
$sel:maxResults:DescribeRuntimeVersions'
, describeRuntimeVersions_maxResults
- Specify this parameter to limit how many runs are returned each time you
use the DescribeRuntimeVersions
operation. If you omit this parameter,
the default of 100 is used.
Request Lenses
describeRuntimeVersions_nextToken :: Lens' DescribeRuntimeVersions (Maybe Text) Source #
A token that indicates that there is more data available. You can use
this token in a subsequent DescribeRuntimeVersions
operation to
retrieve the next set of results.
describeRuntimeVersions_maxResults :: Lens' DescribeRuntimeVersions (Maybe Natural) Source #
Specify this parameter to limit how many runs are returned each time you
use the DescribeRuntimeVersions
operation. If you omit this parameter,
the default of 100 is used.
Destructuring the Response
data DescribeRuntimeVersionsResponse Source #
See: newDescribeRuntimeVersionsResponse
smart constructor.
DescribeRuntimeVersionsResponse' | |
|
Instances
newDescribeRuntimeVersionsResponse Source #
Create a value of DescribeRuntimeVersionsResponse
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:runtimeVersions:DescribeRuntimeVersionsResponse'
, describeRuntimeVersionsResponse_runtimeVersions
- An array of objects that display the details about each Synthetics
canary runtime version.
$sel:nextToken:DescribeRuntimeVersions'
, describeRuntimeVersionsResponse_nextToken
- A token that indicates that there is more data available. You can use
this token in a subsequent DescribeRuntimeVersions
operation to
retrieve the next set of results.
$sel:httpStatus:DescribeRuntimeVersionsResponse'
, describeRuntimeVersionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeRuntimeVersionsResponse_runtimeVersions :: Lens' DescribeRuntimeVersionsResponse (Maybe [RuntimeVersion]) Source #
An array of objects that display the details about each Synthetics canary runtime version.
describeRuntimeVersionsResponse_nextToken :: Lens' DescribeRuntimeVersionsResponse (Maybe Text) Source #
A token that indicates that there is more data available. You can use
this token in a subsequent DescribeRuntimeVersions
operation to
retrieve the next set of results.
describeRuntimeVersionsResponse_httpStatus :: Lens' DescribeRuntimeVersionsResponse Int Source #
The response's http status code.