libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.GetCloudFormationStackRecords

Description

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

Creating a Request

data GetCloudFormationStackRecords Source #

See: newGetCloudFormationStackRecords smart constructor.

Constructors

GetCloudFormationStackRecords' 

Fields

  • pageToken :: Maybe Text

    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.

Instances

Instances details
Eq GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Read GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Show GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Generic GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Associated Types

type Rep GetCloudFormationStackRecords :: Type -> Type #

NFData GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Hashable GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

ToJSON GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

AWSPager GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

AWSRequest GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

ToHeaders GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

ToPath GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

ToQuery GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

type Rep GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

type Rep GetCloudFormationStackRecords = D1 ('MetaData "GetCloudFormationStackRecords" "Amazonka.Lightsail.GetCloudFormationStackRecords" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetCloudFormationStackRecords'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetCloudFormationStackRecords Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

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 #

Constructors

GetCloudFormationStackRecordsResponse' 

Fields

  • nextPageToken :: Maybe Text

    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.

  • cloudFormationStackRecords :: Maybe [CloudFormationStackRecord]

    A list of objects describing the CloudFormation stack records.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq GetCloudFormationStackRecordsResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Read GetCloudFormationStackRecordsResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Show GetCloudFormationStackRecordsResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

Generic GetCloudFormationStackRecordsResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

NFData GetCloudFormationStackRecordsResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

type Rep GetCloudFormationStackRecordsResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetCloudFormationStackRecords

type Rep GetCloudFormationStackRecordsResponse = D1 ('MetaData "GetCloudFormationStackRecordsResponse" "Amazonka.Lightsail.GetCloudFormationStackRecords" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetCloudFormationStackRecordsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudFormationStackRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CloudFormationStackRecord])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.