amazonka-quicksight-2.0: Amazon QuickSight 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.QuickSight.DescribeFolder

Description

Describes a folder.

Synopsis

Creating a Request

data DescribeFolder Source #

See: newDescribeFolder smart constructor.

Constructors

DescribeFolder' 

Fields

Instances

Instances details
ToHeaders DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

ToPath DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

ToQuery DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

AWSRequest DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Associated Types

type AWSResponse DescribeFolder #

Generic DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Associated Types

type Rep DescribeFolder :: Type -> Type #

Read DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Show DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

NFData DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Methods

rnf :: DescribeFolder -> () #

Eq DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Hashable DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

type AWSResponse DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

type Rep DescribeFolder Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

type Rep DescribeFolder = D1 ('MetaData "DescribeFolder" "Amazonka.QuickSight.DescribeFolder" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "folderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeFolder Source #

Create a value of DescribeFolder 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:

DescribeFolder, describeFolder_awsAccountId - The ID for the Amazon Web Services account that contains the folder.

DescribeFolder, describeFolder_folderId - The ID of the folder.

Request Lenses

describeFolder_awsAccountId :: Lens' DescribeFolder Text Source #

The ID for the Amazon Web Services account that contains the folder.

Destructuring the Response

data DescribeFolderResponse Source #

See: newDescribeFolderResponse smart constructor.

Constructors

DescribeFolderResponse' 

Fields

Instances

Instances details
Generic DescribeFolderResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Associated Types

type Rep DescribeFolderResponse :: Type -> Type #

Read DescribeFolderResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Show DescribeFolderResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

NFData DescribeFolderResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

Methods

rnf :: DescribeFolderResponse -> () #

Eq DescribeFolderResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

type Rep DescribeFolderResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeFolder

type Rep DescribeFolderResponse = D1 ('MetaData "DescribeFolderResponse" "Amazonka.QuickSight.DescribeFolder" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeFolderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "folder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Folder)) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFolderResponse Source #

Create a value of DescribeFolderResponse 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:folder:DescribeFolderResponse', describeFolderResponse_folder - Information about the folder.

$sel:requestId:DescribeFolderResponse', describeFolderResponse_requestId - The Amazon Web Services request ID for this operation.

DescribeFolderResponse, describeFolderResponse_status - The HTTP status of the request.

Response Lenses

describeFolderResponse_requestId :: Lens' DescribeFolderResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.