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.Types.VisualCustomActionOperation

Description

 
Synopsis

Documentation

data VisualCustomActionOperation Source #

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newVisualCustomActionOperation smart constructor.

Constructors

VisualCustomActionOperation' 

Fields

Instances

Instances details
FromJSON VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

ToJSON VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

Generic VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

Associated Types

type Rep VisualCustomActionOperation :: Type -> Type #

Show VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

NFData VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

Eq VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

Hashable VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

type Rep VisualCustomActionOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionOperation

type Rep VisualCustomActionOperation = D1 ('MetaData "VisualCustomActionOperation" "Amazonka.QuickSight.Types.VisualCustomActionOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisualCustomActionOperation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filterOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomActionFilterOperation)) :*: S1 ('MetaSel ('Just "navigationOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomActionNavigationOperation))) :*: (S1 ('MetaSel ('Just "setParametersOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomActionSetParametersOperation)) :*: S1 ('MetaSel ('Just "uRLOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomActionURLOperation)))))

newVisualCustomActionOperation :: VisualCustomActionOperation Source #

Create a value of VisualCustomActionOperation 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:filterOperation:VisualCustomActionOperation', visualCustomActionOperation_filterOperation - The filter operation that filters data included in a visual or in an entire sheet.

$sel:navigationOperation:VisualCustomActionOperation', visualCustomActionOperation_navigationOperation - The navigation operation that navigates between different sheets in the same analysis.

$sel:setParametersOperation:VisualCustomActionOperation', visualCustomActionOperation_setParametersOperation - The set parameter operation that sets parameters in custom action.

$sel:uRLOperation:VisualCustomActionOperation', visualCustomActionOperation_uRLOperation - The URL operation that opens a link to another webpage.

visualCustomActionOperation_filterOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionFilterOperation) Source #

The filter operation that filters data included in a visual or in an entire sheet.

visualCustomActionOperation_navigationOperation :: Lens' VisualCustomActionOperation (Maybe CustomActionNavigationOperation) Source #

The navigation operation that navigates between different sheets in the same analysis.