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

Description

Removes an asset, such as a dashboard, analysis, or dataset, from a folder.

Synopsis

Creating a Request

data DeleteFolderMembership Source #

See: newDeleteFolderMembership smart constructor.

Constructors

DeleteFolderMembership' 

Fields

  • awsAccountId :: Text

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

  • folderId :: Text

    The Folder ID.

  • memberId :: Text

    The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.

  • memberType :: MemberType

    The type of the member, including DASHBOARD, ANALYSIS, and DATASET

Instances

Instances details
ToHeaders DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

ToPath DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

ToQuery DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

AWSRequest DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Associated Types

type AWSResponse DeleteFolderMembership #

Generic DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Associated Types

type Rep DeleteFolderMembership :: Type -> Type #

Read DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Show DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

NFData DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Methods

rnf :: DeleteFolderMembership -> () #

Eq DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Hashable DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

type AWSResponse DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

type Rep DeleteFolderMembership Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

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

newDeleteFolderMembership Source #

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

DeleteFolderMembership, deleteFolderMembership_awsAccountId - The ID for the Amazon Web Services account that contains the folder.

DeleteFolderMembership, deleteFolderMembership_folderId - The Folder ID.

DeleteFolderMembership, deleteFolderMembership_memberId - The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.

DeleteFolderMembership, deleteFolderMembership_memberType - The type of the member, including DASHBOARD, ANALYSIS, and DATASET

Request Lenses

deleteFolderMembership_awsAccountId :: Lens' DeleteFolderMembership Text Source #

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

deleteFolderMembership_memberId :: Lens' DeleteFolderMembership Text Source #

The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.

deleteFolderMembership_memberType :: Lens' DeleteFolderMembership MemberType Source #

The type of the member, including DASHBOARD, ANALYSIS, and DATASET

Destructuring the Response

data DeleteFolderMembershipResponse Source #

See: newDeleteFolderMembershipResponse smart constructor.

Constructors

DeleteFolderMembershipResponse' 

Fields

Instances

Instances details
Generic DeleteFolderMembershipResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Associated Types

type Rep DeleteFolderMembershipResponse :: Type -> Type #

Read DeleteFolderMembershipResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Show DeleteFolderMembershipResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

NFData DeleteFolderMembershipResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

Eq DeleteFolderMembershipResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

type Rep DeleteFolderMembershipResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteFolderMembership

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

newDeleteFolderMembershipResponse Source #

Create a value of DeleteFolderMembershipResponse 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:DeleteFolderMembershipResponse', deleteFolderMembershipResponse_requestId - The Amazon Web Services request ID for this operation.

DeleteFolderMembershipResponse, deleteFolderMembershipResponse_status - The HTTP status of the request.

$sel:httpStatus:DeleteFolderMembershipResponse', deleteFolderMembershipResponse_httpStatus - The response's http status code.

Response Lenses

deleteFolderMembershipResponse_requestId :: Lens' DeleteFolderMembershipResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.