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

Description

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

  • The stack name
  • The user name (email address of the user associated with the stack) and the authentication type for the user

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeUserStackAssociations Source #

See: newDescribeUserStackAssociations smart constructor.

Constructors

DescribeUserStackAssociations' 

Fields

Instances

Instances details
Eq DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Show DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Generic DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Associated Types

type Rep DescribeUserStackAssociations :: Type -> Type #

NFData DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Hashable DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToJSON DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

AWSPager DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

AWSRequest DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToHeaders DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToPath DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

ToQuery DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociations = D1 ('MetaData "DescribeUserStackAssociations" "Amazonka.AppStream.DescribeUserStackAssociations" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUserStackAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthenticationType)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse DescribeUserStackAssociations Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

newDescribeUserStackAssociations :: DescribeUserStackAssociations Source #

Create a value of DescribeUserStackAssociations 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:userName:DescribeUserStackAssociations', describeUserStackAssociations_userName - The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

$sel:nextToken:DescribeUserStackAssociations', describeUserStackAssociations_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:authenticationType:DescribeUserStackAssociations', describeUserStackAssociations_authenticationType - The authentication type for the user who is associated with the stack. You must specify USERPOOL.

$sel:maxResults:DescribeUserStackAssociations', describeUserStackAssociations_maxResults - The maximum size of each page of results.

$sel:stackName:DescribeUserStackAssociations', describeUserStackAssociations_stackName - The name of the stack that is associated with the user.

Request Lenses

describeUserStackAssociations_userName :: Lens' DescribeUserStackAssociations (Maybe Text) Source #

The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

describeUserStackAssociations_nextToken :: Lens' DescribeUserStackAssociations (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.

describeUserStackAssociations_authenticationType :: Lens' DescribeUserStackAssociations (Maybe AuthenticationType) Source #

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

describeUserStackAssociations_stackName :: Lens' DescribeUserStackAssociations (Maybe Text) Source #

The name of the stack that is associated with the user.

Destructuring the Response

data DescribeUserStackAssociationsResponse Source #

Constructors

DescribeUserStackAssociationsResponse' 

Fields

Instances

Instances details
Eq DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Show DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

Generic DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

NFData DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppStream.DescribeUserStackAssociations

type Rep DescribeUserStackAssociationsResponse = D1 ('MetaData "DescribeUserStackAssociationsResponse" "Amazonka.AppStream.DescribeUserStackAssociations" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "DescribeUserStackAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty UserStackAssociation))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeUserStackAssociationsResponse Source #

Create a value of DescribeUserStackAssociationsResponse 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:userStackAssociations:DescribeUserStackAssociationsResponse', describeUserStackAssociationsResponse_userStackAssociations - The UserStackAssociation objects.

$sel:nextToken:DescribeUserStackAssociations', describeUserStackAssociationsResponse_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:DescribeUserStackAssociationsResponse', describeUserStackAssociationsResponse_httpStatus - The response's http status code.

Response Lenses

describeUserStackAssociationsResponse_nextToken :: Lens' DescribeUserStackAssociationsResponse (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.