amazonka-appstream-2.0: Amazon AppStream SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.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

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 #

Generic ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacks :: Type -> Type #

Read ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Show ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

NFData ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Methods

rnf :: ListAssociatedStacks -> () #

Eq ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Hashable ListAssociatedStacks Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

type AWSResponse 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" '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)))

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:

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.

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

  • names :: Maybe [Text]

    The name of the stack.

  • 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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Associated Types

type Rep ListAssociatedStacksResponse :: Type -> Type #

Read ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Show ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

NFData ListAssociatedStacksResponse Source # 
Instance details

Defined in Amazonka.AppStream.ListAssociatedStacks

Eq 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" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "ListAssociatedStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") '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:names:ListAssociatedStacksResponse', listAssociatedStacksResponse_names - The name of the stack.

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: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.