libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.ListFolders

Description

Lists all folders in an account.

Synopsis

Creating a Request

data ListFolders Source #

See: newListFolders smart constructor.

Constructors

ListFolders' 

Fields

Instances

Instances details
Eq ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Read ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Show ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Generic ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Associated Types

type Rep ListFolders :: Type -> Type #

NFData ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Methods

rnf :: ListFolders -> () #

Hashable ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

AWSRequest ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Associated Types

type AWSResponse ListFolders #

ToHeaders ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Methods

toHeaders :: ListFolders -> [Header] #

ToPath ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

ToQuery ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

type Rep ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

type Rep ListFolders = D1 ('MetaData "ListFolders" "Amazonka.QuickSight.ListFolders" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListFolders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListFolders Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

newListFolders Source #

Create a value of ListFolders 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:ListFolders', listFolders_nextToken - The token for the next set of results, or null if there are no more results.

$sel:maxResults:ListFolders', listFolders_maxResults - The maximum number of results to be returned per request.

$sel:awsAccountId:ListFolders', listFolders_awsAccountId - The AWS account ID.

Request Lenses

listFolders_nextToken :: Lens' ListFolders (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listFolders_maxResults :: Lens' ListFolders (Maybe Natural) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListFoldersResponse Source #

See: newListFoldersResponse smart constructor.

Constructors

ListFoldersResponse' 

Fields

Instances

Instances details
Eq ListFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Read ListFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Show ListFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Generic ListFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Associated Types

type Rep ListFoldersResponse :: Type -> Type #

NFData ListFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

Methods

rnf :: ListFoldersResponse -> () #

type Rep ListFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListFolders

type Rep ListFoldersResponse = D1 ('MetaData "ListFoldersResponse" "Amazonka.QuickSight.ListFolders" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListFoldersResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "folderSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FolderSummary])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFoldersResponse Source #

Create a value of ListFoldersResponse 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:requestId:ListFoldersResponse', listFoldersResponse_requestId - The request ID.

$sel:nextToken:ListFolders', listFoldersResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:folderSummaryList:ListFoldersResponse', listFoldersResponse_folderSummaryList - A structure that contains all of the folders in your AWS account. This structure provides basic information about the folders.

$sel:status:ListFoldersResponse', listFoldersResponse_status - The status. If succeeded, the status is SC_OK

Response Lenses

listFoldersResponse_nextToken :: Lens' ListFoldersResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listFoldersResponse_folderSummaryList :: Lens' ListFoldersResponse (Maybe [FolderSummary]) Source #

A structure that contains all of the folders in your AWS account. This structure provides basic information about the folders.

listFoldersResponse_status :: Lens' ListFoldersResponse Int Source #

The status. If succeeded, the status is SC_OK