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 the CloudFormation stack record created as a result of the
create cloud formation stack
operation.
An AWS CloudFormation stack is used to create a new Amazon EC2 instance from an exported Lightsail snapshot.
This operation returns paginated results.
Synopsis
- data GetCloudFormationStackRecords = GetCloudFormationStackRecords' {}
- newGetCloudFormationStackRecords :: GetCloudFormationStackRecords
- getCloudFormationStackRecords_pageToken :: Lens' GetCloudFormationStackRecords (Maybe Text)
- data GetCloudFormationStackRecordsResponse = GetCloudFormationStackRecordsResponse' {}
- newGetCloudFormationStackRecordsResponse :: Int -> GetCloudFormationStackRecordsResponse
- getCloudFormationStackRecordsResponse_nextPageToken :: Lens' GetCloudFormationStackRecordsResponse (Maybe Text)
- getCloudFormationStackRecordsResponse_cloudFormationStackRecords :: Lens' GetCloudFormationStackRecordsResponse (Maybe [CloudFormationStackRecord])
- getCloudFormationStackRecordsResponse_httpStatus :: Lens' GetCloudFormationStackRecordsResponse Int
Creating a Request
data GetCloudFormationStackRecords Source #
See: newGetCloudFormationStackRecords
smart constructor.
GetCloudFormationStackRecords' | |
|
Instances
newGetCloudFormationStackRecords :: GetCloudFormationStackRecords Source #
Create a value of GetCloudFormationStackRecords
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:pageToken:GetCloudFormationStackRecords'
, getCloudFormationStackRecords_pageToken
- The token to advance to the next page of results from your request.
To get a page token, perform an initial GetClouFormationStackRecords
request. If your results are paginated, the response will return a next
page token that you can specify as the page token in a subsequent
request.
Request Lenses
getCloudFormationStackRecords_pageToken :: Lens' GetCloudFormationStackRecords (Maybe Text) Source #
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetClouFormationStackRecords
request. If your results are paginated, the response will return a next
page token that you can specify as the page token in a subsequent
request.
Destructuring the Response
data GetCloudFormationStackRecordsResponse Source #
See: newGetCloudFormationStackRecordsResponse
smart constructor.
GetCloudFormationStackRecordsResponse' | |
|
Instances
newGetCloudFormationStackRecordsResponse Source #
Create a value of GetCloudFormationStackRecordsResponse
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:nextPageToken:GetCloudFormationStackRecordsResponse'
, getCloudFormationStackRecordsResponse_nextPageToken
- The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetCloudFormationStackRecords
request and specify the next page token
using the pageToken
parameter.
$sel:cloudFormationStackRecords:GetCloudFormationStackRecordsResponse'
, getCloudFormationStackRecordsResponse_cloudFormationStackRecords
- A list of objects describing the CloudFormation stack records.
$sel:httpStatus:GetCloudFormationStackRecordsResponse'
, getCloudFormationStackRecordsResponse_httpStatus
- The response's http status code.
Response Lenses
getCloudFormationStackRecordsResponse_nextPageToken :: Lens' GetCloudFormationStackRecordsResponse (Maybe Text) Source #
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetCloudFormationStackRecords
request and specify the next page token
using the pageToken
parameter.
getCloudFormationStackRecordsResponse_cloudFormationStackRecords :: Lens' GetCloudFormationStackRecordsResponse (Maybe [CloudFormationStackRecord]) Source #
A list of objects describing the CloudFormation stack records.
getCloudFormationStackRecordsResponse_httpStatus :: Lens' GetCloudFormationStackRecordsResponse Int Source #
The response's http status code.