libZSservicesZSamazonka-appstreamZSamazonka-appstream
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.AppStream.ListAssociatedStacks

Description

Retrieves the name of the stack with which the specified fleet is associated.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAssociatedStacks Source #

See: newListAssociatedStacks smart constructor.

Constructors

ListAssociatedStacks' 

Fields

  • nextToken :: Maybe Text

    The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

  • fleetName :: Text

    The name of the fleet.

Instances

Instances details
Eq ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Read ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Show ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Generic ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacks :: Type -> Type #

NFData ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Methods

rnf :: ListAssociatedStacks -> () #

Hashable ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

ToJSON ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

AWSPager ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

AWSRequest ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type AWSResponse ListAssociatedStacks #

ToHeaders ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

ToPath ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

ToQuery ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacks = D1 ('MetaData "ListAssociatedStacks" "Amazonka.AppStream.ListAssociatedStacks" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListAssociatedStacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

newListAssociatedStacks Source #

Create a value of ListAssociatedStacks 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:ListAssociatedStacks', listAssociatedStacks_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:fleetName:ListAssociatedStacks', listAssociatedStacks_fleetName - The name of the fleet.

Request Lenses

listAssociatedStacks_nextToken :: Lens' ListAssociatedStacks (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Destructuring the Response

data ListAssociatedStacksResponse Source #

See: newListAssociatedStacksResponse smart constructor.

Constructors

ListAssociatedStacksResponse' 

Fields

  • nextToken :: Maybe Text

    The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

  • names :: Maybe [Text]

    The name of the stack.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Read ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Show ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Generic ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacksResponse :: Type -> Type #

NFData ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type Rep ListAssociatedStacksResponse = D1 ('MetaData "ListAssociatedStacksResponse" "Amazonka.AppStream.ListAssociatedStacks" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "ListAssociatedStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssociatedStacksResponse Source #

Create a value of ListAssociatedStacksResponse 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:ListAssociatedStacks', listAssociatedStacksResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:names:ListAssociatedStacksResponse', listAssociatedStacksResponse_names - The name of the stack.

$sel:httpStatus:ListAssociatedStacksResponse', listAssociatedStacksResponse_httpStatus - The response's http status code.

Response Lenses

listAssociatedStacksResponse_nextToken :: Lens' ListAssociatedStacksResponse (Maybe Text) Source #

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.