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

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-04-01 of the Amazon QuickSight SDK configuration.

Errors

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct access keys.

_ConcurrentUpdatingException :: AsError a => Fold a ServiceError Source #

A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

_ConflictException :: AsError a => Fold a ServiceError Source #

Updating or deleting a resource can cause an inconsistent state.

_DomainNotWhitelistedException :: AsError a => Fold a ServiceError Source #

The domain specified isn't on the allow list. All domains for embedded dashboards must be added to the approved list by an Amazon QuickSight admin.

_IdentityTypeNotSupportedException :: AsError a => Fold a ServiceError Source #

The identity type specified isn't supported. Supported identity types include IAM and QUICKSIGHT.

_InternalFailureException :: AsError a => Fold a ServiceError Source #

An internal failure occurred.

_InvalidNextTokenException :: AsError a => Fold a ServiceError Source #

The NextToken value isn't valid.

_InvalidParameterValueException :: AsError a => Fold a ServiceError Source #

One or more parameters has a value that isn't valid.

_InvalidRequestException :: AsError a => Fold a ServiceError Source #

You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

_PreconditionNotMetException :: AsError a => Fold a ServiceError Source #

One or more preconditions aren't met.

_QuickSightUserNotFoundException :: AsError a => Fold a ServiceError Source #

The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

_ResourceExistsException :: AsError a => Fold a ServiceError Source #

The resource specified already exists.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

One or more resources can't be found.

_ResourceUnavailableException :: AsError a => Fold a ServiceError Source #

This resource is currently unavailable.

_SessionLifetimeInMinutesInvalidException :: AsError a => Fold a ServiceError Source #

The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

Access is throttled.

_UnsupportedPricingPlanException :: AsError a => Fold a ServiceError Source #

This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

After capacity pricing is added, you can use the GetDashboardEmbedUrl API operation with the --identity-type ANONYMOUS option.

_UnsupportedUserEditionException :: AsError a => Fold a ServiceError Source #

This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

AnalysisErrorType

newtype AnalysisErrorType Source #

Instances

Instances details
FromJSON AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

FromJSONKey AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToJSON AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToJSONKey AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToByteString AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToHeader AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToLog AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToQuery AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

FromText AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToText AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

FromXML AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToXML AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Generic AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Associated Types

type Rep AnalysisErrorType :: Type -> Type #

Read AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Show AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

NFData AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Methods

rnf :: AnalysisErrorType -> () #

Eq AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Ord AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Hashable AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

type Rep AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

type Rep AnalysisErrorType = D1 ('MetaData "AnalysisErrorType" "Amazonka.QuickSight.Types.AnalysisErrorType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "AnalysisErrorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAnalysisErrorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AnalysisFilterAttribute

newtype AnalysisFilterAttribute Source #

Instances

Instances details
FromJSON AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

FromJSONKey AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToJSON AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToJSONKey AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToByteString AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToHeader AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToLog AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToQuery AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

FromText AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToText AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

FromXML AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToXML AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Generic AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Associated Types

type Rep AnalysisFilterAttribute :: Type -> Type #

Read AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Show AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

NFData AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Methods

rnf :: AnalysisFilterAttribute -> () #

Eq AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Ord AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Hashable AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

type Rep AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

type Rep AnalysisFilterAttribute = D1 ('MetaData "AnalysisFilterAttribute" "Amazonka.QuickSight.Types.AnalysisFilterAttribute" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "AnalysisFilterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAnalysisFilterAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AnchorOption

newtype AnchorOption Source #

Constructors

AnchorOption' 

Bundled Patterns

pattern AnchorOption_NOW :: AnchorOption 

Instances

Instances details
FromJSON AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

FromJSONKey AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToJSON AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToJSONKey AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToByteString AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToHeader AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToLog AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToQuery AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

FromText AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToText AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Methods

toText :: AnchorOption -> Text #

FromXML AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

ToXML AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Methods

toXML :: AnchorOption -> XML #

Generic AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Associated Types

type Rep AnchorOption :: Type -> Type #

Read AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Show AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

NFData AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Methods

rnf :: AnchorOption -> () #

Eq AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Ord AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

Hashable AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

type Rep AnchorOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorOption

type Rep AnchorOption = D1 ('MetaData "AnchorOption" "Amazonka.QuickSight.Types.AnchorOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "AnchorOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAnchorOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArcThickness

newtype ArcThickness Source #

Constructors

ArcThickness' 

Instances

Instances details
FromJSON ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

FromJSONKey ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToJSON ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToJSONKey ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToByteString ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToHeader ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToLog ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToQuery ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

FromText ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToText ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Methods

toText :: ArcThickness -> Text #

FromXML ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

ToXML ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Methods

toXML :: ArcThickness -> XML #

Generic ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Associated Types

type Rep ArcThickness :: Type -> Type #

Read ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Show ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

NFData ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Methods

rnf :: ArcThickness -> () #

Eq ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Ord ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

Hashable ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

type Rep ArcThickness Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThickness

type Rep ArcThickness = D1 ('MetaData "ArcThickness" "Amazonka.QuickSight.Types.ArcThickness" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ArcThickness'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArcThickness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArcThicknessOptions

newtype ArcThicknessOptions Source #

Instances

Instances details
FromJSON ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

FromJSONKey ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToJSON ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToJSONKey ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToByteString ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToHeader ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToLog ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToQuery ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

FromText ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToText ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

FromXML ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

ToXML ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

Generic ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

Associated Types

type Rep ArcThicknessOptions :: Type -> Type #

Read ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

Show ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

NFData ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

Methods

rnf :: ArcThicknessOptions -> () #

Eq ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

Ord ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

Hashable ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

type Rep ArcThicknessOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcThicknessOptions

type Rep ArcThicknessOptions = D1 ('MetaData "ArcThicknessOptions" "Amazonka.QuickSight.Types.ArcThicknessOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ArcThicknessOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArcThicknessOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssignmentStatus

newtype AssignmentStatus Source #

Instances

Instances details
FromJSON AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

FromJSONKey AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToJSON AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToJSONKey AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToByteString AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToHeader AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToLog AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToQuery AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

FromText AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToText AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

FromXML AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToXML AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Generic AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Associated Types

type Rep AssignmentStatus :: Type -> Type #

Read AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Show AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

NFData AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Methods

rnf :: AssignmentStatus -> () #

Eq AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Ord AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Hashable AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

type Rep AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

type Rep AssignmentStatus = D1 ('MetaData "AssignmentStatus" "Amazonka.QuickSight.Types.AssignmentStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "AssignmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssignmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthenticationMethodOption

newtype AuthenticationMethodOption Source #

Instances

Instances details
FromJSON AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

FromJSONKey AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToJSON AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToJSONKey AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToByteString AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToHeader AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToLog AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToQuery AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

FromText AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToText AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

FromXML AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

ToXML AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

Generic AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

Associated Types

type Rep AuthenticationMethodOption :: Type -> Type #

Read AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

Show AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

NFData AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

Eq AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

Ord AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

Hashable AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

type Rep AuthenticationMethodOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuthenticationMethodOption

type Rep AuthenticationMethodOption = D1 ('MetaData "AuthenticationMethodOption" "Amazonka.QuickSight.Types.AuthenticationMethodOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "AuthenticationMethodOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthenticationMethodOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AxisBinding

newtype AxisBinding Source #

Constructors

AxisBinding' 

Instances

Instances details
FromJSON AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

FromJSONKey AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToJSON AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToJSONKey AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToByteString AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToHeader AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToLog AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToQuery AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

FromText AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToText AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Methods

toText :: AxisBinding -> Text #

FromXML AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

ToXML AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Methods

toXML :: AxisBinding -> XML #

Generic AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Associated Types

type Rep AxisBinding :: Type -> Type #

Read AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Show AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

NFData AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Methods

rnf :: AxisBinding -> () #

Eq AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Ord AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

Hashable AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

type Rep AxisBinding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisBinding

type Rep AxisBinding = D1 ('MetaData "AxisBinding" "Amazonka.QuickSight.Types.AxisBinding" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "AxisBinding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAxisBinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BarChartOrientation

newtype BarChartOrientation Source #

Instances

Instances details
FromJSON BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

FromJSONKey BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToJSON BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToJSONKey BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToByteString BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToHeader BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToLog BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToQuery BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

FromText BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToText BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

FromXML BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

ToXML BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

Generic BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

Associated Types

type Rep BarChartOrientation :: Type -> Type #

Read BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

Show BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

NFData BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

Methods

rnf :: BarChartOrientation -> () #

Eq BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

Ord BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

Hashable BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

type Rep BarChartOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartOrientation

type Rep BarChartOrientation = D1 ('MetaData "BarChartOrientation" "Amazonka.QuickSight.Types.BarChartOrientation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "BarChartOrientation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBarChartOrientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BarsArrangement

newtype BarsArrangement Source #

Constructors

BarsArrangement' 

Instances

Instances details
FromJSON BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

FromJSONKey BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToJSON BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToJSONKey BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToByteString BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToHeader BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToLog BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToQuery BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

FromText BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToText BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

FromXML BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

ToXML BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

Methods

toXML :: BarsArrangement -> XML #

Generic BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

Associated Types

type Rep BarsArrangement :: Type -> Type #

Read BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

Show BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

NFData BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

Methods

rnf :: BarsArrangement -> () #

Eq BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

Ord BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

Hashable BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

type Rep BarsArrangement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarsArrangement

type Rep BarsArrangement = D1 ('MetaData "BarsArrangement" "Amazonka.QuickSight.Types.BarsArrangement" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "BarsArrangement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBarsArrangement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BaseMapStyleType

newtype BaseMapStyleType Source #

Instances

Instances details
FromJSON BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

FromJSONKey BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToJSON BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToJSONKey BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToByteString BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToHeader BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToLog BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToQuery BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

FromText BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToText BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

FromXML BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

ToXML BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

Generic BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

Associated Types

type Rep BaseMapStyleType :: Type -> Type #

Read BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

Show BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

NFData BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

Methods

rnf :: BaseMapStyleType -> () #

Eq BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

Ord BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

Hashable BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

type Rep BaseMapStyleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BaseMapStyleType

type Rep BaseMapStyleType = D1 ('MetaData "BaseMapStyleType" "Amazonka.QuickSight.Types.BaseMapStyleType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "BaseMapStyleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBaseMapStyleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BoxPlotFillStyle

newtype BoxPlotFillStyle Source #

Instances

Instances details
FromJSON BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

FromJSONKey BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToJSON BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToJSONKey BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToByteString BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToHeader BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToLog BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToQuery BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

FromText BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToText BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

FromXML BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

ToXML BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

Generic BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

Associated Types

type Rep BoxPlotFillStyle :: Type -> Type #

Read BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

Show BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

NFData BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

Methods

rnf :: BoxPlotFillStyle -> () #

Eq BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

Ord BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

Hashable BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

type Rep BoxPlotFillStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFillStyle

type Rep BoxPlotFillStyle = D1 ('MetaData "BoxPlotFillStyle" "Amazonka.QuickSight.Types.BoxPlotFillStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "BoxPlotFillStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBoxPlotFillStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CategoricalAggregationFunction

newtype CategoricalAggregationFunction Source #

Instances

Instances details
FromJSON CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

FromJSONKey CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToJSON CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToJSONKey CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToByteString CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToHeader CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToLog CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToQuery CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

FromText CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToText CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

FromXML CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

ToXML CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

Generic CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

Associated Types

type Rep CategoricalAggregationFunction :: Type -> Type #

Read CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

Show CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

NFData CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

Eq CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

Ord CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

Hashable CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

type Rep CategoricalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalAggregationFunction

type Rep CategoricalAggregationFunction = D1 ('MetaData "CategoricalAggregationFunction" "Amazonka.QuickSight.Types.CategoricalAggregationFunction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "CategoricalAggregationFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCategoricalAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CategoryFilterMatchOperator

newtype CategoryFilterMatchOperator Source #

Instances

Instances details
FromJSON CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

FromJSONKey CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToJSON CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToJSONKey CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToByteString CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToHeader CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToLog CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToQuery CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

FromText CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToText CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

FromXML CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

ToXML CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

Generic CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

Associated Types

type Rep CategoryFilterMatchOperator :: Type -> Type #

Read CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

Show CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

NFData CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

Eq CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

Ord CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

Hashable CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

type Rep CategoryFilterMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterMatchOperator

type Rep CategoryFilterMatchOperator = D1 ('MetaData "CategoryFilterMatchOperator" "Amazonka.QuickSight.Types.CategoryFilterMatchOperator" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "CategoryFilterMatchOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCategoryFilterMatchOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CategoryFilterSelectAllOptions

newtype CategoryFilterSelectAllOptions Source #

Instances

Instances details
FromJSON CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

FromJSONKey CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToJSON CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToJSONKey CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToByteString CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToHeader CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToLog CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToQuery CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

FromText CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToText CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

FromXML CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

ToXML CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

Generic CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

Associated Types

type Rep CategoryFilterSelectAllOptions :: Type -> Type #

Read CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

Show CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

NFData CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

Eq CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

Ord CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

Hashable CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

type Rep CategoryFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions

type Rep CategoryFilterSelectAllOptions = D1 ('MetaData "CategoryFilterSelectAllOptions" "Amazonka.QuickSight.Types.CategoryFilterSelectAllOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "CategoryFilterSelectAllOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCategoryFilterSelectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ColorFillType

newtype ColorFillType Source #

Constructors

ColorFillType' 

Instances

Instances details
FromJSON ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

FromJSONKey ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToJSON ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToJSONKey ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToByteString ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToHeader ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToLog ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToQuery ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

FromText ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToText ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Methods

toText :: ColorFillType -> Text #

FromXML ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

ToXML ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Methods

toXML :: ColorFillType -> XML #

Generic ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Associated Types

type Rep ColorFillType :: Type -> Type #

Read ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Show ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

NFData ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Methods

rnf :: ColorFillType -> () #

Eq ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Ord ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

Hashable ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

type Rep ColorFillType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorFillType

type Rep ColorFillType = D1 ('MetaData "ColorFillType" "Amazonka.QuickSight.Types.ColorFillType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ColorFillType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromColorFillType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ColumnDataType

newtype ColumnDataType Source #

Constructors

ColumnDataType' 

Instances

Instances details
FromJSON ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

FromJSONKey ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToJSON ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToJSONKey ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToByteString ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToHeader ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToLog ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToQuery ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

FromText ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToText ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

FromXML ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToXML ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Methods

toXML :: ColumnDataType -> XML #

Generic ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Associated Types

type Rep ColumnDataType :: Type -> Type #

Read ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Show ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

NFData ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Methods

rnf :: ColumnDataType -> () #

Eq ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Ord ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Hashable ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

type Rep ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

type Rep ColumnDataType = D1 ('MetaData "ColumnDataType" "Amazonka.QuickSight.Types.ColumnDataType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ColumnDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromColumnDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ColumnRole

newtype ColumnRole Source #

Constructors

ColumnRole' 

Fields

Bundled Patterns

pattern ColumnRole_DIMENSION :: ColumnRole 
pattern ColumnRole_MEASURE :: ColumnRole 

Instances

Instances details
FromJSON ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

FromJSONKey ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToJSON ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToJSONKey ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToByteString ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToHeader ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToLog ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToQuery ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

FromText ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToText ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Methods

toText :: ColumnRole -> Text #

FromXML ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

ToXML ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Methods

toXML :: ColumnRole -> XML #

Generic ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Associated Types

type Rep ColumnRole :: Type -> Type #

Read ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Show ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

NFData ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Methods

rnf :: ColumnRole -> () #

Eq ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Ord ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

Hashable ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

type Rep ColumnRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnRole

type Rep ColumnRole = D1 ('MetaData "ColumnRole" "Amazonka.QuickSight.Types.ColumnRole" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ColumnRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromColumnRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ColumnTagName

newtype ColumnTagName Source #

Constructors

ColumnTagName' 

Instances

Instances details
FromJSON ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

FromJSONKey ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToJSON ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToJSONKey ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToByteString ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToHeader ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToLog ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToQuery ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

FromText ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToText ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Methods

toText :: ColumnTagName -> Text #

FromXML ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToXML ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Methods

toXML :: ColumnTagName -> XML #

Generic ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Associated Types

type Rep ColumnTagName :: Type -> Type #

Read ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Show ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

NFData ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Methods

rnf :: ColumnTagName -> () #

Eq ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Ord ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Hashable ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

type Rep ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

type Rep ColumnTagName = D1 ('MetaData "ColumnTagName" "Amazonka.QuickSight.Types.ColumnTagName" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ColumnTagName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromColumnTagName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComparisonMethod

newtype ComparisonMethod Source #

Instances

Instances details
FromJSON ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

FromJSONKey ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToJSON ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToJSONKey ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToByteString ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToHeader ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToLog ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToQuery ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

FromText ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToText ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

FromXML ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

ToXML ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

Generic ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

Associated Types

type Rep ComparisonMethod :: Type -> Type #

Read ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

Show ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

NFData ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

Methods

rnf :: ComparisonMethod -> () #

Eq ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

Ord ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

Hashable ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

type Rep ComparisonMethod Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonMethod

type Rep ComparisonMethod = D1 ('MetaData "ComparisonMethod" "Amazonka.QuickSight.Types.ComparisonMethod" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ComparisonMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComparisonMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConditionalFormattingIconDisplayOption

newtype ConditionalFormattingIconDisplayOption Source #

Instances

Instances details
FromJSON ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

FromJSONKey ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToJSON ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToJSONKey ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToByteString ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToHeader ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToLog ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToQuery ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

FromText ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToText ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

FromXML ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

ToXML ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

Generic ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

Read ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

Show ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

NFData ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

Eq ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

Ord ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

Hashable ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

type Rep ConditionalFormattingIconDisplayOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption

type Rep ConditionalFormattingIconDisplayOption = D1 ('MetaData "ConditionalFormattingIconDisplayOption" "Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ConditionalFormattingIconDisplayOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConditionalFormattingIconDisplayOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConditionalFormattingIconSetType

newtype ConditionalFormattingIconSetType Source #

Instances

Instances details
FromJSON ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

FromJSONKey ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToJSON ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToJSONKey ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToByteString ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToHeader ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToLog ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToQuery ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

FromText ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToText ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

FromXML ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

ToXML ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

Generic ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

Associated Types

type Rep ConditionalFormattingIconSetType :: Type -> Type #

Read ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

Show ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

NFData ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

Eq ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

Ord ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

Hashable ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

type Rep ConditionalFormattingIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSetType

type Rep ConditionalFormattingIconSetType = D1 ('MetaData "ConditionalFormattingIconSetType" "Amazonka.QuickSight.Types.ConditionalFormattingIconSetType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ConditionalFormattingIconSetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConditionalFormattingIconSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CrossDatasetTypes

newtype CrossDatasetTypes Source #

Instances

Instances details
FromJSON CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

FromJSONKey CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToJSON CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToJSONKey CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToByteString CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToHeader CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToLog CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToQuery CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

FromText CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToText CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

FromXML CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

ToXML CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

Generic CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

Associated Types

type Rep CrossDatasetTypes :: Type -> Type #

Read CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

Show CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

NFData CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

Methods

rnf :: CrossDatasetTypes -> () #

Eq CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

Ord CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

Hashable CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

type Rep CrossDatasetTypes Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CrossDatasetTypes

type Rep CrossDatasetTypes = D1 ('MetaData "CrossDatasetTypes" "Amazonka.QuickSight.Types.CrossDatasetTypes" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "CrossDatasetTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCrossDatasetTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CustomContentImageScalingConfiguration

newtype CustomContentImageScalingConfiguration Source #

Instances

Instances details
FromJSON CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

FromJSONKey CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToJSON CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToJSONKey CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToByteString CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToHeader CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToLog CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToQuery CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

FromText CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToText CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

FromXML CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

ToXML CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

Generic CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

Read CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

Show CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

NFData CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

Eq CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

Ord CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

Hashable CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

type Rep CustomContentImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration

type Rep CustomContentImageScalingConfiguration = D1 ('MetaData "CustomContentImageScalingConfiguration" "Amazonka.QuickSight.Types.CustomContentImageScalingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "CustomContentImageScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomContentImageScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CustomContentType

newtype CustomContentType Source #

Instances

Instances details
FromJSON CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

FromJSONKey CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToJSON CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToJSONKey CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToByteString CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToHeader CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToLog CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToQuery CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

FromText CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToText CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

FromXML CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

ToXML CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

Generic CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

Associated Types

type Rep CustomContentType :: Type -> Type #

Read CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

Show CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

NFData CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

Methods

rnf :: CustomContentType -> () #

Eq CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

Ord CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

Hashable CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

type Rep CustomContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentType

type Rep CustomContentType = D1 ('MetaData "CustomContentType" "Amazonka.QuickSight.Types.CustomContentType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "CustomContentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DashboardBehavior

newtype DashboardBehavior Source #

Instances

Instances details
FromJSON DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

FromJSONKey DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToJSON DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToJSONKey DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToByteString DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToHeader DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToLog DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToQuery DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

FromText DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToText DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

FromXML DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToXML DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Generic DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Associated Types

type Rep DashboardBehavior :: Type -> Type #

Read DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Show DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

NFData DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Methods

rnf :: DashboardBehavior -> () #

Eq DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Ord DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Hashable DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

type Rep DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

type Rep DashboardBehavior = D1 ('MetaData "DashboardBehavior" "Amazonka.QuickSight.Types.DashboardBehavior" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DashboardBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDashboardBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DashboardErrorType

newtype DashboardErrorType Source #

Instances

Instances details
FromJSON DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

FromJSONKey DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToJSON DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToJSONKey DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToByteString DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToHeader DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToLog DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToQuery DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

FromText DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToText DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

FromXML DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToXML DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Generic DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Associated Types

type Rep DashboardErrorType :: Type -> Type #

Read DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Show DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

NFData DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Methods

rnf :: DashboardErrorType -> () #

Eq DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Ord DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Hashable DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

type Rep DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

type Rep DashboardErrorType = D1 ('MetaData "DashboardErrorType" "Amazonka.QuickSight.Types.DashboardErrorType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DashboardErrorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDashboardErrorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DashboardFilterAttribute

newtype DashboardFilterAttribute Source #

Instances

Instances details
FromJSON DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

FromJSONKey DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToJSON DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToJSONKey DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToByteString DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToHeader DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToLog DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToQuery DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

FromText DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToText DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

FromXML DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToXML DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Generic DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Associated Types

type Rep DashboardFilterAttribute :: Type -> Type #

Read DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Show DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

NFData DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Eq DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Ord DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Hashable DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

type Rep DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

type Rep DashboardFilterAttribute = D1 ('MetaData "DashboardFilterAttribute" "Amazonka.QuickSight.Types.DashboardFilterAttribute" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DashboardFilterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDashboardFilterAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DashboardUIState

newtype DashboardUIState Source #

Instances

Instances details
FromJSON DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

FromJSONKey DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToJSON DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToJSONKey DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToByteString DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToHeader DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToLog DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToQuery DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

FromText DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToText DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

FromXML DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToXML DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Generic DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Associated Types

type Rep DashboardUIState :: Type -> Type #

Read DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Show DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

NFData DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Methods

rnf :: DashboardUIState -> () #

Eq DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Ord DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Hashable DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

type Rep DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

type Rep DashboardUIState = D1 ('MetaData "DashboardUIState" "Amazonka.QuickSight.Types.DashboardUIState" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DashboardUIState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDashboardUIState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataLabelContent

newtype DataLabelContent Source #

Instances

Instances details
FromJSON DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

FromJSONKey DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToJSON DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToJSONKey DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToByteString DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToHeader DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToLog DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToQuery DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

FromText DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToText DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

FromXML DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

ToXML DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

Generic DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

Associated Types

type Rep DataLabelContent :: Type -> Type #

Read DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

Show DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

NFData DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

Methods

rnf :: DataLabelContent -> () #

Eq DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

Ord DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

Hashable DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

type Rep DataLabelContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelContent

type Rep DataLabelContent = D1 ('MetaData "DataLabelContent" "Amazonka.QuickSight.Types.DataLabelContent" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataLabelContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataLabelContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataLabelOverlap

newtype DataLabelOverlap Source #

Instances

Instances details
FromJSON DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

FromJSONKey DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToJSON DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToJSONKey DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToByteString DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToHeader DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToLog DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToQuery DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

FromText DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToText DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

FromXML DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

ToXML DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

Generic DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

Associated Types

type Rep DataLabelOverlap :: Type -> Type #

Read DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

Show DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

NFData DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

Methods

rnf :: DataLabelOverlap -> () #

Eq DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

Ord DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

Hashable DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

type Rep DataLabelOverlap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOverlap

type Rep DataLabelOverlap = D1 ('MetaData "DataLabelOverlap" "Amazonka.QuickSight.Types.DataLabelOverlap" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataLabelOverlap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataLabelOverlap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataLabelPosition

newtype DataLabelPosition Source #

Instances

Instances details
FromJSON DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

FromJSONKey DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToJSON DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToJSONKey DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToByteString DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToHeader DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToLog DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToQuery DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

FromText DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToText DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

FromXML DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

ToXML DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

Generic DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

Associated Types

type Rep DataLabelPosition :: Type -> Type #

Read DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

Show DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

NFData DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

Methods

rnf :: DataLabelPosition -> () #

Eq DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

Ord DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

Hashable DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

type Rep DataLabelPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelPosition

type Rep DataLabelPosition = D1 ('MetaData "DataLabelPosition" "Amazonka.QuickSight.Types.DataLabelPosition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataLabelPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataLabelPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSetFilterAttribute

newtype DataSetFilterAttribute Source #

Instances

Instances details
FromJSON DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

FromJSONKey DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToJSON DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToJSONKey DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToByteString DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToHeader DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToLog DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToQuery DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

FromText DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToText DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

FromXML DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

ToXML DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

Generic DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

Associated Types

type Rep DataSetFilterAttribute :: Type -> Type #

Read DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

Show DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

NFData DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

Methods

rnf :: DataSetFilterAttribute -> () #

Eq DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

Ord DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

Hashable DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

type Rep DataSetFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetFilterAttribute

type Rep DataSetFilterAttribute = D1 ('MetaData "DataSetFilterAttribute" "Amazonka.QuickSight.Types.DataSetFilterAttribute" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataSetFilterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSetFilterAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSetImportMode

newtype DataSetImportMode Source #

Instances

Instances details
FromJSON DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

FromJSONKey DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToJSON DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToJSONKey DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToByteString DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToHeader DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToLog DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToQuery DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

FromText DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToText DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

FromXML DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToXML DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Generic DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Associated Types

type Rep DataSetImportMode :: Type -> Type #

Read DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Show DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

NFData DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Methods

rnf :: DataSetImportMode -> () #

Eq DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Ord DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Hashable DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

type Rep DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

type Rep DataSetImportMode = D1 ('MetaData "DataSetImportMode" "Amazonka.QuickSight.Types.DataSetImportMode" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataSetImportMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSetImportMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSourceErrorInfoType

newtype DataSourceErrorInfoType Source #

Instances

Instances details
FromJSON DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

FromJSONKey DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToJSON DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToJSONKey DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToByteString DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToHeader DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToLog DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToQuery DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

FromText DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToText DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

FromXML DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToXML DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Generic DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Associated Types

type Rep DataSourceErrorInfoType :: Type -> Type #

Read DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Show DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

NFData DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Methods

rnf :: DataSourceErrorInfoType -> () #

Eq DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Ord DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Hashable DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

type Rep DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

type Rep DataSourceErrorInfoType = D1 ('MetaData "DataSourceErrorInfoType" "Amazonka.QuickSight.Types.DataSourceErrorInfoType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataSourceErrorInfoType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSourceErrorInfoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSourceFilterAttribute

newtype DataSourceFilterAttribute Source #

Instances

Instances details
FromJSON DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

FromJSONKey DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToJSON DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToJSONKey DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToByteString DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToHeader DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToLog DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToQuery DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

FromText DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToText DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

FromXML DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

ToXML DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

Generic DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

Associated Types

type Rep DataSourceFilterAttribute :: Type -> Type #

Read DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

Show DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

NFData DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

Eq DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

Ord DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

Hashable DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

type Rep DataSourceFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceFilterAttribute

type Rep DataSourceFilterAttribute = D1 ('MetaData "DataSourceFilterAttribute" "Amazonka.QuickSight.Types.DataSourceFilterAttribute" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataSourceFilterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSourceFilterAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSourceType

newtype DataSourceType Source #

Constructors

DataSourceType' 

Instances

Instances details
FromJSON DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

FromJSONKey DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToJSON DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToJSONKey DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToByteString DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToHeader DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToLog DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToQuery DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

FromText DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToText DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

FromXML DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToXML DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Methods

toXML :: DataSourceType -> XML #

Generic DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Associated Types

type Rep DataSourceType :: Type -> Type #

Read DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Show DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

NFData DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Methods

rnf :: DataSourceType -> () #

Eq DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Ord DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Hashable DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

type Rep DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

type Rep DataSourceType = D1 ('MetaData "DataSourceType" "Amazonka.QuickSight.Types.DataSourceType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DataSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DateAggregationFunction

newtype DateAggregationFunction Source #

Instances

Instances details
FromJSON DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

FromJSONKey DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToJSON DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToJSONKey DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToByteString DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToHeader DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToLog DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToQuery DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

FromText DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToText DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

FromXML DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

ToXML DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

Generic DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

Associated Types

type Rep DateAggregationFunction :: Type -> Type #

Read DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

Show DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

NFData DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

Methods

rnf :: DateAggregationFunction -> () #

Eq DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

Ord DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

Hashable DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

type Rep DateAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAggregationFunction

type Rep DateAggregationFunction = D1 ('MetaData "DateAggregationFunction" "Amazonka.QuickSight.Types.DateAggregationFunction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "DateAggregationFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDateAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Edition

newtype Edition Source #

Constructors

Edition' 

Fields

Bundled Patterns

pattern Edition_ENTERPRISE :: Edition 
pattern Edition_ENTERPRISE_AND_Q :: Edition 
pattern Edition_STANDARD :: Edition 

Instances

Instances details
FromJSON Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

FromJSONKey Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToJSON Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToJSONKey Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToByteString Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

toBS :: Edition -> ByteString #

ToHeader Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

toHeader :: HeaderName -> Edition -> [Header] #

ToLog Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToQuery Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

FromText Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToText Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

toText :: Edition -> Text #

FromXML Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToXML Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

toXML :: Edition -> XML #

Generic Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Associated Types

type Rep Edition :: Type -> Type #

Methods

from :: Edition -> Rep Edition x #

to :: Rep Edition x -> Edition #

Read Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Show Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

NFData Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

rnf :: Edition -> () #

Eq Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

(==) :: Edition -> Edition -> Bool #

(/=) :: Edition -> Edition -> Bool #

Ord Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Hashable Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

hashWithSalt :: Int -> Edition -> Int #

hash :: Edition -> Int #

type Rep Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

type Rep Edition = D1 ('MetaData "Edition" "Amazonka.QuickSight.Types.Edition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "Edition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EmbeddingIdentityType

newtype EmbeddingIdentityType Source #

Instances

Instances details
FromJSON EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

FromJSONKey EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToJSON EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToJSONKey EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToByteString EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToHeader EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToLog EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToQuery EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

FromText EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToText EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

FromXML EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToXML EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Generic EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Associated Types

type Rep EmbeddingIdentityType :: Type -> Type #

Read EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Show EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

NFData EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Methods

rnf :: EmbeddingIdentityType -> () #

Eq EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Ord EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Hashable EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

type Rep EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

type Rep EmbeddingIdentityType = D1 ('MetaData "EmbeddingIdentityType" "Amazonka.QuickSight.Types.EmbeddingIdentityType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "EmbeddingIdentityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEmbeddingIdentityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileFormat

newtype FileFormat Source #

Constructors

FileFormat' 

Fields

Bundled Patterns

pattern FileFormat_CLF :: FileFormat 
pattern FileFormat_CSV :: FileFormat 
pattern FileFormat_ELF :: FileFormat 
pattern FileFormat_JSON :: FileFormat 
pattern FileFormat_TSV :: FileFormat 
pattern FileFormat_XLSX :: FileFormat 

Instances

Instances details
FromJSON FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

FromJSONKey FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToJSON FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToJSONKey FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToByteString FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToHeader FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToLog FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToQuery FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

FromText FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToText FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Methods

toText :: FileFormat -> Text #

FromXML FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToXML FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Methods

toXML :: FileFormat -> XML #

Generic FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Associated Types

type Rep FileFormat :: Type -> Type #

Read FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Show FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

NFData FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Methods

rnf :: FileFormat -> () #

Eq FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Ord FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Hashable FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

type Rep FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

type Rep FileFormat = D1 ('MetaData "FileFormat" "Amazonka.QuickSight.Types.FileFormat" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FileFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterNullOption

newtype FilterNullOption Source #

Instances

Instances details
FromJSON FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

FromJSONKey FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToJSON FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToJSONKey FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToByteString FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToHeader FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToLog FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToQuery FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

FromText FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToText FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

FromXML FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

ToXML FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

Generic FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

Associated Types

type Rep FilterNullOption :: Type -> Type #

Read FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

Show FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

NFData FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

Methods

rnf :: FilterNullOption -> () #

Eq FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

Ord FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

Hashable FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

type Rep FilterNullOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterNullOption

type Rep FilterNullOption = D1 ('MetaData "FilterNullOption" "Amazonka.QuickSight.Types.FilterNullOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FilterNullOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterNullOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterOperator

newtype FilterOperator Source #

Constructors

FilterOperator' 

Instances

Instances details
FromJSON FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

FromJSONKey FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToJSON FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToJSONKey FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToByteString FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToHeader FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToLog FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToQuery FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

FromText FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToText FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

FromXML FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToXML FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Methods

toXML :: FilterOperator -> XML #

Generic FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Associated Types

type Rep FilterOperator :: Type -> Type #

Read FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Show FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

NFData FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Methods

rnf :: FilterOperator -> () #

Eq FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Ord FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Hashable FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

type Rep FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

type Rep FilterOperator = D1 ('MetaData "FilterOperator" "Amazonka.QuickSight.Types.FilterOperator" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FilterOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterVisualScope

newtype FilterVisualScope Source #

Instances

Instances details
FromJSON FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

FromJSONKey FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToJSON FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToJSONKey FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToByteString FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToHeader FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToLog FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToQuery FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

FromText FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToText FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

FromXML FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

ToXML FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

Generic FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

Associated Types

type Rep FilterVisualScope :: Type -> Type #

Read FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

Show FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

NFData FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

Methods

rnf :: FilterVisualScope -> () #

Eq FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

Ord FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

Hashable FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

type Rep FilterVisualScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterVisualScope

type Rep FilterVisualScope = D1 ('MetaData "FilterVisualScope" "Amazonka.QuickSight.Types.FilterVisualScope" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FilterVisualScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterVisualScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FolderFilterAttribute

newtype FolderFilterAttribute Source #

Instances

Instances details
FromJSON FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

FromJSONKey FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToJSON FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToJSONKey FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToByteString FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToHeader FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToLog FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToQuery FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

FromText FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToText FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

FromXML FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToXML FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Generic FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Associated Types

type Rep FolderFilterAttribute :: Type -> Type #

Read FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Show FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

NFData FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Methods

rnf :: FolderFilterAttribute -> () #

Eq FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Ord FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Hashable FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

type Rep FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

type Rep FolderFilterAttribute = D1 ('MetaData "FolderFilterAttribute" "Amazonka.QuickSight.Types.FolderFilterAttribute" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FolderFilterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFolderFilterAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FolderType

newtype FolderType Source #

Constructors

FolderType' 

Fields

Bundled Patterns

pattern FolderType_SHARED :: FolderType 

Instances

Instances details
FromJSON FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

FromJSONKey FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToJSON FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToJSONKey FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToByteString FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToHeader FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToLog FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToQuery FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

FromText FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToText FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

toText :: FolderType -> Text #

FromXML FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToXML FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

toXML :: FolderType -> XML #

Generic FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Associated Types

type Rep FolderType :: Type -> Type #

Read FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Show FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

NFData FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

rnf :: FolderType -> () #

Eq FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Ord FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Hashable FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

type Rep FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

type Rep FolderType = D1 ('MetaData "FolderType" "Amazonka.QuickSight.Types.FolderType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FolderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFolderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FontDecoration

newtype FontDecoration Source #

Constructors

FontDecoration' 

Instances

Instances details
FromJSON FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

FromJSONKey FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToJSON FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToJSONKey FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToByteString FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToHeader FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToLog FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToQuery FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

FromText FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToText FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

FromXML FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

ToXML FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

Methods

toXML :: FontDecoration -> XML #

Generic FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

Associated Types

type Rep FontDecoration :: Type -> Type #

Read FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

Show FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

NFData FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

Methods

rnf :: FontDecoration -> () #

Eq FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

Ord FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

Hashable FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

type Rep FontDecoration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontDecoration

type Rep FontDecoration = D1 ('MetaData "FontDecoration" "Amazonka.QuickSight.Types.FontDecoration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FontDecoration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFontDecoration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FontStyle

newtype FontStyle Source #

Constructors

FontStyle' 

Fields

Bundled Patterns

pattern FontStyle_ITALIC :: FontStyle 
pattern FontStyle_NORMAL :: FontStyle 

Instances

Instances details
FromJSON FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

FromJSONKey FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToJSON FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToJSONKey FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToByteString FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Methods

toBS :: FontStyle -> ByteString #

ToHeader FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToLog FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToQuery FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

FromText FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToText FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Methods

toText :: FontStyle -> Text #

FromXML FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

ToXML FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Methods

toXML :: FontStyle -> XML #

Generic FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Associated Types

type Rep FontStyle :: Type -> Type #

Read FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Show FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

NFData FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Methods

rnf :: FontStyle -> () #

Eq FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Ord FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

Hashable FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

type Rep FontStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontStyle

type Rep FontStyle = D1 ('MetaData "FontStyle" "Amazonka.QuickSight.Types.FontStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FontStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFontStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FontWeightName

newtype FontWeightName Source #

Constructors

FontWeightName' 

Instances

Instances details
FromJSON FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

FromJSONKey FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToJSON FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToJSONKey FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToByteString FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToHeader FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToLog FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToQuery FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

FromText FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToText FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

FromXML FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

ToXML FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

Methods

toXML :: FontWeightName -> XML #

Generic FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

Associated Types

type Rep FontWeightName :: Type -> Type #

Read FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

Show FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

NFData FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

Methods

rnf :: FontWeightName -> () #

Eq FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

Ord FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

Hashable FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

type Rep FontWeightName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeightName

type Rep FontWeightName = D1 ('MetaData "FontWeightName" "Amazonka.QuickSight.Types.FontWeightName" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FontWeightName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFontWeightName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ForecastComputationSeasonality

newtype ForecastComputationSeasonality Source #

Instances

Instances details
FromJSON ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

FromJSONKey ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToJSON ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToJSONKey ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToByteString ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToHeader ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToLog ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToQuery ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

FromText ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToText ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

FromXML ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

ToXML ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

Generic ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

Associated Types

type Rep ForecastComputationSeasonality :: Type -> Type #

Read ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

Show ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

NFData ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

Eq ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

Ord ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

Hashable ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

type Rep ForecastComputationSeasonality Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputationSeasonality

type Rep ForecastComputationSeasonality = D1 ('MetaData "ForecastComputationSeasonality" "Amazonka.QuickSight.Types.ForecastComputationSeasonality" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ForecastComputationSeasonality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromForecastComputationSeasonality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FunnelChartMeasureDataLabelStyle

newtype FunnelChartMeasureDataLabelStyle Source #

Instances

Instances details
FromJSON FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

FromJSONKey FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToJSON FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToJSONKey FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToByteString FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToHeader FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToLog FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToQuery FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

FromText FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToText FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

FromXML FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

ToXML FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

Generic FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

Associated Types

type Rep FunnelChartMeasureDataLabelStyle :: Type -> Type #

Read FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

Show FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

NFData FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

Eq FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

Ord FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

Hashable FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

type Rep FunnelChartMeasureDataLabelStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle

type Rep FunnelChartMeasureDataLabelStyle = D1 ('MetaData "FunnelChartMeasureDataLabelStyle" "Amazonka.QuickSight.Types.FunnelChartMeasureDataLabelStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FunnelChartMeasureDataLabelStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFunnelChartMeasureDataLabelStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GeoSpatialCountryCode

newtype GeoSpatialCountryCode Source #

Bundled Patterns

pattern GeoSpatialCountryCode_US :: GeoSpatialCountryCode 

Instances

Instances details
FromJSON GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

FromJSONKey GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToJSON GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToJSONKey GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToByteString GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToHeader GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToLog GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToQuery GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

FromText GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToText GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

FromXML GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToXML GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Generic GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Associated Types

type Rep GeoSpatialCountryCode :: Type -> Type #

Read GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Show GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

NFData GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Methods

rnf :: GeoSpatialCountryCode -> () #

Eq GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Ord GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Hashable GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

type Rep GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

type Rep GeoSpatialCountryCode = D1 ('MetaData "GeoSpatialCountryCode" "Amazonka.QuickSight.Types.GeoSpatialCountryCode" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "GeoSpatialCountryCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeoSpatialCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GeoSpatialDataRole

newtype GeoSpatialDataRole Source #

Instances

Instances details
FromJSON GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

FromJSONKey GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToJSON GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToJSONKey GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToByteString GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToHeader GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToLog GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToQuery GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

FromText GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToText GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

FromXML GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToXML GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Generic GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Associated Types

type Rep GeoSpatialDataRole :: Type -> Type #

Read GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Show GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

NFData GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Methods

rnf :: GeoSpatialDataRole -> () #

Eq GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Ord GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Hashable GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

type Rep GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

type Rep GeoSpatialDataRole = D1 ('MetaData "GeoSpatialDataRole" "Amazonka.QuickSight.Types.GeoSpatialDataRole" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "GeoSpatialDataRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeoSpatialDataRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GeospatialSelectedPointStyle

newtype GeospatialSelectedPointStyle Source #

Instances

Instances details
FromJSON GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

FromJSONKey GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToJSON GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToJSONKey GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToByteString GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToHeader GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToLog GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToQuery GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

FromText GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToText GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

FromXML GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

ToXML GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

Generic GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

Associated Types

type Rep GeospatialSelectedPointStyle :: Type -> Type #

Read GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

Show GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

NFData GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

Eq GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

Ord GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

Hashable GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

type Rep GeospatialSelectedPointStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialSelectedPointStyle

type Rep GeospatialSelectedPointStyle = D1 ('MetaData "GeospatialSelectedPointStyle" "Amazonka.QuickSight.Types.GeospatialSelectedPointStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "GeospatialSelectedPointStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeospatialSelectedPointStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GroupFilterAttribute

newtype GroupFilterAttribute Source #

Instances

Instances details
FromJSON GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

FromJSONKey GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToJSON GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToJSONKey GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToByteString GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToHeader GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToLog GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToQuery GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

FromText GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToText GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

FromXML GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

ToXML GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

Generic GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

Associated Types

type Rep GroupFilterAttribute :: Type -> Type #

Read GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

Show GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

NFData GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

Methods

rnf :: GroupFilterAttribute -> () #

Eq GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

Ord GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

Hashable GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

type Rep GroupFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterAttribute

type Rep GroupFilterAttribute = D1 ('MetaData "GroupFilterAttribute" "Amazonka.QuickSight.Types.GroupFilterAttribute" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "GroupFilterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGroupFilterAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GroupFilterOperator

newtype GroupFilterOperator Source #

Instances

Instances details
FromJSON GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

FromJSONKey GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToJSON GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToJSONKey GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToByteString GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToHeader GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToLog GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToQuery GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

FromText GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToText GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

FromXML GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

ToXML GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

Generic GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

Associated Types

type Rep GroupFilterOperator :: Type -> Type #

Read GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

Show GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

NFData GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

Methods

rnf :: GroupFilterOperator -> () #

Eq GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

Ord GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

Hashable GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

type Rep GroupFilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupFilterOperator

type Rep GroupFilterOperator = D1 ('MetaData "GroupFilterOperator" "Amazonka.QuickSight.Types.GroupFilterOperator" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "GroupFilterOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGroupFilterOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HistogramBinType

newtype HistogramBinType Source #

Instances

Instances details
FromJSON HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

FromJSONKey HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToJSON HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToJSONKey HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToByteString HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToHeader HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToLog HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToQuery HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

FromText HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToText HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

FromXML HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

ToXML HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

Generic HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

Associated Types

type Rep HistogramBinType :: Type -> Type #

Read HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

Show HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

NFData HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

Methods

rnf :: HistogramBinType -> () #

Eq HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

Ord HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

Hashable HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

type Rep HistogramBinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinType

type Rep HistogramBinType = D1 ('MetaData "HistogramBinType" "Amazonka.QuickSight.Types.HistogramBinType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "HistogramBinType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHistogramBinType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HorizontalTextAlignment

newtype HorizontalTextAlignment Source #

Instances

Instances details
FromJSON HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

FromJSONKey HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToJSON HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToJSONKey HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToByteString HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToHeader HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToLog HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToQuery HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

FromText HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToText HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

FromXML HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

ToXML HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

Generic HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

Associated Types

type Rep HorizontalTextAlignment :: Type -> Type #

Read HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

Show HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

NFData HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

Methods

rnf :: HorizontalTextAlignment -> () #

Eq HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

Ord HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

Hashable HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

type Rep HorizontalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HorizontalTextAlignment

type Rep HorizontalTextAlignment = D1 ('MetaData "HorizontalTextAlignment" "Amazonka.QuickSight.Types.HorizontalTextAlignment" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "HorizontalTextAlignment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHorizontalTextAlignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Icon

newtype Icon Source #

Constructors

Icon' 

Fields

Bundled Patterns

pattern Icon_ARROW_DOWN :: Icon 
pattern Icon_ARROW_DOWN_LEFT :: Icon 
pattern Icon_ARROW_DOWN_RIGHT :: Icon 
pattern Icon_ARROW_LEFT :: Icon 
pattern Icon_ARROW_RIGHT :: Icon 
pattern Icon_ARROW_UP :: Icon 
pattern Icon_ARROW_UP_LEFT :: Icon 
pattern Icon_ARROW_UP_RIGHT :: Icon 
pattern Icon_CARET_DOWN :: Icon 
pattern Icon_CARET_UP :: Icon 
pattern Icon_CHECKMARK :: Icon 
pattern Icon_CIRCLE :: Icon 
pattern Icon_FACE_DOWN :: Icon 
pattern Icon_FACE_FLAT :: Icon 
pattern Icon_FACE_UP :: Icon 
pattern Icon_FLAG :: Icon 
pattern Icon_MINUS :: Icon 
pattern Icon_ONE_BAR :: Icon 
pattern Icon_PLUS :: Icon 
pattern Icon_SQUARE :: Icon 
pattern Icon_THREE_BAR :: Icon 
pattern Icon_THUMBS_DOWN :: Icon 
pattern Icon_THUMBS_UP :: Icon 
pattern Icon_TRIANGLE :: Icon 
pattern Icon_TWO_BAR :: Icon 
pattern Icon_X :: Icon 

Instances

Instances details
FromJSON Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

FromJSONKey Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

ToJSON Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

ToJSONKey Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

ToByteString Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

toBS :: Icon -> ByteString #

ToHeader Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

toHeader :: HeaderName -> Icon -> [Header] #

ToLog Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

ToQuery Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

toQuery :: Icon -> QueryString #

FromText Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

ToText Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

toText :: Icon -> Text #

FromXML Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

parseXML :: [Node] -> Either String Icon #

ToXML Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

toXML :: Icon -> XML #

Generic Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Associated Types

type Rep Icon :: Type -> Type #

Methods

from :: Icon -> Rep Icon x #

to :: Rep Icon x -> Icon #

Read Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Show Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

showsPrec :: Int -> Icon -> ShowS #

show :: Icon -> String #

showList :: [Icon] -> ShowS #

NFData Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

rnf :: Icon -> () #

Eq Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

(==) :: Icon -> Icon -> Bool #

(/=) :: Icon -> Icon -> Bool #

Ord Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

compare :: Icon -> Icon -> Ordering #

(<) :: Icon -> Icon -> Bool #

(<=) :: Icon -> Icon -> Bool #

(>) :: Icon -> Icon -> Bool #

(>=) :: Icon -> Icon -> Bool #

max :: Icon -> Icon -> Icon #

min :: Icon -> Icon -> Icon #

Hashable Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

Methods

hashWithSalt :: Int -> Icon -> Int #

hash :: Icon -> Int #

type Rep Icon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Icon

type Rep Icon = D1 ('MetaData "Icon" "Amazonka.QuickSight.Types.Icon" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "Icon'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIcon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityStore

newtype IdentityStore Source #

Constructors

IdentityStore' 

Bundled Patterns

pattern IdentityStore_QUICKSIGHT :: IdentityStore 

Instances

Instances details
FromJSON IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

FromJSONKey IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToJSON IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToJSONKey IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToByteString IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToHeader IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToLog IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToQuery IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

FromText IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToText IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Methods

toText :: IdentityStore -> Text #

FromXML IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToXML IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Methods

toXML :: IdentityStore -> XML #

Generic IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Associated Types

type Rep IdentityStore :: Type -> Type #

Read IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Show IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

NFData IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Methods

rnf :: IdentityStore -> () #

Eq IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Ord IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Hashable IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

type Rep IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

type Rep IdentityStore = D1 ('MetaData "IdentityStore" "Amazonka.QuickSight.Types.IdentityStore" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IdentityStore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityType

newtype IdentityType Source #

Constructors

IdentityType' 

Bundled Patterns

pattern IdentityType_IAM :: IdentityType 
pattern IdentityType_QUICKSIGHT :: IdentityType 

Instances

Instances details
FromJSON IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

FromJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToJSON IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToByteString IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToHeader IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToLog IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToQuery IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

FromText IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToText IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Methods

toText :: IdentityType -> Text #

FromXML IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToXML IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Methods

toXML :: IdentityType -> XML #

Generic IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Associated Types

type Rep IdentityType :: Type -> Type #

Read IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Show IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

NFData IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Methods

rnf :: IdentityType -> () #

Eq IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Ord IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Hashable IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

type Rep IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

type Rep IdentityType = D1 ('MetaData "IdentityType" "Amazonka.QuickSight.Types.IdentityType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IdentityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionErrorType

newtype IngestionErrorType Source #

Bundled Patterns

pattern IngestionErrorType_ACCOUNT_CAPACITY_LIMIT_EXCEEDED :: IngestionErrorType 
pattern IngestionErrorType_CONNECTION_FAILURE :: IngestionErrorType 
pattern IngestionErrorType_CURSOR_NOT_ENABLED :: IngestionErrorType 
pattern IngestionErrorType_CUSTOMER_ERROR :: IngestionErrorType 
pattern IngestionErrorType_DATA_SET_DELETED :: IngestionErrorType 
pattern IngestionErrorType_DATA_SET_NOT_SPICE :: IngestionErrorType 
pattern IngestionErrorType_DATA_SET_SIZE_LIMIT_EXCEEDED :: IngestionErrorType 
pattern IngestionErrorType_DATA_SOURCE_AUTH_FAILED :: IngestionErrorType 
pattern IngestionErrorType_DATA_SOURCE_CONNECTION_FAILED :: IngestionErrorType 
pattern IngestionErrorType_DATA_SOURCE_NOT_FOUND :: IngestionErrorType 
pattern IngestionErrorType_DATA_TOLERANCE_EXCEPTION :: IngestionErrorType 
pattern IngestionErrorType_ELASTICSEARCH_CURSOR_NOT_ENABLED :: IngestionErrorType 
pattern IngestionErrorType_FAILURE_TO_ASSUME_ROLE :: IngestionErrorType 
pattern IngestionErrorType_FAILURE_TO_PROCESS_JSON_FILE :: IngestionErrorType 
pattern IngestionErrorType_IAM_ROLE_NOT_AVAILABLE :: IngestionErrorType 
pattern IngestionErrorType_INGESTION_CANCELED :: IngestionErrorType 
pattern IngestionErrorType_INGESTION_SUPERSEDED :: IngestionErrorType 
pattern IngestionErrorType_INTERNAL_SERVICE_ERROR :: IngestionErrorType 
pattern IngestionErrorType_INVALID_DATAPREP_SYNTAX :: IngestionErrorType 
pattern IngestionErrorType_INVALID_DATA_SOURCE_CONFIG :: IngestionErrorType 
pattern IngestionErrorType_INVALID_DATE_FORMAT :: IngestionErrorType 
pattern IngestionErrorType_IOT_DATA_SET_FILE_EMPTY :: IngestionErrorType 
pattern IngestionErrorType_IOT_FILE_NOT_FOUND :: IngestionErrorType 
pattern IngestionErrorType_OAUTH_TOKEN_FAILURE :: IngestionErrorType 
pattern IngestionErrorType_PASSWORD_AUTHENTICATION_FAILURE :: IngestionErrorType 
pattern IngestionErrorType_PERMISSION_DENIED :: IngestionErrorType 
pattern IngestionErrorType_PERMISSION_NOT_FOUND :: IngestionErrorType 
pattern IngestionErrorType_QUERY_TIMEOUT :: IngestionErrorType 
pattern IngestionErrorType_REFRESH_SUPPRESSED_BY_EDIT :: IngestionErrorType 
pattern IngestionErrorType_ROW_SIZE_LIMIT_EXCEEDED :: IngestionErrorType 
pattern IngestionErrorType_S3_FILE_INACCESSIBLE :: IngestionErrorType 
pattern IngestionErrorType_S3_MANIFEST_ERROR :: IngestionErrorType 
pattern IngestionErrorType_S3_UPLOADED_FILE_DELETED :: IngestionErrorType 
pattern IngestionErrorType_SOURCE_API_LIMIT_EXCEEDED_FAILURE :: IngestionErrorType 
pattern IngestionErrorType_SOURCE_RESOURCE_LIMIT_EXCEEDED :: IngestionErrorType 
pattern IngestionErrorType_SPICE_TABLE_NOT_FOUND :: IngestionErrorType 
pattern IngestionErrorType_SQL_EXCEPTION :: IngestionErrorType 
pattern IngestionErrorType_SQL_INVALID_PARAMETER_VALUE :: IngestionErrorType 
pattern IngestionErrorType_SQL_NUMERIC_OVERFLOW :: IngestionErrorType 
pattern IngestionErrorType_SQL_SCHEMA_MISMATCH_ERROR :: IngestionErrorType 
pattern IngestionErrorType_SQL_TABLE_NOT_FOUND :: IngestionErrorType 
pattern IngestionErrorType_SSL_CERTIFICATE_VALIDATION_FAILURE :: IngestionErrorType 
pattern IngestionErrorType_UNRESOLVABLE_HOST :: IngestionErrorType 
pattern IngestionErrorType_UNROUTABLE_HOST :: IngestionErrorType 

Instances

Instances details
FromJSON IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

FromJSONKey IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToJSON IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToJSONKey IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToByteString IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToHeader IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToLog IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToQuery IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

FromText IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToText IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

FromXML IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToXML IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Generic IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Associated Types

type Rep IngestionErrorType :: Type -> Type #

Read IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Show IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

NFData IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Methods

rnf :: IngestionErrorType -> () #

Eq IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Ord IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Hashable IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

type Rep IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

type Rep IngestionErrorType = D1 ('MetaData "IngestionErrorType" "Amazonka.QuickSight.Types.IngestionErrorType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IngestionErrorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionErrorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionRequestSource

newtype IngestionRequestSource Source #

Instances

Instances details
FromJSON IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

FromJSONKey IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToJSON IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToJSONKey IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToByteString IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToHeader IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToLog IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToQuery IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

FromText IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToText IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

FromXML IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToXML IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Generic IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Associated Types

type Rep IngestionRequestSource :: Type -> Type #

Read IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Show IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

NFData IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Methods

rnf :: IngestionRequestSource -> () #

Eq IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Ord IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Hashable IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

type Rep IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

type Rep IngestionRequestSource = D1 ('MetaData "IngestionRequestSource" "Amazonka.QuickSight.Types.IngestionRequestSource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IngestionRequestSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionRequestType

newtype IngestionRequestType Source #

This defines the type of ingestion request. This is returned as part of create ingestion response.

Instances

Instances details
FromJSON IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

FromJSONKey IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToJSON IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToJSONKey IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToByteString IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToHeader IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToLog IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToQuery IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

FromText IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToText IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

FromXML IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToXML IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Generic IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Associated Types

type Rep IngestionRequestType :: Type -> Type #

Read IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Show IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

NFData IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Methods

rnf :: IngestionRequestType -> () #

Eq IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Ord IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Hashable IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

type Rep IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

type Rep IngestionRequestType = D1 ('MetaData "IngestionRequestType" "Amazonka.QuickSight.Types.IngestionRequestType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IngestionRequestType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionRequestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionStatus

newtype IngestionStatus Source #

Constructors

IngestionStatus' 

Instances

Instances details
FromJSON IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

FromJSONKey IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToJSON IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToJSONKey IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToByteString IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToHeader IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToLog IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToQuery IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

FromText IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToText IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

FromXML IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToXML IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Methods

toXML :: IngestionStatus -> XML #

Generic IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Associated Types

type Rep IngestionStatus :: Type -> Type #

Read IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Show IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

NFData IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Methods

rnf :: IngestionStatus -> () #

Eq IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Ord IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Hashable IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

type Rep IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

type Rep IngestionStatus = D1 ('MetaData "IngestionStatus" "Amazonka.QuickSight.Types.IngestionStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IngestionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IngestionType

newtype IngestionType Source #

This defines the type of ingestion user wants to trigger. This is part of create ingestion request.

Constructors

IngestionType' 

Instances

Instances details
FromJSON IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromJSONKey IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToJSON IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToJSONKey IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToByteString IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToHeader IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToLog IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToQuery IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromText IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToText IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

toText :: IngestionType -> Text #

FromXML IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToXML IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

toXML :: IngestionType -> XML #

Generic IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Associated Types

type Rep IngestionType :: Type -> Type #

Read IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Show IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

NFData IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

rnf :: IngestionType -> () #

Eq IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Ord IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Hashable IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

type Rep IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

type Rep IngestionType = D1 ('MetaData "IngestionType" "Amazonka.QuickSight.Types.IngestionType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "IngestionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InputColumnDataType

newtype InputColumnDataType Source #

Instances

Instances details
FromJSON InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

FromJSONKey InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToJSON InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToJSONKey InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToByteString InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToHeader InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToLog InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToQuery InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

FromText InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToText InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

FromXML InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToXML InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Generic InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Associated Types

type Rep InputColumnDataType :: Type -> Type #

Read InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Show InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

NFData InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Methods

rnf :: InputColumnDataType -> () #

Eq InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Ord InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Hashable InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

type Rep InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

type Rep InputColumnDataType = D1 ('MetaData "InputColumnDataType" "Amazonka.QuickSight.Types.InputColumnDataType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "InputColumnDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInputColumnDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JoinType

newtype JoinType Source #

Constructors

JoinType' 

Fields

Bundled Patterns

pattern JoinType_INNER :: JoinType 
pattern JoinType_LEFT :: JoinType 
pattern JoinType_OUTER :: JoinType 
pattern JoinType_RIGHT :: JoinType 

Instances

Instances details
FromJSON JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

FromJSONKey JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToJSON JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToJSONKey JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToByteString JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

toBS :: JoinType -> ByteString #

ToHeader JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

toHeader :: HeaderName -> JoinType -> [Header] #

ToLog JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToQuery JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

FromText JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToText JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

toText :: JoinType -> Text #

FromXML JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToXML JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

toXML :: JoinType -> XML #

Generic JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Associated Types

type Rep JoinType :: Type -> Type #

Methods

from :: JoinType -> Rep JoinType x #

to :: Rep JoinType x -> JoinType #

Read JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Show JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

NFData JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

rnf :: JoinType -> () #

Eq JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Ord JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Hashable JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

hashWithSalt :: Int -> JoinType -> Int #

hash :: JoinType -> Int #

type Rep JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

type Rep JoinType = D1 ('MetaData "JoinType" "Amazonka.QuickSight.Types.JoinType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "JoinType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJoinType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LayoutElementType

newtype LayoutElementType Source #

Instances

Instances details
FromJSON LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

FromJSONKey LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToJSON LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToJSONKey LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToByteString LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToHeader LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToLog LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToQuery LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

FromText LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToText LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

FromXML LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

ToXML LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

Generic LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

Associated Types

type Rep LayoutElementType :: Type -> Type #

Read LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

Show LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

NFData LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

Methods

rnf :: LayoutElementType -> () #

Eq LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

Ord LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

Hashable LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

type Rep LayoutElementType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutElementType

type Rep LayoutElementType = D1 ('MetaData "LayoutElementType" "Amazonka.QuickSight.Types.LayoutElementType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "LayoutElementType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLayoutElementType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LegendPosition

newtype LegendPosition Source #

Constructors

LegendPosition' 

Instances

Instances details
FromJSON LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

FromJSONKey LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToJSON LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToJSONKey LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToByteString LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToHeader LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToLog LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToQuery LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

FromText LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToText LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

FromXML LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

ToXML LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

Methods

toXML :: LegendPosition -> XML #

Generic LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

Associated Types

type Rep LegendPosition :: Type -> Type #

Read LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

Show LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

NFData LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

Methods

rnf :: LegendPosition -> () #

Eq LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

Ord LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

Hashable LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

type Rep LegendPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendPosition

type Rep LegendPosition = D1 ('MetaData "LegendPosition" "Amazonka.QuickSight.Types.LegendPosition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "LegendPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLegendPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LineChartLineStyle

newtype LineChartLineStyle Source #

Instances

Instances details
FromJSON LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

FromJSONKey LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToJSON LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToJSONKey LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToByteString LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToHeader LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToLog LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToQuery LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

FromText LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToText LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

FromXML LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

ToXML LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

Generic LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

Associated Types

type Rep LineChartLineStyle :: Type -> Type #

Read LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

Show LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

NFData LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

Methods

rnf :: LineChartLineStyle -> () #

Eq LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

Ord LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

Hashable LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

type Rep LineChartLineStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyle

type Rep LineChartLineStyle = D1 ('MetaData "LineChartLineStyle" "Amazonka.QuickSight.Types.LineChartLineStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "LineChartLineStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLineChartLineStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LineChartMarkerShape

newtype LineChartMarkerShape Source #

Instances

Instances details
FromJSON LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

FromJSONKey LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToJSON LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToJSONKey LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToByteString LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToHeader LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToLog LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToQuery LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

FromText LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToText LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

FromXML LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

ToXML LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

Generic LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

Associated Types

type Rep LineChartMarkerShape :: Type -> Type #

Read LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

Show LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

NFData LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

Methods

rnf :: LineChartMarkerShape -> () #

Eq LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

Ord LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

Hashable LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

type Rep LineChartMarkerShape Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerShape

type Rep LineChartMarkerShape = D1 ('MetaData "LineChartMarkerShape" "Amazonka.QuickSight.Types.LineChartMarkerShape" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "LineChartMarkerShape'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLineChartMarkerShape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LineChartType

newtype LineChartType Source #

Constructors

LineChartType' 

Instances

Instances details
FromJSON LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

FromJSONKey LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToJSON LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToJSONKey LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToByteString LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToHeader LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToLog LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToQuery LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

FromText LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToText LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Methods

toText :: LineChartType -> Text #

FromXML LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

ToXML LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Methods

toXML :: LineChartType -> XML #

Generic LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Associated Types

type Rep LineChartType :: Type -> Type #

Read LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Show LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

NFData LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Methods

rnf :: LineChartType -> () #

Eq LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Ord LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

Hashable LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

type Rep LineChartType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartType

type Rep LineChartType = D1 ('MetaData "LineChartType" "Amazonka.QuickSight.Types.LineChartType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "LineChartType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLineChartType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LineInterpolation

newtype LineInterpolation Source #

Instances

Instances details
FromJSON LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

FromJSONKey LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToJSON LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToJSONKey LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToByteString LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToHeader LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToLog LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToQuery LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

FromText LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToText LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

FromXML LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

ToXML LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

Generic LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

Associated Types

type Rep LineInterpolation :: Type -> Type #

Read LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

Show LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

NFData LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

Methods

rnf :: LineInterpolation -> () #

Eq LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

Ord LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

Hashable LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

type Rep LineInterpolation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineInterpolation

type Rep LineInterpolation = D1 ('MetaData "LineInterpolation" "Amazonka.QuickSight.Types.LineInterpolation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "LineInterpolation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLineInterpolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MapZoomMode

newtype MapZoomMode Source #

Constructors

MapZoomMode' 

Bundled Patterns

pattern MapZoomMode_AUTO :: MapZoomMode 
pattern MapZoomMode_MANUAL :: MapZoomMode 

Instances

Instances details
FromJSON MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

FromJSONKey MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToJSON MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToJSONKey MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToByteString MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToHeader MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToLog MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToQuery MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

FromText MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToText MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Methods

toText :: MapZoomMode -> Text #

FromXML MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

ToXML MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Methods

toXML :: MapZoomMode -> XML #

Generic MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Associated Types

type Rep MapZoomMode :: Type -> Type #

Read MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Show MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

NFData MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Methods

rnf :: MapZoomMode -> () #

Eq MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Ord MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

Hashable MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

type Rep MapZoomMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MapZoomMode

type Rep MapZoomMode = D1 ('MetaData "MapZoomMode" "Amazonka.QuickSight.Types.MapZoomMode" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "MapZoomMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMapZoomMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaximumMinimumComputationType

newtype MaximumMinimumComputationType Source #

Instances

Instances details
FromJSON MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

FromJSONKey MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToJSON MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToJSONKey MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToByteString MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToHeader MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToLog MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToQuery MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

FromText MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToText MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

FromXML MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

ToXML MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

Generic MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

Associated Types

type Rep MaximumMinimumComputationType :: Type -> Type #

Read MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

Show MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

NFData MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

Eq MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

Ord MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

Hashable MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

type Rep MaximumMinimumComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputationType

type Rep MaximumMinimumComputationType = D1 ('MetaData "MaximumMinimumComputationType" "Amazonka.QuickSight.Types.MaximumMinimumComputationType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "MaximumMinimumComputationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaximumMinimumComputationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MemberType

newtype MemberType Source #

Constructors

MemberType' 

Fields

Bundled Patterns

pattern MemberType_ANALYSIS :: MemberType 
pattern MemberType_DASHBOARD :: MemberType 
pattern MemberType_DATASET :: MemberType 

Instances

Instances details
FromJSON MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

FromJSONKey MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToJSON MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToJSONKey MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToByteString MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToHeader MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToLog MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToQuery MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

FromText MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToText MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Methods

toText :: MemberType -> Text #

FromXML MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToXML MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Methods

toXML :: MemberType -> XML #

Generic MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Associated Types

type Rep MemberType :: Type -> Type #

Read MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Show MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

NFData MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Methods

rnf :: MemberType -> () #

Eq MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Ord MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Hashable MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

type Rep MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

type Rep MemberType = D1 ('MetaData "MemberType" "Amazonka.QuickSight.Types.MemberType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "MemberType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMemberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MissingDataTreatmentOption

newtype MissingDataTreatmentOption Source #

Instances

Instances details
FromJSON MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

FromJSONKey MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToJSON MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToJSONKey MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToByteString MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToHeader MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToLog MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToQuery MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

FromText MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToText MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

FromXML MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

ToXML MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

Generic MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

Associated Types

type Rep MissingDataTreatmentOption :: Type -> Type #

Read MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

Show MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

NFData MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

Eq MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

Ord MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

Hashable MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

type Rep MissingDataTreatmentOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataTreatmentOption

type Rep MissingDataTreatmentOption = D1 ('MetaData "MissingDataTreatmentOption" "Amazonka.QuickSight.Types.MissingDataTreatmentOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "MissingDataTreatmentOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMissingDataTreatmentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NamespaceErrorType

newtype NamespaceErrorType Source #

Instances

Instances details
FromJSON NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

FromJSONKey NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToJSON NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToJSONKey NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToByteString NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToHeader NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToLog NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToQuery NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

FromText NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToText NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

FromXML NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToXML NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Generic NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Associated Types

type Rep NamespaceErrorType :: Type -> Type #

Read NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Show NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

NFData NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Methods

rnf :: NamespaceErrorType -> () #

Eq NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Ord NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Hashable NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

type Rep NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

type Rep NamespaceErrorType = D1 ('MetaData "NamespaceErrorType" "Amazonka.QuickSight.Types.NamespaceErrorType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NamespaceErrorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNamespaceErrorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NamespaceStatus

newtype NamespaceStatus Source #

Constructors

NamespaceStatus' 

Instances

Instances details
FromJSON NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

FromJSONKey NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToJSON NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToJSONKey NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToByteString NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToHeader NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToLog NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToQuery NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

FromText NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToText NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

FromXML NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToXML NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Methods

toXML :: NamespaceStatus -> XML #

Generic NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Associated Types

type Rep NamespaceStatus :: Type -> Type #

Read NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Show NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

NFData NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Methods

rnf :: NamespaceStatus -> () #

Eq NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Ord NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Hashable NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

type Rep NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

type Rep NamespaceStatus = D1 ('MetaData "NamespaceStatus" "Amazonka.QuickSight.Types.NamespaceStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NamespaceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNamespaceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NegativeValueDisplayMode

newtype NegativeValueDisplayMode Source #

Instances

Instances details
FromJSON NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

FromJSONKey NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToJSON NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToJSONKey NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToByteString NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToHeader NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToLog NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToQuery NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

FromText NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToText NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

FromXML NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

ToXML NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

Generic NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

Associated Types

type Rep NegativeValueDisplayMode :: Type -> Type #

Read NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

Show NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

NFData NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

Eq NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

Ord NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

Hashable NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

type Rep NegativeValueDisplayMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueDisplayMode

type Rep NegativeValueDisplayMode = D1 ('MetaData "NegativeValueDisplayMode" "Amazonka.QuickSight.Types.NegativeValueDisplayMode" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NegativeValueDisplayMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNegativeValueDisplayMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumberScale

newtype NumberScale Source #

Constructors

NumberScale' 

Instances

Instances details
FromJSON NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

FromJSONKey NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToJSON NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToJSONKey NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToByteString NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToHeader NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToLog NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToQuery NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

FromText NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToText NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Methods

toText :: NumberScale -> Text #

FromXML NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

ToXML NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Methods

toXML :: NumberScale -> XML #

Generic NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Associated Types

type Rep NumberScale :: Type -> Type #

Read NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Show NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

NFData NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Methods

rnf :: NumberScale -> () #

Eq NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Ord NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

Hashable NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

type Rep NumberScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberScale

type Rep NumberScale = D1 ('MetaData "NumberScale" "Amazonka.QuickSight.Types.NumberScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NumberScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumberScale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumericEqualityMatchOperator

newtype NumericEqualityMatchOperator Source #

Instances

Instances details
FromJSON NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

FromJSONKey NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToJSON NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToJSONKey NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToByteString NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToHeader NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToLog NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToQuery NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

FromText NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToText NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

FromXML NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

ToXML NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

Generic NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

Associated Types

type Rep NumericEqualityMatchOperator :: Type -> Type #

Read NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

Show NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

NFData NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

Eq NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

Ord NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

Hashable NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

type Rep NumericEqualityMatchOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityMatchOperator

type Rep NumericEqualityMatchOperator = D1 ('MetaData "NumericEqualityMatchOperator" "Amazonka.QuickSight.Types.NumericEqualityMatchOperator" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NumericEqualityMatchOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumericEqualityMatchOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumericFilterSelectAllOptions

newtype NumericFilterSelectAllOptions Source #

Instances

Instances details
FromJSON NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

FromJSONKey NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToJSON NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToJSONKey NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToByteString NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToHeader NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToLog NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToQuery NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

FromText NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToText NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

FromXML NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

ToXML NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

Generic NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

Associated Types

type Rep NumericFilterSelectAllOptions :: Type -> Type #

Read NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

Show NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

NFData NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

Eq NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

Ord NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

Hashable NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

type Rep NumericFilterSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFilterSelectAllOptions

type Rep NumericFilterSelectAllOptions = D1 ('MetaData "NumericFilterSelectAllOptions" "Amazonka.QuickSight.Types.NumericFilterSelectAllOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NumericFilterSelectAllOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumericFilterSelectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumericSeparatorSymbol

newtype NumericSeparatorSymbol Source #

Instances

Instances details
FromJSON NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

FromJSONKey NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToJSON NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToJSONKey NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToByteString NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToHeader NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToLog NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToQuery NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

FromText NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToText NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

FromXML NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

ToXML NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

Generic NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

Associated Types

type Rep NumericSeparatorSymbol :: Type -> Type #

Read NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

Show NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

NFData NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

Methods

rnf :: NumericSeparatorSymbol -> () #

Eq NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

Ord NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

Hashable NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

type Rep NumericSeparatorSymbol Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorSymbol

type Rep NumericSeparatorSymbol = D1 ('MetaData "NumericSeparatorSymbol" "Amazonka.QuickSight.Types.NumericSeparatorSymbol" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "NumericSeparatorSymbol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumericSeparatorSymbol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OtherCategories

newtype OtherCategories Source #

Constructors

OtherCategories' 

Instances

Instances details
FromJSON OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

FromJSONKey OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToJSON OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToJSONKey OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToByteString OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToHeader OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToLog OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToQuery OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

FromText OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToText OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

FromXML OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

ToXML OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

Methods

toXML :: OtherCategories -> XML #

Generic OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

Associated Types

type Rep OtherCategories :: Type -> Type #

Read OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

Show OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

NFData OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

Methods

rnf :: OtherCategories -> () #

Eq OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

Ord OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

Hashable OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

type Rep OtherCategories Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OtherCategories

type Rep OtherCategories = D1 ('MetaData "OtherCategories" "Amazonka.QuickSight.Types.OtherCategories" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "OtherCategories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOtherCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PanelBorderStyle

newtype PanelBorderStyle Source #

Instances

Instances details
FromJSON PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

FromJSONKey PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToJSON PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToJSONKey PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToByteString PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToHeader PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToLog PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToQuery PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

FromText PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToText PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

FromXML PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

ToXML PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

Generic PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

Associated Types

type Rep PanelBorderStyle :: Type -> Type #

Read PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

Show PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

NFData PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

Methods

rnf :: PanelBorderStyle -> () #

Eq PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

Ord PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

Hashable PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

type Rep PanelBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelBorderStyle

type Rep PanelBorderStyle = D1 ('MetaData "PanelBorderStyle" "Amazonka.QuickSight.Types.PanelBorderStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PanelBorderStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPanelBorderStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PaperOrientation

newtype PaperOrientation Source #

Instances

Instances details
FromJSON PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

FromJSONKey PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToJSON PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToJSONKey PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToByteString PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToHeader PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToLog PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToQuery PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

FromText PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToText PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

FromXML PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

ToXML PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

Generic PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

Associated Types

type Rep PaperOrientation :: Type -> Type #

Read PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

Show PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

NFData PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

Methods

rnf :: PaperOrientation -> () #

Eq PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

Ord PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

Hashable PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

type Rep PaperOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperOrientation

type Rep PaperOrientation = D1 ('MetaData "PaperOrientation" "Amazonka.QuickSight.Types.PaperOrientation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PaperOrientation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPaperOrientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PaperSize

newtype PaperSize Source #

Constructors

PaperSize' 

Fields

Instances

Instances details
FromJSON PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

FromJSONKey PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToJSON PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToJSONKey PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToByteString PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Methods

toBS :: PaperSize -> ByteString #

ToHeader PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToLog PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToQuery PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

FromText PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToText PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Methods

toText :: PaperSize -> Text #

FromXML PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

ToXML PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Methods

toXML :: PaperSize -> XML #

Generic PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Associated Types

type Rep PaperSize :: Type -> Type #

Read PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Show PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

NFData PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Methods

rnf :: PaperSize -> () #

Eq PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Ord PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

Hashable PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

type Rep PaperSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaperSize

type Rep PaperSize = D1 ('MetaData "PaperSize" "Amazonka.QuickSight.Types.PaperSize" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PaperSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPaperSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParameterValueType

newtype ParameterValueType Source #

Instances

Instances details
FromJSON ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

FromJSONKey ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToJSON ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToJSONKey ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToByteString ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToHeader ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToLog ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToQuery ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

FromText ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToText ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

FromXML ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

ToXML ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

Generic ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

Associated Types

type Rep ParameterValueType :: Type -> Type #

Read ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

Show ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

NFData ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

Methods

rnf :: ParameterValueType -> () #

Eq ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

Ord ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

Hashable ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

type Rep ParameterValueType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterValueType

type Rep ParameterValueType = D1 ('MetaData "ParameterValueType" "Amazonka.QuickSight.Types.ParameterValueType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ParameterValueType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParameterValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PivotTableConditionalFormattingScopeRole

newtype PivotTableConditionalFormattingScopeRole Source #

Instances

Instances details
FromJSON PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

FromJSONKey PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToJSON PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToJSONKey PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToByteString PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToHeader PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToLog PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToQuery PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

FromText PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToText PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

FromXML PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

ToXML PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

Generic PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

Read PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

Show PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

NFData PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

Eq PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

Ord PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

Hashable PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

type Rep PivotTableConditionalFormattingScopeRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole

type Rep PivotTableConditionalFormattingScopeRole = D1 ('MetaData "PivotTableConditionalFormattingScopeRole" "Amazonka.QuickSight.Types.PivotTableConditionalFormattingScopeRole" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PivotTableConditionalFormattingScopeRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPivotTableConditionalFormattingScopeRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PivotTableMetricPlacement

newtype PivotTableMetricPlacement Source #

Instances

Instances details
FromJSON PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

FromJSONKey PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToJSON PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToJSONKey PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToByteString PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToHeader PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToLog PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToQuery PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

FromText PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToText PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

FromXML PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

ToXML PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

Generic PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

Associated Types

type Rep PivotTableMetricPlacement :: Type -> Type #

Read PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

Show PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

NFData PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

Eq PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

Ord PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

Hashable PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

type Rep PivotTableMetricPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableMetricPlacement

type Rep PivotTableMetricPlacement = D1 ('MetaData "PivotTableMetricPlacement" "Amazonka.QuickSight.Types.PivotTableMetricPlacement" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PivotTableMetricPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPivotTableMetricPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PivotTableSubtotalLevel

newtype PivotTableSubtotalLevel Source #

Instances

Instances details
FromJSON PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

FromJSONKey PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToJSON PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToJSONKey PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToByteString PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToHeader PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToLog PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToQuery PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

FromText PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToText PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

FromXML PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

ToXML PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

Generic PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

Associated Types

type Rep PivotTableSubtotalLevel :: Type -> Type #

Read PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

Show PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

NFData PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

Methods

rnf :: PivotTableSubtotalLevel -> () #

Eq PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

Ord PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

Hashable PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

type Rep PivotTableSubtotalLevel Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSubtotalLevel

type Rep PivotTableSubtotalLevel = D1 ('MetaData "PivotTableSubtotalLevel" "Amazonka.QuickSight.Types.PivotTableSubtotalLevel" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PivotTableSubtotalLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPivotTableSubtotalLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PrimaryValueDisplayType

newtype PrimaryValueDisplayType Source #

Instances

Instances details
FromJSON PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

FromJSONKey PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToJSON PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToJSONKey PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToByteString PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToHeader PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToLog PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToQuery PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

FromText PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToText PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

FromXML PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

ToXML PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

Generic PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

Associated Types

type Rep PrimaryValueDisplayType :: Type -> Type #

Read PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

Show PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

NFData PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

Methods

rnf :: PrimaryValueDisplayType -> () #

Eq PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

Ord PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

Hashable PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

type Rep PrimaryValueDisplayType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrimaryValueDisplayType

type Rep PrimaryValueDisplayType = D1 ('MetaData "PrimaryValueDisplayType" "Amazonka.QuickSight.Types.PrimaryValueDisplayType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "PrimaryValueDisplayType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPrimaryValueDisplayType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReferenceLineLabelHorizontalPosition

newtype ReferenceLineLabelHorizontalPosition Source #

Instances

Instances details
FromJSON ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

FromJSONKey ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToJSON ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToJSONKey ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToByteString ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToHeader ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToLog ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToQuery ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

FromText ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToText ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

FromXML ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

ToXML ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

Generic ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

Read ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

Show ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

NFData ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

Eq ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

Ord ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

Hashable ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

type Rep ReferenceLineLabelHorizontalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition

type Rep ReferenceLineLabelHorizontalPosition = D1 ('MetaData "ReferenceLineLabelHorizontalPosition" "Amazonka.QuickSight.Types.ReferenceLineLabelHorizontalPosition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ReferenceLineLabelHorizontalPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReferenceLineLabelHorizontalPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReferenceLineLabelVerticalPosition

newtype ReferenceLineLabelVerticalPosition Source #

Instances

Instances details
FromJSON ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

FromJSONKey ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToJSON ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToJSONKey ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToByteString ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToHeader ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToLog ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToQuery ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

FromText ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToText ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

FromXML ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

ToXML ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

Generic ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

Associated Types

type Rep ReferenceLineLabelVerticalPosition :: Type -> Type #

Read ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

Show ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

NFData ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

Eq ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

Ord ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

Hashable ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

type Rep ReferenceLineLabelVerticalPosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition

type Rep ReferenceLineLabelVerticalPosition = D1 ('MetaData "ReferenceLineLabelVerticalPosition" "Amazonka.QuickSight.Types.ReferenceLineLabelVerticalPosition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ReferenceLineLabelVerticalPosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReferenceLineLabelVerticalPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReferenceLinePatternType

newtype ReferenceLinePatternType Source #

Instances

Instances details
FromJSON ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

FromJSONKey ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToJSON ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToJSONKey ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToByteString ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToHeader ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToLog ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToQuery ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

FromText ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToText ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

FromXML ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

ToXML ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

Generic ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

Associated Types

type Rep ReferenceLinePatternType :: Type -> Type #

Read ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

Show ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

NFData ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

Eq ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

Ord ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

Hashable ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

type Rep ReferenceLinePatternType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLinePatternType

type Rep ReferenceLinePatternType = D1 ('MetaData "ReferenceLinePatternType" "Amazonka.QuickSight.Types.ReferenceLinePatternType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ReferenceLinePatternType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReferenceLinePatternType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReferenceLineValueLabelRelativePosition

newtype ReferenceLineValueLabelRelativePosition Source #

Instances

Instances details
FromJSON ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

FromJSONKey ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToJSON ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToJSONKey ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToByteString ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToHeader ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToLog ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToQuery ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

FromText ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToText ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

FromXML ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

ToXML ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

Generic ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

Read ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

Show ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

NFData ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

Eq ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

Ord ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

Hashable ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

type Rep ReferenceLineValueLabelRelativePosition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition

type Rep ReferenceLineValueLabelRelativePosition = D1 ('MetaData "ReferenceLineValueLabelRelativePosition" "Amazonka.QuickSight.Types.ReferenceLineValueLabelRelativePosition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ReferenceLineValueLabelRelativePosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReferenceLineValueLabelRelativePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelativeDateType

newtype RelativeDateType Source #

Instances

Instances details
FromJSON RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

FromJSONKey RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToJSON RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToJSONKey RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToByteString RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToHeader RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToLog RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToQuery RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

FromText RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToText RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

FromXML RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

ToXML RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

Generic RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

Associated Types

type Rep RelativeDateType :: Type -> Type #

Read RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

Show RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

NFData RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

Methods

rnf :: RelativeDateType -> () #

Eq RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

Ord RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

Hashable RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

type Rep RelativeDateType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateType

type Rep RelativeDateType = D1 ('MetaData "RelativeDateType" "Amazonka.QuickSight.Types.RelativeDateType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "RelativeDateType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelativeDateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelativeFontSize

newtype RelativeFontSize Source #

Instances

Instances details
FromJSON RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

FromJSONKey RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToJSON RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToJSONKey RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToByteString RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToHeader RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToLog RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToQuery RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

FromText RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToText RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

FromXML RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

ToXML RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

Generic RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

Associated Types

type Rep RelativeFontSize :: Type -> Type #

Read RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

Show RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

NFData RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

Methods

rnf :: RelativeFontSize -> () #

Eq RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

Ord RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

Hashable RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

type Rep RelativeFontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeFontSize

type Rep RelativeFontSize = D1 ('MetaData "RelativeFontSize" "Amazonka.QuickSight.Types.RelativeFontSize" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "RelativeFontSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelativeFontSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResizeOption

newtype ResizeOption Source #

Constructors

ResizeOption' 

Bundled Patterns

pattern ResizeOption_FIXED :: ResizeOption 
pattern ResizeOption_RESPONSIVE :: ResizeOption 

Instances

Instances details
FromJSON ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

FromJSONKey ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToJSON ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToJSONKey ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToByteString ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToHeader ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToLog ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToQuery ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

FromText ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToText ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Methods

toText :: ResizeOption -> Text #

FromXML ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

ToXML ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Methods

toXML :: ResizeOption -> XML #

Generic ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Associated Types

type Rep ResizeOption :: Type -> Type #

Read ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Show ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

NFData ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Methods

rnf :: ResizeOption -> () #

Eq ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Ord ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

Hashable ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

type Rep ResizeOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResizeOption

type Rep ResizeOption = D1 ('MetaData "ResizeOption" "Amazonka.QuickSight.Types.ResizeOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ResizeOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResizeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceStatus

newtype ResourceStatus Source #

Constructors

ResourceStatus' 

Instances

Instances details
FromJSON ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

FromJSONKey ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToJSON ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToJSONKey ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToByteString ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToHeader ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToLog ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToQuery ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

FromText ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToText ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

FromXML ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToXML ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Methods

toXML :: ResourceStatus -> XML #

Generic ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Associated Types

type Rep ResourceStatus :: Type -> Type #

Read ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Show ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

NFData ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Methods

rnf :: ResourceStatus -> () #

Eq ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Ord ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Hashable ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

type Rep ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

type Rep ResourceStatus = D1 ('MetaData "ResourceStatus" "Amazonka.QuickSight.Types.ResourceStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RowLevelPermissionFormatVersion

newtype RowLevelPermissionFormatVersion Source #

Instances

Instances details
FromJSON RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

FromJSONKey RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToJSON RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToJSONKey RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToByteString RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToHeader RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToLog RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToQuery RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

FromText RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToText RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

FromXML RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToXML RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Generic RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Associated Types

type Rep RowLevelPermissionFormatVersion :: Type -> Type #

Read RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Show RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

NFData RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Eq RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Ord RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Hashable RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

type Rep RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

type Rep RowLevelPermissionFormatVersion = D1 ('MetaData "RowLevelPermissionFormatVersion" "Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "RowLevelPermissionFormatVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRowLevelPermissionFormatVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RowLevelPermissionPolicy

newtype RowLevelPermissionPolicy Source #

Instances

Instances details
FromJSON RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

FromJSONKey RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToJSON RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToJSONKey RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToByteString RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToHeader RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToLog RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToQuery RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

FromText RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToText RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

FromXML RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToXML RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Generic RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Associated Types

type Rep RowLevelPermissionPolicy :: Type -> Type #

Read RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Show RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

NFData RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Eq RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Ord RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Hashable RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

type Rep RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

type Rep RowLevelPermissionPolicy = D1 ('MetaData "RowLevelPermissionPolicy" "Amazonka.QuickSight.Types.RowLevelPermissionPolicy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "RowLevelPermissionPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRowLevelPermissionPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SectionPageBreakStatus

newtype SectionPageBreakStatus Source #

Instances

Instances details
FromJSON SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

FromJSONKey SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToJSON SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToJSONKey SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToByteString SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToHeader SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToLog SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToQuery SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

FromText SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToText SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

FromXML SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

ToXML SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

Generic SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

Associated Types

type Rep SectionPageBreakStatus :: Type -> Type #

Read SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

Show SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

NFData SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

Methods

rnf :: SectionPageBreakStatus -> () #

Eq SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

Ord SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

Hashable SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

type Rep SectionPageBreakStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakStatus

type Rep SectionPageBreakStatus = D1 ('MetaData "SectionPageBreakStatus" "Amazonka.QuickSight.Types.SectionPageBreakStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SectionPageBreakStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSectionPageBreakStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SelectAllValueOptions

newtype SelectAllValueOptions Source #

Instances

Instances details
FromJSON SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

FromJSONKey SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToJSON SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToJSONKey SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToByteString SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToHeader SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToLog SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToQuery SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

FromText SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToText SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

FromXML SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

ToXML SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

Generic SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

Associated Types

type Rep SelectAllValueOptions :: Type -> Type #

Read SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

Show SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

NFData SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

Methods

rnf :: SelectAllValueOptions -> () #

Eq SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

Ord SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

Hashable SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

type Rep SelectAllValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectAllValueOptions

type Rep SelectAllValueOptions = D1 ('MetaData "SelectAllValueOptions" "Amazonka.QuickSight.Types.SelectAllValueOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SelectAllValueOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSelectAllValueOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SelectedFieldOptions

newtype SelectedFieldOptions Source #

Instances

Instances details
FromJSON SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

FromJSONKey SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToJSON SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToJSONKey SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToByteString SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToHeader SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToLog SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToQuery SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

FromText SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToText SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

FromXML SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

ToXML SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

Generic SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

Associated Types

type Rep SelectedFieldOptions :: Type -> Type #

Read SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

Show SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

NFData SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

Methods

rnf :: SelectedFieldOptions -> () #

Eq SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

Ord SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

Hashable SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

type Rep SelectedFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedFieldOptions

type Rep SelectedFieldOptions = D1 ('MetaData "SelectedFieldOptions" "Amazonka.QuickSight.Types.SelectedFieldOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SelectedFieldOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSelectedFieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SelectedTooltipType

newtype SelectedTooltipType Source #

Instances

Instances details
FromJSON SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

FromJSONKey SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToJSON SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToJSONKey SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToByteString SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToHeader SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToLog SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToQuery SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

FromText SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToText SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

FromXML SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

ToXML SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

Generic SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

Associated Types

type Rep SelectedTooltipType :: Type -> Type #

Read SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

Show SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

NFData SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

Methods

rnf :: SelectedTooltipType -> () #

Eq SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

Ord SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

Hashable SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

type Rep SelectedTooltipType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedTooltipType

type Rep SelectedTooltipType = D1 ('MetaData "SelectedTooltipType" "Amazonka.QuickSight.Types.SelectedTooltipType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SelectedTooltipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSelectedTooltipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SheetContentType

newtype SheetContentType Source #

Instances

Instances details
FromJSON SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

FromJSONKey SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToJSON SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToJSONKey SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToByteString SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToHeader SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToLog SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToQuery SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

FromText SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToText SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

FromXML SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

ToXML SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

Generic SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

Associated Types

type Rep SheetContentType :: Type -> Type #

Read SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

Show SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

NFData SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

Methods

rnf :: SheetContentType -> () #

Eq SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

Ord SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

Hashable SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

type Rep SheetContentType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetContentType

type Rep SheetContentType = D1 ('MetaData "SheetContentType" "Amazonka.QuickSight.Types.SheetContentType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SheetContentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSheetContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SheetControlDateTimePickerType

newtype SheetControlDateTimePickerType Source #

Instances

Instances details
FromJSON SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

FromJSONKey SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToJSON SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToJSONKey SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToByteString SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToHeader SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToLog SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToQuery SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

FromText SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToText SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

FromXML SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

ToXML SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

Generic SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

Associated Types

type Rep SheetControlDateTimePickerType :: Type -> Type #

Read SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

Show SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

NFData SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

Eq SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

Ord SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

Hashable SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

type Rep SheetControlDateTimePickerType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlDateTimePickerType

type Rep SheetControlDateTimePickerType = D1 ('MetaData "SheetControlDateTimePickerType" "Amazonka.QuickSight.Types.SheetControlDateTimePickerType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SheetControlDateTimePickerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSheetControlDateTimePickerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SheetControlListType

newtype SheetControlListType Source #

Instances

Instances details
FromJSON SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

FromJSONKey SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToJSON SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToJSONKey SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToByteString SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToHeader SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToLog SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToQuery SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

FromText SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToText SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

FromXML SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

ToXML SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

Generic SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

Associated Types

type Rep SheetControlListType :: Type -> Type #

Read SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

Show SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

NFData SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

Methods

rnf :: SheetControlListType -> () #

Eq SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

Ord SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

Hashable SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

type Rep SheetControlListType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlListType

type Rep SheetControlListType = D1 ('MetaData "SheetControlListType" "Amazonka.QuickSight.Types.SheetControlListType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SheetControlListType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSheetControlListType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SheetControlSliderType

newtype SheetControlSliderType Source #

Instances

Instances details
FromJSON SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

FromJSONKey SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToJSON SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToJSONKey SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToByteString SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToHeader SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToLog SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToQuery SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

FromText SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToText SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

FromXML SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

ToXML SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

Generic SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

Associated Types

type Rep SheetControlSliderType :: Type -> Type #

Read SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

Show SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

NFData SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

Methods

rnf :: SheetControlSliderType -> () #

Eq SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

Ord SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

Hashable SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

type Rep SheetControlSliderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlSliderType

type Rep SheetControlSliderType = D1 ('MetaData "SheetControlSliderType" "Amazonka.QuickSight.Types.SheetControlSliderType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SheetControlSliderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSheetControlSliderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SimpleNumericalAggregationFunction

newtype SimpleNumericalAggregationFunction Source #

Instances

Instances details
FromJSON SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

FromJSONKey SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToJSON SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToJSONKey SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToByteString SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToHeader SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToLog SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToQuery SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

FromText SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToText SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

FromXML SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

ToXML SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

Generic SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

Associated Types

type Rep SimpleNumericalAggregationFunction :: Type -> Type #

Read SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

Show SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

NFData SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

Eq SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

Ord SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

Hashable SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

type Rep SimpleNumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction

type Rep SimpleNumericalAggregationFunction = D1 ('MetaData "SimpleNumericalAggregationFunction" "Amazonka.QuickSight.Types.SimpleNumericalAggregationFunction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SimpleNumericalAggregationFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSimpleNumericalAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortDirection

newtype SortDirection Source #

Constructors

SortDirection' 

Bundled Patterns

pattern SortDirection_ASC :: SortDirection 
pattern SortDirection_DESC :: SortDirection 

Instances

Instances details
FromJSON SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

FromJSONKey SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToJSON SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToJSONKey SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToByteString SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToHeader SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToLog SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToQuery SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

FromText SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToText SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Methods

toText :: SortDirection -> Text #

FromXML SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

ToXML SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Methods

toXML :: SortDirection -> XML #

Generic SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Associated Types

type Rep SortDirection :: Type -> Type #

Read SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Show SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

NFData SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Methods

rnf :: SortDirection -> () #

Eq SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Ord SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

Hashable SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

type Rep SortDirection Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SortDirection

type Rep SortDirection = D1 ('MetaData "SortDirection" "Amazonka.QuickSight.Types.SortDirection" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "SortDirection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortDirection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Status

newtype Status Source #

Constructors

Status' 

Fields

Bundled Patterns

pattern Status_DISABLED :: Status 
pattern Status_ENABLED :: Status 

Instances

Instances details
FromJSON Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

FromJSONKey Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToJSON Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToJSONKey Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToByteString Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

toBS :: Status -> ByteString #

ToHeader Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

toHeader :: HeaderName -> Status -> [Header] #

ToLog Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToQuery Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

FromText Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToText Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

toText :: Status -> Text #

FromXML Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToXML Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

toXML :: Status -> XML #

Generic Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

Read Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Show Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

NFData Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

rnf :: Status -> () #

Eq Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Ord Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Hashable Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

hashWithSalt :: Int -> Status -> Int #

hash :: Status -> Int #

type Rep Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

type Rep Status = D1 ('MetaData "Status" "Amazonka.QuickSight.Types.Status" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "Status'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TableBorderStyle

newtype TableBorderStyle Source #

Instances

Instances details
FromJSON TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

FromJSONKey TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToJSON TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToJSONKey TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToByteString TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToHeader TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToLog TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToQuery TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

FromText TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToText TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

FromXML TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

ToXML TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

Generic TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

Associated Types

type Rep TableBorderStyle :: Type -> Type #

Read TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

Show TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

NFData TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

Methods

rnf :: TableBorderStyle -> () #

Eq TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

Ord TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

Hashable TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

type Rep TableBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderStyle

type Rep TableBorderStyle = D1 ('MetaData "TableBorderStyle" "Amazonka.QuickSight.Types.TableBorderStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TableBorderStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTableBorderStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TableCellImageScalingConfiguration

newtype TableCellImageScalingConfiguration Source #

Instances

Instances details
FromJSON TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

FromJSONKey TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToJSON TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToJSONKey TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToByteString TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToHeader TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToLog TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToQuery TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

FromText TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToText TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

FromXML TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

ToXML TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

Generic TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

Associated Types

type Rep TableCellImageScalingConfiguration :: Type -> Type #

Read TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

Show TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

NFData TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

Eq TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

Ord TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

Hashable TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

type Rep TableCellImageScalingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageScalingConfiguration

type Rep TableCellImageScalingConfiguration = D1 ('MetaData "TableCellImageScalingConfiguration" "Amazonka.QuickSight.Types.TableCellImageScalingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TableCellImageScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTableCellImageScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TableFieldIconSetType

newtype TableFieldIconSetType Source #

Instances

Instances details
FromJSON TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

FromJSONKey TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToJSON TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToJSONKey TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToByteString TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToHeader TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToLog TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToQuery TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

FromText TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToText TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

FromXML TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

ToXML TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

Generic TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

Associated Types

type Rep TableFieldIconSetType :: Type -> Type #

Read TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

Show TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

NFData TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

Methods

rnf :: TableFieldIconSetType -> () #

Eq TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

Ord TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

Hashable TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

type Rep TableFieldIconSetType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldIconSetType

type Rep TableFieldIconSetType = D1 ('MetaData "TableFieldIconSetType" "Amazonka.QuickSight.Types.TableFieldIconSetType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TableFieldIconSetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTableFieldIconSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TableOrientation

newtype TableOrientation Source #

Instances

Instances details
FromJSON TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

FromJSONKey TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToJSON TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToJSONKey TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToByteString TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToHeader TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToLog TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToQuery TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

FromText TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToText TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

FromXML TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

ToXML TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

Generic TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

Associated Types

type Rep TableOrientation :: Type -> Type #

Read TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

Show TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

NFData TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

Methods

rnf :: TableOrientation -> () #

Eq TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

Ord TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

Hashable TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

type Rep TableOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOrientation

type Rep TableOrientation = D1 ('MetaData "TableOrientation" "Amazonka.QuickSight.Types.TableOrientation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TableOrientation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTableOrientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TableTotalsPlacement

newtype TableTotalsPlacement Source #

Instances

Instances details
FromJSON TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

FromJSONKey TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToJSON TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToJSONKey TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToByteString TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToHeader TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToLog TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToQuery TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

FromText TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToText TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

FromXML TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

ToXML TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

Generic TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

Associated Types

type Rep TableTotalsPlacement :: Type -> Type #

Read TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

Show TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

NFData TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

Methods

rnf :: TableTotalsPlacement -> () #

Eq TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

Ord TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

Hashable TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

type Rep TableTotalsPlacement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsPlacement

type Rep TableTotalsPlacement = D1 ('MetaData "TableTotalsPlacement" "Amazonka.QuickSight.Types.TableTotalsPlacement" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TableTotalsPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTableTotalsPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TableTotalsScrollStatus

newtype TableTotalsScrollStatus Source #

Instances

Instances details
FromJSON TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

FromJSONKey TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToJSON TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToJSONKey TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToByteString TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToHeader TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToLog TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToQuery TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

FromText TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToText TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

FromXML TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

ToXML TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

Generic TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

Associated Types

type Rep TableTotalsScrollStatus :: Type -> Type #

Read TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

Show TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

NFData TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

Methods

rnf :: TableTotalsScrollStatus -> () #

Eq TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

Ord TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

Hashable TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

type Rep TableTotalsScrollStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableTotalsScrollStatus

type Rep TableTotalsScrollStatus = D1 ('MetaData "TableTotalsScrollStatus" "Amazonka.QuickSight.Types.TableTotalsScrollStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TableTotalsScrollStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTableTotalsScrollStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetVisualOptions

newtype TargetVisualOptions Source #

Instances

Instances details
FromJSON TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

FromJSONKey TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToJSON TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToJSONKey TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToByteString TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToHeader TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToLog TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToQuery TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

FromText TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToText TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

FromXML TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

ToXML TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

Generic TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

Associated Types

type Rep TargetVisualOptions :: Type -> Type #

Read TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

Show TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

NFData TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

Methods

rnf :: TargetVisualOptions -> () #

Eq TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

Ord TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

Hashable TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

type Rep TargetVisualOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TargetVisualOptions

type Rep TargetVisualOptions = D1 ('MetaData "TargetVisualOptions" "Amazonka.QuickSight.Types.TargetVisualOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TargetVisualOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetVisualOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateErrorType

newtype TemplateErrorType Source #

Instances

Instances details
FromJSON TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

FromJSONKey TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToJSON TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToJSONKey TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToByteString TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToHeader TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToLog TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToQuery TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

FromText TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToText TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

FromXML TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToXML TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Generic TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Associated Types

type Rep TemplateErrorType :: Type -> Type #

Read TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Show TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

NFData TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Methods

rnf :: TemplateErrorType -> () #

Eq TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Ord TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Hashable TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

type Rep TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

type Rep TemplateErrorType = D1 ('MetaData "TemplateErrorType" "Amazonka.QuickSight.Types.TemplateErrorType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TemplateErrorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateErrorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TextQualifier

newtype TextQualifier Source #

Constructors

TextQualifier' 

Instances

Instances details
FromJSON TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

FromJSONKey TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToJSON TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToJSONKey TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToByteString TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToHeader TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToLog TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToQuery TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

FromText TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToText TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Methods

toText :: TextQualifier -> Text #

FromXML TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToXML TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Methods

toXML :: TextQualifier -> XML #

Generic TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Associated Types

type Rep TextQualifier :: Type -> Type #

Read TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Show TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

NFData TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Methods

rnf :: TextQualifier -> () #

Eq TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Ord TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Hashable TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

type Rep TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

type Rep TextQualifier = D1 ('MetaData "TextQualifier" "Amazonka.QuickSight.Types.TextQualifier" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TextQualifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTextQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TextWrap

newtype TextWrap Source #

Constructors

TextWrap' 

Fields

Bundled Patterns

pattern TextWrap_NONE :: TextWrap 
pattern TextWrap_WRAP :: TextWrap 

Instances

Instances details
FromJSON TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

FromJSONKey TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

ToJSON TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

ToJSONKey TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

ToByteString TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Methods

toBS :: TextWrap -> ByteString #

ToHeader TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Methods

toHeader :: HeaderName -> TextWrap -> [Header] #

ToLog TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

ToQuery TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

FromText TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

ToText TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Methods

toText :: TextWrap -> Text #

FromXML TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

ToXML TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Methods

toXML :: TextWrap -> XML #

Generic TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Associated Types

type Rep TextWrap :: Type -> Type #

Methods

from :: TextWrap -> Rep TextWrap x #

to :: Rep TextWrap x -> TextWrap #

Read TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Show TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

NFData TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Methods

rnf :: TextWrap -> () #

Eq TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Ord TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Hashable TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

Methods

hashWithSalt :: Int -> TextWrap -> Int #

hash :: TextWrap -> Int #

type Rep TextWrap Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextWrap

type Rep TextWrap = D1 ('MetaData "TextWrap" "Amazonka.QuickSight.Types.TextWrap" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TextWrap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTextWrap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ThemeErrorType

newtype ThemeErrorType Source #

Constructors

ThemeErrorType' 

Bundled Patterns

pattern ThemeErrorType_INTERNAL_FAILURE :: ThemeErrorType 

Instances

Instances details
FromJSON ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

FromJSONKey ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToJSON ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToJSONKey ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToByteString ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToHeader ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToLog ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToQuery ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

FromText ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToText ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

FromXML ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToXML ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Methods

toXML :: ThemeErrorType -> XML #

Generic ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Associated Types

type Rep ThemeErrorType :: Type -> Type #

Read ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Show ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

NFData ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Methods

rnf :: ThemeErrorType -> () #

Eq ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Ord ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Hashable ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

type Rep ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

type Rep ThemeErrorType = D1 ('MetaData "ThemeErrorType" "Amazonka.QuickSight.Types.ThemeErrorType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ThemeErrorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromThemeErrorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ThemeType

newtype ThemeType Source #

Constructors

ThemeType' 

Fields

Bundled Patterns

pattern ThemeType_ALL :: ThemeType 
pattern ThemeType_CUSTOM :: ThemeType 
pattern ThemeType_QUICKSIGHT :: ThemeType 

Instances

Instances details
FromJSON ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

FromJSONKey ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToJSON ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToJSONKey ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToByteString ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Methods

toBS :: ThemeType -> ByteString #

ToHeader ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToLog ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToQuery ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

FromText ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToText ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Methods

toText :: ThemeType -> Text #

FromXML ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToXML ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Methods

toXML :: ThemeType -> XML #

Generic ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Associated Types

type Rep ThemeType :: Type -> Type #

Read ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Show ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

NFData ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Methods

rnf :: ThemeType -> () #

Eq ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Ord ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Hashable ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

type Rep ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

type Rep ThemeType = D1 ('MetaData "ThemeType" "Amazonka.QuickSight.Types.ThemeType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ThemeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromThemeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TimeGranularity

newtype TimeGranularity Source #

Constructors

TimeGranularity' 

Instances

Instances details
FromJSON TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

FromJSONKey TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToJSON TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToJSONKey TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToByteString TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToHeader TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToLog TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToQuery TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

FromText TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToText TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

FromXML TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

ToXML TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

Methods

toXML :: TimeGranularity -> XML #

Generic TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

Associated Types

type Rep TimeGranularity :: Type -> Type #

Read TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

Show TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

NFData TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

Methods

rnf :: TimeGranularity -> () #

Eq TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

Ord TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

Hashable TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

type Rep TimeGranularity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeGranularity

type Rep TimeGranularity = D1 ('MetaData "TimeGranularity" "Amazonka.QuickSight.Types.TimeGranularity" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TimeGranularity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTimeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TooltipTitleType

newtype TooltipTitleType Source #

Instances

Instances details
FromJSON TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

FromJSONKey TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToJSON TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToJSONKey TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToByteString TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToHeader TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToLog TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToQuery TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

FromText TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToText TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

FromXML TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

ToXML TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

Generic TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

Associated Types

type Rep TooltipTitleType :: Type -> Type #

Read TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

Show TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

NFData TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

Methods

rnf :: TooltipTitleType -> () #

Eq TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

Ord TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

Hashable TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

type Rep TooltipTitleType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipTitleType

type Rep TooltipTitleType = D1 ('MetaData "TooltipTitleType" "Amazonka.QuickSight.Types.TooltipTitleType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TooltipTitleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTooltipTitleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TopBottomComputationType

newtype TopBottomComputationType Source #

Instances

Instances details
FromJSON TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

FromJSONKey TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToJSON TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToJSONKey TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToByteString TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToHeader TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToLog TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToQuery TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

FromText TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToText TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

FromXML TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

ToXML TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

Generic TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

Associated Types

type Rep TopBottomComputationType :: Type -> Type #

Read TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

Show TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

NFData TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

Eq TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

Ord TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

Hashable TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

type Rep TopBottomComputationType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomComputationType

type Rep TopBottomComputationType = D1 ('MetaData "TopBottomComputationType" "Amazonka.QuickSight.Types.TopBottomComputationType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TopBottomComputationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTopBottomComputationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TopBottomSortOrder

newtype TopBottomSortOrder Source #

Instances

Instances details
FromJSON TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

FromJSONKey TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToJSON TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToJSONKey TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToByteString TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToHeader TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToLog TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToQuery TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

FromText TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToText TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

FromXML TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

ToXML TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

Generic TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

Associated Types

type Rep TopBottomSortOrder :: Type -> Type #

Read TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

Show TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

NFData TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

Methods

rnf :: TopBottomSortOrder -> () #

Eq TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

Ord TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

Hashable TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

type Rep TopBottomSortOrder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomSortOrder

type Rep TopBottomSortOrder = D1 ('MetaData "TopBottomSortOrder" "Amazonka.QuickSight.Types.TopBottomSortOrder" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "TopBottomSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTopBottomSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

URLTargetConfiguration

newtype URLTargetConfiguration Source #

Instances

Instances details
FromJSON URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

FromJSONKey URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToJSON URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToJSONKey URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToByteString URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToHeader URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToLog URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToQuery URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

FromText URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToText URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

FromXML URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

ToXML URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

Generic URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

Associated Types

type Rep URLTargetConfiguration :: Type -> Type #

Read URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

Show URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

NFData URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

Methods

rnf :: URLTargetConfiguration -> () #

Eq URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

Ord URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

Hashable URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

type Rep URLTargetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.URLTargetConfiguration

type Rep URLTargetConfiguration = D1 ('MetaData "URLTargetConfiguration" "Amazonka.QuickSight.Types.URLTargetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "URLTargetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromURLTargetConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserRole

newtype UserRole Source #

Constructors

UserRole' 

Fields

Instances

Instances details
FromJSON UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

FromJSONKey UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToJSON UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToJSONKey UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToByteString UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

toBS :: UserRole -> ByteString #

ToHeader UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

toHeader :: HeaderName -> UserRole -> [Header] #

ToLog UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToQuery UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

FromText UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToText UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

toText :: UserRole -> Text #

FromXML UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToXML UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

toXML :: UserRole -> XML #

Generic UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Associated Types

type Rep UserRole :: Type -> Type #

Methods

from :: UserRole -> Rep UserRole x #

to :: Rep UserRole x -> UserRole #

Read UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Show UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

NFData UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

rnf :: UserRole -> () #

Eq UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Ord UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Hashable UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

hashWithSalt :: Int -> UserRole -> Int #

hash :: UserRole -> Int #

type Rep UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

type Rep UserRole = D1 ('MetaData "UserRole" "Amazonka.QuickSight.Types.UserRole" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "UserRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ValueWhenUnsetOption

newtype ValueWhenUnsetOption Source #

Instances

Instances details
FromJSON ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

FromJSONKey ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToJSON ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToJSONKey ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToByteString ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToHeader ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToLog ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToQuery ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

FromText ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToText ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

FromXML ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

ToXML ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

Generic ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

Associated Types

type Rep ValueWhenUnsetOption :: Type -> Type #

Read ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

Show ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

NFData ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

Methods

rnf :: ValueWhenUnsetOption -> () #

Eq ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

Ord ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

Hashable ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

type Rep ValueWhenUnsetOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ValueWhenUnsetOption

type Rep ValueWhenUnsetOption = D1 ('MetaData "ValueWhenUnsetOption" "Amazonka.QuickSight.Types.ValueWhenUnsetOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "ValueWhenUnsetOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromValueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VerticalTextAlignment

newtype VerticalTextAlignment Source #

Instances

Instances details
FromJSON VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

FromJSONKey VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToJSON VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToJSONKey VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToByteString VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToHeader VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToLog VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToQuery VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

FromText VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToText VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

FromXML VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

ToXML VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

Generic VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

Associated Types

type Rep VerticalTextAlignment :: Type -> Type #

Read VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

Show VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

NFData VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

Methods

rnf :: VerticalTextAlignment -> () #

Eq VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

Ord VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

Hashable VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

type Rep VerticalTextAlignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VerticalTextAlignment

type Rep VerticalTextAlignment = D1 ('MetaData "VerticalTextAlignment" "Amazonka.QuickSight.Types.VerticalTextAlignment" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "VerticalTextAlignment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVerticalTextAlignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Visibility

newtype Visibility Source #

Constructors

Visibility' 

Fields

Bundled Patterns

pattern Visibility_HIDDEN :: Visibility 
pattern Visibility_VISIBLE :: Visibility 

Instances

Instances details
FromJSON Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

FromJSONKey Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToJSON Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToJSONKey Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToByteString Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToHeader Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToLog Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToQuery Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

FromText Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToText Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Methods

toText :: Visibility -> Text #

FromXML Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

ToXML Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Methods

toXML :: Visibility -> XML #

Generic Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Associated Types

type Rep Visibility :: Type -> Type #

Read Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Show Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

NFData Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Methods

rnf :: Visibility -> () #

Eq Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Ord Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

Hashable Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

type Rep Visibility Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visibility

type Rep Visibility = D1 ('MetaData "Visibility" "Amazonka.QuickSight.Types.Visibility" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "Visibility'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VisualCustomActionTrigger

newtype VisualCustomActionTrigger Source #

Instances

Instances details
FromJSON VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

FromJSONKey VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToJSON VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToJSONKey VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToByteString VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToHeader VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToLog VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToQuery VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

FromText VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToText VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

FromXML VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

ToXML VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

Generic VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

Associated Types

type Rep VisualCustomActionTrigger :: Type -> Type #

Read VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

Show VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

NFData VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

Eq VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

Ord VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

Hashable VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

type Rep VisualCustomActionTrigger Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomActionTrigger

type Rep VisualCustomActionTrigger = D1 ('MetaData "VisualCustomActionTrigger" "Amazonka.QuickSight.Types.VisualCustomActionTrigger" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "VisualCustomActionTrigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVisualCustomActionTrigger") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WidgetStatus

newtype WidgetStatus Source #

Constructors

WidgetStatus' 

Bundled Patterns

pattern WidgetStatus_DISABLED :: WidgetStatus 
pattern WidgetStatus_ENABLED :: WidgetStatus 

Instances

Instances details
FromJSON WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

FromJSONKey WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToJSON WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToJSONKey WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToByteString WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToHeader WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToLog WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToQuery WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

FromText WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToText WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Methods

toText :: WidgetStatus -> Text #

FromXML WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

ToXML WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Methods

toXML :: WidgetStatus -> XML #

Generic WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Associated Types

type Rep WidgetStatus :: Type -> Type #

Read WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Show WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

NFData WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Methods

rnf :: WidgetStatus -> () #

Eq WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Ord WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

Hashable WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

type Rep WidgetStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WidgetStatus

type Rep WidgetStatus = D1 ('MetaData "WidgetStatus" "Amazonka.QuickSight.Types.WidgetStatus" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "WidgetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWidgetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WordCloudCloudLayout

newtype WordCloudCloudLayout Source #

Instances

Instances details
FromJSON WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

FromJSONKey WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToJSON WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToJSONKey WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToByteString WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToHeader WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToLog WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToQuery WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

FromText WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToText WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

FromXML WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

ToXML WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

Generic WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

Associated Types

type Rep WordCloudCloudLayout :: Type -> Type #

Read WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

Show WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

NFData WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

Methods

rnf :: WordCloudCloudLayout -> () #

Eq WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

Ord WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

Hashable WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

type Rep WordCloudCloudLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudCloudLayout

type Rep WordCloudCloudLayout = D1 ('MetaData "WordCloudCloudLayout" "Amazonka.QuickSight.Types.WordCloudCloudLayout" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "WordCloudCloudLayout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWordCloudCloudLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WordCloudWordCasing

newtype WordCloudWordCasing Source #

Instances

Instances details
FromJSON WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

FromJSONKey WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToJSON WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToJSONKey WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToByteString WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToHeader WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToLog WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToQuery WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

FromText WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToText WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

FromXML WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

ToXML WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

Generic WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

Associated Types

type Rep WordCloudWordCasing :: Type -> Type #

Read WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

Show WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

NFData WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

Methods

rnf :: WordCloudWordCasing -> () #

Eq WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

Ord WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

Hashable WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

type Rep WordCloudWordCasing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordCasing

type Rep WordCloudWordCasing = D1 ('MetaData "WordCloudWordCasing" "Amazonka.QuickSight.Types.WordCloudWordCasing" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "WordCloudWordCasing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWordCloudWordCasing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WordCloudWordOrientation

newtype WordCloudWordOrientation Source #

Instances

Instances details
FromJSON WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

FromJSONKey WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToJSON WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToJSONKey WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToByteString WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToHeader WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToLog WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToQuery WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

FromText WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToText WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

FromXML WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

ToXML WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

Generic WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

Associated Types

type Rep WordCloudWordOrientation :: Type -> Type #

Read WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

Show WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

NFData WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

Eq WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

Ord WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

Hashable WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

type Rep WordCloudWordOrientation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordOrientation

type Rep WordCloudWordOrientation = D1 ('MetaData "WordCloudWordOrientation" "Amazonka.QuickSight.Types.WordCloudWordOrientation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "WordCloudWordOrientation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWordCloudWordOrientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WordCloudWordPadding

newtype WordCloudWordPadding Source #

Instances

Instances details
FromJSON WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

FromJSONKey WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToJSON WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToJSONKey WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToByteString WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToHeader WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToLog WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToQuery WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

FromText WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToText WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

FromXML WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

ToXML WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

Generic WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

Associated Types

type Rep WordCloudWordPadding :: Type -> Type #

Read WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

Show WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

NFData WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

Methods

rnf :: WordCloudWordPadding -> () #

Eq WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

Ord WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

Hashable WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

type Rep WordCloudWordPadding Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordPadding

type Rep WordCloudWordPadding = D1 ('MetaData "WordCloudWordPadding" "Amazonka.QuickSight.Types.WordCloudWordPadding" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "WordCloudWordPadding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWordCloudWordPadding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WordCloudWordScaling

newtype WordCloudWordScaling Source #

Instances

Instances details
FromJSON WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

FromJSONKey WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToJSON WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToJSONKey WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToByteString WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToHeader WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToLog WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToQuery WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

FromText WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToText WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

FromXML WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

ToXML WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

Generic WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

Associated Types

type Rep WordCloudWordScaling :: Type -> Type #

Read WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

Show WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

NFData WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

Methods

rnf :: WordCloudWordScaling -> () #

Eq WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

Ord WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

Hashable WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

type Rep WordCloudWordScaling Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudWordScaling

type Rep WordCloudWordScaling = D1 ('MetaData "WordCloudWordScaling" "Amazonka.QuickSight.Types.WordCloudWordScaling" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "WordCloudWordScaling'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWordCloudWordScaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountCustomization

data AccountCustomization Source #

The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.

See: newAccountCustomization smart constructor.

Constructors

AccountCustomization' 

Fields

Instances

Instances details
FromJSON AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

ToJSON AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Generic AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Associated Types

type Rep AccountCustomization :: Type -> Type #

Read AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Show AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

NFData AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Methods

rnf :: AccountCustomization -> () #

Eq AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Hashable AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

type Rep AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

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

newAccountCustomization :: AccountCustomization Source #

Create a value of AccountCustomization 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:defaultEmailCustomizationTemplate:AccountCustomization', accountCustomization_defaultEmailCustomizationTemplate - The default email customization template.

$sel:defaultTheme:AccountCustomization', accountCustomization_defaultTheme - The default theme for this Amazon QuickSight subscription.

accountCustomization_defaultTheme :: Lens' AccountCustomization (Maybe Text) Source #

The default theme for this Amazon QuickSight subscription.

AccountInfo

data AccountInfo Source #

A structure that contains the following account information elements:

  • Your Amazon QuickSight account name.
  • The edition of Amazon QuickSight that your account is using.
  • The notification email address that is associated with the Amazon QuickSight account.
  • The authentication type of the Amazon QuickSight account.
  • The status of the Amazon QuickSight account's subscription.

See: newAccountInfo smart constructor.

Constructors

AccountInfo' 

Fields

  • accountName :: Maybe Text

    The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.

  • accountSubscriptionStatus :: Maybe Text

    The status of your account subscription.

  • authenticationType :: Maybe Text

    The way that your Amazon QuickSight account is authenticated.

  • edition :: Maybe Edition

    The edition of your Amazon QuickSight account.

  • notificationEmail :: Maybe Text

    The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

Instances

Instances details
FromJSON AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Generic AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Associated Types

type Rep AccountInfo :: Type -> Type #

Read AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Show AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

NFData AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Methods

rnf :: AccountInfo -> () #

Eq AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

Hashable AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

type Rep AccountInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountInfo

type Rep AccountInfo = D1 ('MetaData "AccountInfo" "Amazonka.QuickSight.Types.AccountInfo" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AccountInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountSubscriptionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Edition)) :*: S1 ('MetaSel ('Just "notificationEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAccountInfo :: AccountInfo Source #

Create a value of AccountInfo 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:accountName:AccountInfo', accountInfo_accountName - The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.

$sel:accountSubscriptionStatus:AccountInfo', accountInfo_accountSubscriptionStatus - The status of your account subscription.

$sel:authenticationType:AccountInfo', accountInfo_authenticationType - The way that your Amazon QuickSight account is authenticated.

$sel:edition:AccountInfo', accountInfo_edition - The edition of your Amazon QuickSight account.

$sel:notificationEmail:AccountInfo', accountInfo_notificationEmail - The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

accountInfo_accountName :: Lens' AccountInfo (Maybe Text) Source #

The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.

accountInfo_accountSubscriptionStatus :: Lens' AccountInfo (Maybe Text) Source #

The status of your account subscription.

accountInfo_authenticationType :: Lens' AccountInfo (Maybe Text) Source #

The way that your Amazon QuickSight account is authenticated.

accountInfo_edition :: Lens' AccountInfo (Maybe Edition) Source #

The edition of your Amazon QuickSight account.

accountInfo_notificationEmail :: Lens' AccountInfo (Maybe Text) Source #

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

AccountSettings

data AccountSettings Source #

The Amazon QuickSight settings associated with your Amazon Web Services account.

See: newAccountSettings smart constructor.

Constructors

AccountSettings' 

Fields

  • accountName :: Maybe Text

    The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

  • defaultNamespace :: Maybe Text

    The default Amazon QuickSight namespace for your Amazon Web Services account.

  • edition :: Maybe Edition

    The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

  • notificationEmail :: Maybe Text

    The main notification email for your Amazon QuickSight subscription.

  • publicSharingEnabled :: Maybe Bool

    A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.

  • terminationProtectionEnabled :: Maybe Bool

    A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.

Instances

Instances details
FromJSON AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Generic AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Associated Types

type Rep AccountSettings :: Type -> Type #

Read AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Show AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Eq AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

type Rep AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

type Rep AccountSettings = D1 ('MetaData "AccountSettings" "Amazonka.QuickSight.Types.AccountSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Edition)))) :*: (S1 ('MetaSel ('Just "notificationEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publicSharingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "terminationProtectionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newAccountSettings :: AccountSettings Source #

Create a value of AccountSettings 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:accountName:AccountSettings', accountSettings_accountName - The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

$sel:defaultNamespace:AccountSettings', accountSettings_defaultNamespace - The default Amazon QuickSight namespace for your Amazon Web Services account.

$sel:edition:AccountSettings', accountSettings_edition - The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

$sel:notificationEmail:AccountSettings', accountSettings_notificationEmail - The main notification email for your Amazon QuickSight subscription.

$sel:publicSharingEnabled:AccountSettings', accountSettings_publicSharingEnabled - A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.

$sel:terminationProtectionEnabled:AccountSettings', accountSettings_terminationProtectionEnabled - A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.

accountSettings_accountName :: Lens' AccountSettings (Maybe Text) Source #

The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

accountSettings_defaultNamespace :: Lens' AccountSettings (Maybe Text) Source #

The default Amazon QuickSight namespace for your Amazon Web Services account.

accountSettings_edition :: Lens' AccountSettings (Maybe Edition) Source #

The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

accountSettings_notificationEmail :: Lens' AccountSettings (Maybe Text) Source #

The main notification email for your Amazon QuickSight subscription.

accountSettings_publicSharingEnabled :: Lens' AccountSettings (Maybe Bool) Source #

A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.

accountSettings_terminationProtectionEnabled :: Lens' AccountSettings (Maybe Bool) Source #

A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.

ActiveIAMPolicyAssignment

data ActiveIAMPolicyAssignment Source #

The active Identity and Access Management (IAM) policy assignment.

See: newActiveIAMPolicyAssignment smart constructor.

Constructors

ActiveIAMPolicyAssignment' 

Fields

Instances

Instances details
FromJSON ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Generic ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Associated Types

type Rep ActiveIAMPolicyAssignment :: Type -> Type #

Read ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Show ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

NFData ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Eq ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Hashable ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

type Rep ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

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

newActiveIAMPolicyAssignment :: ActiveIAMPolicyAssignment Source #

Create a value of ActiveIAMPolicyAssignment 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:assignmentName:ActiveIAMPolicyAssignment', activeIAMPolicyAssignment_assignmentName - A name for the IAM policy assignment.

$sel:policyArn:ActiveIAMPolicyAssignment', activeIAMPolicyAssignment_policyArn - The Amazon Resource Name (ARN) of the resource.

activeIAMPolicyAssignment_policyArn :: Lens' ActiveIAMPolicyAssignment (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

AdHocFilteringOption

data AdHocFilteringOption Source #

An ad hoc (one-time) filtering option.

See: newAdHocFilteringOption smart constructor.

Constructors

AdHocFilteringOption' 

Fields

Instances

Instances details
ToJSON AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Generic AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Associated Types

type Rep AdHocFilteringOption :: Type -> Type #

Read AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Show AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

NFData AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Methods

rnf :: AdHocFilteringOption -> () #

Eq AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Hashable AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

type Rep AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

type Rep AdHocFilteringOption = D1 ('MetaData "AdHocFilteringOption" "Amazonka.QuickSight.Types.AdHocFilteringOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AdHocFilteringOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardBehavior))))

newAdHocFilteringOption :: AdHocFilteringOption Source #

Create a value of AdHocFilteringOption 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:availabilityStatus:AdHocFilteringOption', adHocFilteringOption_availabilityStatus - Availability status.

AggregationFunction

data AggregationFunction Source #

An aggregation function aggregates values from a dimension or measure.

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

See: newAggregationFunction smart constructor.

Constructors

AggregationFunction' 

Fields

Instances

Instances details
FromJSON AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

ToJSON AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

Generic AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

Associated Types

type Rep AggregationFunction :: Type -> Type #

Read AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

Show AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

NFData AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

Methods

rnf :: AggregationFunction -> () #

Eq AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

Hashable AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

type Rep AggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationFunction

type Rep AggregationFunction = D1 ('MetaData "AggregationFunction" "Amazonka.QuickSight.Types.AggregationFunction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AggregationFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalAggregationFunction)) :*: (S1 ('MetaSel ('Just "dateAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateAggregationFunction)) :*: S1 ('MetaSel ('Just "numericalAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericalAggregationFunction)))))

newAggregationFunction :: AggregationFunction Source #

Create a value of AggregationFunction 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:categoricalAggregationFunction:AggregationFunction', aggregationFunction_categoricalAggregationFunction - Aggregation for categorical values.

  • COUNT: Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT: Aggregate by the total number of distinct values.

$sel:dateAggregationFunction:AggregationFunction', aggregationFunction_dateAggregationFunction - Aggregation for date values.

  • COUNT: Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT: Aggregate by the total number of distinct values.
  • MIN: Select the smallest date value.
  • MAX: Select the largest date value.

$sel:numericalAggregationFunction:AggregationFunction', aggregationFunction_numericalAggregationFunction - Aggregation for numerical values.

aggregationFunction_categoricalAggregationFunction :: Lens' AggregationFunction (Maybe CategoricalAggregationFunction) Source #

Aggregation for categorical values.

  • COUNT: Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT: Aggregate by the total number of distinct values.

aggregationFunction_dateAggregationFunction :: Lens' AggregationFunction (Maybe DateAggregationFunction) Source #

Aggregation for date values.

  • COUNT: Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT: Aggregate by the total number of distinct values.
  • MIN: Select the smallest date value.
  • MAX: Select the largest date value.

AggregationSortConfiguration

data AggregationSortConfiguration Source #

The configuration options to sort aggregated values.

See: newAggregationSortConfiguration smart constructor.

Constructors

AggregationSortConfiguration' 

Fields

Instances

Instances details
FromJSON AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

ToJSON AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

Generic AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

Associated Types

type Rep AggregationSortConfiguration :: Type -> Type #

Read AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

Show AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

NFData AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

Eq AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

Hashable AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

type Rep AggregationSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AggregationSortConfiguration

type Rep AggregationSortConfiguration = D1 ('MetaData "AggregationSortConfiguration" "Amazonka.QuickSight.Types.AggregationSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AggregationSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: (S1 ('MetaSel ('Just "sortDirection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortDirection) :*: S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AggregationFunction))))

newAggregationSortConfiguration Source #

Create a value of AggregationSortConfiguration 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:column:AggregationSortConfiguration', aggregationSortConfiguration_column - The column that determines the sort order of aggregated values.

$sel:sortDirection:AggregationSortConfiguration', aggregationSortConfiguration_sortDirection - The sort direction of values.

  • ASC: Sort in ascending order.
  • DESC: Sort in descending order.

$sel:aggregationFunction:AggregationSortConfiguration', aggregationSortConfiguration_aggregationFunction - The function that aggregates the values in Column.

aggregationSortConfiguration_column :: Lens' AggregationSortConfiguration ColumnIdentifier Source #

The column that determines the sort order of aggregated values.

aggregationSortConfiguration_sortDirection :: Lens' AggregationSortConfiguration SortDirection Source #

The sort direction of values.

  • ASC: Sort in ascending order.
  • DESC: Sort in descending order.

AmazonElasticsearchParameters

data AmazonElasticsearchParameters Source #

The parameters for OpenSearch.

See: newAmazonElasticsearchParameters smart constructor.

Constructors

AmazonElasticsearchParameters' 

Fields

Instances

Instances details
FromJSON AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

ToJSON AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Generic AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Associated Types

type Rep AmazonElasticsearchParameters :: Type -> Type #

Read AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Show AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

NFData AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Eq AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Hashable AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

type Rep AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

type Rep AmazonElasticsearchParameters = D1 ('MetaData "AmazonElasticsearchParameters" "Amazonka.QuickSight.Types.AmazonElasticsearchParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AmazonElasticsearchParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAmazonElasticsearchParameters Source #

Create a value of AmazonElasticsearchParameters 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:domain:AmazonElasticsearchParameters', amazonElasticsearchParameters_domain - The OpenSearch domain.

AmazonOpenSearchParameters

data AmazonOpenSearchParameters Source #

The parameters for OpenSearch.

See: newAmazonOpenSearchParameters smart constructor.

Constructors

AmazonOpenSearchParameters' 

Fields

Instances

Instances details
FromJSON AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

ToJSON AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Generic AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Associated Types

type Rep AmazonOpenSearchParameters :: Type -> Type #

Read AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Show AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

NFData AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Eq AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Hashable AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

type Rep AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

type Rep AmazonOpenSearchParameters = D1 ('MetaData "AmazonOpenSearchParameters" "Amazonka.QuickSight.Types.AmazonOpenSearchParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AmazonOpenSearchParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAmazonOpenSearchParameters Source #

Create a value of AmazonOpenSearchParameters 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:domain:AmazonOpenSearchParameters', amazonOpenSearchParameters_domain - The OpenSearch domain.

Analysis

data Analysis Source #

Metadata structure for an analysis in Amazon QuickSight

See: newAnalysis smart constructor.

Constructors

Analysis' 

Fields

Instances

Instances details
FromJSON Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Generic Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Associated Types

type Rep Analysis :: Type -> Type #

Methods

from :: Analysis -> Rep Analysis x #

to :: Rep Analysis x -> Analysis #

Read Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Show Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

NFData Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Methods

rnf :: Analysis -> () #

Eq Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Hashable Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Methods

hashWithSalt :: Int -> Analysis -> Int #

hash :: Analysis -> Int #

type Rep Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

newAnalysis :: Analysis Source #

Create a value of Analysis 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:analysisId:Analysis', analysis_analysisId - The ID of the analysis.

$sel:arn:Analysis', analysis_arn - The Amazon Resource Name (ARN) of the analysis.

$sel:createdTime:Analysis', analysis_createdTime - The time that the analysis was created.

$sel:dataSetArns:Analysis', analysis_dataSetArns - The ARNs of the datasets of the analysis.

$sel:errors:Analysis', analysis_errors - Errors associated with the analysis.

$sel:lastUpdatedTime:Analysis', analysis_lastUpdatedTime - The time that the analysis was last updated.

Analysis, analysis_name - The descriptive name of the analysis.

$sel:sheets:Analysis', analysis_sheets - A list of the associated sheets with the unique identifier and name of each sheet.

$sel:status:Analysis', analysis_status - Status associated with the analysis.

$sel:themeArn:Analysis', analysis_themeArn - The ARN of the theme of the analysis.

analysis_analysisId :: Lens' Analysis (Maybe Text) Source #

The ID of the analysis.

analysis_arn :: Lens' Analysis (Maybe Text) Source #

The Amazon Resource Name (ARN) of the analysis.

analysis_createdTime :: Lens' Analysis (Maybe UTCTime) Source #

The time that the analysis was created.

analysis_dataSetArns :: Lens' Analysis (Maybe [Text]) Source #

The ARNs of the datasets of the analysis.

analysis_errors :: Lens' Analysis (Maybe (NonEmpty AnalysisError)) Source #

Errors associated with the analysis.

analysis_lastUpdatedTime :: Lens' Analysis (Maybe UTCTime) Source #

The time that the analysis was last updated.

analysis_name :: Lens' Analysis (Maybe Text) Source #

The descriptive name of the analysis.

analysis_sheets :: Lens' Analysis (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

analysis_status :: Lens' Analysis (Maybe ResourceStatus) Source #

Status associated with the analysis.

analysis_themeArn :: Lens' Analysis (Maybe Text) Source #

The ARN of the theme of the analysis.

AnalysisDefaults

data AnalysisDefaults Source #

The configuration for default analysis settings.

See: newAnalysisDefaults smart constructor.

Constructors

AnalysisDefaults' 

Fields

Instances

Instances details
FromJSON AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

ToJSON AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

Generic AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

Associated Types

type Rep AnalysisDefaults :: Type -> Type #

Read AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

Show AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

NFData AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

Methods

rnf :: AnalysisDefaults -> () #

Eq AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

Hashable AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

type Rep AnalysisDefaults Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefaults

type Rep AnalysisDefaults = D1 ('MetaData "AnalysisDefaults" "Amazonka.QuickSight.Types.AnalysisDefaults" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisDefaults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultNewSheetConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DefaultNewSheetConfiguration)))

newAnalysisDefaults Source #

Create a value of AnalysisDefaults 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:defaultNewSheetConfiguration:AnalysisDefaults', analysisDefaults_defaultNewSheetConfiguration - The configuration for default new sheet settings.

AnalysisDefinition

data AnalysisDefinition Source #

The definition of an analysis.

See: newAnalysisDefinition smart constructor.

Constructors

AnalysisDefinition' 

Fields

Instances

Instances details
FromJSON AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

ToJSON AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

Generic AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

Associated Types

type Rep AnalysisDefinition :: Type -> Type #

Show AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

NFData AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

Methods

rnf :: AnalysisDefinition -> () #

Eq AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

Hashable AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

type Rep AnalysisDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisDefinition

type Rep AnalysisDefinition = D1 ('MetaData "AnalysisDefinition" "Amazonka.QuickSight.Types.AnalysisDefinition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analysisDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisDefaults)) :*: (S1 ('MetaSel ('Just "calculatedFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CalculatedField])) :*: S1 ('MetaSel ('Just "columnConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnConfiguration])))) :*: ((S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterGroup])) :*: S1 ('MetaSel ('Just "parameterDeclarations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterDeclaration]))) :*: (S1 ('MetaSel ('Just "sheets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SheetDefinition])) :*: S1 ('MetaSel ('Just "dataSetIdentifierDeclarations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSetIdentifierDeclaration))))))

newAnalysisDefinition Source #

Create a value of AnalysisDefinition 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:analysisDefaults:AnalysisDefinition', analysisDefinition_analysisDefaults - Undocumented member.

$sel:calculatedFields:AnalysisDefinition', analysisDefinition_calculatedFields - An array of calculated field definitions for the analysis.

$sel:columnConfigurations:AnalysisDefinition', analysisDefinition_columnConfigurations - An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.

$sel:filterGroups:AnalysisDefinition', analysisDefinition_filterGroups - Filter definitions for an analysis.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

$sel:parameterDeclarations:AnalysisDefinition', analysisDefinition_parameterDeclarations - An array of parameter declarations for an analysis.

Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

$sel:sheets:AnalysisDefinition', analysisDefinition_sheets - An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.

$sel:dataSetIdentifierDeclarations:AnalysisDefinition', analysisDefinition_dataSetIdentifierDeclarations - An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.

analysisDefinition_calculatedFields :: Lens' AnalysisDefinition (Maybe [CalculatedField]) Source #

An array of calculated field definitions for the analysis.

analysisDefinition_columnConfigurations :: Lens' AnalysisDefinition (Maybe [ColumnConfiguration]) Source #

An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.

analysisDefinition_filterGroups :: Lens' AnalysisDefinition (Maybe [FilterGroup]) Source #

Filter definitions for an analysis.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

analysisDefinition_parameterDeclarations :: Lens' AnalysisDefinition (Maybe [ParameterDeclaration]) Source #

An array of parameter declarations for an analysis.

Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

analysisDefinition_sheets :: Lens' AnalysisDefinition (Maybe [SheetDefinition]) Source #

An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.

analysisDefinition_dataSetIdentifierDeclarations :: Lens' AnalysisDefinition (NonEmpty DataSetIdentifierDeclaration) Source #

An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.

AnalysisError

data AnalysisError Source #

Analysis error.

See: newAnalysisError smart constructor.

Constructors

AnalysisError' 

Fields

Instances

Instances details
FromJSON AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Generic AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Associated Types

type Rep AnalysisError :: Type -> Type #

Read AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Show AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

NFData AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Methods

rnf :: AnalysisError -> () #

Eq AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Hashable AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

type Rep AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

type Rep AnalysisError = D1 ('MetaData "AnalysisError" "Amazonka.QuickSight.Types.AnalysisError" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisErrorType)) :*: S1 ('MetaSel ('Just "violatedEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entity])))))

newAnalysisError :: AnalysisError Source #

Create a value of AnalysisError 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:message:AnalysisError', analysisError_message - The message associated with the analysis error.

$sel:type':AnalysisError', analysisError_type - The type of the analysis error.

$sel:violatedEntities:AnalysisError', analysisError_violatedEntities -

analysisError_message :: Lens' AnalysisError (Maybe Text) Source #

The message associated with the analysis error.

AnalysisSearchFilter

data AnalysisSearchFilter Source #

A filter that you apply when searching for one or more analyses.

See: newAnalysisSearchFilter smart constructor.

Constructors

AnalysisSearchFilter' 

Fields

  • name :: Maybe AnalysisFilterAttribute

    The name of the value that you want to use as a filter, for example "Name": "QUICKSIGHT_OWNER".

    Valid values are defined as follows:

    • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the analysis' owners or viewers are returned. Implicit permissions from folders or groups are considered.
    • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are considered.
    • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as the only owner of the analysis are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners or viewers of the analyses are returned. Implicit permissions from folders or groups are not considered.
    • ANALYSIS_NAME: Any analyses whose names have a substring match to this value will be returned.
  • operator :: Maybe FilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

    If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

    If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"ANALYSIS_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value ANALYSIS_NAME.

  • value :: Maybe Text

    The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example "Value". An example is "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

Instances

Instances details
ToJSON AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Generic AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Associated Types

type Rep AnalysisSearchFilter :: Type -> Type #

Read AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Show AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

NFData AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Methods

rnf :: AnalysisSearchFilter -> () #

Eq AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Hashable AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

type Rep AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

type Rep AnalysisSearchFilter = D1 ('MetaData "AnalysisSearchFilter" "Amazonka.QuickSight.Types.AnalysisSearchFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisFilterAttribute)) :*: (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterOperator)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAnalysisSearchFilter :: AnalysisSearchFilter Source #

Create a value of AnalysisSearchFilter 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:name:AnalysisSearchFilter', analysisSearchFilter_name - The name of the value that you want to use as a filter, for example "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the analysis' owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as the only owner of the analysis are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners or viewers of the analyses are returned. Implicit permissions from folders or groups are not considered.
  • ANALYSIS_NAME: Any analyses whose names have a substring match to this value will be returned.

$sel:operator:AnalysisSearchFilter', analysisSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"ANALYSIS_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value ANALYSIS_NAME.

$sel:value:AnalysisSearchFilter', analysisSearchFilter_value - The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example "Value". An example is "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

analysisSearchFilter_name :: Lens' AnalysisSearchFilter (Maybe AnalysisFilterAttribute) Source #

The name of the value that you want to use as a filter, for example "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the analysis' owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as the only owner of the analysis are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners or viewers of the analyses are returned. Implicit permissions from folders or groups are not considered.
  • ANALYSIS_NAME: Any analyses whose names have a substring match to this value will be returned.

analysisSearchFilter_operator :: Lens' AnalysisSearchFilter (Maybe FilterOperator) Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"ANALYSIS_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value ANALYSIS_NAME.

analysisSearchFilter_value :: Lens' AnalysisSearchFilter (Maybe Text) Source #

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example "Value". An example is "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

AnalysisSourceEntity

data AnalysisSourceEntity Source #

The source entity of an analysis.

See: newAnalysisSourceEntity smart constructor.

Constructors

AnalysisSourceEntity' 

Fields

Instances

Instances details
ToJSON AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Generic AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Associated Types

type Rep AnalysisSourceEntity :: Type -> Type #

Read AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Show AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

NFData AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Methods

rnf :: AnalysisSourceEntity -> () #

Eq AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Hashable AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

type Rep AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

type Rep AnalysisSourceEntity = D1 ('MetaData "AnalysisSourceEntity" "Amazonka.QuickSight.Types.AnalysisSourceEntity" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisSourceEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisSourceTemplate))))

newAnalysisSourceEntity :: AnalysisSourceEntity Source #

Create a value of AnalysisSourceEntity 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:sourceTemplate:AnalysisSourceEntity', analysisSourceEntity_sourceTemplate - The source template for the source entity of the analysis.

analysisSourceEntity_sourceTemplate :: Lens' AnalysisSourceEntity (Maybe AnalysisSourceTemplate) Source #

The source template for the source entity of the analysis.

AnalysisSourceTemplate

data AnalysisSourceTemplate Source #

The source template of an analysis.

See: newAnalysisSourceTemplate smart constructor.

Constructors

AnalysisSourceTemplate' 

Fields

Instances

Instances details
ToJSON AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Generic AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Associated Types

type Rep AnalysisSourceTemplate :: Type -> Type #

Read AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Show AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

NFData AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Methods

rnf :: AnalysisSourceTemplate -> () #

Eq AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Hashable AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

type Rep AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

type Rep AnalysisSourceTemplate = D1 ('MetaData "AnalysisSourceTemplate" "Amazonka.QuickSight.Types.AnalysisSourceTemplate" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisSourceTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetReferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSetReference)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnalysisSourceTemplate Source #

Create a value of AnalysisSourceTemplate 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:dataSetReferences:AnalysisSourceTemplate', analysisSourceTemplate_dataSetReferences - The dataset references of the source template of an analysis.

$sel:arn:AnalysisSourceTemplate', analysisSourceTemplate_arn - The Amazon Resource Name (ARN) of the source template of an analysis.

analysisSourceTemplate_dataSetReferences :: Lens' AnalysisSourceTemplate (NonEmpty DataSetReference) Source #

The dataset references of the source template of an analysis.

analysisSourceTemplate_arn :: Lens' AnalysisSourceTemplate Text Source #

The Amazon Resource Name (ARN) of the source template of an analysis.

AnalysisSummary

data AnalysisSummary Source #

The summary metadata that describes an analysis.

See: newAnalysisSummary smart constructor.

Constructors

AnalysisSummary' 

Fields

Instances

Instances details
FromJSON AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Generic AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Associated Types

type Rep AnalysisSummary :: Type -> Type #

Read AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Show AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

NFData AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Methods

rnf :: AnalysisSummary -> () #

Eq AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Hashable AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

type Rep AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

type Rep AnalysisSummary = D1 ('MetaData "AnalysisSummary" "Amazonka.QuickSight.Types.AnalysisSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnalysisSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus))))))

newAnalysisSummary :: AnalysisSummary Source #

Create a value of AnalysisSummary 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:analysisId:AnalysisSummary', analysisSummary_analysisId - The ID of the analysis. This ID displays in the URL.

$sel:arn:AnalysisSummary', analysisSummary_arn - The Amazon Resource Name (ARN) for the analysis.

$sel:createdTime:AnalysisSummary', analysisSummary_createdTime - The time that the analysis was created.

$sel:lastUpdatedTime:AnalysisSummary', analysisSummary_lastUpdatedTime - The time that the analysis was last updated.

$sel:name:AnalysisSummary', analysisSummary_name - The name of the analysis. This name is displayed in the Amazon QuickSight console.

$sel:status:AnalysisSummary', analysisSummary_status - The last known status for the analysis.

analysisSummary_analysisId :: Lens' AnalysisSummary (Maybe Text) Source #

The ID of the analysis. This ID displays in the URL.

analysisSummary_arn :: Lens' AnalysisSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) for the analysis.

analysisSummary_createdTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #

The time that the analysis was created.

analysisSummary_lastUpdatedTime :: Lens' AnalysisSummary (Maybe UTCTime) Source #

The time that the analysis was last updated.

analysisSummary_name :: Lens' AnalysisSummary (Maybe Text) Source #

The name of the analysis. This name is displayed in the Amazon QuickSight console.

analysisSummary_status :: Lens' AnalysisSummary (Maybe ResourceStatus) Source #

The last known status for the analysis.

AnchorDateConfiguration

data AnchorDateConfiguration Source #

The date configuration of the filter.

See: newAnchorDateConfiguration smart constructor.

Constructors

AnchorDateConfiguration' 

Fields

Instances

Instances details
FromJSON AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

ToJSON AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Generic AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Associated Types

type Rep AnchorDateConfiguration :: Type -> Type #

Read AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Show AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

NFData AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Methods

rnf :: AnchorDateConfiguration -> () #

Eq AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Hashable AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

type Rep AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

type Rep AnchorDateConfiguration = D1 ('MetaData "AnchorDateConfiguration" "Amazonka.QuickSight.Types.AnchorDateConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnchorDateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anchorOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnchorOption)) :*: S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAnchorDateConfiguration :: AnchorDateConfiguration Source #

Create a value of AnchorDateConfiguration 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:anchorOption:AnchorDateConfiguration', anchorDateConfiguration_anchorOption - The options for the date configuration. Choose one of the options below:

  • NOW

$sel:parameterName:AnchorDateConfiguration', anchorDateConfiguration_parameterName - The name of the parameter that is used for the anchor date configuration.

anchorDateConfiguration_anchorOption :: Lens' AnchorDateConfiguration (Maybe AnchorOption) Source #

The options for the date configuration. Choose one of the options below:

  • NOW

anchorDateConfiguration_parameterName :: Lens' AnchorDateConfiguration (Maybe Text) Source #

The name of the parameter that is used for the anchor date configuration.

AnonymousUserDashboardEmbeddingConfiguration

data AnonymousUserDashboardEmbeddingConfiguration Source #

Information about the dashboard that you want to embed.

See: newAnonymousUserDashboardEmbeddingConfiguration smart constructor.

Constructors

AnonymousUserDashboardEmbeddingConfiguration' 

Fields

  • initialDashboardId :: Text

    The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.

    The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

Instances

Instances details
ToJSON AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

Generic AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

Read AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

Show AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

NFData AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

Eq AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

Hashable AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

type Rep AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

type Rep AnonymousUserDashboardEmbeddingConfiguration = D1 ('MetaData "AnonymousUserDashboardEmbeddingConfiguration" "Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnonymousUserDashboardEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialDashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnonymousUserDashboardEmbeddingConfiguration Source #

Create a value of AnonymousUserDashboardEmbeddingConfiguration 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:initialDashboardId:AnonymousUserDashboardEmbeddingConfiguration', anonymousUserDashboardEmbeddingConfiguration_initialDashboardId - The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.

The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

anonymousUserDashboardEmbeddingConfiguration_initialDashboardId :: Lens' AnonymousUserDashboardEmbeddingConfiguration Text Source #

The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.

The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

AnonymousUserDashboardVisualEmbeddingConfiguration

data AnonymousUserDashboardVisualEmbeddingConfiguration Source #

The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.

See: newAnonymousUserDashboardVisualEmbeddingConfiguration smart constructor.

Constructors

AnonymousUserDashboardVisualEmbeddingConfiguration' 

Fields

  • initialDashboardVisualId :: DashboardVisualId

    The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

    The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

Instances

Instances details
ToJSON AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

Generic AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

Read AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

Show AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

NFData AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

Eq AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

Hashable AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

type Rep AnonymousUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration

type Rep AnonymousUserDashboardVisualEmbeddingConfiguration = D1 ('MetaData "AnonymousUserDashboardVisualEmbeddingConfiguration" "Amazonka.QuickSight.Types.AnonymousUserDashboardVisualEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnonymousUserDashboardVisualEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialDashboardVisualId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DashboardVisualId)))

newAnonymousUserDashboardVisualEmbeddingConfiguration Source #

Create a value of AnonymousUserDashboardVisualEmbeddingConfiguration 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:initialDashboardVisualId:AnonymousUserDashboardVisualEmbeddingConfiguration', anonymousUserDashboardVisualEmbeddingConfiguration_initialDashboardVisualId - The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

anonymousUserDashboardVisualEmbeddingConfiguration_initialDashboardVisualId :: Lens' AnonymousUserDashboardVisualEmbeddingConfiguration DashboardVisualId Source #

The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

AnonymousUserEmbeddingExperienceConfiguration

data AnonymousUserEmbeddingExperienceConfiguration Source #

The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.

See: newAnonymousUserEmbeddingExperienceConfiguration smart constructor.

Constructors

AnonymousUserEmbeddingExperienceConfiguration' 

Fields

Instances

Instances details
ToJSON AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

Generic AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

Read AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

Show AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

NFData AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

Eq AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

Hashable AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

type Rep AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

type Rep AnonymousUserEmbeddingExperienceConfiguration = D1 ('MetaData "AnonymousUserEmbeddingExperienceConfiguration" "Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnonymousUserEmbeddingExperienceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnonymousUserDashboardEmbeddingConfiguration)) :*: (S1 ('MetaSel ('Just "dashboardVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnonymousUserDashboardVisualEmbeddingConfiguration)) :*: S1 ('MetaSel ('Just "qSearchBar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnonymousUserQSearchBarEmbeddingConfiguration)))))

newAnonymousUserEmbeddingExperienceConfiguration :: AnonymousUserEmbeddingExperienceConfiguration Source #

Create a value of AnonymousUserEmbeddingExperienceConfiguration 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:dashboard:AnonymousUserEmbeddingExperienceConfiguration', anonymousUserEmbeddingExperienceConfiguration_dashboard - The type of embedding experience. In this case, Amazon QuickSight dashboards.

$sel:dashboardVisual:AnonymousUserEmbeddingExperienceConfiguration', anonymousUserEmbeddingExperienceConfiguration_dashboardVisual - The type of embedding experience. In this case, Amazon QuickSight visuals.

$sel:qSearchBar:AnonymousUserEmbeddingExperienceConfiguration', anonymousUserEmbeddingExperienceConfiguration_qSearchBar - The Q search bar that you want to use for anonymous user embedding.

AnonymousUserQSearchBarEmbeddingConfiguration

data AnonymousUserQSearchBarEmbeddingConfiguration Source #

The settings that you want to use with the Q search bar.

See: newAnonymousUserQSearchBarEmbeddingConfiguration smart constructor.

Constructors

AnonymousUserQSearchBarEmbeddingConfiguration' 

Fields

  • initialTopicId :: Text

    The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.

    The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

Instances

Instances details
ToJSON AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Generic AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Read AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Show AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

NFData AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Eq AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

Hashable AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

type Rep AnonymousUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration

type Rep AnonymousUserQSearchBarEmbeddingConfiguration = D1 ('MetaData "AnonymousUserQSearchBarEmbeddingConfiguration" "Amazonka.QuickSight.Types.AnonymousUserQSearchBarEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnonymousUserQSearchBarEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialTopicId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnonymousUserQSearchBarEmbeddingConfiguration Source #

Create a value of AnonymousUserQSearchBarEmbeddingConfiguration 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:initialTopicId:AnonymousUserQSearchBarEmbeddingConfiguration', anonymousUserQSearchBarEmbeddingConfiguration_initialTopicId - The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.

The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

anonymousUserQSearchBarEmbeddingConfiguration_initialTopicId :: Lens' AnonymousUserQSearchBarEmbeddingConfiguration Text Source #

The QuickSight Q topic ID of the topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders the Q search bar with this topic pre-selected.

The Amazon Resource Name (ARN) of this Q topic must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

ArcAxisConfiguration

data ArcAxisConfiguration Source #

The arc axis configuration of a GaugeChartVisual.

See: newArcAxisConfiguration smart constructor.

Constructors

ArcAxisConfiguration' 

Fields

Instances

Instances details
FromJSON ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

ToJSON ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

Generic ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

Associated Types

type Rep ArcAxisConfiguration :: Type -> Type #

Read ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

Show ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

NFData ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

Methods

rnf :: ArcAxisConfiguration -> () #

Eq ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

Hashable ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

type Rep ArcAxisConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisConfiguration

type Rep ArcAxisConfiguration = D1 ('MetaData "ArcAxisConfiguration" "Amazonka.QuickSight.Types.ArcAxisConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ArcAxisConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "range") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcAxisDisplayRange)) :*: S1 ('MetaSel ('Just "reserveRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newArcAxisConfiguration :: ArcAxisConfiguration Source #

Create a value of ArcAxisConfiguration 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:range:ArcAxisConfiguration', arcAxisConfiguration_range - The arc axis range of a GaugeChartVisual.

$sel:reserveRange:ArcAxisConfiguration', arcAxisConfiguration_reserveRange - The reserved range of the arc axis.

ArcAxisDisplayRange

data ArcAxisDisplayRange Source #

The arc axis range of a GaugeChartVisual.

See: newArcAxisDisplayRange smart constructor.

Constructors

ArcAxisDisplayRange' 

Fields

Instances

Instances details
FromJSON ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

ToJSON ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

Generic ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

Associated Types

type Rep ArcAxisDisplayRange :: Type -> Type #

Read ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

Show ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

NFData ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

Methods

rnf :: ArcAxisDisplayRange -> () #

Eq ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

Hashable ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

type Rep ArcAxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcAxisDisplayRange

type Rep ArcAxisDisplayRange = D1 ('MetaData "ArcAxisDisplayRange" "Amazonka.QuickSight.Types.ArcAxisDisplayRange" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ArcAxisDisplayRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newArcAxisDisplayRange :: ArcAxisDisplayRange Source #

Create a value of ArcAxisDisplayRange 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:max:ArcAxisDisplayRange', arcAxisDisplayRange_max - The maximum value of the arc axis range.

$sel:min:ArcAxisDisplayRange', arcAxisDisplayRange_min - The minimum value of the arc axis range.

arcAxisDisplayRange_max :: Lens' ArcAxisDisplayRange (Maybe Double) Source #

The maximum value of the arc axis range.

arcAxisDisplayRange_min :: Lens' ArcAxisDisplayRange (Maybe Double) Source #

The minimum value of the arc axis range.

ArcConfiguration

data ArcConfiguration Source #

The arc configuration of a GaugeChartVisual.

See: newArcConfiguration smart constructor.

Constructors

ArcConfiguration' 

Fields

Instances

Instances details
FromJSON ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

ToJSON ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

Generic ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

Associated Types

type Rep ArcConfiguration :: Type -> Type #

Read ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

Show ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

NFData ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

Methods

rnf :: ArcConfiguration -> () #

Eq ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

Hashable ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

type Rep ArcConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcConfiguration

type Rep ArcConfiguration = D1 ('MetaData "ArcConfiguration" "Amazonka.QuickSight.Types.ArcConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ArcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arcAngle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "arcThickness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcThicknessOptions))))

newArcConfiguration :: ArcConfiguration Source #

Create a value of ArcConfiguration 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:arcAngle:ArcConfiguration', arcConfiguration_arcAngle - The option that determines the arc angle of a GaugeChartVisual.

$sel:arcThickness:ArcConfiguration', arcConfiguration_arcThickness - The options that determine the arc thickness of a GaugeChartVisual.

arcConfiguration_arcAngle :: Lens' ArcConfiguration (Maybe Double) Source #

The option that determines the arc angle of a GaugeChartVisual.

arcConfiguration_arcThickness :: Lens' ArcConfiguration (Maybe ArcThicknessOptions) Source #

The options that determine the arc thickness of a GaugeChartVisual.

ArcOptions

data ArcOptions Source #

The options that determine the arc thickness of a GaugeChartVisual.

See: newArcOptions smart constructor.

Constructors

ArcOptions' 

Fields

Instances

Instances details
FromJSON ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

ToJSON ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

Generic ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

Associated Types

type Rep ArcOptions :: Type -> Type #

Read ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

Show ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

NFData ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

Methods

rnf :: ArcOptions -> () #

Eq ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

Hashable ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

type Rep ArcOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ArcOptions

type Rep ArcOptions = D1 ('MetaData "ArcOptions" "Amazonka.QuickSight.Types.ArcOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ArcOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arcThickness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcThickness))))

newArcOptions :: ArcOptions Source #

Create a value of ArcOptions 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:arcThickness:ArcOptions', arcOptions_arcThickness - The arc thickness of a GaugeChartVisual.

arcOptions_arcThickness :: Lens' ArcOptions (Maybe ArcThickness) Source #

The arc thickness of a GaugeChartVisual.

AthenaParameters

data AthenaParameters Source #

Parameters for Amazon Athena.

See: newAthenaParameters smart constructor.

Constructors

AthenaParameters' 

Fields

  • roleArn :: Maybe Text

    Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

  • workGroup :: Maybe Text

    The workgroup that Amazon Athena uses.

Instances

Instances details
FromJSON AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

ToJSON AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Generic AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Associated Types

type Rep AthenaParameters :: Type -> Type #

Read AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Show AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

NFData AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Methods

rnf :: AthenaParameters -> () #

Eq AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Hashable AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

type Rep AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

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

newAthenaParameters :: AthenaParameters Source #

Create a value of AthenaParameters 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:roleArn:AthenaParameters', athenaParameters_roleArn - Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

$sel:workGroup:AthenaParameters', athenaParameters_workGroup - The workgroup that Amazon Athena uses.

athenaParameters_roleArn :: Lens' AthenaParameters (Maybe Text) Source #

Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

athenaParameters_workGroup :: Lens' AthenaParameters (Maybe Text) Source #

The workgroup that Amazon Athena uses.

AuroraParameters

data AuroraParameters Source #

Parameters for Amazon Aurora.

See: newAuroraParameters smart constructor.

Constructors

AuroraParameters' 

Fields

Instances

Instances details
FromJSON AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

ToJSON AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Generic AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Associated Types

type Rep AuroraParameters :: Type -> Type #

Read AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Show AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

NFData AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Methods

rnf :: AuroraParameters -> () #

Eq AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Hashable AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

type Rep AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

type Rep AuroraParameters = D1 ('MetaData "AuroraParameters" "Amazonka.QuickSight.Types.AuroraParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AuroraParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAuroraParameters Source #

Create a value of AuroraParameters 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:host:AuroraParameters', auroraParameters_host - Host.

$sel:port:AuroraParameters', auroraParameters_port - Port.

$sel:database:AuroraParameters', auroraParameters_database - Database.

AuroraPostgreSqlParameters

data AuroraPostgreSqlParameters Source #

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

See: newAuroraPostgreSqlParameters smart constructor.

Constructors

AuroraPostgreSqlParameters' 

Fields

  • host :: Text

    The Amazon Aurora PostgreSQL-Compatible host to connect to.

  • port :: Natural

    The port that Amazon Aurora PostgreSQL is listening on.

  • database :: Text

    The Amazon Aurora PostgreSQL database to connect to.

Instances

Instances details
FromJSON AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

ToJSON AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Generic AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Associated Types

type Rep AuroraPostgreSqlParameters :: Type -> Type #

Read AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Show AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

NFData AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Eq AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Hashable AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

type Rep AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

type Rep AuroraPostgreSqlParameters = D1 ('MetaData "AuroraPostgreSqlParameters" "Amazonka.QuickSight.Types.AuroraPostgreSqlParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AuroraPostgreSqlParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAuroraPostgreSqlParameters Source #

Create a value of AuroraPostgreSqlParameters 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:host:AuroraPostgreSqlParameters', auroraPostgreSqlParameters_host - The Amazon Aurora PostgreSQL-Compatible host to connect to.

$sel:port:AuroraPostgreSqlParameters', auroraPostgreSqlParameters_port - The port that Amazon Aurora PostgreSQL is listening on.

$sel:database:AuroraPostgreSqlParameters', auroraPostgreSqlParameters_database - The Amazon Aurora PostgreSQL database to connect to.

auroraPostgreSqlParameters_host :: Lens' AuroraPostgreSqlParameters Text Source #

The Amazon Aurora PostgreSQL-Compatible host to connect to.

auroraPostgreSqlParameters_port :: Lens' AuroraPostgreSqlParameters Natural Source #

The port that Amazon Aurora PostgreSQL is listening on.

auroraPostgreSqlParameters_database :: Lens' AuroraPostgreSqlParameters Text Source #

The Amazon Aurora PostgreSQL database to connect to.

AwsIotAnalyticsParameters

data AwsIotAnalyticsParameters Source #

The parameters for IoT Analytics.

See: newAwsIotAnalyticsParameters smart constructor.

Constructors

AwsIotAnalyticsParameters' 

Fields

Instances

Instances details
FromJSON AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

ToJSON AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Generic AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Associated Types

type Rep AwsIotAnalyticsParameters :: Type -> Type #

Read AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Show AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

NFData AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Eq AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Hashable AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

type Rep AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

type Rep AwsIotAnalyticsParameters = D1 ('MetaData "AwsIotAnalyticsParameters" "Amazonka.QuickSight.Types.AwsIotAnalyticsParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AwsIotAnalyticsParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAwsIotAnalyticsParameters Source #

Create a value of AwsIotAnalyticsParameters 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:dataSetName:AwsIotAnalyticsParameters', awsIotAnalyticsParameters_dataSetName - Dataset name.

AxisDataOptions

data AxisDataOptions Source #

The data options for an axis.

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

See: newAxisDataOptions smart constructor.

Constructors

AxisDataOptions' 

Fields

Instances

Instances details
FromJSON AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

ToJSON AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

Generic AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

Associated Types

type Rep AxisDataOptions :: Type -> Type #

Read AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

Show AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

NFData AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

Methods

rnf :: AxisDataOptions -> () #

Eq AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

Hashable AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

type Rep AxisDataOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDataOptions

type Rep AxisDataOptions = D1 ('MetaData "AxisDataOptions" "Amazonka.QuickSight.Types.AxisDataOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisDataOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateAxisOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateAxisOptions)) :*: S1 ('MetaSel ('Just "numericAxisOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericAxisOptions))))

newAxisDataOptions :: AxisDataOptions Source #

Create a value of AxisDataOptions 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:dateAxisOptions:AxisDataOptions', axisDataOptions_dateAxisOptions - The options for an axis with a date field.

$sel:numericAxisOptions:AxisDataOptions', axisDataOptions_numericAxisOptions - The options for an axis with a numeric field.

axisDataOptions_dateAxisOptions :: Lens' AxisDataOptions (Maybe DateAxisOptions) Source #

The options for an axis with a date field.

axisDataOptions_numericAxisOptions :: Lens' AxisDataOptions (Maybe NumericAxisOptions) Source #

The options for an axis with a numeric field.

AxisDisplayDataDrivenRange

data AxisDisplayDataDrivenRange Source #

The options that are saved for future extension.

See: newAxisDisplayDataDrivenRange smart constructor.

Instances

Instances details
FromJSON AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

ToJSON AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

Generic AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

Associated Types

type Rep AxisDisplayDataDrivenRange :: Type -> Type #

Read AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

Show AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

NFData AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

Eq AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

Hashable AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

type Rep AxisDisplayDataDrivenRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange

type Rep AxisDisplayDataDrivenRange = D1 ('MetaData "AxisDisplayDataDrivenRange" "Amazonka.QuickSight.Types.AxisDisplayDataDrivenRange" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisDisplayDataDrivenRange'" 'PrefixI 'False) (U1 :: Type -> Type))

newAxisDisplayDataDrivenRange :: AxisDisplayDataDrivenRange Source #

Create a value of AxisDisplayDataDrivenRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

AxisDisplayMinMaxRange

data AxisDisplayMinMaxRange Source #

The minimum and maximum setup for an axis display range.

See: newAxisDisplayMinMaxRange smart constructor.

Constructors

AxisDisplayMinMaxRange' 

Fields

Instances

Instances details
FromJSON AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

ToJSON AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

Generic AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

Associated Types

type Rep AxisDisplayMinMaxRange :: Type -> Type #

Read AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

Show AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

NFData AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

Methods

rnf :: AxisDisplayMinMaxRange -> () #

Eq AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

Hashable AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

type Rep AxisDisplayMinMaxRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayMinMaxRange

type Rep AxisDisplayMinMaxRange = D1 ('MetaData "AxisDisplayMinMaxRange" "Amazonka.QuickSight.Types.AxisDisplayMinMaxRange" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisDisplayMinMaxRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "minimum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newAxisDisplayMinMaxRange :: AxisDisplayMinMaxRange Source #

Create a value of AxisDisplayMinMaxRange 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:maximum:AxisDisplayMinMaxRange', axisDisplayMinMaxRange_maximum - The maximum setup for an axis display range.

$sel:minimum:AxisDisplayMinMaxRange', axisDisplayMinMaxRange_minimum - The minimum setup for an axis display range.

axisDisplayMinMaxRange_maximum :: Lens' AxisDisplayMinMaxRange (Maybe Double) Source #

The maximum setup for an axis display range.

axisDisplayMinMaxRange_minimum :: Lens' AxisDisplayMinMaxRange (Maybe Double) Source #

The minimum setup for an axis display range.

AxisDisplayOptions

data AxisDisplayOptions Source #

The display options for the axis label.

See: newAxisDisplayOptions smart constructor.

Constructors

AxisDisplayOptions' 

Fields

Instances

Instances details
FromJSON AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

ToJSON AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

Generic AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

Associated Types

type Rep AxisDisplayOptions :: Type -> Type #

Read AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

Show AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

NFData AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

Methods

rnf :: AxisDisplayOptions -> () #

Eq AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

Hashable AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

type Rep AxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayOptions

type Rep AxisDisplayOptions = D1 ('MetaData "AxisDisplayOptions" "Amazonka.QuickSight.Types.AxisDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisDisplayOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "axisLineVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "axisOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDataOptions)))) :*: (S1 ('MetaSel ('Just "gridLineVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "scrollbarOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScrollBarOptions)) :*: S1 ('MetaSel ('Just "tickLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisTickLabelOptions))))))

newAxisDisplayOptions :: AxisDisplayOptions Source #

Create a value of AxisDisplayOptions 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:axisLineVisibility:AxisDisplayOptions', axisDisplayOptions_axisLineVisibility - Determines whether or not the axis line is visible.

$sel:axisOffset:AxisDisplayOptions', axisDisplayOptions_axisOffset - The offset value that determines the starting placement of the axis within a visual's bounds.

$sel:dataOptions:AxisDisplayOptions', axisDisplayOptions_dataOptions - The data options for an axis.

$sel:gridLineVisibility:AxisDisplayOptions', axisDisplayOptions_gridLineVisibility - Determines whether or not the grid line is visible.

$sel:scrollbarOptions:AxisDisplayOptions', axisDisplayOptions_scrollbarOptions - The scroll bar options for an axis.

$sel:tickLabelOptions:AxisDisplayOptions', axisDisplayOptions_tickLabelOptions - The tick label options of an axis.

axisDisplayOptions_axisLineVisibility :: Lens' AxisDisplayOptions (Maybe Visibility) Source #

Determines whether or not the axis line is visible.

axisDisplayOptions_axisOffset :: Lens' AxisDisplayOptions (Maybe Text) Source #

The offset value that determines the starting placement of the axis within a visual's bounds.

axisDisplayOptions_gridLineVisibility :: Lens' AxisDisplayOptions (Maybe Visibility) Source #

Determines whether or not the grid line is visible.

AxisDisplayRange

data AxisDisplayRange Source #

The range setup of a numeric axis display range.

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

See: newAxisDisplayRange smart constructor.

Constructors

AxisDisplayRange' 

Fields

Instances

Instances details
FromJSON AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

ToJSON AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

Generic AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

Associated Types

type Rep AxisDisplayRange :: Type -> Type #

Read AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

Show AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

NFData AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

Methods

rnf :: AxisDisplayRange -> () #

Eq AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

Hashable AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

type Rep AxisDisplayRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisDisplayRange

type Rep AxisDisplayRange = D1 ('MetaData "AxisDisplayRange" "Amazonka.QuickSight.Types.AxisDisplayRange" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisDisplayRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataDriven") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayDataDrivenRange)) :*: S1 ('MetaSel ('Just "minMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayMinMaxRange))))

newAxisDisplayRange :: AxisDisplayRange Source #

Create a value of AxisDisplayRange 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:dataDriven:AxisDisplayRange', axisDisplayRange_dataDriven - The data-driven setup of an axis display range.

$sel:minMax:AxisDisplayRange', axisDisplayRange_minMax - The minimum and maximum setup of an axis display range.

axisDisplayRange_dataDriven :: Lens' AxisDisplayRange (Maybe AxisDisplayDataDrivenRange) Source #

The data-driven setup of an axis display range.

axisDisplayRange_minMax :: Lens' AxisDisplayRange (Maybe AxisDisplayMinMaxRange) Source #

The minimum and maximum setup of an axis display range.

AxisLabelOptions

data AxisLabelOptions Source #

The label options for a chart axis. You must specify the field that the label is targeted to.

See: newAxisLabelOptions smart constructor.

Constructors

AxisLabelOptions' 

Fields

Instances

Instances details
FromJSON AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

ToJSON AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Generic AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Associated Types

type Rep AxisLabelOptions :: Type -> Type #

Read AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Show AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

NFData AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Methods

rnf :: AxisLabelOptions -> () #

Eq AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

Hashable AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

type Rep AxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelOptions

type Rep AxisLabelOptions = D1 ('MetaData "AxisLabelOptions" "Amazonka.QuickSight.Types.AxisLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applyTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLabelReferenceOptions)) :*: (S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)))))

newAxisLabelOptions :: AxisLabelOptions Source #

Create a value of AxisLabelOptions 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:applyTo:AxisLabelOptions', axisLabelOptions_applyTo - The options that indicate which field the label belongs to.

$sel:customLabel:AxisLabelOptions', axisLabelOptions_customLabel - The text for the axis label.

$sel:fontConfiguration:AxisLabelOptions', axisLabelOptions_fontConfiguration - The font configuration of the axis label.

axisLabelOptions_applyTo :: Lens' AxisLabelOptions (Maybe AxisLabelReferenceOptions) Source #

The options that indicate which field the label belongs to.

AxisLabelReferenceOptions

data AxisLabelReferenceOptions Source #

The reference that specifies where the axis label is applied to.

See: newAxisLabelReferenceOptions smart constructor.

Constructors

AxisLabelReferenceOptions' 

Fields

Instances

Instances details
FromJSON AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

ToJSON AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Generic AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Associated Types

type Rep AxisLabelReferenceOptions :: Type -> Type #

Read AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Show AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

NFData AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Eq AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

Hashable AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

type Rep AxisLabelReferenceOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLabelReferenceOptions

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

newAxisLabelReferenceOptions Source #

Create a value of AxisLabelReferenceOptions 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:fieldId:AxisLabelReferenceOptions', axisLabelReferenceOptions_fieldId - The field that the axis label is targeted to.

$sel:column:AxisLabelReferenceOptions', axisLabelReferenceOptions_column - The column that the axis label is targeted to.

axisLabelReferenceOptions_fieldId :: Lens' AxisLabelReferenceOptions Text Source #

The field that the axis label is targeted to.

AxisLinearScale

data AxisLinearScale Source #

The liner axis scale setup.

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

See: newAxisLinearScale smart constructor.

Constructors

AxisLinearScale' 

Fields

Instances

Instances details
FromJSON AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

ToJSON AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

Generic AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

Associated Types

type Rep AxisLinearScale :: Type -> Type #

Read AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

Show AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

NFData AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

Methods

rnf :: AxisLinearScale -> () #

Eq AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

Hashable AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

type Rep AxisLinearScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLinearScale

type Rep AxisLinearScale = D1 ('MetaData "AxisLinearScale" "Amazonka.QuickSight.Types.AxisLinearScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisLinearScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stepCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "stepSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newAxisLinearScale :: AxisLinearScale Source #

Create a value of AxisLinearScale 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:stepCount:AxisLinearScale', axisLinearScale_stepCount - The step count setup of a linear axis.

$sel:stepSize:AxisLinearScale', axisLinearScale_stepSize - The step size setup of a linear axis.

axisLinearScale_stepCount :: Lens' AxisLinearScale (Maybe Int) Source #

The step count setup of a linear axis.

axisLinearScale_stepSize :: Lens' AxisLinearScale (Maybe Double) Source #

The step size setup of a linear axis.

AxisLogarithmicScale

data AxisLogarithmicScale Source #

The logarithmic axis scale setup.

See: newAxisLogarithmicScale smart constructor.

Constructors

AxisLogarithmicScale' 

Fields

Instances

Instances details
FromJSON AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

ToJSON AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Generic AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Associated Types

type Rep AxisLogarithmicScale :: Type -> Type #

Read AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Show AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

NFData AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Methods

rnf :: AxisLogarithmicScale -> () #

Eq AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

Hashable AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

type Rep AxisLogarithmicScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisLogarithmicScale

type Rep AxisLogarithmicScale = D1 ('MetaData "AxisLogarithmicScale" "Amazonka.QuickSight.Types.AxisLogarithmicScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisLogarithmicScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "base") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newAxisLogarithmicScale :: AxisLogarithmicScale Source #

Create a value of AxisLogarithmicScale 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:base:AxisLogarithmicScale', axisLogarithmicScale_base - The base setup of a logarithmic axis scale.

axisLogarithmicScale_base :: Lens' AxisLogarithmicScale (Maybe Double) Source #

The base setup of a logarithmic axis scale.

AxisScale

data AxisScale Source #

The scale setup options for a numeric axis display.

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

See: newAxisScale smart constructor.

Constructors

AxisScale' 

Fields

Instances

Instances details
FromJSON AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

ToJSON AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Generic AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Associated Types

type Rep AxisScale :: Type -> Type #

Read AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Show AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

NFData AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Methods

rnf :: AxisScale -> () #

Eq AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

Hashable AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

type Rep AxisScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisScale

type Rep AxisScale = D1 ('MetaData "AxisScale" "Amazonka.QuickSight.Types.AxisScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linear") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLinearScale)) :*: S1 ('MetaSel ('Just "logarithmic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisLogarithmicScale))))

newAxisScale :: AxisScale Source #

Create a value of AxisScale 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:linear:AxisScale', axisScale_linear - The linear axis scale setup.

$sel:logarithmic:AxisScale', axisScale_logarithmic - The logarithmic axis scale setup.

axisScale_linear :: Lens' AxisScale (Maybe AxisLinearScale) Source #

The linear axis scale setup.

AxisTickLabelOptions

data AxisTickLabelOptions Source #

The tick label options of an axis.

See: newAxisTickLabelOptions smart constructor.

Constructors

AxisTickLabelOptions' 

Fields

Instances

Instances details
FromJSON AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

ToJSON AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Generic AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Associated Types

type Rep AxisTickLabelOptions :: Type -> Type #

Read AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Show AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

NFData AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Methods

rnf :: AxisTickLabelOptions -> () #

Eq AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

Hashable AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

type Rep AxisTickLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AxisTickLabelOptions

type Rep AxisTickLabelOptions = D1 ('MetaData "AxisTickLabelOptions" "Amazonka.QuickSight.Types.AxisTickLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AxisTickLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions)) :*: S1 ('MetaSel ('Just "rotationAngle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newAxisTickLabelOptions :: AxisTickLabelOptions Source #

Create a value of AxisTickLabelOptions 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:labelOptions:AxisTickLabelOptions', axisTickLabelOptions_labelOptions - Determines whether or not the axis ticks are visible.

$sel:rotationAngle:AxisTickLabelOptions', axisTickLabelOptions_rotationAngle - The rotation angle of the axis tick labels.

axisTickLabelOptions_labelOptions :: Lens' AxisTickLabelOptions (Maybe LabelOptions) Source #

Determines whether or not the axis ticks are visible.

axisTickLabelOptions_rotationAngle :: Lens' AxisTickLabelOptions (Maybe Double) Source #

The rotation angle of the axis tick labels.

BarChartAggregatedFieldWells

data BarChartAggregatedFieldWells Source #

The aggregated field wells of a bar chart.

See: newBarChartAggregatedFieldWells smart constructor.

Constructors

BarChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

ToJSON BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

Generic BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

Associated Types

type Rep BarChartAggregatedFieldWells :: Type -> Type #

Show BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

NFData BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

Eq BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

Hashable BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

type Rep BarChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartAggregatedFieldWells

type Rep BarChartAggregatedFieldWells = D1 ('MetaData "BarChartAggregatedFieldWells" "Amazonka.QuickSight.Types.BarChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BarChartAggregatedFieldWells'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField]))) :*: (S1 ('MetaSel ('Just "smallMultiples") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newBarChartAggregatedFieldWells :: BarChartAggregatedFieldWells Source #

Create a value of BarChartAggregatedFieldWells 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:category:BarChartAggregatedFieldWells', barChartAggregatedFieldWells_category - The category (y-axis) field well of a bar chart.

$sel:colors:BarChartAggregatedFieldWells', barChartAggregatedFieldWells_colors - The color (group/color) field well of a bar chart.

$sel:smallMultiples:BarChartAggregatedFieldWells', barChartAggregatedFieldWells_smallMultiples - The small multiples field well of a bar chart.

$sel:values:BarChartAggregatedFieldWells', barChartAggregatedFieldWells_values - The value field wells of a bar chart. Values are aggregated by category.

barChartAggregatedFieldWells_colors :: Lens' BarChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The color (group/color) field well of a bar chart.

barChartAggregatedFieldWells_values :: Lens' BarChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a bar chart. Values are aggregated by category.

BarChartConfiguration

data BarChartConfiguration Source #

The configuration of a BarChartVisual.

See: newBarChartConfiguration smart constructor.

Constructors

BarChartConfiguration' 

Fields

Instances

Instances details
FromJSON BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

ToJSON BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

Generic BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

Associated Types

type Rep BarChartConfiguration :: Type -> Type #

Show BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

NFData BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

Methods

rnf :: BarChartConfiguration -> () #

Eq BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

Hashable BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

type Rep BarChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartConfiguration

type Rep BarChartConfiguration = D1 ('MetaData "BarChartConfiguration" "Amazonka.QuickSight.Types.BarChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BarChartConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "barsArrangement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarsArrangement)) :*: S1 ('MetaSel ('Just "categoryAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions))) :*: (S1 ('MetaSel ('Just "categoryLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "colorLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)))) :*: ((S1 ('MetaSel ('Just "contributionAnalysisDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ContributionAnalysisDefault))) :*: S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions))) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarChartFieldWells)) :*: S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions))))) :*: (((S1 ('MetaSel ('Just "orientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarChartOrientation)) :*: S1 ('MetaSel ('Just "referenceLines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReferenceLine]))) :*: (S1 ('MetaSel ('Just "smallMultiplesOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmallMultiplesOptions)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarChartSortConfiguration)))) :*: ((S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: S1 ('MetaSel ('Just "valueAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions))) :*: (S1 ('MetaSel ('Just "valueLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)))))))

newBarChartConfiguration :: BarChartConfiguration Source #

Create a value of BarChartConfiguration 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:barsArrangement:BarChartConfiguration', barChartConfiguration_barsArrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.

$sel:categoryAxis:BarChartConfiguration', barChartConfiguration_categoryAxis - The label display options (grid line, range, scale, axis step) for bar chart category.

$sel:categoryLabelOptions:BarChartConfiguration', barChartConfiguration_categoryLabelOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart.

$sel:colorLabelOptions:BarChartConfiguration', barChartConfiguration_colorLabelOptions - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.

$sel:contributionAnalysisDefaults:BarChartConfiguration', barChartConfiguration_contributionAnalysisDefaults - The contribution analysis (anomaly configuration) setup of the visual.

$sel:dataLabels:BarChartConfiguration', barChartConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:fieldWells:BarChartConfiguration', barChartConfiguration_fieldWells - The field wells of the visual.

$sel:legend:BarChartConfiguration', barChartConfiguration_legend - The legend display setup of the visual.

$sel:orientation:BarChartConfiguration', barChartConfiguration_orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.

$sel:referenceLines:BarChartConfiguration', barChartConfiguration_referenceLines - The reference line setup of the visual.

$sel:smallMultiplesOptions:BarChartConfiguration', barChartConfiguration_smallMultiplesOptions - The small multiples setup for the visual.

$sel:sortConfiguration:BarChartConfiguration', barChartConfiguration_sortConfiguration - The sort configuration of a BarChartVisual.

$sel:tooltip:BarChartConfiguration', barChartConfiguration_tooltip - The tooltip display setup of the visual.

$sel:valueAxis:BarChartConfiguration', barChartConfiguration_valueAxis - The label display options (grid line, range, scale, axis step) for a bar chart value.

$sel:valueLabelOptions:BarChartConfiguration', barChartConfiguration_valueLabelOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart value.

$sel:visualPalette:BarChartConfiguration', barChartConfiguration_visualPalette - The palette (chart color) display setup of the visual.

barChartConfiguration_barsArrangement :: Lens' BarChartConfiguration (Maybe BarsArrangement) Source #

Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.

barChartConfiguration_categoryAxis :: Lens' BarChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) for bar chart category.

barChartConfiguration_categoryLabelOptions :: Lens' BarChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) for a bar chart.

barChartConfiguration_colorLabelOptions :: Lens' BarChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.

barChartConfiguration_contributionAnalysisDefaults :: Lens' BarChartConfiguration (Maybe (NonEmpty ContributionAnalysisDefault)) Source #

The contribution analysis (anomaly configuration) setup of the visual.

barChartConfiguration_dataLabels :: Lens' BarChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

barChartConfiguration_orientation :: Lens' BarChartConfiguration (Maybe BarChartOrientation) Source #

The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.

barChartConfiguration_valueAxis :: Lens' BarChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) for a bar chart value.

barChartConfiguration_valueLabelOptions :: Lens' BarChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) for a bar chart value.

barChartConfiguration_visualPalette :: Lens' BarChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

BarChartFieldWells

data BarChartFieldWells Source #

The field wells of a BarChartVisual.

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

See: newBarChartFieldWells smart constructor.

Constructors

BarChartFieldWells' 

Fields

Instances

Instances details
FromJSON BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

ToJSON BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Generic BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Associated Types

type Rep BarChartFieldWells :: Type -> Type #

Show BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

NFData BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Methods

rnf :: BarChartFieldWells -> () #

Eq BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

Hashable BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

type Rep BarChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartFieldWells

type Rep BarChartFieldWells = D1 ('MetaData "BarChartFieldWells" "Amazonka.QuickSight.Types.BarChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BarChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "barChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarChartAggregatedFieldWells))))

newBarChartFieldWells :: BarChartFieldWells Source #

Create a value of BarChartFieldWells 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:barChartAggregatedFieldWells:BarChartFieldWells', barChartFieldWells_barChartAggregatedFieldWells - The aggregated field wells of a bar chart.

BarChartSortConfiguration

data BarChartSortConfiguration Source #

sort-configuration-description

See: newBarChartSortConfiguration smart constructor.

Constructors

BarChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

ToJSON BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

Generic BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

Associated Types

type Rep BarChartSortConfiguration :: Type -> Type #

Read BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

Show BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

NFData BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

Eq BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

Hashable BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

type Rep BarChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartSortConfiguration

type Rep BarChartSortConfiguration = D1 ('MetaData "BarChartSortConfiguration" "Amazonka.QuickSight.Types.BarChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BarChartSortConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: (S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])) :*: S1 ('MetaSel ('Just "colorItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)))) :*: (S1 ('MetaSel ('Just "colorSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])) :*: (S1 ('MetaSel ('Just "smallMultiplesLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "smallMultiplesSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))))

newBarChartSortConfiguration :: BarChartSortConfiguration Source #

Create a value of BarChartSortConfiguration 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:categoryItemsLimit:BarChartSortConfiguration', barChartSortConfiguration_categoryItemsLimit - The limit on the number of categories displayed in a bar chart.

$sel:categorySort:BarChartSortConfiguration', barChartSortConfiguration_categorySort - The sort configuration of category fields.

$sel:colorItemsLimit:BarChartSortConfiguration', barChartSortConfiguration_colorItemsLimit - The limit on the number of values displayed in a bar chart.

$sel:colorSort:BarChartSortConfiguration', barChartSortConfiguration_colorSort - The sort configuration of color fields in a bar chart.

$sel:smallMultiplesLimitConfiguration:BarChartSortConfiguration', barChartSortConfiguration_smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.

$sel:smallMultiplesSort:BarChartSortConfiguration', barChartSortConfiguration_smallMultiplesSort - The sort configuration of the small multiples field.

barChartSortConfiguration_categoryItemsLimit :: Lens' BarChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories displayed in a bar chart.

barChartSortConfiguration_colorSort :: Lens' BarChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of color fields in a bar chart.

BarChartVisual

data BarChartVisual Source #

A bar chart.

The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

  • Horizontal bar chart
  • Vertical bar chart
  • Horizontal stacked bar chart
  • Vertical stacked bar chart
  • Horizontal stacked 100% bar chart
  • Vertical stacked 100% bar chart

For more information, see Using bar charts in the Amazon QuickSight User Guide.

See: newBarChartVisual smart constructor.

Constructors

BarChartVisual' 

Fields

Instances

Instances details
FromJSON BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

ToJSON BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Generic BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Associated Types

type Rep BarChartVisual :: Type -> Type #

Show BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

NFData BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Methods

rnf :: BarChartVisual -> () #

Eq BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

Hashable BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

type Rep BarChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BarChartVisual

newBarChartVisual Source #

Create a value of BarChartVisual 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:actions:BarChartVisual', barChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:BarChartVisual', barChartVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:BarChartVisual', barChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:BarChartVisual', barChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:BarChartVisual', barChartVisual_title - The title that is displayed on the visual.

$sel:visualId:BarChartVisual', barChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

barChartVisual_actions :: Lens' BarChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

barChartVisual_columnHierarchies :: Lens' BarChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

barChartVisual_subtitle :: Lens' BarChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

barChartVisual_title :: Lens' BarChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

barChartVisual_visualId :: Lens' BarChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

BinCountOptions

data BinCountOptions Source #

The options that determine the bin count of a histogram.

See: newBinCountOptions smart constructor.

Constructors

BinCountOptions' 

Fields

Instances

Instances details
FromJSON BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

ToJSON BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

Generic BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

Associated Types

type Rep BinCountOptions :: Type -> Type #

Read BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

Show BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

NFData BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

Methods

rnf :: BinCountOptions -> () #

Eq BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

Hashable BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

type Rep BinCountOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinCountOptions

type Rep BinCountOptions = D1 ('MetaData "BinCountOptions" "Amazonka.QuickSight.Types.BinCountOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BinCountOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newBinCountOptions :: BinCountOptions Source #

Create a value of BinCountOptions 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:value:BinCountOptions', binCountOptions_value - The options that determine the bin count value.

binCountOptions_value :: Lens' BinCountOptions (Maybe Natural) Source #

The options that determine the bin count value.

BinWidthOptions

data BinWidthOptions Source #

The options that determine the bin width of a histogram.

See: newBinWidthOptions smart constructor.

Constructors

BinWidthOptions' 

Fields

Instances

Instances details
FromJSON BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

ToJSON BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Generic BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Associated Types

type Rep BinWidthOptions :: Type -> Type #

Read BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Show BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

NFData BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Methods

rnf :: BinWidthOptions -> () #

Eq BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

Hashable BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

type Rep BinWidthOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BinWidthOptions

type Rep BinWidthOptions = D1 ('MetaData "BinWidthOptions" "Amazonka.QuickSight.Types.BinWidthOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BinWidthOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "binCountLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newBinWidthOptions :: BinWidthOptions Source #

Create a value of BinWidthOptions 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:binCountLimit:BinWidthOptions', binWidthOptions_binCountLimit - The options that determine the bin count limit.

$sel:value:BinWidthOptions', binWidthOptions_value - The options that determine the bin width value.

binWidthOptions_binCountLimit :: Lens' BinWidthOptions (Maybe Natural) Source #

The options that determine the bin count limit.

binWidthOptions_value :: Lens' BinWidthOptions (Maybe Double) Source #

The options that determine the bin width value.

BodySectionConfiguration

data BodySectionConfiguration Source #

The configuration of a body section.

See: newBodySectionConfiguration smart constructor.

Constructors

BodySectionConfiguration' 

Fields

Instances

Instances details
FromJSON BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

ToJSON BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

Generic BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

Associated Types

type Rep BodySectionConfiguration :: Type -> Type #

Show BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

NFData BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

Eq BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

Hashable BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

type Rep BodySectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionConfiguration

type Rep BodySectionConfiguration = D1 ('MetaData "BodySectionConfiguration" "Amazonka.QuickSight.Types.BodySectionConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BodySectionConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pageBreakConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionPageBreakConfiguration)) :*: S1 ('MetaSel ('Just "style") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionStyle))) :*: (S1 ('MetaSel ('Just "sectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BodySectionContent))))

newBodySectionConfiguration Source #

Create a value of BodySectionConfiguration 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:pageBreakConfiguration:BodySectionConfiguration', bodySectionConfiguration_pageBreakConfiguration - The configuration of a page break for a section.

$sel:style:BodySectionConfiguration', bodySectionConfiguration_style - The style options of a body section.

$sel:sectionId:BodySectionConfiguration', bodySectionConfiguration_sectionId - The unique identifier of a body section.

$sel:content:BodySectionConfiguration', bodySectionConfiguration_content - The configuration of content in a body section.

BodySectionContent

data BodySectionContent Source #

The configuration of content in a body section.

See: newBodySectionContent smart constructor.

Constructors

BodySectionContent' 

Fields

Instances

Instances details
FromJSON BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

ToJSON BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Generic BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Associated Types

type Rep BodySectionContent :: Type -> Type #

Show BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

NFData BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Methods

rnf :: BodySectionContent -> () #

Eq BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

Hashable BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

type Rep BodySectionContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BodySectionContent

type Rep BodySectionContent = D1 ('MetaData "BodySectionContent" "Amazonka.QuickSight.Types.BodySectionContent" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BodySectionContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "layout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionLayoutConfiguration))))

newBodySectionContent :: BodySectionContent Source #

Create a value of BodySectionContent 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:layout:BodySectionContent', bodySectionContent_layout - The layout configuration of a body section.

BorderStyle

data BorderStyle Source #

The display options for tile borders for visuals.

See: newBorderStyle smart constructor.

Constructors

BorderStyle' 

Fields

  • show :: Maybe Bool

    The option to enable display of borders for visuals.

Instances

Instances details
FromJSON BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

ToJSON BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Generic BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Associated Types

type Rep BorderStyle :: Type -> Type #

Read BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Show BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

NFData BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Methods

rnf :: BorderStyle -> () #

Eq BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Hashable BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

type Rep BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

type Rep BorderStyle = D1 ('MetaData "BorderStyle" "Amazonka.QuickSight.Types.BorderStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BorderStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "show") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newBorderStyle :: BorderStyle Source #

Create a value of BorderStyle 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:show:BorderStyle', borderStyle_show - The option to enable display of borders for visuals.

borderStyle_show :: Lens' BorderStyle (Maybe Bool) Source #

The option to enable display of borders for visuals.

BoxPlotAggregatedFieldWells

data BoxPlotAggregatedFieldWells Source #

The aggregated field well for a box plot.

See: newBoxPlotAggregatedFieldWells smart constructor.

Constructors

BoxPlotAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

ToJSON BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Generic BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Associated Types

type Rep BoxPlotAggregatedFieldWells :: Type -> Type #

Show BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

NFData BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Eq BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

Hashable BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

type Rep BoxPlotAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells

type Rep BoxPlotAggregatedFieldWells = D1 ('MetaData "BoxPlotAggregatedFieldWells" "Amazonka.QuickSight.Types.BoxPlotAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newBoxPlotAggregatedFieldWells :: BoxPlotAggregatedFieldWells Source #

Create a value of BoxPlotAggregatedFieldWells 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:groupBy:BoxPlotAggregatedFieldWells', boxPlotAggregatedFieldWells_groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.

$sel:values:BoxPlotAggregatedFieldWells', boxPlotAggregatedFieldWells_values - The value field well of a box plot chart. Values are aggregated based on group by fields.

boxPlotAggregatedFieldWells_groupBy :: Lens' BoxPlotAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a box plot chart. Values are grouped based on group by fields.

boxPlotAggregatedFieldWells_values :: Lens' BoxPlotAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field well of a box plot chart. Values are aggregated based on group by fields.

BoxPlotChartConfiguration

data BoxPlotChartConfiguration Source #

The configuration of a BoxPlotVisual.

See: newBoxPlotChartConfiguration smart constructor.

Constructors

BoxPlotChartConfiguration' 

Fields

Instances

Instances details
FromJSON BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

ToJSON BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Generic BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Associated Types

type Rep BoxPlotChartConfiguration :: Type -> Type #

Show BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

NFData BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Eq BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Hashable BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

type Rep BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

type Rep BoxPlotChartConfiguration = D1 ('MetaData "BoxPlotChartConfiguration" "Amazonka.QuickSight.Types.BoxPlotChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotChartConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "boxPlotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotOptions)) :*: S1 ('MetaSel ('Just "categoryAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions))) :*: (S1 ('MetaSel ('Just "categoryLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotFieldWells)) :*: S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions))))) :*: ((S1 ('MetaSel ('Just "primaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: (S1 ('MetaSel ('Just "primaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "referenceLines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReferenceLine])))) :*: (S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotSortConfiguration)) :*: (S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)))))))

newBoxPlotChartConfiguration :: BoxPlotChartConfiguration Source #

Create a value of BoxPlotChartConfiguration 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:boxPlotOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_boxPlotOptions - The box plot chart options for a box plot visual

$sel:categoryAxis:BoxPlotChartConfiguration', boxPlotChartConfiguration_categoryAxis - The label display options (grid line, range, scale, axis step) of a box plot category.

$sel:categoryLabelOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_categoryLabelOptions - The label options (label text, label visibility and sort Icon visibility) of a box plot category.

$sel:fieldWells:BoxPlotChartConfiguration', boxPlotChartConfiguration_fieldWells - The field wells of the visual.

$sel:legend:BoxPlotChartConfiguration', boxPlotChartConfiguration_legend - Undocumented member.

$sel:primaryYAxisDisplayOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_primaryYAxisDisplayOptions - The label display options (grid line, range, scale, axis step) of a box plot category.

$sel:primaryYAxisLabelOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_primaryYAxisLabelOptions - The label options (label text, label visibility and sort icon visibility) of a box plot value.

$sel:referenceLines:BoxPlotChartConfiguration', boxPlotChartConfiguration_referenceLines - The reference line setup of the visual.

$sel:sortConfiguration:BoxPlotChartConfiguration', boxPlotChartConfiguration_sortConfiguration - The sort configuration of a BoxPlotVisual.

$sel:tooltip:BoxPlotChartConfiguration', boxPlotChartConfiguration_tooltip - The tooltip display setup of the visual.

$sel:visualPalette:BoxPlotChartConfiguration', boxPlotChartConfiguration_visualPalette - The palette (chart color) display setup of the visual.

boxPlotChartConfiguration_categoryAxis :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a box plot category.

boxPlotChartConfiguration_categoryLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort Icon visibility) of a box plot category.

boxPlotChartConfiguration_primaryYAxisDisplayOptions :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a box plot category.

boxPlotChartConfiguration_primaryYAxisLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) of a box plot value.

boxPlotChartConfiguration_visualPalette :: Lens' BoxPlotChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

BoxPlotFieldWells

data BoxPlotFieldWells Source #

The field wells of a BoxPlotVisual.

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

See: newBoxPlotFieldWells smart constructor.

Constructors

BoxPlotFieldWells' 

Fields

Instances

Instances details
FromJSON BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

ToJSON BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Generic BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Associated Types

type Rep BoxPlotFieldWells :: Type -> Type #

Show BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

NFData BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Methods

rnf :: BoxPlotFieldWells -> () #

Eq BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

Hashable BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

type Rep BoxPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotFieldWells

type Rep BoxPlotFieldWells = D1 ('MetaData "BoxPlotFieldWells" "Amazonka.QuickSight.Types.BoxPlotFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "boxPlotAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotAggregatedFieldWells))))

newBoxPlotFieldWells :: BoxPlotFieldWells Source #

Create a value of BoxPlotFieldWells 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:boxPlotAggregatedFieldWells:BoxPlotFieldWells', boxPlotFieldWells_boxPlotAggregatedFieldWells - The aggregated field wells of a box plot.

BoxPlotOptions

data BoxPlotOptions Source #

The options of a box plot visual.

See: newBoxPlotOptions smart constructor.

Constructors

BoxPlotOptions' 

Fields

Instances

Instances details
FromJSON BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

ToJSON BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

Generic BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

Associated Types

type Rep BoxPlotOptions :: Type -> Type #

Read BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

Show BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

NFData BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

Methods

rnf :: BoxPlotOptions -> () #

Eq BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

Hashable BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

type Rep BoxPlotOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotOptions

type Rep BoxPlotOptions = D1 ('MetaData "BoxPlotOptions" "Amazonka.QuickSight.Types.BoxPlotOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allDataPointsVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "outlierVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "styleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotStyleOptions)))))

newBoxPlotOptions :: BoxPlotOptions Source #

Create a value of BoxPlotOptions 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:allDataPointsVisibility:BoxPlotOptions', boxPlotOptions_allDataPointsVisibility - Determines the visibility of all data points of the box plot.

$sel:outlierVisibility:BoxPlotOptions', boxPlotOptions_outlierVisibility - Determines the visibility of the outlier in a box plot.

$sel:styleOptions:BoxPlotOptions', boxPlotOptions_styleOptions - The style options of the box plot.

boxPlotOptions_allDataPointsVisibility :: Lens' BoxPlotOptions (Maybe Visibility) Source #

Determines the visibility of all data points of the box plot.

boxPlotOptions_outlierVisibility :: Lens' BoxPlotOptions (Maybe Visibility) Source #

Determines the visibility of the outlier in a box plot.

BoxPlotSortConfiguration

data BoxPlotSortConfiguration Source #

The sort configuration of a BoxPlotVisual.

See: newBoxPlotSortConfiguration smart constructor.

Constructors

BoxPlotSortConfiguration' 

Fields

Instances

Instances details
FromJSON BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

ToJSON BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Generic BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Associated Types

type Rep BoxPlotSortConfiguration :: Type -> Type #

Read BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Show BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

NFData BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Eq BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Hashable BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

type Rep BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

type Rep BoxPlotSortConfiguration = D1 ('MetaData "BoxPlotSortConfiguration" "Amazonka.QuickSight.Types.BoxPlotSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])) :*: S1 ('MetaSel ('Just "paginationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PaginationConfiguration))))

newBoxPlotSortConfiguration :: BoxPlotSortConfiguration Source #

Create a value of BoxPlotSortConfiguration 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:categorySort:BoxPlotSortConfiguration', boxPlotSortConfiguration_categorySort - The sort configuration of a group by fields.

$sel:paginationConfiguration:BoxPlotSortConfiguration', boxPlotSortConfiguration_paginationConfiguration - The pagination configuration of a table visual or box plot.

BoxPlotStyleOptions

data BoxPlotStyleOptions Source #

The style options of the box plot.

See: newBoxPlotStyleOptions smart constructor.

Constructors

BoxPlotStyleOptions' 

Fields

Instances

Instances details
FromJSON BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

ToJSON BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

Generic BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

Associated Types

type Rep BoxPlotStyleOptions :: Type -> Type #

Read BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

Show BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

NFData BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

Methods

rnf :: BoxPlotStyleOptions -> () #

Eq BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

Hashable BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

type Rep BoxPlotStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotStyleOptions

type Rep BoxPlotStyleOptions = D1 ('MetaData "BoxPlotStyleOptions" "Amazonka.QuickSight.Types.BoxPlotStyleOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotStyleOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fillStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotFillStyle))))

newBoxPlotStyleOptions :: BoxPlotStyleOptions Source #

Create a value of BoxPlotStyleOptions 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:fillStyle:BoxPlotStyleOptions', boxPlotStyleOptions_fillStyle - The fill styles (solid, transparent) of the box plot.

boxPlotStyleOptions_fillStyle :: Lens' BoxPlotStyleOptions (Maybe BoxPlotFillStyle) Source #

The fill styles (solid, transparent) of the box plot.

BoxPlotVisual

data BoxPlotVisual Source #

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

See: newBoxPlotVisual smart constructor.

Constructors

BoxPlotVisual' 

Fields

Instances

Instances details
FromJSON BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

ToJSON BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Generic BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Associated Types

type Rep BoxPlotVisual :: Type -> Type #

Show BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

NFData BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Methods

rnf :: BoxPlotVisual -> () #

Eq BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

Hashable BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

type Rep BoxPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotVisual

newBoxPlotVisual Source #

Create a value of BoxPlotVisual 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:actions:BoxPlotVisual', boxPlotVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:BoxPlotVisual', boxPlotVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:BoxPlotVisual', boxPlotVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:BoxPlotVisual', boxPlotVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:BoxPlotVisual', boxPlotVisual_title - The title that is displayed on the visual.

$sel:visualId:BoxPlotVisual', boxPlotVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

boxPlotVisual_actions :: Lens' BoxPlotVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

boxPlotVisual_columnHierarchies :: Lens' BoxPlotVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

boxPlotVisual_subtitle :: Lens' BoxPlotVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

boxPlotVisual_title :: Lens' BoxPlotVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

boxPlotVisual_visualId :: Lens' BoxPlotVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

CalculatedColumn

data CalculatedColumn Source #

A calculated column for a dataset.

See: newCalculatedColumn smart constructor.

Constructors

CalculatedColumn' 

Fields

  • columnName :: Text

    Column name.

  • columnId :: Text

    A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

  • expression :: Sensitive Text

    An expression that defines the calculated column.

Instances

Instances details
FromJSON CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

ToJSON CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Generic CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Associated Types

type Rep CalculatedColumn :: Type -> Type #

Show CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

NFData CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Methods

rnf :: CalculatedColumn -> () #

Eq CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Hashable CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

type Rep CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

type Rep CalculatedColumn = D1 ('MetaData "CalculatedColumn" "Amazonka.QuickSight.Types.CalculatedColumn" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CalculatedColumn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "columnId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCalculatedColumn Source #

Create a value of CalculatedColumn 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:columnName:CalculatedColumn', calculatedColumn_columnName - Column name.

$sel:columnId:CalculatedColumn', calculatedColumn_columnId - A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

$sel:expression:CalculatedColumn', calculatedColumn_expression - An expression that defines the calculated column.

calculatedColumn_columnId :: Lens' CalculatedColumn Text Source #

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

calculatedColumn_expression :: Lens' CalculatedColumn Text Source #

An expression that defines the calculated column.

CalculatedField

data CalculatedField Source #

The calculated field of an analysis.

See: newCalculatedField smart constructor.

Constructors

CalculatedField' 

Fields

Instances

Instances details
FromJSON CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

ToJSON CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

Generic CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

Associated Types

type Rep CalculatedField :: Type -> Type #

Show CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

NFData CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

Methods

rnf :: CalculatedField -> () #

Eq CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

Hashable CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

type Rep CalculatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedField

type Rep CalculatedField = D1 ('MetaData "CalculatedField" "Amazonka.QuickSight.Types.CalculatedField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CalculatedField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCalculatedField Source #

Create a value of CalculatedField 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:dataSetIdentifier:CalculatedField', calculatedField_dataSetIdentifier - The data set that is used in this calculated field.

$sel:name:CalculatedField', calculatedField_name - The name of the calculated field.

$sel:expression:CalculatedField', calculatedField_expression - The expression of the calculated field.

calculatedField_dataSetIdentifier :: Lens' CalculatedField Text Source #

The data set that is used in this calculated field.

calculatedField_name :: Lens' CalculatedField Text Source #

The name of the calculated field.

calculatedField_expression :: Lens' CalculatedField Text Source #

The expression of the calculated field.

CalculatedMeasureField

data CalculatedMeasureField Source #

The table calculation measure field for pivot tables.

See: newCalculatedMeasureField smart constructor.

Constructors

CalculatedMeasureField' 

Fields

Instances

Instances details
FromJSON CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

ToJSON CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

Generic CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

Associated Types

type Rep CalculatedMeasureField :: Type -> Type #

Show CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

NFData CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

Methods

rnf :: CalculatedMeasureField -> () #

Eq CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

Hashable CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

type Rep CalculatedMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedMeasureField

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

newCalculatedMeasureField Source #

Create a value of CalculatedMeasureField 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:fieldId:CalculatedMeasureField', calculatedMeasureField_fieldId - The custom field ID.

$sel:expression:CalculatedMeasureField', calculatedMeasureField_expression - The expression in the table calculation.

calculatedMeasureField_expression :: Lens' CalculatedMeasureField Text Source #

The expression in the table calculation.

CascadingControlConfiguration

data CascadingControlConfiguration Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

See: newCascadingControlConfiguration smart constructor.

Constructors

CascadingControlConfiguration' 

Fields

Instances

Instances details
FromJSON CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

ToJSON CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Generic CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Associated Types

type Rep CascadingControlConfiguration :: Type -> Type #

Read CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Show CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

NFData CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Eq CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Hashable CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

type Rep CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

type Rep CascadingControlConfiguration = D1 ('MetaData "CascadingControlConfiguration" "Amazonka.QuickSight.Types.CascadingControlConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CascadingControlConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CascadingControlSource]))))

newCascadingControlConfiguration :: CascadingControlConfiguration Source #

Create a value of CascadingControlConfiguration 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:sourceControls:CascadingControlConfiguration', cascadingControlConfiguration_sourceControls - A list of source controls that determine the values that are used in the current control.

cascadingControlConfiguration_sourceControls :: Lens' CascadingControlConfiguration (Maybe [CascadingControlSource]) Source #

A list of source controls that determine the values that are used in the current control.

CascadingControlSource

data CascadingControlSource Source #

The source controls that are used in a CascadingControlConfiguration.

See: newCascadingControlSource smart constructor.

Constructors

CascadingControlSource' 

Fields

Instances

Instances details
FromJSON CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

ToJSON CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Generic CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Associated Types

type Rep CascadingControlSource :: Type -> Type #

Read CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Show CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

NFData CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Methods

rnf :: CascadingControlSource -> () #

Eq CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Hashable CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

type Rep CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

type Rep CascadingControlSource = D1 ('MetaData "CascadingControlSource" "Amazonka.QuickSight.Types.CascadingControlSource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CascadingControlSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnToMatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnIdentifier)) :*: S1 ('MetaSel ('Just "sourceSheetControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCascadingControlSource :: CascadingControlSource Source #

Create a value of CascadingControlSource 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:columnToMatch:CascadingControlSource', cascadingControlSource_columnToMatch - The column identifier that determines which column to look up for the source sheet control.

$sel:sourceSheetControlId:CascadingControlSource', cascadingControlSource_sourceSheetControlId - The source sheet control ID of a CascadingControlSource.

cascadingControlSource_columnToMatch :: Lens' CascadingControlSource (Maybe ColumnIdentifier) Source #

The column identifier that determines which column to look up for the source sheet control.

cascadingControlSource_sourceSheetControlId :: Lens' CascadingControlSource (Maybe Text) Source #

The source sheet control ID of a CascadingControlSource.

CastColumnTypeOperation

data CastColumnTypeOperation Source #

A transform operation that casts a column to a different type.

See: newCastColumnTypeOperation smart constructor.

Constructors

CastColumnTypeOperation' 

Fields

Instances

Instances details
FromJSON CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

ToJSON CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Generic CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Associated Types

type Rep CastColumnTypeOperation :: Type -> Type #

Read CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Show CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

NFData CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Methods

rnf :: CastColumnTypeOperation -> () #

Eq CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Hashable CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

type Rep CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

type Rep CastColumnTypeOperation = D1 ('MetaData "CastColumnTypeOperation" "Amazonka.QuickSight.Types.CastColumnTypeOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CastColumnTypeOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "newColumnType'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnDataType))))

newCastColumnTypeOperation Source #

Create a value of CastColumnTypeOperation 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:format:CastColumnTypeOperation', castColumnTypeOperation_format - When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

$sel:columnName:CastColumnTypeOperation', castColumnTypeOperation_columnName - Column name.

$sel:newColumnType':CastColumnTypeOperation', castColumnTypeOperation_newColumnType - New column data type.

castColumnTypeOperation_format :: Lens' CastColumnTypeOperation (Maybe Text) Source #

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

CategoricalDimensionField

data CategoricalDimensionField Source #

The dimension type field with categorical type columns..

See: newCategoricalDimensionField smart constructor.

Constructors

CategoricalDimensionField' 

Fields

Instances

Instances details
FromJSON CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

ToJSON CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

Generic CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

Associated Types

type Rep CategoricalDimensionField :: Type -> Type #

Show CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

NFData CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

Eq CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

Hashable CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

type Rep CategoricalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalDimensionField

type Rep CategoricalDimensionField = D1 ('MetaData "CategoricalDimensionField" "Amazonka.QuickSight.Types.CategoricalDimensionField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CategoricalDimensionField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringFormatConfiguration)) :*: S1 ('MetaSel ('Just "hierarchyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newCategoricalDimensionField Source #

Create a value of CategoricalDimensionField 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:formatConfiguration:CategoricalDimensionField', categoricalDimensionField_formatConfiguration - The format configuration of the field.

$sel:hierarchyId:CategoricalDimensionField', categoricalDimensionField_hierarchyId - The custom hierarchy ID.

$sel:fieldId:CategoricalDimensionField', categoricalDimensionField_fieldId - The custom field ID.

$sel:column:CategoricalDimensionField', categoricalDimensionField_column - The column that is used in the CategoricalDimensionField.

categoricalDimensionField_column :: Lens' CategoricalDimensionField ColumnIdentifier Source #

The column that is used in the CategoricalDimensionField.

CategoricalMeasureField

data CategoricalMeasureField Source #

The measure type field with categorical type columns.

See: newCategoricalMeasureField smart constructor.

Constructors

CategoricalMeasureField' 

Fields

Instances

Instances details
FromJSON CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

ToJSON CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Generic CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Associated Types

type Rep CategoricalMeasureField :: Type -> Type #

Show CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

NFData CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Methods

rnf :: CategoricalMeasureField -> () #

Eq CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

Hashable CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

type Rep CategoricalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoricalMeasureField

type Rep CategoricalMeasureField = D1 ('MetaData "CategoricalMeasureField" "Amazonka.QuickSight.Types.CategoricalMeasureField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CategoricalMeasureField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalAggregationFunction)) :*: S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringFormatConfiguration))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newCategoricalMeasureField Source #

Create a value of CategoricalMeasureField 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:aggregationFunction:CategoricalMeasureField', categoricalMeasureField_aggregationFunction - The aggregation function of the measure field.

$sel:formatConfiguration:CategoricalMeasureField', categoricalMeasureField_formatConfiguration - The format configuration of the field.

$sel:fieldId:CategoricalMeasureField', categoricalMeasureField_fieldId - The custom field ID.

$sel:column:CategoricalMeasureField', categoricalMeasureField_column - The column that is used in the CategoricalMeasureField.

categoricalMeasureField_column :: Lens' CategoricalMeasureField ColumnIdentifier Source #

The column that is used in the CategoricalMeasureField.

CategoryDrillDownFilter

data CategoryDrillDownFilter Source #

The numeric equality type drill down filter.

See: newCategoryDrillDownFilter smart constructor.

Constructors

CategoryDrillDownFilter' 

Fields

Instances

Instances details
FromJSON CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

ToJSON CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

Generic CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

Associated Types

type Rep CategoryDrillDownFilter :: Type -> Type #

Read CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

Show CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

NFData CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

Methods

rnf :: CategoryDrillDownFilter -> () #

Eq CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

Hashable CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

type Rep CategoryDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryDrillDownFilter

type Rep CategoryDrillDownFilter = D1 ('MetaData "CategoryDrillDownFilter" "Amazonka.QuickSight.Types.CategoryDrillDownFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CategoryDrillDownFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: S1 ('MetaSel ('Just "categoryValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newCategoryDrillDownFilter Source #

Create a value of CategoryDrillDownFilter 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:column:CategoryDrillDownFilter', categoryDrillDownFilter_column - The column that the filter is applied to.

$sel:categoryValues:CategoryDrillDownFilter', categoryDrillDownFilter_categoryValues - A list of the string inputs that are the values of the category drill down filter.

categoryDrillDownFilter_categoryValues :: Lens' CategoryDrillDownFilter [Text] Source #

A list of the string inputs that are the values of the category drill down filter.

CategoryFilter

data CategoryFilter Source #

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide.

See: newCategoryFilter smart constructor.

Constructors

CategoryFilter' 

Fields

Instances

Instances details
FromJSON CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

ToJSON CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

Generic CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

Associated Types

type Rep CategoryFilter :: Type -> Type #

Read CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

Show CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

NFData CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

Methods

rnf :: CategoryFilter -> () #

Eq CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

Hashable CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

type Rep CategoryFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilter

type Rep CategoryFilter = D1 ('MetaData "CategoryFilter" "Amazonka.QuickSight.Types.CategoryFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CategoryFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryFilterConfiguration)) :*: (S1 ('MetaSel ('Just "filterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newCategoryFilter Source #

Create a value of CategoryFilter 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:configuration:CategoryFilter', categoryFilter_configuration - The configuration for a CategoryFilter.

$sel:filterId:CategoryFilter', categoryFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

$sel:column:CategoryFilter', categoryFilter_column - The column that the filter is applied to.

categoryFilter_filterId :: Lens' CategoryFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

categoryFilter_column :: Lens' CategoryFilter ColumnIdentifier Source #

The column that the filter is applied to.

CategoryFilterConfiguration

data CategoryFilterConfiguration Source #

The configuration for a CategoryFilter.

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

See: newCategoryFilterConfiguration smart constructor.

Constructors

CategoryFilterConfiguration' 

Fields

Instances

Instances details
FromJSON CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

ToJSON CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

Generic CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

Associated Types

type Rep CategoryFilterConfiguration :: Type -> Type #

Read CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

Show CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

NFData CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

Eq CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

Hashable CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

type Rep CategoryFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CategoryFilterConfiguration

type Rep CategoryFilterConfiguration = D1 ('MetaData "CategoryFilterConfiguration" "Amazonka.QuickSight.Types.CategoryFilterConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CategoryFilterConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customFilterConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomFilterConfiguration)) :*: (S1 ('MetaSel ('Just "customFilterListConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomFilterListConfiguration)) :*: S1 ('MetaSel ('Just "filterListConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterListConfiguration)))))

newCategoryFilterConfiguration :: CategoryFilterConfiguration Source #

Create a value of CategoryFilterConfiguration 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:customFilterConfiguration:CategoryFilterConfiguration', categoryFilterConfiguration_customFilterConfiguration - A custom filter that filters based on a single value. This filter can be partially matched.

$sel:customFilterListConfiguration:CategoryFilterConfiguration', categoryFilterConfiguration_customFilterListConfiguration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.

$sel:filterListConfiguration:CategoryFilterConfiguration', categoryFilterConfiguration_filterListConfiguration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.

categoryFilterConfiguration_customFilterConfiguration :: Lens' CategoryFilterConfiguration (Maybe CustomFilterConfiguration) Source #

A custom filter that filters based on a single value. This filter can be partially matched.

categoryFilterConfiguration_customFilterListConfiguration :: Lens' CategoryFilterConfiguration (Maybe CustomFilterListConfiguration) Source #

A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.

categoryFilterConfiguration_filterListConfiguration :: Lens' CategoryFilterConfiguration (Maybe FilterListConfiguration) Source #

A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.

ChartAxisLabelOptions

data ChartAxisLabelOptions Source #

The label options for an axis on a chart.

See: newChartAxisLabelOptions smart constructor.

Constructors

ChartAxisLabelOptions' 

Fields

Instances

Instances details
FromJSON ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

ToJSON ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

Generic ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

Associated Types

type Rep ChartAxisLabelOptions :: Type -> Type #

Read ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

Show ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

NFData ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

Methods

rnf :: ChartAxisLabelOptions -> () #

Eq ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

Hashable ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

type Rep ChartAxisLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ChartAxisLabelOptions

type Rep ChartAxisLabelOptions = D1 ('MetaData "ChartAxisLabelOptions" "Amazonka.QuickSight.Types.ChartAxisLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ChartAxisLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "axisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AxisLabelOptions])) :*: (S1 ('MetaSel ('Just "sortIconVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newChartAxisLabelOptions :: ChartAxisLabelOptions Source #

Create a value of ChartAxisLabelOptions 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:axisLabelOptions:ChartAxisLabelOptions', chartAxisLabelOptions_axisLabelOptions - The label options for a chart axis.

$sel:sortIconVisibility:ChartAxisLabelOptions', chartAxisLabelOptions_sortIconVisibility - The visibility configuration of the sort icon on a chart's axis label.

$sel:visibility:ChartAxisLabelOptions', chartAxisLabelOptions_visibility - The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE: Shows the axis.
  • HIDDEN: Hides the axis.

chartAxisLabelOptions_sortIconVisibility :: Lens' ChartAxisLabelOptions (Maybe Visibility) Source #

The visibility configuration of the sort icon on a chart's axis label.

chartAxisLabelOptions_visibility :: Lens' ChartAxisLabelOptions (Maybe Visibility) Source #

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE: Shows the axis.
  • HIDDEN: Hides the axis.

ClusterMarker

data ClusterMarker Source #

The cluster marker that is a part of the cluster marker configuration.

See: newClusterMarker smart constructor.

Constructors

ClusterMarker' 

Fields

Instances

Instances details
FromJSON ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

ToJSON ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

Generic ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

Associated Types

type Rep ClusterMarker :: Type -> Type #

Read ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

Show ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

NFData ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

Methods

rnf :: ClusterMarker -> () #

Eq ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

Hashable ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

type Rep ClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarker

type Rep ClusterMarker = D1 ('MetaData "ClusterMarker" "Amazonka.QuickSight.Types.ClusterMarker" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ClusterMarker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "simpleClusterMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimpleClusterMarker))))

newClusterMarker :: ClusterMarker Source #

Create a value of ClusterMarker 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:simpleClusterMarker:ClusterMarker', clusterMarker_simpleClusterMarker - The simple cluster marker of the cluster marker.

clusterMarker_simpleClusterMarker :: Lens' ClusterMarker (Maybe SimpleClusterMarker) Source #

The simple cluster marker of the cluster marker.

ClusterMarkerConfiguration

data ClusterMarkerConfiguration Source #

The cluster marker configuration of the geospatial map selected point style.

See: newClusterMarkerConfiguration smart constructor.

Constructors

ClusterMarkerConfiguration' 

Fields

Instances

Instances details
FromJSON ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

ToJSON ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

Generic ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

Associated Types

type Rep ClusterMarkerConfiguration :: Type -> Type #

Read ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

Show ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

NFData ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

Eq ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

Hashable ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

type Rep ClusterMarkerConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ClusterMarkerConfiguration

type Rep ClusterMarkerConfiguration = D1 ('MetaData "ClusterMarkerConfiguration" "Amazonka.QuickSight.Types.ClusterMarkerConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ClusterMarkerConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterMarker))))

newClusterMarkerConfiguration :: ClusterMarkerConfiguration Source #

Create a value of ClusterMarkerConfiguration 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:clusterMarker:ClusterMarkerConfiguration', clusterMarkerConfiguration_clusterMarker - The cluster marker that is a part of the cluster marker configuration

clusterMarkerConfiguration_clusterMarker :: Lens' ClusterMarkerConfiguration (Maybe ClusterMarker) Source #

The cluster marker that is a part of the cluster marker configuration

ColorScale

data ColorScale Source #

Determines the color scale that is applied to the visual.

See: newColorScale smart constructor.

Constructors

ColorScale' 

Fields

Instances

Instances details
FromJSON ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

ToJSON ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Generic ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Associated Types

type Rep ColorScale :: Type -> Type #

Read ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Show ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

NFData ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Methods

rnf :: ColorScale -> () #

Eq ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Hashable ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

type Rep ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

type Rep ColorScale = D1 ('MetaData "ColorScale" "Amazonka.QuickSight.Types.ColorScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColorScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nullValueColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataColor)) :*: (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataColor)) :*: S1 ('MetaSel ('Just "colorFillType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColorFillType))))

newColorScale Source #

Create a value of ColorScale 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:nullValueColor:ColorScale', colorScale_nullValueColor - Determines the color that is applied to null values.

$sel:colors:ColorScale', colorScale_colors - Determines the list of colors that are applied to the visual.

$sel:colorFillType:ColorScale', colorScale_colorFillType - Determines the color fill type.

colorScale_nullValueColor :: Lens' ColorScale (Maybe DataColor) Source #

Determines the color that is applied to null values.

colorScale_colors :: Lens' ColorScale (NonEmpty DataColor) Source #

Determines the list of colors that are applied to the visual.

ColumnConfiguration

data ColumnConfiguration Source #

The general configuration of a column.

See: newColumnConfiguration smart constructor.

Constructors

ColumnConfiguration' 

Fields

Instances

Instances details
FromJSON ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

ToJSON ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

Generic ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

Associated Types

type Rep ColumnConfiguration :: Type -> Type #

Show ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

NFData ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

Methods

rnf :: ColumnConfiguration -> () #

Eq ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

Hashable ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

type Rep ColumnConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnConfiguration

type Rep ColumnConfiguration = D1 ('MetaData "ColumnConfiguration" "Amazonka.QuickSight.Types.ColumnConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatConfiguration)) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnRole)) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newColumnConfiguration Source #

Create a value of ColumnConfiguration 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:formatConfiguration:ColumnConfiguration', columnConfiguration_formatConfiguration - The format configuration of a column.

$sel:role':ColumnConfiguration', columnConfiguration_role - The role of the column.

$sel:column:ColumnConfiguration', columnConfiguration_column - The column.

ColumnDescription

data ColumnDescription Source #

Metadata that contains a description for a column.

See: newColumnDescription smart constructor.

Constructors

ColumnDescription' 

Fields

Instances

Instances details
FromJSON ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

ToJSON ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Generic ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Associated Types

type Rep ColumnDescription :: Type -> Type #

Read ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Show ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

NFData ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Methods

rnf :: ColumnDescription -> () #

Eq ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Hashable ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

type Rep ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

type Rep ColumnDescription = D1 ('MetaData "ColumnDescription" "Amazonka.QuickSight.Types.ColumnDescription" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newColumnDescription :: ColumnDescription Source #

Create a value of ColumnDescription 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:text:ColumnDescription', columnDescription_text - The text of a description for a column.

columnDescription_text :: Lens' ColumnDescription (Maybe Text) Source #

The text of a description for a column.

ColumnGroup

data ColumnGroup Source #

Groupings of columns that work together in certain Amazon QuickSight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newColumnGroup smart constructor.

Constructors

ColumnGroup' 

Fields

Instances

Instances details
FromJSON ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

ToJSON ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Generic ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Associated Types

type Rep ColumnGroup :: Type -> Type #

Read ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Show ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

NFData ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Methods

rnf :: ColumnGroup -> () #

Eq ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Hashable ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

type Rep ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

type Rep ColumnGroup = D1 ('MetaData "ColumnGroup" "Amazonka.QuickSight.Types.ColumnGroup" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "geoSpatialColumnGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoSpatialColumnGroup))))

newColumnGroup :: ColumnGroup Source #

Create a value of ColumnGroup 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:geoSpatialColumnGroup:ColumnGroup', columnGroup_geoSpatialColumnGroup - Geospatial column group that denotes a hierarchy.

columnGroup_geoSpatialColumnGroup :: Lens' ColumnGroup (Maybe GeoSpatialColumnGroup) Source #

Geospatial column group that denotes a hierarchy.

ColumnGroupColumnSchema

data ColumnGroupColumnSchema Source #

A structure describing the name, data type, and geographic role of the columns.

See: newColumnGroupColumnSchema smart constructor.

Constructors

ColumnGroupColumnSchema' 

Fields

Instances

Instances details
FromJSON ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

ToJSON ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Generic ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Associated Types

type Rep ColumnGroupColumnSchema :: Type -> Type #

Read ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Show ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

NFData ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Methods

rnf :: ColumnGroupColumnSchema -> () #

Eq ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Hashable ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

type Rep ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

type Rep ColumnGroupColumnSchema = D1 ('MetaData "ColumnGroupColumnSchema" "Amazonka.QuickSight.Types.ColumnGroupColumnSchema" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnGroupColumnSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newColumnGroupColumnSchema :: ColumnGroupColumnSchema Source #

Create a value of ColumnGroupColumnSchema 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:name:ColumnGroupColumnSchema', columnGroupColumnSchema_name - The name of the column group's column schema.

columnGroupColumnSchema_name :: Lens' ColumnGroupColumnSchema (Maybe Text) Source #

The name of the column group's column schema.

ColumnGroupSchema

data ColumnGroupSchema Source #

The column group schema.

See: newColumnGroupSchema smart constructor.

Constructors

ColumnGroupSchema' 

Fields

Instances

Instances details
FromJSON ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

ToJSON ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Generic ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Associated Types

type Rep ColumnGroupSchema :: Type -> Type #

Read ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Show ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

NFData ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Methods

rnf :: ColumnGroupSchema -> () #

Eq ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Hashable ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

type Rep ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

type Rep ColumnGroupSchema = D1 ('MetaData "ColumnGroupSchema" "Amazonka.QuickSight.Types.ColumnGroupSchema" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnGroupSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnGroupColumnSchemaList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnGroupColumnSchema])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newColumnGroupSchema :: ColumnGroupSchema Source #

Create a value of ColumnGroupSchema 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:columnGroupColumnSchemaList:ColumnGroupSchema', columnGroupSchema_columnGroupColumnSchemaList - A structure containing the list of schemas for column group columns.

ColumnGroupSchema, columnGroupSchema_name - The name of the column group schema.

columnGroupSchema_columnGroupColumnSchemaList :: Lens' ColumnGroupSchema (Maybe [ColumnGroupColumnSchema]) Source #

A structure containing the list of schemas for column group columns.

columnGroupSchema_name :: Lens' ColumnGroupSchema (Maybe Text) Source #

The name of the column group schema.

ColumnHierarchy

data ColumnHierarchy Source #

The option that determines the hierarchy of the fields for a visual element.

See: newColumnHierarchy smart constructor.

Constructors

ColumnHierarchy' 

Fields

Instances

Instances details
FromJSON ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

ToJSON ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

Generic ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

Associated Types

type Rep ColumnHierarchy :: Type -> Type #

Read ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

Show ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

NFData ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

Methods

rnf :: ColumnHierarchy -> () #

Eq ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

Hashable ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

type Rep ColumnHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnHierarchy

type Rep ColumnHierarchy = D1 ('MetaData "ColumnHierarchy" "Amazonka.QuickSight.Types.ColumnHierarchy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnHierarchy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateTimeHierarchy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeHierarchy)) :*: (S1 ('MetaSel ('Just "explicitHierarchy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplicitHierarchy)) :*: S1 ('MetaSel ('Just "predefinedHierarchy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredefinedHierarchy)))))

newColumnHierarchy :: ColumnHierarchy Source #

Create a value of ColumnHierarchy 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:dateTimeHierarchy:ColumnHierarchy', columnHierarchy_dateTimeHierarchy - The option that determines the hierarchy of any DateTime fields.

$sel:explicitHierarchy:ColumnHierarchy', columnHierarchy_explicitHierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

$sel:predefinedHierarchy:ColumnHierarchy', columnHierarchy_predefinedHierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

columnHierarchy_dateTimeHierarchy :: Lens' ColumnHierarchy (Maybe DateTimeHierarchy) Source #

The option that determines the hierarchy of any DateTime fields.

columnHierarchy_explicitHierarchy :: Lens' ColumnHierarchy (Maybe ExplicitHierarchy) Source #

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

columnHierarchy_predefinedHierarchy :: Lens' ColumnHierarchy (Maybe PredefinedHierarchy) Source #

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

ColumnIdentifier

data ColumnIdentifier Source #

A column of a data set.

See: newColumnIdentifier smart constructor.

Constructors

ColumnIdentifier' 

Fields

Instances

Instances details
FromJSON ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

ToJSON ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

Generic ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

Associated Types

type Rep ColumnIdentifier :: Type -> Type #

Read ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

Show ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

NFData ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

Methods

rnf :: ColumnIdentifier -> () #

Eq ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

Hashable ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

type Rep ColumnIdentifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnIdentifier

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

newColumnIdentifier Source #

Create a value of ColumnIdentifier 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:dataSetIdentifier:ColumnIdentifier', columnIdentifier_dataSetIdentifier - The data set that the column belongs to.

$sel:columnName:ColumnIdentifier', columnIdentifier_columnName - The name of the column.

columnIdentifier_dataSetIdentifier :: Lens' ColumnIdentifier Text Source #

The data set that the column belongs to.

ColumnLevelPermissionRule

data ColumnLevelPermissionRule Source #

A rule defined to grant access on one or more restricted columns. Each dataset can have multiple rules. To create a restricted column, you add it to one or more rules. Each rule must contain at least one column and at least one user or group. To be able to see a restricted column, a user or group needs to be added to a rule for that column.

See: newColumnLevelPermissionRule smart constructor.

Constructors

ColumnLevelPermissionRule' 

Fields

Instances

Instances details
FromJSON ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

ToJSON ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Generic ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Associated Types

type Rep ColumnLevelPermissionRule :: Type -> Type #

Read ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Show ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

NFData ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Eq ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Hashable ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

type Rep ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

type Rep ColumnLevelPermissionRule = D1 ('MetaData "ColumnLevelPermissionRule" "Amazonka.QuickSight.Types.ColumnLevelPermissionRule" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnLevelPermissionRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "principals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newColumnLevelPermissionRule :: ColumnLevelPermissionRule Source #

Create a value of ColumnLevelPermissionRule 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:columnNames:ColumnLevelPermissionRule', columnLevelPermissionRule_columnNames - An array of column names.

$sel:principals:ColumnLevelPermissionRule', columnLevelPermissionRule_principals - An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.

columnLevelPermissionRule_principals :: Lens' ColumnLevelPermissionRule (Maybe (NonEmpty Text)) Source #

An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.

ColumnSchema

data ColumnSchema Source #

The column schema.

See: newColumnSchema smart constructor.

Constructors

ColumnSchema' 

Fields

Instances

Instances details
FromJSON ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

ToJSON ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Generic ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Associated Types

type Rep ColumnSchema :: Type -> Type #

Read ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Show ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

NFData ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Methods

rnf :: ColumnSchema -> () #

Eq ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Hashable ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

type Rep ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

type Rep ColumnSchema = D1 ('MetaData "ColumnSchema" "Amazonka.QuickSight.Types.ColumnSchema" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "geographicRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newColumnSchema :: ColumnSchema Source #

Create a value of ColumnSchema 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:dataType:ColumnSchema', columnSchema_dataType - The data type of the column schema.

$sel:geographicRole:ColumnSchema', columnSchema_geographicRole - The geographic role of the column schema.

$sel:name:ColumnSchema', columnSchema_name - The name of the column schema.

columnSchema_dataType :: Lens' ColumnSchema (Maybe Text) Source #

The data type of the column schema.

columnSchema_geographicRole :: Lens' ColumnSchema (Maybe Text) Source #

The geographic role of the column schema.

columnSchema_name :: Lens' ColumnSchema (Maybe Text) Source #

The name of the column schema.

ColumnSort

data ColumnSort Source #

The sort configuration for a column that is not used in a field well.

See: newColumnSort smart constructor.

Constructors

ColumnSort' 

Fields

Instances

Instances details
FromJSON ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

ToJSON ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

Generic ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

Associated Types

type Rep ColumnSort :: Type -> Type #

Read ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

Show ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

NFData ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

Methods

rnf :: ColumnSort -> () #

Eq ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

Hashable ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

type Rep ColumnSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSort

type Rep ColumnSort = D1 ('MetaData "ColumnSort" "Amazonka.QuickSight.Types.ColumnSort" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnSort'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationFunction)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: S1 ('MetaSel ('Just "direction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortDirection))))

newColumnSort Source #

Create a value of ColumnSort 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:aggregationFunction:ColumnSort', columnSort_aggregationFunction - The aggregation function that is defined in the column sort.

$sel:sortBy:ColumnSort', columnSort_sortBy - Undocumented member.

$sel:direction:ColumnSort', columnSort_direction - The sort direction.

columnSort_aggregationFunction :: Lens' ColumnSort (Maybe AggregationFunction) Source #

The aggregation function that is defined in the column sort.

ColumnTag

data ColumnTag Source #

A tag for a column in a TagColumnOperation structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newColumnTag smart constructor.

Constructors

ColumnTag' 

Fields

Instances

Instances details
FromJSON ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

ToJSON ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Generic ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Associated Types

type Rep ColumnTag :: Type -> Type #

Read ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Show ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

NFData ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Methods

rnf :: ColumnTag -> () #

Eq ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Hashable ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

type Rep ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

type Rep ColumnTag = D1 ('MetaData "ColumnTag" "Amazonka.QuickSight.Types.ColumnTag" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnDescription)) :*: S1 ('MetaSel ('Just "columnGeographicRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoSpatialDataRole))))

newColumnTag :: ColumnTag Source #

Create a value of ColumnTag 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:columnDescription:ColumnTag', columnTag_columnDescription - A description for a column.

$sel:columnGeographicRole:ColumnTag', columnTag_columnGeographicRole - A geospatial role for a column.

ColumnTooltipItem

data ColumnTooltipItem Source #

The tooltip item for the columns that are not part of a field well.

See: newColumnTooltipItem smart constructor.

Constructors

ColumnTooltipItem' 

Fields

Instances

Instances details
FromJSON ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

ToJSON ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

Generic ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

Associated Types

type Rep ColumnTooltipItem :: Type -> Type #

Read ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

Show ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

NFData ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

Methods

rnf :: ColumnTooltipItem -> () #

Eq ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

Hashable ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

type Rep ColumnTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTooltipItem

type Rep ColumnTooltipItem = D1 ('MetaData "ColumnTooltipItem" "Amazonka.QuickSight.Types.ColumnTooltipItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColumnTooltipItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationFunction)) :*: S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newColumnTooltipItem Source #

Create a value of ColumnTooltipItem 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:aggregation:ColumnTooltipItem', columnTooltipItem_aggregation - The aggregation function of the column tooltip item.

$sel:label:ColumnTooltipItem', columnTooltipItem_label - The label of the tooltip item.

$sel:visibility:ColumnTooltipItem', columnTooltipItem_visibility - The visibility of the tooltip item.

$sel:column:ColumnTooltipItem', columnTooltipItem_column - The target column of the tooltip item.

columnTooltipItem_aggregation :: Lens' ColumnTooltipItem (Maybe AggregationFunction) Source #

The aggregation function of the column tooltip item.

columnTooltipItem_label :: Lens' ColumnTooltipItem (Maybe Text) Source #

The label of the tooltip item.

columnTooltipItem_column :: Lens' ColumnTooltipItem ColumnIdentifier Source #

The target column of the tooltip item.

ComboChartAggregatedFieldWells

data ComboChartAggregatedFieldWells Source #

The aggregated field wells of a combo chart.

See: newComboChartAggregatedFieldWells smart constructor.

Constructors

ComboChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

ToJSON ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Generic ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Associated Types

type Rep ComboChartAggregatedFieldWells :: Type -> Type #

Show ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

NFData ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Eq ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

Hashable ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

type Rep ComboChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells

type Rep ComboChartAggregatedFieldWells = D1 ('MetaData "ComboChartAggregatedFieldWells" "Amazonka.QuickSight.Types.ComboChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComboChartAggregatedFieldWells'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "barValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField]))) :*: (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "lineValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newComboChartAggregatedFieldWells :: ComboChartAggregatedFieldWells Source #

Create a value of ComboChartAggregatedFieldWells 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:barValues:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_barValues - The aggregated BarValues field well of a combo chart.

$sel:category:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_category - The aggregated category field wells of a combo chart.

$sel:colors:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_colors - The aggregated colors field well of a combo chart.

$sel:lineValues:ComboChartAggregatedFieldWells', comboChartAggregatedFieldWells_lineValues - The aggregated LineValues field well of a combo chart.

comboChartAggregatedFieldWells_barValues :: Lens' ComboChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated BarValues field well of a combo chart.

comboChartAggregatedFieldWells_lineValues :: Lens' ComboChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated LineValues field well of a combo chart.

ComboChartConfiguration

data ComboChartConfiguration Source #

The configuration of a ComboChartVisual.

See: newComboChartConfiguration smart constructor.

Constructors

ComboChartConfiguration' 

Fields

Instances

Instances details
FromJSON ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

ToJSON ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

Generic ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

Associated Types

type Rep ComboChartConfiguration :: Type -> Type #

Show ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

NFData ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

Methods

rnf :: ComboChartConfiguration -> () #

Eq ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

Hashable ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

type Rep ComboChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartConfiguration

type Rep ComboChartConfiguration = D1 ('MetaData "ComboChartConfiguration" "Amazonka.QuickSight.Types.ComboChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComboChartConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "barDataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions)) :*: S1 ('MetaSel ('Just "barsArrangement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarsArrangement))) :*: (S1 ('MetaSel ('Just "categoryAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "categoryLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)))) :*: ((S1 ('MetaSel ('Just "colorLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComboChartFieldWells))) :*: (S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions)) :*: S1 ('MetaSel ('Just "lineDataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions))))) :*: (((S1 ('MetaSel ('Just "primaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "primaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))) :*: (S1 ('MetaSel ('Just "referenceLines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReferenceLine])) :*: S1 ('MetaSel ('Just "secondaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)))) :*: ((S1 ('MetaSel ('Just "secondaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComboChartSortConfiguration))) :*: (S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)))))))

newComboChartConfiguration :: ComboChartConfiguration Source #

Create a value of ComboChartConfiguration 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:barDataLabels:ComboChartConfiguration', comboChartConfiguration_barDataLabels - The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

$sel:barsArrangement:ComboChartConfiguration', comboChartConfiguration_barsArrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED: For clustered bar combo charts.
  • STACKED: For stacked bar combo charts.
  • STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.

$sel:categoryAxis:ComboChartConfiguration', comboChartConfiguration_categoryAxis - The category axis of a combo chart.

$sel:categoryLabelOptions:ComboChartConfiguration', comboChartConfiguration_categoryLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

$sel:colorLabelOptions:ComboChartConfiguration', comboChartConfiguration_colorLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

$sel:fieldWells:ComboChartConfiguration', comboChartConfiguration_fieldWells - The field wells of the visual.

$sel:legend:ComboChartConfiguration', comboChartConfiguration_legend - The legend display setup of the visual.

$sel:lineDataLabels:ComboChartConfiguration', comboChartConfiguration_lineDataLabels - The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

$sel:primaryYAxisDisplayOptions:ComboChartConfiguration', comboChartConfiguration_primaryYAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

$sel:primaryYAxisLabelOptions:ComboChartConfiguration', comboChartConfiguration_primaryYAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

$sel:referenceLines:ComboChartConfiguration', comboChartConfiguration_referenceLines - The reference line setup of the visual.

$sel:secondaryYAxisDisplayOptions:ComboChartConfiguration', comboChartConfiguration_secondaryYAxisDisplayOptions - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

$sel:secondaryYAxisLabelOptions:ComboChartConfiguration', comboChartConfiguration_secondaryYAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

$sel:sortConfiguration:ComboChartConfiguration', comboChartConfiguration_sortConfiguration - The sort configuration of a ComboChartVisual.

$sel:tooltip:ComboChartConfiguration', comboChartConfiguration_tooltip - The legend display setup of the visual.

$sel:visualPalette:ComboChartConfiguration', comboChartConfiguration_visualPalette - The palette (chart color) display setup of the visual.

comboChartConfiguration_barDataLabels :: Lens' ComboChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

comboChartConfiguration_barsArrangement :: Lens' ComboChartConfiguration (Maybe BarsArrangement) Source #

Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED: For clustered bar combo charts.
  • STACKED: For stacked bar combo charts.
  • STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.

comboChartConfiguration_categoryLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

comboChartConfiguration_colorLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

comboChartConfiguration_lineDataLabels :: Lens' ComboChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

comboChartConfiguration_primaryYAxisDisplayOptions :: Lens' ComboChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

comboChartConfiguration_primaryYAxisLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

comboChartConfiguration_secondaryYAxisDisplayOptions :: Lens' ComboChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

comboChartConfiguration_secondaryYAxisLabelOptions :: Lens' ComboChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

comboChartConfiguration_visualPalette :: Lens' ComboChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

ComboChartFieldWells

data ComboChartFieldWells Source #

The field wells of the visual.

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

See: newComboChartFieldWells smart constructor.

Constructors

ComboChartFieldWells' 

Fields

Instances

Instances details
FromJSON ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

ToJSON ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Generic ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Associated Types

type Rep ComboChartFieldWells :: Type -> Type #

Show ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

NFData ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Methods

rnf :: ComboChartFieldWells -> () #

Eq ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

Hashable ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

type Rep ComboChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartFieldWells

type Rep ComboChartFieldWells = D1 ('MetaData "ComboChartFieldWells" "Amazonka.QuickSight.Types.ComboChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComboChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comboChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComboChartAggregatedFieldWells))))

newComboChartFieldWells :: ComboChartFieldWells Source #

Create a value of ComboChartFieldWells 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:comboChartAggregatedFieldWells:ComboChartFieldWells', comboChartFieldWells_comboChartAggregatedFieldWells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

comboChartFieldWells_comboChartAggregatedFieldWells :: Lens' ComboChartFieldWells (Maybe ComboChartAggregatedFieldWells) Source #

The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

ComboChartSortConfiguration

data ComboChartSortConfiguration Source #

The sort configuration of a ComboChartVisual.

See: newComboChartSortConfiguration smart constructor.

Constructors

ComboChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

ToJSON ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Generic ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Associated Types

type Rep ComboChartSortConfiguration :: Type -> Type #

Read ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Show ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

NFData ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Eq ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Hashable ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

type Rep ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

type Rep ComboChartSortConfiguration = D1 ('MetaData "ComboChartSortConfiguration" "Amazonka.QuickSight.Types.ComboChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComboChartSortConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))) :*: (S1 ('MetaSel ('Just "colorItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "colorSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])))))

newComboChartSortConfiguration :: ComboChartSortConfiguration Source #

Create a value of ComboChartSortConfiguration 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:categoryItemsLimit:ComboChartSortConfiguration', comboChartSortConfiguration_categoryItemsLimit - The item limit configuration for the category field well of a combo chart.

$sel:categorySort:ComboChartSortConfiguration', comboChartSortConfiguration_categorySort - The sort configuration of the category field well in a combo chart.

$sel:colorItemsLimit:ComboChartSortConfiguration', comboChartSortConfiguration_colorItemsLimit - The item limit configuration of the color field well in a combo chart.

$sel:colorSort:ComboChartSortConfiguration', comboChartSortConfiguration_colorSort - The sort configuration of the color field well in a combo chart.

comboChartSortConfiguration_categoryItemsLimit :: Lens' ComboChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The item limit configuration for the category field well of a combo chart.

comboChartSortConfiguration_categorySort :: Lens' ComboChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the category field well in a combo chart.

comboChartSortConfiguration_colorItemsLimit :: Lens' ComboChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The item limit configuration of the color field well in a combo chart.

comboChartSortConfiguration_colorSort :: Lens' ComboChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the color field well in a combo chart.

ComboChartVisual

data ComboChartVisual Source #

A combo chart.

The ComboChartVisual includes stacked bar combo charts and clustered bar combo charts

For more information, see Using combo charts in the Amazon QuickSight User Guide.

See: newComboChartVisual smart constructor.

Constructors

ComboChartVisual' 

Fields

Instances

Instances details
FromJSON ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

ToJSON ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Generic ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Associated Types

type Rep ComboChartVisual :: Type -> Type #

Show ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

NFData ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Methods

rnf :: ComboChartVisual -> () #

Eq ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

Hashable ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

type Rep ComboChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartVisual

newComboChartVisual Source #

Create a value of ComboChartVisual 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:actions:ComboChartVisual', comboChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:ComboChartVisual', comboChartVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:ComboChartVisual', comboChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:ComboChartVisual', comboChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:ComboChartVisual', comboChartVisual_title - The title that is displayed on the visual.

$sel:visualId:ComboChartVisual', comboChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

comboChartVisual_actions :: Lens' ComboChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

comboChartVisual_columnHierarchies :: Lens' ComboChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

comboChartVisual_subtitle :: Lens' ComboChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

comboChartVisual_title :: Lens' ComboChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

comboChartVisual_visualId :: Lens' ComboChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

ComparisonConfiguration

data ComparisonConfiguration Source #

The comparison display configuration of a KPI or gauge chart.

See: newComparisonConfiguration smart constructor.

Constructors

ComparisonConfiguration' 

Fields

Instances

Instances details
FromJSON ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

ToJSON ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

Generic ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

Associated Types

type Rep ComparisonConfiguration :: Type -> Type #

Show ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

NFData ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

Methods

rnf :: ComparisonConfiguration -> () #

Eq ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

Hashable ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

type Rep ComparisonConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonConfiguration

type Rep ComparisonConfiguration = D1 ('MetaData "ComparisonConfiguration" "Amazonka.QuickSight.Types.ComparisonConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComparisonConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comparisonFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComparisonFormatConfiguration)) :*: S1 ('MetaSel ('Just "comparisonMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComparisonMethod))))

newComparisonConfiguration :: ComparisonConfiguration Source #

Create a value of ComparisonConfiguration 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:comparisonFormat:ComparisonConfiguration', comparisonConfiguration_comparisonFormat - The format of the comparison.

$sel:comparisonMethod:ComparisonConfiguration', comparisonConfiguration_comparisonMethod - The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT

comparisonConfiguration_comparisonMethod :: Lens' ComparisonConfiguration (Maybe ComparisonMethod) Source #

The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT

ComparisonFormatConfiguration

data ComparisonFormatConfiguration Source #

The format of the comparison.

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

See: newComparisonFormatConfiguration smart constructor.

Instances

Instances details
FromJSON ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

ToJSON ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Generic ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Associated Types

type Rep ComparisonFormatConfiguration :: Type -> Type #

Show ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

NFData ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Eq ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

Hashable ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

type Rep ComparisonFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComparisonFormatConfiguration

type Rep ComparisonFormatConfiguration = D1 ('MetaData "ComparisonFormatConfiguration" "Amazonka.QuickSight.Types.ComparisonFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ComparisonFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberDisplayFormatConfiguration)) :*: S1 ('MetaSel ('Just "percentageDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PercentageDisplayFormatConfiguration))))

newComparisonFormatConfiguration :: ComparisonFormatConfiguration Source #

Create a value of ComparisonFormatConfiguration 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:numberDisplayFormatConfiguration:ComparisonFormatConfiguration', comparisonFormatConfiguration_numberDisplayFormatConfiguration - The number display format.

$sel:percentageDisplayFormatConfiguration:ComparisonFormatConfiguration', comparisonFormatConfiguration_percentageDisplayFormatConfiguration - The percentage display format.

Computation

data Computation Source #

The computation union that is used in an insight visual.

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

See: newComputation smart constructor.

Constructors

Computation' 

Fields

Instances

Instances details
FromJSON Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

ToJSON Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

Generic Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

Associated Types

type Rep Computation :: Type -> Type #

Show Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

NFData Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

Methods

rnf :: Computation -> () #

Eq Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

Hashable Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

type Rep Computation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Computation

type Rep Computation = D1 ('MetaData "Computation" "Amazonka.QuickSight.Types.Computation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Computation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "forecast") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ForecastComputation)) :*: S1 ('MetaSel ('Just "growthRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrowthRateComputation))) :*: (S1 ('MetaSel ('Just "maximumMinimum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumMinimumComputation)) :*: (S1 ('MetaSel ('Just "metricComparison") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricComparisonComputation)) :*: S1 ('MetaSel ('Just "periodOverPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PeriodOverPeriodComputation))))) :*: ((S1 ('MetaSel ('Just "periodToDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PeriodToDateComputation)) :*: S1 ('MetaSel ('Just "topBottomMovers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TopBottomMoversComputation))) :*: (S1 ('MetaSel ('Just "topBottomRanked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TopBottomRankedComputation)) :*: (S1 ('MetaSel ('Just "totalAggregation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TotalAggregationComputation)) :*: S1 ('MetaSel ('Just "uniqueValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UniqueValuesComputation)))))))

newComputation :: Computation Source #

Create a value of Computation 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:forecast:Computation', computation_forecast - The forecast computation configuration.

$sel:growthRate:Computation', computation_growthRate - The growth rate computation configuration.

$sel:maximumMinimum:Computation', computation_maximumMinimum - The maximum and minimum computation configuration.

$sel:metricComparison:Computation', computation_metricComparison - The metric comparison computation configuration.

$sel:periodOverPeriod:Computation', computation_periodOverPeriod - The period over period computation configuration.

$sel:periodToDate:Computation', computation_periodToDate - The period to DataSetIdentifier computation configuration.

$sel:topBottomMovers:Computation', computation_topBottomMovers - The top movers and bottom movers computation configuration.

$sel:topBottomRanked:Computation', computation_topBottomRanked - The top ranked and bottom ranked computation configuration.

$sel:totalAggregation:Computation', computation_totalAggregation - The total aggregation computation configuration.

$sel:uniqueValues:Computation', computation_uniqueValues - The unique values computation configuration.

computation_forecast :: Lens' Computation (Maybe ForecastComputation) Source #

The forecast computation configuration.

computation_growthRate :: Lens' Computation (Maybe GrowthRateComputation) Source #

The growth rate computation configuration.

computation_maximumMinimum :: Lens' Computation (Maybe MaximumMinimumComputation) Source #

The maximum and minimum computation configuration.

computation_metricComparison :: Lens' Computation (Maybe MetricComparisonComputation) Source #

The metric comparison computation configuration.

computation_periodOverPeriod :: Lens' Computation (Maybe PeriodOverPeriodComputation) Source #

The period over period computation configuration.

computation_periodToDate :: Lens' Computation (Maybe PeriodToDateComputation) Source #

The period to DataSetIdentifier computation configuration.

computation_topBottomMovers :: Lens' Computation (Maybe TopBottomMoversComputation) Source #

The top movers and bottom movers computation configuration.

computation_topBottomRanked :: Lens' Computation (Maybe TopBottomRankedComputation) Source #

The top ranked and bottom ranked computation configuration.

computation_totalAggregation :: Lens' Computation (Maybe TotalAggregationComputation) Source #

The total aggregation computation configuration.

computation_uniqueValues :: Lens' Computation (Maybe UniqueValuesComputation) Source #

The unique values computation configuration.

ConditionalFormattingColor

data ConditionalFormattingColor Source #

The formatting configuration for the color.

See: newConditionalFormattingColor smart constructor.

Constructors

ConditionalFormattingColor' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

ToJSON ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

Generic ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

Associated Types

type Rep ConditionalFormattingColor :: Type -> Type #

Show ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

NFData ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

Eq ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

Hashable ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

type Rep ConditionalFormattingColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingColor

type Rep ConditionalFormattingColor = D1 ('MetaData "ConditionalFormattingColor" "Amazonka.QuickSight.Types.ConditionalFormattingColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gradient") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingGradientColor)) :*: S1 ('MetaSel ('Just "solid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingSolidColor))))

newConditionalFormattingColor :: ConditionalFormattingColor Source #

Create a value of ConditionalFormattingColor 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:gradient:ConditionalFormattingColor', conditionalFormattingColor_gradient - Formatting configuration for gradient color.

$sel:solid:ConditionalFormattingColor', conditionalFormattingColor_solid - Formatting configuration for solid color.

ConditionalFormattingCustomIconCondition

data ConditionalFormattingCustomIconCondition Source #

Determines the custom condition for an icon set.

See: newConditionalFormattingCustomIconCondition smart constructor.

Constructors

ConditionalFormattingCustomIconCondition' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

ToJSON ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

Generic ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

Show ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

NFData ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

Eq ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

Hashable ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

type Rep ConditionalFormattingCustomIconCondition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition

type Rep ConditionalFormattingCustomIconCondition = D1 ('MetaData "ConditionalFormattingCustomIconCondition" "Amazonka.QuickSight.Types.ConditionalFormattingCustomIconCondition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingCustomIconCondition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIconDisplayConfiguration))) :*: (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "iconOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConditionalFormattingCustomIconOptions))))

ConditionalFormattingCustomIconOptions

data ConditionalFormattingCustomIconOptions Source #

Custom icon options for an icon set.

See: newConditionalFormattingCustomIconOptions smart constructor.

Constructors

ConditionalFormattingCustomIconOptions' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

ToJSON ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

Generic ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

Read ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

Show ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

NFData ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

Eq ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

Hashable ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

type Rep ConditionalFormattingCustomIconOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions

type Rep ConditionalFormattingCustomIconOptions = D1 ('MetaData "ConditionalFormattingCustomIconOptions" "Amazonka.QuickSight.Types.ConditionalFormattingCustomIconOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingCustomIconOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Icon)) :*: S1 ('MetaSel ('Just "unicodeIcon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newConditionalFormattingCustomIconOptions :: ConditionalFormattingCustomIconOptions Source #

Create a value of ConditionalFormattingCustomIconOptions 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:icon:ConditionalFormattingCustomIconOptions', conditionalFormattingCustomIconOptions_icon - Determines the type of icon.

$sel:unicodeIcon:ConditionalFormattingCustomIconOptions', conditionalFormattingCustomIconOptions_unicodeIcon - Determines the Unicode icon type.

ConditionalFormattingGradientColor

data ConditionalFormattingGradientColor Source #

Formatting configuration for gradient color.

See: newConditionalFormattingGradientColor smart constructor.

Constructors

ConditionalFormattingGradientColor' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

ToJSON ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

Generic ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

Associated Types

type Rep ConditionalFormattingGradientColor :: Type -> Type #

Show ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

NFData ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

Eq ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

Hashable ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

type Rep ConditionalFormattingGradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingGradientColor

type Rep ConditionalFormattingGradientColor = D1 ('MetaData "ConditionalFormattingGradientColor" "Amazonka.QuickSight.Types.ConditionalFormattingGradientColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingGradientColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GradientColor)))

newConditionalFormattingGradientColor Source #

Create a value of ConditionalFormattingGradientColor 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:expression:ConditionalFormattingGradientColor', conditionalFormattingGradientColor_expression - The expression that determines the formatting configuration for gradient color.

$sel:color:ConditionalFormattingGradientColor', conditionalFormattingGradientColor_color - Determines the color.

conditionalFormattingGradientColor_expression :: Lens' ConditionalFormattingGradientColor Text Source #

The expression that determines the formatting configuration for gradient color.

ConditionalFormattingIcon

data ConditionalFormattingIcon Source #

The formatting configuration for the icon.

See: newConditionalFormattingIcon smart constructor.

Constructors

ConditionalFormattingIcon' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

ToJSON ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

Generic ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

Associated Types

type Rep ConditionalFormattingIcon :: Type -> Type #

Show ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

NFData ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

Eq ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

Hashable ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

type Rep ConditionalFormattingIcon Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIcon

type Rep ConditionalFormattingIcon = D1 ('MetaData "ConditionalFormattingIcon" "Amazonka.QuickSight.Types.ConditionalFormattingIcon" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingIcon'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingCustomIconCondition)) :*: S1 ('MetaSel ('Just "iconSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIconSet))))

newConditionalFormattingIcon :: ConditionalFormattingIcon Source #

Create a value of ConditionalFormattingIcon 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:customCondition:ConditionalFormattingIcon', conditionalFormattingIcon_customCondition - Determines the custom condition for an icon set.

$sel:iconSet:ConditionalFormattingIcon', conditionalFormattingIcon_iconSet - Formatting configuration for icon set.

ConditionalFormattingIconDisplayConfiguration

data ConditionalFormattingIconDisplayConfiguration Source #

Determines the icon display configuration.

See: newConditionalFormattingIconDisplayConfiguration smart constructor.

Instances

Instances details
FromJSON ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

ToJSON ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

Generic ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

Read ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

Show ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

NFData ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

Eq ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

Hashable ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

type Rep ConditionalFormattingIconDisplayConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration

type Rep ConditionalFormattingIconDisplayConfiguration = D1 ('MetaData "ConditionalFormattingIconDisplayConfiguration" "Amazonka.QuickSight.Types.ConditionalFormattingIconDisplayConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingIconDisplayConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iconDisplayOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIconDisplayOption))))

newConditionalFormattingIconDisplayConfiguration :: ConditionalFormattingIconDisplayConfiguration Source #

Create a value of ConditionalFormattingIconDisplayConfiguration 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:iconDisplayOption:ConditionalFormattingIconDisplayConfiguration', conditionalFormattingIconDisplayConfiguration_iconDisplayOption - Determines the icon display configuration.

ConditionalFormattingIconSet

data ConditionalFormattingIconSet Source #

Formatting configuration for icon set.

See: newConditionalFormattingIconSet smart constructor.

Constructors

ConditionalFormattingIconSet' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

ToJSON ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

Generic ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

Associated Types

type Rep ConditionalFormattingIconSet :: Type -> Type #

Show ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

NFData ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

Eq ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

Hashable ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

type Rep ConditionalFormattingIconSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingIconSet

type Rep ConditionalFormattingIconSet = D1 ('MetaData "ConditionalFormattingIconSet" "Amazonka.QuickSight.Types.ConditionalFormattingIconSet" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingIconSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iconSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIconSetType)) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newConditionalFormattingIconSet Source #

Create a value of ConditionalFormattingIconSet 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:iconSetType:ConditionalFormattingIconSet', conditionalFormattingIconSet_iconSetType - Determines the icon set type.

$sel:expression:ConditionalFormattingIconSet', conditionalFormattingIconSet_expression - The expression that determines the formatting configuration for the icon set.

conditionalFormattingIconSet_expression :: Lens' ConditionalFormattingIconSet Text Source #

The expression that determines the formatting configuration for the icon set.

ConditionalFormattingSolidColor

data ConditionalFormattingSolidColor Source #

Formatting configuration for solid color.

See: newConditionalFormattingSolidColor smart constructor.

Constructors

ConditionalFormattingSolidColor' 

Fields

Instances

Instances details
FromJSON ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

ToJSON ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

Generic ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

Associated Types

type Rep ConditionalFormattingSolidColor :: Type -> Type #

Show ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

NFData ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

Eq ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

Hashable ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

type Rep ConditionalFormattingSolidColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ConditionalFormattingSolidColor

type Rep ConditionalFormattingSolidColor = D1 ('MetaData "ConditionalFormattingSolidColor" "Amazonka.QuickSight.Types.ConditionalFormattingSolidColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ConditionalFormattingSolidColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newConditionalFormattingSolidColor Source #

Create a value of ConditionalFormattingSolidColor 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:color:ConditionalFormattingSolidColor', conditionalFormattingSolidColor_color - Determines the color.

$sel:expression:ConditionalFormattingSolidColor', conditionalFormattingSolidColor_expression - The expression that determines the formatting configuration for solid color.

conditionalFormattingSolidColor_expression :: Lens' ConditionalFormattingSolidColor Text Source #

The expression that determines the formatting configuration for solid color.

ContributionAnalysisDefault

data ContributionAnalysisDefault Source #

The contribution analysis visual display for a line, pie, or bar chart.

See: newContributionAnalysisDefault smart constructor.

Constructors

ContributionAnalysisDefault' 

Fields

Instances

Instances details
FromJSON ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

ToJSON ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

Generic ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

Associated Types

type Rep ContributionAnalysisDefault :: Type -> Type #

Read ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

Show ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

NFData ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

Eq ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

Hashable ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

type Rep ContributionAnalysisDefault Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ContributionAnalysisDefault

type Rep ContributionAnalysisDefault = D1 ('MetaData "ContributionAnalysisDefault" "Amazonka.QuickSight.Types.ContributionAnalysisDefault" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ContributionAnalysisDefault'" 'PrefixI 'True) (S1 ('MetaSel ('Just "measureFieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contributorDimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ColumnIdentifier))))

newContributionAnalysisDefault Source #

Create a value of ContributionAnalysisDefault 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:measureFieldId:ContributionAnalysisDefault', contributionAnalysisDefault_measureFieldId - The measure field that is used in the contribution analysis.

$sel:contributorDimensions:ContributionAnalysisDefault', contributionAnalysisDefault_contributorDimensions - The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.

contributionAnalysisDefault_measureFieldId :: Lens' ContributionAnalysisDefault Text Source #

The measure field that is used in the contribution analysis.

contributionAnalysisDefault_contributorDimensions :: Lens' ContributionAnalysisDefault (NonEmpty ColumnIdentifier) Source #

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.

CreateColumnsOperation

data CreateColumnsOperation Source #

A transform operation that creates calculated columns. Columns created in one such operation form a lexical closure.

See: newCreateColumnsOperation smart constructor.

Constructors

CreateColumnsOperation' 

Fields

Instances

Instances details
FromJSON CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

ToJSON CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Generic CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Associated Types

type Rep CreateColumnsOperation :: Type -> Type #

Show CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

NFData CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Methods

rnf :: CreateColumnsOperation -> () #

Eq CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Hashable CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

type Rep CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

type Rep CreateColumnsOperation = D1 ('MetaData "CreateColumnsOperation" "Amazonka.QuickSight.Types.CreateColumnsOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CreateColumnsOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CalculatedColumn))))

newCreateColumnsOperation Source #

Create a value of CreateColumnsOperation 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:columns:CreateColumnsOperation', createColumnsOperation_columns - Calculated columns to create.

CredentialPair

data CredentialPair Source #

The combination of user name and password that are used as credentials.

See: newCredentialPair smart constructor.

Constructors

CredentialPair' 

Fields

  • alternateDataSourceParameters :: Maybe (NonEmpty DataSourceParameters)

    A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.

  • username :: Text

    User name.

  • password :: Text

    Password.

Instances

Instances details
ToJSON CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Generic CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Associated Types

type Rep CredentialPair :: Type -> Type #

Read CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Show CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

NFData CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Methods

rnf :: CredentialPair -> () #

Eq CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Hashable CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

type Rep CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

type Rep CredentialPair = D1 ('MetaData "CredentialPair" "Amazonka.QuickSight.Types.CredentialPair" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CredentialPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternateDataSourceParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceParameters))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCredentialPair Source #

Create a value of CredentialPair 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:alternateDataSourceParameters:CredentialPair', credentialPair_alternateDataSourceParameters - A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.

$sel:username:CredentialPair', credentialPair_username - User name.

$sel:password:CredentialPair', credentialPair_password - Password.

credentialPair_alternateDataSourceParameters :: Lens' CredentialPair (Maybe (NonEmpty DataSourceParameters)) Source #

A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.

CurrencyDisplayFormatConfiguration

data CurrencyDisplayFormatConfiguration Source #

The options that determine the currency display format configuration.

See: newCurrencyDisplayFormatConfiguration smart constructor.

Constructors

CurrencyDisplayFormatConfiguration' 

Fields

Instances

Instances details
FromJSON CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

ToJSON CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

Generic CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

Associated Types

type Rep CurrencyDisplayFormatConfiguration :: Type -> Type #

Show CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

NFData CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

Eq CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

Hashable CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

type Rep CurrencyDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration

type Rep CurrencyDisplayFormatConfiguration = D1 ('MetaData "CurrencyDisplayFormatConfiguration" "Amazonka.QuickSight.Types.CurrencyDisplayFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CurrencyDisplayFormatConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "decimalPlacesConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecimalPlacesConfiguration)) :*: S1 ('MetaSel ('Just "negativeValueConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NegativeValueConfiguration))) :*: (S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)) :*: S1 ('MetaSel ('Just "numberScale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberScale)))) :*: ((S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "separatorConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericSeparatorConfiguration))) :*: (S1 ('MetaSel ('Just "suffix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "symbol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCurrencyDisplayFormatConfiguration :: CurrencyDisplayFormatConfiguration Source #

Create a value of CurrencyDisplayFormatConfiguration 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:decimalPlacesConfiguration:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_decimalPlacesConfiguration - The option that determines the decimal places configuration.

$sel:negativeValueConfiguration:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_negativeValueConfiguration - The options that determine the negative value configuration.

$sel:nullValueFormatConfiguration:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:numberScale:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_numberScale - Determines the number scale value for the currency format.

$sel:prefix:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_prefix - Determines the prefix value of the currency format.

$sel:separatorConfiguration:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_separatorConfiguration - The options that determine the numeric separator configuration.

$sel:suffix:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_suffix - Determines the suffix value of the currency format.

$sel:symbol:CurrencyDisplayFormatConfiguration', currencyDisplayFormatConfiguration_symbol - Determines the symbol for the currency format.

CustomActionFilterOperation

data CustomActionFilterOperation Source #

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

See: newCustomActionFilterOperation smart constructor.

Constructors

CustomActionFilterOperation' 

Fields

Instances

Instances details
FromJSON CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

ToJSON CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

Generic CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

Associated Types

type Rep CustomActionFilterOperation :: Type -> Type #

Read CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

Show CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

NFData CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

Eq CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

Hashable CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

type Rep CustomActionFilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionFilterOperation

type Rep CustomActionFilterOperation = D1 ('MetaData "CustomActionFilterOperation" "Amazonka.QuickSight.Types.CustomActionFilterOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomActionFilterOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedFieldsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterOperationSelectedFieldsConfiguration) :*: S1 ('MetaSel ('Just "targetVisualsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterOperationTargetVisualsConfiguration)))

CustomActionNavigationOperation

data CustomActionNavigationOperation Source #

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

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

See: newCustomActionNavigationOperation smart constructor.

Constructors

CustomActionNavigationOperation' 

Fields

Instances

Instances details
FromJSON CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

ToJSON CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Generic CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Associated Types

type Rep CustomActionNavigationOperation :: Type -> Type #

Read CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Show CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

NFData CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Eq CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

Hashable CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

type Rep CustomActionNavigationOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionNavigationOperation

type Rep CustomActionNavigationOperation = D1 ('MetaData "CustomActionNavigationOperation" "Amazonka.QuickSight.Types.CustomActionNavigationOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomActionNavigationOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localNavigationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocalNavigationConfiguration))))

newCustomActionNavigationOperation :: CustomActionNavigationOperation Source #

Create a value of CustomActionNavigationOperation 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:localNavigationConfiguration:CustomActionNavigationOperation', customActionNavigationOperation_localNavigationConfiguration - The configuration that chooses the navigation target.

CustomActionSetParametersOperation

data CustomActionSetParametersOperation Source #

The set parameter operation that sets parameters in custom action.

See: newCustomActionSetParametersOperation smart constructor.

Constructors

CustomActionSetParametersOperation' 

Fields

Instances

Instances details
FromJSON CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

ToJSON CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Generic CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Associated Types

type Rep CustomActionSetParametersOperation :: Type -> Type #

Show CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

NFData CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Eq CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

Hashable CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

type Rep CustomActionSetParametersOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionSetParametersOperation

type Rep CustomActionSetParametersOperation = D1 ('MetaData "CustomActionSetParametersOperation" "Amazonka.QuickSight.Types.CustomActionSetParametersOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomActionSetParametersOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterValueConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SetParameterValueConfiguration))))

newCustomActionSetParametersOperation Source #

Create a value of CustomActionSetParametersOperation 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:parameterValueConfigurations:CustomActionSetParametersOperation', customActionSetParametersOperation_parameterValueConfigurations - The parameter that determines the value configuration.

CustomActionURLOperation

data CustomActionURLOperation Source #

The URL operation that opens a link to another webpage.

See: newCustomActionURLOperation smart constructor.

Constructors

CustomActionURLOperation' 

Fields

  • uRLTemplate :: Text

    THe URL link of the CustomActionURLOperation.

  • uRLTarget :: URLTargetConfiguration

    The target of the CustomActionURLOperation.

    Valid values are defined as follows:

    • NEW_TAB: Opens the target URL in a new browser tab.
    • NEW_WINDOW: Opens the target URL in a new browser window.
    • SAME_TAB: Opens the target URL in the same browser tab.

Instances

Instances details
FromJSON CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

ToJSON CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Generic CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Associated Types

type Rep CustomActionURLOperation :: Type -> Type #

Read CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Show CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

NFData CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Eq CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

Hashable CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

type Rep CustomActionURLOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomActionURLOperation

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

newCustomActionURLOperation Source #

Create a value of CustomActionURLOperation 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:uRLTemplate:CustomActionURLOperation', customActionURLOperation_uRLTemplate - THe URL link of the CustomActionURLOperation.

$sel:uRLTarget:CustomActionURLOperation', customActionURLOperation_uRLTarget - The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.
  • NEW_WINDOW: Opens the target URL in a new browser window.
  • SAME_TAB: Opens the target URL in the same browser tab.

customActionURLOperation_uRLTemplate :: Lens' CustomActionURLOperation Text Source #

THe URL link of the CustomActionURLOperation.

customActionURLOperation_uRLTarget :: Lens' CustomActionURLOperation URLTargetConfiguration Source #

The target of the CustomActionURLOperation.

Valid values are defined as follows:

  • NEW_TAB: Opens the target URL in a new browser tab.
  • NEW_WINDOW: Opens the target URL in a new browser window.
  • SAME_TAB: Opens the target URL in the same browser tab.

CustomContentConfiguration

data CustomContentConfiguration Source #

The configuration of a CustomContentVisual.

See: newCustomContentConfiguration smart constructor.

Constructors

CustomContentConfiguration' 

Fields

Instances

Instances details
FromJSON CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

ToJSON CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

Generic CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

Associated Types

type Rep CustomContentConfiguration :: Type -> Type #

Read CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

Show CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

NFData CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

Eq CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

Hashable CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

type Rep CustomContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentConfiguration

type Rep CustomContentConfiguration = D1 ('MetaData "CustomContentConfiguration" "Amazonka.QuickSight.Types.CustomContentConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomContentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomContentType)) :*: (S1 ('MetaSel ('Just "contentUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageScaling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomContentImageScalingConfiguration)))))

newCustomContentConfiguration :: CustomContentConfiguration Source #

Create a value of CustomContentConfiguration 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:contentType:CustomContentConfiguration', customContentConfiguration_contentType - The content type of the custom content visual. You can use this to have the visual render as an image.

$sel:contentUrl:CustomContentConfiguration', customContentConfiguration_contentUrl - The input URL that links to the custom content that you want in the custom visual.

$sel:imageScaling:CustomContentConfiguration', customContentConfiguration_imageScaling - The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

customContentConfiguration_contentType :: Lens' CustomContentConfiguration (Maybe CustomContentType) Source #

The content type of the custom content visual. You can use this to have the visual render as an image.

customContentConfiguration_contentUrl :: Lens' CustomContentConfiguration (Maybe Text) Source #

The input URL that links to the custom content that you want in the custom visual.

customContentConfiguration_imageScaling :: Lens' CustomContentConfiguration (Maybe CustomContentImageScalingConfiguration) Source #

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

CustomContentVisual

data CustomContentVisual Source #

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

See: newCustomContentVisual smart constructor.

Constructors

CustomContentVisual' 

Fields

Instances

Instances details
FromJSON CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

ToJSON CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Generic CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Associated Types

type Rep CustomContentVisual :: Type -> Type #

Show CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

NFData CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Methods

rnf :: CustomContentVisual -> () #

Eq CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

Hashable CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

type Rep CustomContentVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomContentVisual

newCustomContentVisual Source #

Create a value of CustomContentVisual 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:actions:CustomContentVisual', customContentVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:CustomContentVisual', customContentVisual_chartConfiguration - The configuration of a CustomContentVisual.

$sel:subtitle:CustomContentVisual', customContentVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:CustomContentVisual', customContentVisual_title - The title that is displayed on the visual.

$sel:visualId:CustomContentVisual', customContentVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

$sel:dataSetIdentifier:CustomContentVisual', customContentVisual_dataSetIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.

customContentVisual_actions :: Lens' CustomContentVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

customContentVisual_visualId :: Lens' CustomContentVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

customContentVisual_dataSetIdentifier :: Lens' CustomContentVisual Text Source #

The dataset that is used to create the custom content visual. You can't create a visual without a dataset.

CustomFilterConfiguration

data CustomFilterConfiguration Source #

A custom filter that filters based on a single value. This filter can be partially matched.

See: newCustomFilterConfiguration smart constructor.

Constructors

CustomFilterConfiguration' 

Fields

Instances

Instances details
FromJSON CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

ToJSON CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

Generic CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

Associated Types

type Rep CustomFilterConfiguration :: Type -> Type #

Read CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

Show CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

NFData CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

Eq CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

Hashable CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

type Rep CustomFilterConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterConfiguration

type Rep CustomFilterConfiguration = D1 ('MetaData "CustomFilterConfiguration" "Amazonka.QuickSight.Types.CustomFilterConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomFilterConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "selectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryFilterSelectAllOptions)) :*: (S1 ('MetaSel ('Just "matchOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CategoryFilterMatchOperator) :*: S1 ('MetaSel ('Just "nullOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterNullOption)))))

newCustomFilterConfiguration Source #

Create a value of CustomFilterConfiguration 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:categoryValue:CustomFilterConfiguration', customFilterConfiguration_categoryValue - The category value for the filter.

This field is mutually exclusive to ParameterName.

$sel:parameterName:CustomFilterConfiguration', customFilterConfiguration_parameterName - The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue.

$sel:selectAllOptions:CustomFilterConfiguration', customFilterConfiguration_selectAllOptions - Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

$sel:matchOperator:CustomFilterConfiguration', customFilterConfiguration_matchOperator - The match operator that is used to determine if a filter should be applied.

$sel:nullOption:CustomFilterConfiguration', customFilterConfiguration_nullOption - This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

customFilterConfiguration_categoryValue :: Lens' CustomFilterConfiguration (Maybe Text) Source #

The category value for the filter.

This field is mutually exclusive to ParameterName.

customFilterConfiguration_parameterName :: Lens' CustomFilterConfiguration (Maybe Text) Source #

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue.

customFilterConfiguration_selectAllOptions :: Lens' CustomFilterConfiguration (Maybe CategoryFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

customFilterConfiguration_matchOperator :: Lens' CustomFilterConfiguration CategoryFilterMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

customFilterConfiguration_nullOption :: Lens' CustomFilterConfiguration FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

CustomFilterListConfiguration

data CustomFilterListConfiguration Source #

A list of custom filter values.

See: newCustomFilterListConfiguration smart constructor.

Constructors

CustomFilterListConfiguration' 

Fields

Instances

Instances details
FromJSON CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

ToJSON CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

Generic CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

Associated Types

type Rep CustomFilterListConfiguration :: Type -> Type #

Read CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

Show CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

NFData CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

Eq CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

Hashable CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

type Rep CustomFilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomFilterListConfiguration

type Rep CustomFilterListConfiguration = D1 ('MetaData "CustomFilterListConfiguration" "Amazonka.QuickSight.Types.CustomFilterListConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomFilterListConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "selectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryFilterSelectAllOptions))) :*: (S1 ('MetaSel ('Just "matchOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CategoryFilterMatchOperator) :*: S1 ('MetaSel ('Just "nullOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterNullOption))))

newCustomFilterListConfiguration Source #

Create a value of CustomFilterListConfiguration 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:categoryValues:CustomFilterListConfiguration', customFilterListConfiguration_categoryValues - The list of category values for the filter.

$sel:selectAllOptions:CustomFilterListConfiguration', customFilterListConfiguration_selectAllOptions - Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

$sel:matchOperator:CustomFilterListConfiguration', customFilterListConfiguration_matchOperator - The match operator that is used to determine if a filter should be applied.

$sel:nullOption:CustomFilterListConfiguration', customFilterListConfiguration_nullOption - This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

customFilterListConfiguration_selectAllOptions :: Lens' CustomFilterListConfiguration (Maybe CategoryFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

customFilterListConfiguration_matchOperator :: Lens' CustomFilterListConfiguration CategoryFilterMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

customFilterListConfiguration_nullOption :: Lens' CustomFilterListConfiguration FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

CustomNarrativeOptions

data CustomNarrativeOptions Source #

The custom narrative options.

See: newCustomNarrativeOptions smart constructor.

Constructors

CustomNarrativeOptions' 

Fields

Instances

Instances details
FromJSON CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

ToJSON CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

Generic CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

Associated Types

type Rep CustomNarrativeOptions :: Type -> Type #

Read CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

Show CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

NFData CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

Methods

rnf :: CustomNarrativeOptions -> () #

Eq CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

Hashable CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

type Rep CustomNarrativeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomNarrativeOptions

type Rep CustomNarrativeOptions = D1 ('MetaData "CustomNarrativeOptions" "Amazonka.QuickSight.Types.CustomNarrativeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomNarrativeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "narrative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomNarrativeOptions Source #

Create a value of CustomNarrativeOptions 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:narrative:CustomNarrativeOptions', customNarrativeOptions_narrative - The string input of custom narrative.

CustomParameterValues

data CustomParameterValues Source #

The customized parameter values.

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

See: newCustomParameterValues smart constructor.

Constructors

CustomParameterValues' 

Fields

Instances

Instances details
FromJSON CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

ToJSON CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

Generic CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

Associated Types

type Rep CustomParameterValues :: Type -> Type #

Show CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

NFData CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

Methods

rnf :: CustomParameterValues -> () #

Eq CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

Hashable CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

type Rep CustomParameterValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomParameterValues

type Rep CustomParameterValues = D1 ('MetaData "CustomParameterValues" "Amazonka.QuickSight.Types.CustomParameterValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomParameterValues'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dateTimeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive POSIX])) :*: S1 ('MetaSel ('Just "decimalValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Double]))) :*: (S1 ('MetaSel ('Just "integerValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Integer])) :*: S1 ('MetaSel ('Just "stringValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])))))

newCustomParameterValues :: CustomParameterValues Source #

Create a value of CustomParameterValues 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:dateTimeValues:CustomParameterValues', customParameterValues_dateTimeValues - A list of datetime-type parameter values.

$sel:decimalValues:CustomParameterValues', customParameterValues_decimalValues - A list of decimal-type parameter values.

$sel:integerValues:CustomParameterValues', customParameterValues_integerValues - A list of integer-type parameter values.

$sel:stringValues:CustomParameterValues', customParameterValues_stringValues - A list of string-type parameter values.

customParameterValues_dateTimeValues :: Lens' CustomParameterValues (Maybe [UTCTime]) Source #

A list of datetime-type parameter values.

customParameterValues_decimalValues :: Lens' CustomParameterValues (Maybe [Double]) Source #

A list of decimal-type parameter values.

customParameterValues_stringValues :: Lens' CustomParameterValues (Maybe [Text]) Source #

A list of string-type parameter values.

CustomSql

data CustomSql Source #

A physical table type built from the results of the custom SQL query.

See: newCustomSql smart constructor.

Constructors

CustomSql' 

Fields

Instances

Instances details
FromJSON CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

ToJSON CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Generic CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Associated Types

type Rep CustomSql :: Type -> Type #

Read CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Show CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

NFData CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Methods

rnf :: CustomSql -> () #

Eq CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Hashable CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

type Rep CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

type Rep CustomSql = D1 ('MetaData "CustomSql" "Amazonka.QuickSight.Types.CustomSql" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomSql'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty InputColumn))) :*: S1 ('MetaSel ('Just "dataSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sqlQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCustomSql Source #

Create a value of CustomSql 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:columns:CustomSql', customSql_columns - The column schema from the SQL query result set.

$sel:dataSourceArn:CustomSql', customSql_dataSourceArn - The Amazon Resource Name (ARN) of the data source.

CustomSql, customSql_name - A display name for the SQL query result.

$sel:sqlQuery:CustomSql', customSql_sqlQuery - The SQL query.

customSql_columns :: Lens' CustomSql (Maybe (NonEmpty InputColumn)) Source #

The column schema from the SQL query result set.

customSql_dataSourceArn :: Lens' CustomSql Text Source #

The Amazon Resource Name (ARN) of the data source.

customSql_name :: Lens' CustomSql Text Source #

A display name for the SQL query result.

CustomValuesConfiguration

data CustomValuesConfiguration Source #

The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration.

See: newCustomValuesConfiguration smart constructor.

Constructors

CustomValuesConfiguration' 

Fields

Instances

Instances details
FromJSON CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

ToJSON CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Generic CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Associated Types

type Rep CustomValuesConfiguration :: Type -> Type #

Show CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

NFData CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Eq CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Hashable CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

type Rep CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

type Rep CustomValuesConfiguration = D1 ('MetaData "CustomValuesConfiguration" "Amazonka.QuickSight.Types.CustomValuesConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomValuesConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeNullValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "customValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomParameterValues)))

newCustomValuesConfiguration Source #

Create a value of CustomValuesConfiguration 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:includeNullValue:CustomValuesConfiguration', customValuesConfiguration_includeNullValue - Includes the null value in custom action parameter values.

$sel:customValues:CustomValuesConfiguration', customValuesConfiguration_customValues - Undocumented member.

customValuesConfiguration_includeNullValue :: Lens' CustomValuesConfiguration (Maybe Bool) Source #

Includes the null value in custom action parameter values.

Dashboard

data Dashboard Source #

Dashboard.

See: newDashboard smart constructor.

Constructors

Dashboard' 

Fields

Instances

Instances details
FromJSON Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Generic Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Associated Types

type Rep Dashboard :: Type -> Type #

Read Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Show Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

NFData Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Methods

rnf :: Dashboard -> () #

Eq Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Hashable Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

type Rep Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

newDashboard :: Dashboard Source #

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

Dashboard, dashboard_arn - The Amazon Resource Name (ARN) of the resource.

Dashboard, dashboard_createdTime - The time that this dashboard was created.

$sel:dashboardId:Dashboard', dashboard_dashboardId - Dashboard ID.

$sel:lastPublishedTime:Dashboard', dashboard_lastPublishedTime - The last time that this dashboard was published.

$sel:lastUpdatedTime:Dashboard', dashboard_lastUpdatedTime - The last time that this dashboard was updated.

$sel:name:Dashboard', dashboard_name - A display name for the dashboard.

$sel:version:Dashboard', dashboard_version - Version.

dashboard_arn :: Lens' Dashboard (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboard_createdTime :: Lens' Dashboard (Maybe UTCTime) Source #

The time that this dashboard was created.

dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dashboard was published.

dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dashboard was updated.

dashboard_name :: Lens' Dashboard (Maybe Text) Source #

A display name for the dashboard.

DashboardError

data DashboardError Source #

Dashboard error.

See: newDashboardError smart constructor.

Instances

Instances details
FromJSON DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Generic DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Associated Types

type Rep DashboardError :: Type -> Type #

Read DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Show DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

NFData DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Methods

rnf :: DashboardError -> () #

Eq DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Hashable DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

type Rep DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

type Rep DashboardError = D1 ('MetaData "DashboardError" "Amazonka.QuickSight.Types.DashboardError" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardErrorType)) :*: S1 ('MetaSel ('Just "violatedEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entity])))))

newDashboardError :: DashboardError Source #

Create a value of DashboardError 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:message:DashboardError', dashboardError_message - Message.

$sel:type':DashboardError', dashboardError_type - Type.

$sel:violatedEntities:DashboardError', dashboardError_violatedEntities -

DashboardPublishOptions

data DashboardPublishOptions Source #

Dashboard publish options.

See: newDashboardPublishOptions smart constructor.

Instances

Instances details
ToJSON DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Generic DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Associated Types

type Rep DashboardPublishOptions :: Type -> Type #

Read DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Show DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

NFData DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Methods

rnf :: DashboardPublishOptions -> () #

Eq DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Hashable DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

type Rep DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

type Rep DashboardPublishOptions = D1 ('MetaData "DashboardPublishOptions" "Amazonka.QuickSight.Types.DashboardPublishOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardPublishOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adHocFilteringOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdHocFilteringOption)) :*: S1 ('MetaSel ('Just "exportToCSVOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportToCSVOption))) :*: (S1 ('MetaSel ('Just "sheetControlsOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetControlsOption)) :*: S1 ('MetaSel ('Just "visualPublishOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardVisualPublishOptions)))))

DashboardSearchFilter

data DashboardSearchFilter Source #

A filter that you apply when searching for dashboards.

See: newDashboardSearchFilter smart constructor.

Constructors

DashboardSearchFilter' 

Fields

  • name :: Maybe DashboardFilterAttribute

    The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

    Valid values are defined as follows:

    • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the dashboards's owners or viewers are returned. Implicit permissions from folders or groups are considered.
    • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are considered.
    • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as the only owner of the dashboard are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners or viewers of the dashboards are returned. Implicit permissions from folders or groups are not considered.
    • DASHBOARD_NAME: Any dashboards whose names have a substring match to this value will be returned.
  • value :: Maybe Text

    The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

  • operator :: FilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

    If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

    If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"DASHBOARD_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DASHBOARD_NAME.

Instances

Instances details
ToJSON DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Generic DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Associated Types

type Rep DashboardSearchFilter :: Type -> Type #

Read DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Show DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

NFData DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Methods

rnf :: DashboardSearchFilter -> () #

Eq DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Hashable DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

type Rep DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

type Rep DashboardSearchFilter = D1 ('MetaData "DashboardSearchFilter" "Amazonka.QuickSight.Types.DashboardSearchFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardFilterAttribute)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterOperator))))

newDashboardSearchFilter Source #

Create a value of DashboardSearchFilter 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:name:DashboardSearchFilter', dashboardSearchFilter_name - The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the dashboards's owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as the only owner of the dashboard are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners or viewers of the dashboards are returned. Implicit permissions from folders or groups are not considered.
  • DASHBOARD_NAME: Any dashboards whose names have a substring match to this value will be returned.

$sel:value:DashboardSearchFilter', dashboardSearchFilter_value - The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

$sel:operator:DashboardSearchFilter', dashboardSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"DASHBOARD_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DASHBOARD_NAME.

dashboardSearchFilter_name :: Lens' DashboardSearchFilter (Maybe DashboardFilterAttribute) Source #

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the dashboards's owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as the only owner of the dashboard are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners or viewers of the dashboards are returned. Implicit permissions from folders or groups are not considered.
  • DASHBOARD_NAME: Any dashboards whose names have a substring match to this value will be returned.

dashboardSearchFilter_value :: Lens' DashboardSearchFilter (Maybe Text) Source #

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

dashboardSearchFilter_operator :: Lens' DashboardSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"DASHBOARD_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DASHBOARD_NAME.

DashboardSourceEntity

data DashboardSourceEntity Source #

Dashboard source entity.

See: newDashboardSourceEntity smart constructor.

Instances

Instances details
ToJSON DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Generic DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Associated Types

type Rep DashboardSourceEntity :: Type -> Type #

Read DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Show DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

NFData DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Methods

rnf :: DashboardSourceEntity -> () #

Eq DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Hashable DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

type Rep DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

type Rep DashboardSourceEntity = D1 ('MetaData "DashboardSourceEntity" "Amazonka.QuickSight.Types.DashboardSourceEntity" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardSourceEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardSourceTemplate))))

newDashboardSourceEntity :: DashboardSourceEntity Source #

Create a value of DashboardSourceEntity 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:sourceTemplate:DashboardSourceEntity', dashboardSourceEntity_sourceTemplate - Source template.

DashboardSourceTemplate

data DashboardSourceTemplate Source #

Dashboard source template.

See: newDashboardSourceTemplate smart constructor.

Constructors

DashboardSourceTemplate' 

Fields

Instances

Instances details
ToJSON DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Generic DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Associated Types

type Rep DashboardSourceTemplate :: Type -> Type #

Read DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Show DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

NFData DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Methods

rnf :: DashboardSourceTemplate -> () #

Eq DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Hashable DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

type Rep DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

type Rep DashboardSourceTemplate = D1 ('MetaData "DashboardSourceTemplate" "Amazonka.QuickSight.Types.DashboardSourceTemplate" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardSourceTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetReferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSetReference)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDashboardSourceTemplate Source #

Create a value of DashboardSourceTemplate 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:dataSetReferences:DashboardSourceTemplate', dashboardSourceTemplate_dataSetReferences - Dataset references.

$sel:arn:DashboardSourceTemplate', dashboardSourceTemplate_arn - The Amazon Resource Name (ARN) of the resource.

dashboardSourceTemplate_arn :: Lens' DashboardSourceTemplate Text Source #

The Amazon Resource Name (ARN) of the resource.

DashboardSummary

data DashboardSummary Source #

Dashboard summary.

See: newDashboardSummary smart constructor.

Constructors

DashboardSummary' 

Fields

Instances

Instances details
FromJSON DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Generic DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Associated Types

type Rep DashboardSummary :: Type -> Type #

Read DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Show DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

NFData DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Methods

rnf :: DashboardSummary -> () #

Eq DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Hashable DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

type Rep DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

type Rep DashboardSummary = D1 ('MetaData "DashboardSummary" "Amazonka.QuickSight.Types.DashboardSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastPublishedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publishedVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newDashboardSummary :: DashboardSummary Source #

Create a value of DashboardSummary 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:arn:DashboardSummary', dashboardSummary_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:DashboardSummary', dashboardSummary_createdTime - The time that this dashboard was created.

$sel:dashboardId:DashboardSummary', dashboardSummary_dashboardId - Dashboard ID.

$sel:lastPublishedTime:DashboardSummary', dashboardSummary_lastPublishedTime - The last time that this dashboard was published.

$sel:lastUpdatedTime:DashboardSummary', dashboardSummary_lastUpdatedTime - The last time that this dashboard was updated.

$sel:name:DashboardSummary', dashboardSummary_name - A display name for the dashboard.

$sel:publishedVersionNumber:DashboardSummary', dashboardSummary_publishedVersionNumber - Published version number.

dashboardSummary_arn :: Lens' DashboardSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardSummary_createdTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The time that this dashboard was created.

dashboardSummary_lastPublishedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The last time that this dashboard was published.

dashboardSummary_lastUpdatedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The last time that this dashboard was updated.

dashboardSummary_name :: Lens' DashboardSummary (Maybe Text) Source #

A display name for the dashboard.

DashboardVersion

data DashboardVersion Source #

Dashboard version.

See: newDashboardVersion smart constructor.

Constructors

DashboardVersion' 

Fields

Instances

Instances details
FromJSON DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Generic DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Associated Types

type Rep DashboardVersion :: Type -> Type #

Read DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Show DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

NFData DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Methods

rnf :: DashboardVersion -> () #

Eq DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Hashable DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

type Rep DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

newDashboardVersion :: DashboardVersion Source #

Create a value of DashboardVersion 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:arn:DashboardVersion', dashboardVersion_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:DashboardVersion', dashboardVersion_createdTime - The time that this dashboard version was created.

$sel:dataSetArns:DashboardVersion', dashboardVersion_dataSetArns - The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

$sel:description:DashboardVersion', dashboardVersion_description - Description.

$sel:errors:DashboardVersion', dashboardVersion_errors - Errors associated with this dashboard version.

$sel:sheets:DashboardVersion', dashboardVersion_sheets - A list of the associated sheets with the unique identifier and name of each sheet.

$sel:sourceEntityArn:DashboardVersion', dashboardVersion_sourceEntityArn - Source entity ARN.

$sel:status:DashboardVersion', dashboardVersion_status - The HTTP status of the request.

$sel:themeArn:DashboardVersion', dashboardVersion_themeArn - The ARN of the theme associated with a version of the dashboard.

$sel:versionNumber:DashboardVersion', dashboardVersion_versionNumber - Version number for this version of the dashboard.

dashboardVersion_arn :: Lens' DashboardVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardVersion_createdTime :: Lens' DashboardVersion (Maybe UTCTime) Source #

The time that this dashboard version was created.

dashboardVersion_dataSetArns :: Lens' DashboardVersion (Maybe [Text]) Source #

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

dashboardVersion_errors :: Lens' DashboardVersion (Maybe (NonEmpty DashboardError)) Source #

Errors associated with this dashboard version.

dashboardVersion_sheets :: Lens' DashboardVersion (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

dashboardVersion_themeArn :: Lens' DashboardVersion (Maybe Text) Source #

The ARN of the theme associated with a version of the dashboard.

dashboardVersion_versionNumber :: Lens' DashboardVersion (Maybe Natural) Source #

Version number for this version of the dashboard.

DashboardVersionDefinition

data DashboardVersionDefinition Source #

The contents of a dashboard.

See: newDashboardVersionDefinition smart constructor.

Constructors

DashboardVersionDefinition' 

Fields

Instances

Instances details
FromJSON DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

ToJSON DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

Generic DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

Associated Types

type Rep DashboardVersionDefinition :: Type -> Type #

Show DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

NFData DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

Eq DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

Hashable DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

type Rep DashboardVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionDefinition

type Rep DashboardVersionDefinition = D1 ('MetaData "DashboardVersionDefinition" "Amazonka.QuickSight.Types.DashboardVersionDefinition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardVersionDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analysisDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisDefaults)) :*: (S1 ('MetaSel ('Just "calculatedFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CalculatedField])) :*: S1 ('MetaSel ('Just "columnConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnConfiguration])))) :*: ((S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterGroup])) :*: S1 ('MetaSel ('Just "parameterDeclarations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterDeclaration]))) :*: (S1 ('MetaSel ('Just "sheets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SheetDefinition])) :*: S1 ('MetaSel ('Just "dataSetIdentifierDeclarations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSetIdentifierDeclaration))))))

newDashboardVersionDefinition Source #

Create a value of DashboardVersionDefinition 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:analysisDefaults:DashboardVersionDefinition', dashboardVersionDefinition_analysisDefaults - Undocumented member.

$sel:calculatedFields:DashboardVersionDefinition', dashboardVersionDefinition_calculatedFields - An array of calculated field definitions for the dashboard.

$sel:columnConfigurations:DashboardVersionDefinition', dashboardVersionDefinition_columnConfigurations - An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

$sel:filterGroups:DashboardVersionDefinition', dashboardVersionDefinition_filterGroups - The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

$sel:parameterDeclarations:DashboardVersionDefinition', dashboardVersionDefinition_parameterDeclarations - The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

$sel:sheets:DashboardVersionDefinition', dashboardVersionDefinition_sheets - An array of sheet definitions for a dashboard.

$sel:dataSetIdentifierDeclarations:DashboardVersionDefinition', dashboardVersionDefinition_dataSetIdentifierDeclarations - An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.

dashboardVersionDefinition_calculatedFields :: Lens' DashboardVersionDefinition (Maybe [CalculatedField]) Source #

An array of calculated field definitions for the dashboard.

dashboardVersionDefinition_columnConfigurations :: Lens' DashboardVersionDefinition (Maybe [ColumnConfiguration]) Source #

An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

dashboardVersionDefinition_filterGroups :: Lens' DashboardVersionDefinition (Maybe [FilterGroup]) Source #

The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

dashboardVersionDefinition_parameterDeclarations :: Lens' DashboardVersionDefinition (Maybe [ParameterDeclaration]) Source #

The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

dashboardVersionDefinition_dataSetIdentifierDeclarations :: Lens' DashboardVersionDefinition (NonEmpty DataSetIdentifierDeclaration) Source #

An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.

DashboardVersionSummary

data DashboardVersionSummary Source #

Dashboard version summary.

See: newDashboardVersionSummary smart constructor.

Constructors

DashboardVersionSummary' 

Fields

Instances

Instances details
FromJSON DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Generic DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Associated Types

type Rep DashboardVersionSummary :: Type -> Type #

Read DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Show DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

NFData DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Methods

rnf :: DashboardVersionSummary -> () #

Eq DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Hashable DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

type Rep DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

type Rep DashboardVersionSummary = D1 ('MetaData "DashboardVersionSummary" "Amazonka.QuickSight.Types.DashboardVersionSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "sourceEntityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newDashboardVersionSummary :: DashboardVersionSummary Source #

Create a value of DashboardVersionSummary 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:arn:DashboardVersionSummary', dashboardVersionSummary_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:DashboardVersionSummary', dashboardVersionSummary_createdTime - The time that this dashboard version was created.

$sel:description:DashboardVersionSummary', dashboardVersionSummary_description - Description.

$sel:sourceEntityArn:DashboardVersionSummary', dashboardVersionSummary_sourceEntityArn - Source entity ARN.

$sel:status:DashboardVersionSummary', dashboardVersionSummary_status - The HTTP status of the request.

$sel:versionNumber:DashboardVersionSummary', dashboardVersionSummary_versionNumber - Version number.

dashboardVersionSummary_arn :: Lens' DashboardVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardVersionSummary_createdTime :: Lens' DashboardVersionSummary (Maybe UTCTime) Source #

The time that this dashboard version was created.

DashboardVisualId

data DashboardVisualId Source #

A structure that contains the following elements:

  • The DashboardId of the dashboard that has the visual that you want to embed.
  • The SheetId of the sheet that has the visual that you want to embed.
  • The VisualId of the visual that you want to embed.

The DashboardId, SheetId, and VisualId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.

See: newDashboardVisualId smart constructor.

Constructors

DashboardVisualId' 

Fields

  • dashboardId :: Text

    The ID of the dashboard that has the visual that you want to embed. The DashboardId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.

  • sheetId :: Text

    The ID of the sheet that the has visual that you want to embed. The SheetId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

  • visualId :: Text

    The ID of the visual that you want to embed. The VisualID can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

Instances

Instances details
ToJSON DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

Generic DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

Associated Types

type Rep DashboardVisualId :: Type -> Type #

Read DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

Show DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

NFData DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

Methods

rnf :: DashboardVisualId -> () #

Eq DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

Hashable DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

type Rep DashboardVisualId Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualId

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

newDashboardVisualId Source #

Create a value of DashboardVisualId 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:dashboardId:DashboardVisualId', dashboardVisualId_dashboardId - The ID of the dashboard that has the visual that you want to embed. The DashboardId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.

$sel:sheetId:DashboardVisualId', dashboardVisualId_sheetId - The ID of the sheet that the has visual that you want to embed. The SheetId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

$sel:visualId:DashboardVisualId', dashboardVisualId_visualId - The ID of the visual that you want to embed. The VisualID can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

dashboardVisualId_dashboardId :: Lens' DashboardVisualId Text Source #

The ID of the dashboard that has the visual that you want to embed. The DashboardId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get the DashboardId with a ListDashboards API operation.

dashboardVisualId_sheetId :: Lens' DashboardVisualId Text Source #

The ID of the sheet that the has visual that you want to embed. The SheetId can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

dashboardVisualId_visualId :: Lens' DashboardVisualId Text Source #

The ID of the visual that you want to embed. The VisualID can be found in the IDs for developers section of the Embed visual pane of the visual's on-visual menu of the Amazon QuickSight console.

DashboardVisualPublishOptions

data DashboardVisualPublishOptions Source #

See: newDashboardVisualPublishOptions smart constructor.

Instances

Instances details
ToJSON DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

Generic DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

Associated Types

type Rep DashboardVisualPublishOptions :: Type -> Type #

Read DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

Show DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

NFData DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

Eq DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

Hashable DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

type Rep DashboardVisualPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVisualPublishOptions

type Rep DashboardVisualPublishOptions = D1 ('MetaData "DashboardVisualPublishOptions" "Amazonka.QuickSight.Types.DashboardVisualPublishOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DashboardVisualPublishOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportHiddenFieldsOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportHiddenFieldsOption))))

newDashboardVisualPublishOptions :: DashboardVisualPublishOptions Source #

Create a value of DashboardVisualPublishOptions 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:exportHiddenFieldsOption:DashboardVisualPublishOptions', dashboardVisualPublishOptions_exportHiddenFieldsOption -

DataColor

data DataColor Source #

Determines the color that is applied to a particular data value.

See: newDataColor smart constructor.

Constructors

DataColor' 

Fields

Instances

Instances details
FromJSON DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

ToJSON DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Generic DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Associated Types

type Rep DataColor :: Type -> Type #

Read DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Show DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

NFData DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Methods

rnf :: DataColor -> () #

Eq DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

Hashable DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

type Rep DataColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColor

type Rep DataColor = D1 ('MetaData "DataColor" "Amazonka.QuickSight.Types.DataColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newDataColor :: DataColor Source #

Create a value of DataColor 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:color:DataColor', dataColor_color - The color that is applied to the data value.

$sel:dataValue:DataColor', dataColor_dataValue - The data value that the color is applied to.

dataColor_color :: Lens' DataColor (Maybe Text) Source #

The color that is applied to the data value.

dataColor_dataValue :: Lens' DataColor (Maybe Double) Source #

The data value that the color is applied to.

DataColorPalette

data DataColorPalette Source #

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

See: newDataColorPalette smart constructor.

Constructors

DataColorPalette' 

Fields

Instances

Instances details
FromJSON DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

ToJSON DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Generic DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Associated Types

type Rep DataColorPalette :: Type -> Type #

Read DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Show DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

NFData DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Methods

rnf :: DataColorPalette -> () #

Eq DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Hashable DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

type Rep DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

type Rep DataColorPalette = D1 ('MetaData "DataColorPalette" "Amazonka.QuickSight.Types.DataColorPalette" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataColorPalette'" 'PrefixI 'True) (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "emptyFillColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minMaxGradient") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDataColorPalette :: DataColorPalette Source #

Create a value of DataColorPalette 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:colors:DataColorPalette', dataColorPalette_colors - The hexadecimal codes for the colors.

$sel:emptyFillColor:DataColorPalette', dataColorPalette_emptyFillColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

$sel:minMaxGradient:DataColorPalette', dataColorPalette_minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.

dataColorPalette_colors :: Lens' DataColorPalette (Maybe [Text]) Source #

The hexadecimal codes for the colors.

dataColorPalette_emptyFillColor :: Lens' DataColorPalette (Maybe Text) Source #

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

dataColorPalette_minMaxGradient :: Lens' DataColorPalette (Maybe [Text]) Source #

The minimum and maximum hexadecimal codes that describe a color gradient.

DataFieldSeriesItem

data DataFieldSeriesItem Source #

The data field series item configuration of a line chart.

See: newDataFieldSeriesItem smart constructor.

Constructors

DataFieldSeriesItem' 

Fields

Instances

Instances details
FromJSON DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

ToJSON DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

Generic DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

Associated Types

type Rep DataFieldSeriesItem :: Type -> Type #

Show DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

NFData DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

Methods

rnf :: DataFieldSeriesItem -> () #

Eq DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

Hashable DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

type Rep DataFieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataFieldSeriesItem

type Rep DataFieldSeriesItem = D1 ('MetaData "DataFieldSeriesItem" "Amazonka.QuickSight.Types.DataFieldSeriesItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataFieldSeriesItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fieldValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartSeriesSettings))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "axisBinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AxisBinding))))

newDataFieldSeriesItem Source #

Create a value of DataFieldSeriesItem 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:fieldValue:DataFieldSeriesItem', dataFieldSeriesItem_fieldValue - The field value of the field that you are setting the axis binding to.

$sel:settings:DataFieldSeriesItem', dataFieldSeriesItem_settings - The options that determine the presentation of line series associated to the field.

$sel:fieldId:DataFieldSeriesItem', dataFieldSeriesItem_fieldId - The field ID of the field that you are setting the axis binding to.

$sel:axisBinding:DataFieldSeriesItem', dataFieldSeriesItem_axisBinding - The axis that you are binding the field to.

dataFieldSeriesItem_fieldValue :: Lens' DataFieldSeriesItem (Maybe Text) Source #

The field value of the field that you are setting the axis binding to.

dataFieldSeriesItem_settings :: Lens' DataFieldSeriesItem (Maybe LineChartSeriesSettings) Source #

The options that determine the presentation of line series associated to the field.

dataFieldSeriesItem_fieldId :: Lens' DataFieldSeriesItem Text Source #

The field ID of the field that you are setting the axis binding to.

dataFieldSeriesItem_axisBinding :: Lens' DataFieldSeriesItem AxisBinding Source #

The axis that you are binding the field to.

DataLabelOptions

data DataLabelOptions Source #

The options that determine the presentation of the data labels.

See: newDataLabelOptions smart constructor.

Constructors

DataLabelOptions' 

Fields

Instances

Instances details
FromJSON DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

ToJSON DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Generic DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Associated Types

type Rep DataLabelOptions :: Type -> Type #

Show DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

NFData DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Methods

rnf :: DataLabelOptions -> () #

Eq DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

Hashable DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

type Rep DataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelOptions

newDataLabelOptions :: DataLabelOptions Source #

Create a value of DataLabelOptions 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:categoryLabelVisibility:DataLabelOptions', dataLabelOptions_categoryLabelVisibility - Determines the visibility of the category field labels.

$sel:dataLabelTypes:DataLabelOptions', dataLabelOptions_dataLabelTypes - The option that determines the data label type.

$sel:labelColor:DataLabelOptions', dataLabelOptions_labelColor - Determines the color of the data labels.

$sel:labelContent:DataLabelOptions', dataLabelOptions_labelContent - Determines the content of the data labels.

$sel:labelFontConfiguration:DataLabelOptions', dataLabelOptions_labelFontConfiguration - Determines the font configuration of the data labels.

$sel:measureLabelVisibility:DataLabelOptions', dataLabelOptions_measureLabelVisibility - Determines the visibility of the measure field labels.

$sel:overlap:DataLabelOptions', dataLabelOptions_overlap - Determines whether overlap is enabled or disabled for the data labels.

$sel:position:DataLabelOptions', dataLabelOptions_position - Determines the position of the data labels.

$sel:visibility:DataLabelOptions', dataLabelOptions_visibility - Determines the visibility of the data labels.

dataLabelOptions_categoryLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the category field labels.

dataLabelOptions_dataLabelTypes :: Lens' DataLabelOptions (Maybe [DataLabelType]) Source #

The option that determines the data label type.

dataLabelOptions_labelColor :: Lens' DataLabelOptions (Maybe Text) Source #

Determines the color of the data labels.

dataLabelOptions_labelContent :: Lens' DataLabelOptions (Maybe DataLabelContent) Source #

Determines the content of the data labels.

dataLabelOptions_labelFontConfiguration :: Lens' DataLabelOptions (Maybe FontConfiguration) Source #

Determines the font configuration of the data labels.

dataLabelOptions_measureLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the measure field labels.

dataLabelOptions_overlap :: Lens' DataLabelOptions (Maybe DataLabelOverlap) Source #

Determines whether overlap is enabled or disabled for the data labels.

dataLabelOptions_position :: Lens' DataLabelOptions (Maybe DataLabelPosition) Source #

Determines the position of the data labels.

dataLabelOptions_visibility :: Lens' DataLabelOptions (Maybe Visibility) Source #

Determines the visibility of the data labels.

DataLabelType

data DataLabelType Source #

The option that determines the data label type.

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

See: newDataLabelType smart constructor.

Constructors

DataLabelType' 

Fields

Instances

Instances details
FromJSON DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

ToJSON DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

Generic DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

Associated Types

type Rep DataLabelType :: Type -> Type #

Show DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

NFData DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

Methods

rnf :: DataLabelType -> () #

Eq DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

Hashable DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

type Rep DataLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataLabelType

type Rep DataLabelType = D1 ('MetaData "DataLabelType" "Amazonka.QuickSight.Types.DataLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataLabelType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataPathLabelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPathLabelType)) :*: S1 ('MetaSel ('Just "fieldLabelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldLabelType))) :*: (S1 ('MetaSel ('Just "maximumLabelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumLabelType)) :*: (S1 ('MetaSel ('Just "minimumLabelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MinimumLabelType)) :*: S1 ('MetaSel ('Just "rangeEndsLabelType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RangeEndsLabelType))))))

newDataLabelType :: DataLabelType Source #

Create a value of DataLabelType 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:dataPathLabelType:DataLabelType', dataLabelType_dataPathLabelType - The option that specifies individual data values for labels.

$sel:fieldLabelType:DataLabelType', dataLabelType_fieldLabelType - Determines the label configuration for the entire field.

$sel:maximumLabelType:DataLabelType', dataLabelType_maximumLabelType - Determines the label configuration for the maximum value in a visual.

$sel:minimumLabelType:DataLabelType', dataLabelType_minimumLabelType - Determines the label configuration for the minimum value in a visual.

$sel:rangeEndsLabelType:DataLabelType', dataLabelType_rangeEndsLabelType - Determines the label configuration for range end value in a visual.

dataLabelType_dataPathLabelType :: Lens' DataLabelType (Maybe DataPathLabelType) Source #

The option that specifies individual data values for labels.

dataLabelType_fieldLabelType :: Lens' DataLabelType (Maybe FieldLabelType) Source #

Determines the label configuration for the entire field.

dataLabelType_maximumLabelType :: Lens' DataLabelType (Maybe MaximumLabelType) Source #

Determines the label configuration for the maximum value in a visual.

dataLabelType_minimumLabelType :: Lens' DataLabelType (Maybe MinimumLabelType) Source #

Determines the label configuration for the minimum value in a visual.

dataLabelType_rangeEndsLabelType :: Lens' DataLabelType (Maybe RangeEndsLabelType) Source #

Determines the label configuration for range end value in a visual.

DataPathColor

data DataPathColor Source #

The color map that determines the color options for a particular element.

See: newDataPathColor smart constructor.

Constructors

DataPathColor' 

Fields

Instances

Instances details
FromJSON DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

ToJSON DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Generic DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Associated Types

type Rep DataPathColor :: Type -> Type #

Show DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

NFData DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Methods

rnf :: DataPathColor -> () #

Eq DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Hashable DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

type Rep DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

type Rep DataPathColor = D1 ('MetaData "DataPathColor" "Amazonka.QuickSight.Types.DataPathColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataPathColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity)) :*: (S1 ('MetaSel ('Just "element") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataPathValue) :*: S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataPathColor Source #

Create a value of DataPathColor 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:timeGranularity:DataPathColor', dataPathColor_timeGranularity - The time granularity of the field that the color needs to be applied to.

$sel:element:DataPathColor', dataPathColor_element - The element that the color needs to be applied to.

$sel:color:DataPathColor', dataPathColor_color - The color that needs to be applied to the element.

dataPathColor_timeGranularity :: Lens' DataPathColor (Maybe TimeGranularity) Source #

The time granularity of the field that the color needs to be applied to.

dataPathColor_element :: Lens' DataPathColor DataPathValue Source #

The element that the color needs to be applied to.

dataPathColor_color :: Lens' DataPathColor Text Source #

The color that needs to be applied to the element.

DataPathLabelType

data DataPathLabelType Source #

The option that specifies individual data values for labels.

See: newDataPathLabelType smart constructor.

Constructors

DataPathLabelType' 

Fields

Instances

Instances details
FromJSON DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

ToJSON DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Generic DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Associated Types

type Rep DataPathLabelType :: Type -> Type #

Show DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

NFData DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Methods

rnf :: DataPathLabelType -> () #

Eq DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

Hashable DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

type Rep DataPathLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathLabelType

type Rep DataPathLabelType = D1 ('MetaData "DataPathLabelType" "Amazonka.QuickSight.Types.DataPathLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataPathLabelType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fieldValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newDataPathLabelType :: DataPathLabelType Source #

Create a value of DataPathLabelType 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:fieldId:DataPathLabelType', dataPathLabelType_fieldId - The field ID of the field that the data label needs to be applied to.

$sel:fieldValue:DataPathLabelType', dataPathLabelType_fieldValue - The actual value of the field that is labeled.

$sel:visibility:DataPathLabelType', dataPathLabelType_visibility - The visibility of the data label.

dataPathLabelType_fieldId :: Lens' DataPathLabelType (Maybe Text) Source #

The field ID of the field that the data label needs to be applied to.

dataPathLabelType_fieldValue :: Lens' DataPathLabelType (Maybe Text) Source #

The actual value of the field that is labeled.

DataPathSort

data DataPathSort Source #

Allows data paths to be sorted by a specific data value.

See: newDataPathSort smart constructor.

Constructors

DataPathSort' 

Fields

Instances

Instances details
FromJSON DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

ToJSON DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Generic DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Associated Types

type Rep DataPathSort :: Type -> Type #

Show DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

NFData DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Methods

rnf :: DataPathSort -> () #

Eq DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

Hashable DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

type Rep DataPathSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathSort

type Rep DataPathSort = D1 ('MetaData "DataPathSort" "Amazonka.QuickSight.Types.DataPathSort" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataPathSort'" 'PrefixI 'True) (S1 ('MetaSel ('Just "direction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortDirection) :*: S1 ('MetaSel ('Just "sortPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataPathValue])))

newDataPathSort Source #

Create a value of DataPathSort 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:direction:DataPathSort', dataPathSort_direction - Determines the sort direction.

$sel:sortPaths:DataPathSort', dataPathSort_sortPaths - The list of data paths that need to be sorted.

dataPathSort_sortPaths :: Lens' DataPathSort [DataPathValue] Source #

The list of data paths that need to be sorted.

DataPathValue

data DataPathValue Source #

The data path that needs to be sorted.

See: newDataPathValue smart constructor.

Constructors

DataPathValue' 

Fields

Instances

Instances details
FromJSON DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

ToJSON DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Generic DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Associated Types

type Rep DataPathValue :: Type -> Type #

Show DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

NFData DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Methods

rnf :: DataPathValue -> () #

Eq DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

Hashable DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

type Rep DataPathValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathValue

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

newDataPathValue Source #

Create a value of DataPathValue 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:fieldId:DataPathValue', dataPathValue_fieldId - The field ID of the field that needs to be sorted.

$sel:fieldValue:DataPathValue', dataPathValue_fieldValue - The actual value of the field that needs to be sorted.

dataPathValue_fieldId :: Lens' DataPathValue Text Source #

The field ID of the field that needs to be sorted.

dataPathValue_fieldValue :: Lens' DataPathValue Text Source #

The actual value of the field that needs to be sorted.

DataSet

data DataSet Source #

Dataset.

See: newDataSet smart constructor.

Constructors

DataSet' 

Fields

Instances

Instances details
FromJSON DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Generic DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Associated Types

type Rep DataSet :: Type -> Type #

Methods

from :: DataSet -> Rep DataSet x #

to :: Rep DataSet x -> DataSet #

Show DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

NFData DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Methods

rnf :: DataSet -> () #

Eq DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Methods

(==) :: DataSet -> DataSet -> Bool #

(/=) :: DataSet -> DataSet -> Bool #

Hashable DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Methods

hashWithSalt :: Int -> DataSet -> Int #

hash :: DataSet -> Int #

type Rep DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

type Rep DataSet = D1 ('MetaData "DataSet" "Amazonka.QuickSight.Types.DataSet" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "columnGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnGroup)))) :*: (S1 ('MetaSel ('Just "columnLevelPermissionRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnLevelPermissionRule))) :*: S1 ('MetaSel ('Just "consumedSpiceCapacityInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSetUsageConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetUsageConfiguration)) :*: S1 ('MetaSel ('Just "fieldFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text FieldFolder)))))) :*: (((S1 ('MetaSel ('Just "importMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetImportMode)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "logicalTableMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text LogicalTable))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "outputColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputColumn])) :*: S1 ('MetaSel ('Just "physicalTableMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PhysicalTable)))) :*: (S1 ('MetaSel ('Just "rowLevelPermissionDataSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionDataSet)) :*: S1 ('MetaSel ('Just "rowLevelPermissionTagConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionTagConfiguration)))))))

newDataSet :: DataSet Source #

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

DataSet, dataSet_arn - The Amazon Resource Name (ARN) of the resource.

$sel:columnGroups:DataSet', dataSet_columnGroups - Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

$sel:columnLevelPermissionRules:DataSet', dataSet_columnLevelPermissionRules - A set of one or more definitions of a ColumnLevelPermissionRule .

$sel:consumedSpiceCapacityInBytes:DataSet', dataSet_consumedSpiceCapacityInBytes - The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.

$sel:createdTime:DataSet', dataSet_createdTime - The time that this dataset was created.

$sel:dataSetId:DataSet', dataSet_dataSetId - The ID of the dataset.

$sel:dataSetUsageConfiguration:DataSet', dataSet_dataSetUsageConfiguration - The usage configuration to apply to child datasets that reference this dataset as a source.

$sel:fieldFolders:DataSet', dataSet_fieldFolders - The folder that contains fields and nested subfolders for your dataset.

$sel:importMode:DataSet', dataSet_importMode - A value that indicates whether you want to import the data into SPICE.

$sel:lastUpdatedTime:DataSet', dataSet_lastUpdatedTime - The last time that this dataset was updated.

$sel:logicalTableMap:DataSet', dataSet_logicalTableMap - Configures the combination and transformation of the data from the physical tables.

DataSet, dataSet_name - A display name for the dataset.

$sel:outputColumns:DataSet', dataSet_outputColumns - The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

$sel:physicalTableMap:DataSet', dataSet_physicalTableMap - Declares the physical tables that are available in the underlying data sources.

$sel:rowLevelPermissionDataSet:DataSet', dataSet_rowLevelPermissionDataSet - The row-level security configuration for the dataset.

$sel:rowLevelPermissionTagConfiguration:DataSet', dataSet_rowLevelPermissionTagConfiguration - The element you can use to define tags for row-level security.

dataSet_arn :: Lens' DataSet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dataSet_columnGroups :: Lens' DataSet (Maybe (NonEmpty ColumnGroup)) Source #

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

dataSet_consumedSpiceCapacityInBytes :: Lens' DataSet (Maybe Integer) Source #

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.

dataSet_createdTime :: Lens' DataSet (Maybe UTCTime) Source #

The time that this dataset was created.

dataSet_dataSetId :: Lens' DataSet (Maybe Text) Source #

The ID of the dataset.

dataSet_dataSetUsageConfiguration :: Lens' DataSet (Maybe DataSetUsageConfiguration) Source #

The usage configuration to apply to child datasets that reference this dataset as a source.

dataSet_fieldFolders :: Lens' DataSet (Maybe (HashMap Text FieldFolder)) Source #

The folder that contains fields and nested subfolders for your dataset.

dataSet_importMode :: Lens' DataSet (Maybe DataSetImportMode) Source #

A value that indicates whether you want to import the data into SPICE.

dataSet_lastUpdatedTime :: Lens' DataSet (Maybe UTCTime) Source #

The last time that this dataset was updated.

dataSet_logicalTableMap :: Lens' DataSet (Maybe (HashMap Text LogicalTable)) Source #

Configures the combination and transformation of the data from the physical tables.

dataSet_name :: Lens' DataSet (Maybe Text) Source #

A display name for the dataset.

dataSet_outputColumns :: Lens' DataSet (Maybe [OutputColumn]) Source #

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

dataSet_physicalTableMap :: Lens' DataSet (Maybe (HashMap Text PhysicalTable)) Source #

Declares the physical tables that are available in the underlying data sources.

dataSet_rowLevelPermissionDataSet :: Lens' DataSet (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the dataset.

dataSet_rowLevelPermissionTagConfiguration :: Lens' DataSet (Maybe RowLevelPermissionTagConfiguration) Source #

The element you can use to define tags for row-level security.

DataSetConfiguration

data DataSetConfiguration Source #

Dataset configuration.

See: newDataSetConfiguration smart constructor.

Constructors

DataSetConfiguration' 

Fields

Instances

Instances details
FromJSON DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

ToJSON DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Generic DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Associated Types

type Rep DataSetConfiguration :: Type -> Type #

Read DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Show DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

NFData DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Methods

rnf :: DataSetConfiguration -> () #

Eq DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Hashable DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

type Rep DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

type Rep DataSetConfiguration = D1 ('MetaData "DataSetConfiguration" "Amazonka.QuickSight.Types.DataSetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnGroupSchemaList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnGroupSchema])) :*: (S1 ('MetaSel ('Just "dataSetSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetSchema)) :*: S1 ('MetaSel ('Just "placeholder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataSetConfiguration :: DataSetConfiguration Source #

Create a value of DataSetConfiguration 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:columnGroupSchemaList:DataSetConfiguration', dataSetConfiguration_columnGroupSchemaList - A structure containing the list of column group schemas.

$sel:dataSetSchema:DataSetConfiguration', dataSetConfiguration_dataSetSchema - Dataset schema.

$sel:placeholder:DataSetConfiguration', dataSetConfiguration_placeholder - Placeholder.

dataSetConfiguration_columnGroupSchemaList :: Lens' DataSetConfiguration (Maybe [ColumnGroupSchema]) Source #

A structure containing the list of column group schemas.

DataSetIdentifierDeclaration

data DataSetIdentifierDeclaration Source #

A data set.

See: newDataSetIdentifierDeclaration smart constructor.

Constructors

DataSetIdentifierDeclaration' 

Fields

  • identifier :: Text

    The identifier of the data set, typically the data set's name.

  • dataSetArn :: Text

    The Amazon Resource Name (ARN) of the data set.

Instances

Instances details
FromJSON DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

ToJSON DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

Generic DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

Associated Types

type Rep DataSetIdentifierDeclaration :: Type -> Type #

Read DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

Show DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

NFData DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

Eq DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

Hashable DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

type Rep DataSetIdentifierDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetIdentifierDeclaration

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

newDataSetIdentifierDeclaration Source #

Create a value of DataSetIdentifierDeclaration 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:identifier:DataSetIdentifierDeclaration', dataSetIdentifierDeclaration_identifier - The identifier of the data set, typically the data set's name.

$sel:dataSetArn:DataSetIdentifierDeclaration', dataSetIdentifierDeclaration_dataSetArn - The Amazon Resource Name (ARN) of the data set.

dataSetIdentifierDeclaration_identifier :: Lens' DataSetIdentifierDeclaration Text Source #

The identifier of the data set, typically the data set's name.

DataSetReference

data DataSetReference Source #

Dataset reference.

See: newDataSetReference smart constructor.

Constructors

DataSetReference' 

Fields

Instances

Instances details
ToJSON DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Generic DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Associated Types

type Rep DataSetReference :: Type -> Type #

Read DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Show DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

NFData DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Methods

rnf :: DataSetReference -> () #

Eq DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Hashable DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

type Rep DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

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

newDataSetReference Source #

Create a value of DataSetReference 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:dataSetPlaceholder:DataSetReference', dataSetReference_dataSetPlaceholder - Dataset placeholder.

$sel:dataSetArn:DataSetReference', dataSetReference_dataSetArn - Dataset Amazon Resource Name (ARN).

dataSetReference_dataSetArn :: Lens' DataSetReference Text Source #

Dataset Amazon Resource Name (ARN).

DataSetSchema

data DataSetSchema Source #

Dataset schema.

See: newDataSetSchema smart constructor.

Constructors

DataSetSchema' 

Fields

Instances

Instances details
FromJSON DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

ToJSON DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Generic DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Associated Types

type Rep DataSetSchema :: Type -> Type #

Read DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Show DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

NFData DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Methods

rnf :: DataSetSchema -> () #

Eq DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Hashable DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

type Rep DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

type Rep DataSetSchema = D1 ('MetaData "DataSetSchema" "Amazonka.QuickSight.Types.DataSetSchema" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSetSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnSchemaList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnSchema]))))

newDataSetSchema :: DataSetSchema Source #

Create a value of DataSetSchema 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:columnSchemaList:DataSetSchema', dataSetSchema_columnSchemaList - A structure containing the list of column schemas.

dataSetSchema_columnSchemaList :: Lens' DataSetSchema (Maybe [ColumnSchema]) Source #

A structure containing the list of column schemas.

DataSetSearchFilter

data DataSetSearchFilter Source #

A filter that you apply when searching for datasets.

See: newDataSetSearchFilter smart constructor.

Constructors

DataSetSearchFilter' 

Fields

  • operator :: FilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

    If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose datasets you want to search in the "Value" field. For example, "Name":"QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1".

    If you set the value to "StringLike", you need to provide the name of the datasets you are searching for. For example, "Name":"DATASET_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASET_NAME.

  • name :: DataSetFilterAttribute

    The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

    Valid values are defined as follows:

    • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the dataset owners or viewers are returned. Implicit permissions from folders or groups are considered.
    • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners of the dataset are returned. Implicit permissions from folders or groups are considered.
    • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as the only owner of the dataset are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners if the dataset are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners or viewers of the dataset are returned. Implicit permissions from folders or groups are not considered.
    • DATASET_NAME: Any datasets whose names have a substring match to this value will be returned.
  • value :: Text

    The value of the named item, in this case QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

Instances

Instances details
ToJSON DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

Generic DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

Associated Types

type Rep DataSetSearchFilter :: Type -> Type #

Read DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

Show DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

NFData DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

Methods

rnf :: DataSetSearchFilter -> () #

Eq DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

Hashable DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

type Rep DataSetSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSearchFilter

type Rep DataSetSearchFilter = D1 ('MetaData "DataSetSearchFilter" "Amazonka.QuickSight.Types.DataSetSearchFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSetSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterOperator) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSetFilterAttribute) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataSetSearchFilter Source #

Create a value of DataSetSearchFilter 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:operator:DataSetSearchFilter', dataSetSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose datasets you want to search in the "Value" field. For example, "Name":"QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the datasets you are searching for. For example, "Name":"DATASET_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASET_NAME.

$sel:name:DataSetSearchFilter', dataSetSearchFilter_name - The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the dataset owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners of the dataset are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as the only owner of the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners if the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners or viewers of the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DATASET_NAME: Any datasets whose names have a substring match to this value will be returned.

$sel:value:DataSetSearchFilter', dataSetSearchFilter_value - The value of the named item, in this case QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

dataSetSearchFilter_operator :: Lens' DataSetSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose datasets you want to search in the "Value" field. For example, "Name":"QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the datasets you are searching for. For example, "Name":"DATASET_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASET_NAME.

dataSetSearchFilter_name :: Lens' DataSetSearchFilter DataSetFilterAttribute Source #

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the dataset owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners of the dataset are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as the only owner of the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners if the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners or viewers of the dataset are returned. Implicit permissions from folders or groups are not considered.
  • DATASET_NAME: Any datasets whose names have a substring match to this value will be returned.

dataSetSearchFilter_value :: Lens' DataSetSearchFilter Text Source #

The value of the named item, in this case QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

DataSetSummary

data DataSetSummary Source #

Dataset summary.

See: newDataSetSummary smart constructor.

Constructors

DataSetSummary' 

Fields

Instances

Instances details
FromJSON DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Generic DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Associated Types

type Rep DataSetSummary :: Type -> Type #

Read DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Show DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

NFData DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Methods

rnf :: DataSetSummary -> () #

Eq DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Hashable DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

type Rep DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

type Rep DataSetSummary = D1 ('MetaData "DataSetSummary" "Amazonka.QuickSight.Types.DataSetSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSetSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "columnLevelPermissionRulesApplied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "importMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetImportMode)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rowLevelPermissionDataSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionDataSet)) :*: S1 ('MetaSel ('Just "rowLevelPermissionTagConfigurationApplied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newDataSetSummary :: DataSetSummary Source #

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

DataSetSummary, dataSetSummary_arn - The Amazon Resource Name (ARN) of the dataset.

$sel:columnLevelPermissionRulesApplied:DataSetSummary', dataSetSummary_columnLevelPermissionRulesApplied - A value that indicates if the dataset has column level permission configured.

$sel:createdTime:DataSetSummary', dataSetSummary_createdTime - The time that this dataset was created.

$sel:dataSetId:DataSetSummary', dataSetSummary_dataSetId - The ID of the dataset.

$sel:importMode:DataSetSummary', dataSetSummary_importMode - A value that indicates whether you want to import the data into SPICE.

$sel:lastUpdatedTime:DataSetSummary', dataSetSummary_lastUpdatedTime - The last time that this dataset was updated.

$sel:name:DataSetSummary', dataSetSummary_name - A display name for the dataset.

$sel:rowLevelPermissionDataSet:DataSetSummary', dataSetSummary_rowLevelPermissionDataSet - The row-level security configuration for the dataset.

$sel:rowLevelPermissionTagConfigurationApplied:DataSetSummary', dataSetSummary_rowLevelPermissionTagConfigurationApplied - Whether or not the row level permission tags are applied.

dataSetSummary_arn :: Lens' DataSetSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset.

dataSetSummary_columnLevelPermissionRulesApplied :: Lens' DataSetSummary (Maybe Bool) Source #

A value that indicates if the dataset has column level permission configured.

dataSetSummary_createdTime :: Lens' DataSetSummary (Maybe UTCTime) Source #

The time that this dataset was created.

dataSetSummary_importMode :: Lens' DataSetSummary (Maybe DataSetImportMode) Source #

A value that indicates whether you want to import the data into SPICE.

dataSetSummary_lastUpdatedTime :: Lens' DataSetSummary (Maybe UTCTime) Source #

The last time that this dataset was updated.

dataSetSummary_name :: Lens' DataSetSummary (Maybe Text) Source #

A display name for the dataset.

dataSetSummary_rowLevelPermissionDataSet :: Lens' DataSetSummary (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the dataset.

dataSetSummary_rowLevelPermissionTagConfigurationApplied :: Lens' DataSetSummary (Maybe Bool) Source #

Whether or not the row level permission tags are applied.

DataSetUsageConfiguration

data DataSetUsageConfiguration Source #

The usage configuration to apply to child datasets that reference this dataset as a source.

See: newDataSetUsageConfiguration smart constructor.

Constructors

DataSetUsageConfiguration' 

Fields

Instances

Instances details
FromJSON DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

ToJSON DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Generic DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Associated Types

type Rep DataSetUsageConfiguration :: Type -> Type #

Read DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Show DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

NFData DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Eq DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Hashable DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

type Rep DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

type Rep DataSetUsageConfiguration = D1 ('MetaData "DataSetUsageConfiguration" "Amazonka.QuickSight.Types.DataSetUsageConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSetUsageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableUseAsDirectQuerySource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disableUseAsImportedSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDataSetUsageConfiguration :: DataSetUsageConfiguration Source #

Create a value of DataSetUsageConfiguration 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:disableUseAsDirectQuerySource:DataSetUsageConfiguration', dataSetUsageConfiguration_disableUseAsDirectQuerySource - An option that controls whether a child dataset of a direct query can use this dataset as a source.

$sel:disableUseAsImportedSource:DataSetUsageConfiguration', dataSetUsageConfiguration_disableUseAsImportedSource - An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.

dataSetUsageConfiguration_disableUseAsDirectQuerySource :: Lens' DataSetUsageConfiguration (Maybe Bool) Source #

An option that controls whether a child dataset of a direct query can use this dataset as a source.

dataSetUsageConfiguration_disableUseAsImportedSource :: Lens' DataSetUsageConfiguration (Maybe Bool) Source #

An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.

DataSource

data DataSource Source #

The structure of a data source.

See: newDataSource smart constructor.

Constructors

DataSource' 

Fields

  • alternateDataSourceParameters :: Maybe (NonEmpty DataSourceParameters)

    A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the data source.

  • createdTime :: Maybe POSIX

    The time that this data source was created.

  • dataSourceId :: Maybe Text

    The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

  • dataSourceParameters :: Maybe DataSourceParameters

    The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

  • errorInfo :: Maybe DataSourceErrorInfo

    Error information from the last update or the creation of the data source.

  • lastUpdatedTime :: Maybe POSIX

    The last time that this data source was updated.

  • name :: Maybe Text

    A display name for the data source.

  • secretArn :: Maybe Text

    The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

  • sslProperties :: Maybe SslProperties

    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

  • status :: Maybe ResourceStatus

    The HTTP status of the request.

  • type' :: Maybe DataSourceType

    The type of the data source. This type indicates which database engine the data source connects to.

  • vpcConnectionProperties :: Maybe VpcConnectionProperties

    The VPC connection information. You need to use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

Instances

Instances details
FromJSON DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

Read DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

NFData DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Methods

rnf :: DataSource -> () #

Eq DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Hashable DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.QuickSight.Types.DataSource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "alternateDataSourceParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceParameters))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "dataSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataSourceParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceParameters)) :*: S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceErrorInfo))))) :*: ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sslProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SslProperties)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceType)) :*: S1 ('MetaSel ('Just "vpcConnectionProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConnectionProperties)))))))

newDataSource :: DataSource Source #

Create a value of DataSource 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:alternateDataSourceParameters:DataSource', dataSource_alternateDataSourceParameters - A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.

$sel:arn:DataSource', dataSource_arn - The Amazon Resource Name (ARN) of the data source.

$sel:createdTime:DataSource', dataSource_createdTime - The time that this data source was created.

$sel:dataSourceId:DataSource', dataSource_dataSourceId - The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

$sel:dataSourceParameters:DataSource', dataSource_dataSourceParameters - The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

$sel:errorInfo:DataSource', dataSource_errorInfo - Error information from the last update or the creation of the data source.

$sel:lastUpdatedTime:DataSource', dataSource_lastUpdatedTime - The last time that this data source was updated.

$sel:name:DataSource', dataSource_name - A display name for the data source.

$sel:secretArn:DataSource', dataSource_secretArn - The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

$sel:sslProperties:DataSource', dataSource_sslProperties - Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

$sel:status:DataSource', dataSource_status - The HTTP status of the request.

DataSource, dataSource_type - The type of the data source. This type indicates which database engine the data source connects to.

$sel:vpcConnectionProperties:DataSource', dataSource_vpcConnectionProperties - The VPC connection information. You need to use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

dataSource_alternateDataSourceParameters :: Lens' DataSource (Maybe (NonEmpty DataSourceParameters)) Source #

A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.

dataSource_arn :: Lens' DataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the data source.

dataSource_createdTime :: Lens' DataSource (Maybe UTCTime) Source #

The time that this data source was created.

dataSource_dataSourceId :: Lens' DataSource (Maybe Text) Source #

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

dataSource_dataSourceParameters :: Lens' DataSource (Maybe DataSourceParameters) Source #

The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

dataSource_errorInfo :: Lens' DataSource (Maybe DataSourceErrorInfo) Source #

Error information from the last update or the creation of the data source.

dataSource_lastUpdatedTime :: Lens' DataSource (Maybe UTCTime) Source #

The last time that this data source was updated.

dataSource_name :: Lens' DataSource (Maybe Text) Source #

A display name for the data source.

dataSource_secretArn :: Lens' DataSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

dataSource_sslProperties :: Lens' DataSource (Maybe SslProperties) Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

dataSource_status :: Lens' DataSource (Maybe ResourceStatus) Source #

The HTTP status of the request.

dataSource_type :: Lens' DataSource (Maybe DataSourceType) Source #

The type of the data source. This type indicates which database engine the data source connects to.

dataSource_vpcConnectionProperties :: Lens' DataSource (Maybe VpcConnectionProperties) Source #

The VPC connection information. You need to use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

DataSourceCredentials

data DataSourceCredentials Source #

Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newDataSourceCredentials smart constructor.

Constructors

DataSourceCredentials' 

Fields

  • copySourceArn :: Maybe Text

    The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.

  • credentialPair :: Maybe CredentialPair

    Credential pair. For more information, see CredentialPair .

  • secretArn :: Maybe Text

    The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

Instances

Instances details
ToJSON DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

Generic DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

Associated Types

type Rep DataSourceCredentials :: Type -> Type #

Show DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

NFData DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

Methods

rnf :: DataSourceCredentials -> () #

Eq DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

Hashable DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

type Rep DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

type Rep DataSourceCredentials = D1 ('MetaData "DataSourceCredentials" "Amazonka.QuickSight.Types.DataSourceCredentials" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSourceCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "copySourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "credentialPair") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CredentialPair)) :*: S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataSourceCredentials :: DataSourceCredentials Source #

Create a value of DataSourceCredentials 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:copySourceArn:DataSourceCredentials', dataSourceCredentials_copySourceArn - The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.

$sel:credentialPair:DataSourceCredentials', dataSourceCredentials_credentialPair - Credential pair. For more information, see CredentialPair .

$sel:secretArn:DataSourceCredentials', dataSourceCredentials_secretArn - The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

dataSourceCredentials_copySourceArn :: Lens' DataSourceCredentials (Maybe Text) Source #

The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.

dataSourceCredentials_secretArn :: Lens' DataSourceCredentials (Maybe Text) Source #

The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

DataSourceErrorInfo

data DataSourceErrorInfo Source #

Error information for the data source creation or update.

See: newDataSourceErrorInfo smart constructor.

Constructors

DataSourceErrorInfo' 

Fields

Instances

Instances details
FromJSON DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Generic DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Associated Types

type Rep DataSourceErrorInfo :: Type -> Type #

Read DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Show DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

NFData DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Methods

rnf :: DataSourceErrorInfo -> () #

Eq DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Hashable DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

type Rep DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

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

newDataSourceErrorInfo :: DataSourceErrorInfo Source #

Create a value of DataSourceErrorInfo 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:message:DataSourceErrorInfo', dataSourceErrorInfo_message - Error message.

$sel:type':DataSourceErrorInfo', dataSourceErrorInfo_type - Error type.

DataSourceParameters

data DataSourceParameters Source #

The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newDataSourceParameters smart constructor.

Constructors

DataSourceParameters' 

Fields

Instances

Instances details
FromJSON DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

ToJSON DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Generic DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Associated Types

type Rep DataSourceParameters :: Type -> Type #

Read DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Show DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

NFData DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Methods

rnf :: DataSourceParameters -> () #

Eq DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Hashable DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

type Rep DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

type Rep DataSourceParameters = D1 ('MetaData "DataSourceParameters" "Amazonka.QuickSight.Types.DataSourceParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSourceParameters'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "amazonElasticsearchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonElasticsearchParameters)) :*: S1 ('MetaSel ('Just "amazonOpenSearchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonOpenSearchParameters))) :*: (S1 ('MetaSel ('Just "athenaParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AthenaParameters)) :*: (S1 ('MetaSel ('Just "auroraParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuroraParameters)) :*: S1 ('MetaSel ('Just "auroraPostgreSqlParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuroraPostgreSqlParameters))))) :*: ((S1 ('MetaSel ('Just "awsIotAnalyticsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsIotAnalyticsParameters)) :*: (S1 ('MetaSel ('Just "databricksParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabricksParameters)) :*: S1 ('MetaSel ('Just "exasolParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExasolParameters)))) :*: (S1 ('MetaSel ('Just "jiraParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JiraParameters)) :*: (S1 ('MetaSel ('Just "mariaDbParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MariaDbParameters)) :*: S1 ('MetaSel ('Just "mySqlParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MySqlParameters)))))) :*: (((S1 ('MetaSel ('Just "oracleParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OracleParameters)) :*: (S1 ('MetaSel ('Just "postgreSqlParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostgreSqlParameters)) :*: S1 ('MetaSel ('Just "prestoParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrestoParameters)))) :*: (S1 ('MetaSel ('Just "rdsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RdsParameters)) :*: (S1 ('MetaSel ('Just "redshiftParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftParameters)) :*: S1 ('MetaSel ('Just "s3Parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Parameters))))) :*: ((S1 ('MetaSel ('Just "serviceNowParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowParameters)) :*: (S1 ('MetaSel ('Just "snowflakeParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnowflakeParameters)) :*: S1 ('MetaSel ('Just "sparkParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SparkParameters)))) :*: (S1 ('MetaSel ('Just "sqlServerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SqlServerParameters)) :*: (S1 ('MetaSel ('Just "teradataParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TeradataParameters)) :*: S1 ('MetaSel ('Just "twitterParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TwitterParameters))))))))

newDataSourceParameters :: DataSourceParameters Source #

Create a value of DataSourceParameters 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:amazonElasticsearchParameters:DataSourceParameters', dataSourceParameters_amazonElasticsearchParameters - The parameters for OpenSearch.

$sel:amazonOpenSearchParameters:DataSourceParameters', dataSourceParameters_amazonOpenSearchParameters - The parameters for OpenSearch.

$sel:athenaParameters:DataSourceParameters', dataSourceParameters_athenaParameters - The parameters for Amazon Athena.

$sel:auroraParameters:DataSourceParameters', dataSourceParameters_auroraParameters - The parameters for Amazon Aurora MySQL.

$sel:auroraPostgreSqlParameters:DataSourceParameters', dataSourceParameters_auroraPostgreSqlParameters - The parameters for Amazon Aurora.

$sel:awsIotAnalyticsParameters:DataSourceParameters', dataSourceParameters_awsIotAnalyticsParameters - The parameters for IoT Analytics.

$sel:databricksParameters:DataSourceParameters', dataSourceParameters_databricksParameters - The required parameters that are needed to connect to a Databricks data source.

$sel:exasolParameters:DataSourceParameters', dataSourceParameters_exasolParameters - The parameters for Exasol.

$sel:jiraParameters:DataSourceParameters', dataSourceParameters_jiraParameters - The parameters for Jira.

$sel:mariaDbParameters:DataSourceParameters', dataSourceParameters_mariaDbParameters - The parameters for MariaDB.

$sel:mySqlParameters:DataSourceParameters', dataSourceParameters_mySqlParameters - The parameters for MySQL.

$sel:oracleParameters:DataSourceParameters', dataSourceParameters_oracleParameters - The parameters for Oracle.

$sel:postgreSqlParameters:DataSourceParameters', dataSourceParameters_postgreSqlParameters - The parameters for PostgreSQL.

$sel:prestoParameters:DataSourceParameters', dataSourceParameters_prestoParameters - The parameters for Presto.

$sel:rdsParameters:DataSourceParameters', dataSourceParameters_rdsParameters - The parameters for Amazon RDS.

$sel:redshiftParameters:DataSourceParameters', dataSourceParameters_redshiftParameters - The parameters for Amazon Redshift.

$sel:s3Parameters:DataSourceParameters', dataSourceParameters_s3Parameters - The parameters for S3.

$sel:serviceNowParameters:DataSourceParameters', dataSourceParameters_serviceNowParameters - The parameters for ServiceNow.

$sel:snowflakeParameters:DataSourceParameters', dataSourceParameters_snowflakeParameters - The parameters for Snowflake.

$sel:sparkParameters:DataSourceParameters', dataSourceParameters_sparkParameters - The parameters for Spark.

$sel:sqlServerParameters:DataSourceParameters', dataSourceParameters_sqlServerParameters - The parameters for SQL Server.

$sel:teradataParameters:DataSourceParameters', dataSourceParameters_teradataParameters - The parameters for Teradata.

$sel:twitterParameters:DataSourceParameters', dataSourceParameters_twitterParameters - The parameters for Twitter.

dataSourceParameters_databricksParameters :: Lens' DataSourceParameters (Maybe DatabricksParameters) Source #

The required parameters that are needed to connect to a Databricks data source.

DataSourceSearchFilter

data DataSourceSearchFilter Source #

A filter that you apply when searching for data sources.

See: newDataSourceSearchFilter smart constructor.

Constructors

DataSourceSearchFilter' 

Fields

  • operator :: FilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

    If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose data sources you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

    If you set the value to "StringLike", you need to provide the name of the data sources you are searching for. For example, "Name":"DATASOURCE_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASOURCE_NAME.

  • name :: DataSourceFilterAttribute

    The name of the value that you want to use as a filter, for example, "Name": "DIRECT_QUICKSIGHT_OWNER".

    Valid values are defined as follows:

    • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners or viewers of the data sources are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners if the data source are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as the only owner of the data source are returned. Implicit permissions from folders or groups are not considered.
    • DATASOURCE_NAME: Any data sources whose names have a substring match to the provided value are returned.
  • value :: Text

    The value of the named item, for example DIRECT_QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

Instances

Instances details
ToJSON DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

Generic DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

Associated Types

type Rep DataSourceSearchFilter :: Type -> Type #

Read DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

Show DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

NFData DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

Methods

rnf :: DataSourceSearchFilter -> () #

Eq DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

Hashable DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

type Rep DataSourceSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSearchFilter

type Rep DataSourceSearchFilter = D1 ('MetaData "DataSourceSearchFilter" "Amazonka.QuickSight.Types.DataSourceSearchFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSourceSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterOperator) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSourceFilterAttribute) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataSourceSearchFilter Source #

Create a value of DataSourceSearchFilter 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:operator:DataSourceSearchFilter', dataSourceSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose data sources you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the data sources you are searching for. For example, "Name":"DATASOURCE_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASOURCE_NAME.

$sel:name:DataSourceSearchFilter', dataSourceSearchFilter_name - The name of the value that you want to use as a filter, for example, "Name": "DIRECT_QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners or viewers of the data sources are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners if the data source are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as the only owner of the data source are returned. Implicit permissions from folders or groups are not considered.
  • DATASOURCE_NAME: Any data sources whose names have a substring match to the provided value are returned.

$sel:value:DataSourceSearchFilter', dataSourceSearchFilter_value - The value of the named item, for example DIRECT_QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

dataSourceSearchFilter_operator :: Lens' DataSourceSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose data sources you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the data sources you are searching for. For example, "Name":"DATASOURCE_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value DATASOURCE_NAME.

dataSourceSearchFilter_name :: Lens' DataSourceSearchFilter DataSourceFilterAttribute Source #

The name of the value that you want to use as a filter, for example, "Name": "DIRECT_QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners or viewers of the data sources are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as one of the owners if the data source are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any data sources with that ARN listed as the only owner of the data source are returned. Implicit permissions from folders or groups are not considered.
  • DATASOURCE_NAME: Any data sources whose names have a substring match to the provided value are returned.

dataSourceSearchFilter_value :: Lens' DataSourceSearchFilter Text Source #

The value of the named item, for example DIRECT_QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

DataSourceSummary

data DataSourceSummary Source #

A DataSourceSummary object that returns a summary of a data source.

See: newDataSourceSummary smart constructor.

Constructors

DataSourceSummary' 

Fields

Instances

Instances details
FromJSON DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

Generic DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

Associated Types

type Rep DataSourceSummary :: Type -> Type #

Read DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

Show DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

NFData DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

Methods

rnf :: DataSourceSummary -> () #

Eq DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

Hashable DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

type Rep DataSourceSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceSummary

type Rep DataSourceSummary = D1 ('MetaData "DataSourceSummary" "Amazonka.QuickSight.Types.DataSourceSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataSourceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceType))))))

newDataSourceSummary :: DataSourceSummary Source #

Create a value of DataSourceSummary 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:arn:DataSourceSummary', dataSourceSummary_arn - The arn of the datasource.

$sel:createdTime:DataSourceSummary', dataSourceSummary_createdTime - The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

$sel:dataSourceId:DataSourceSummary', dataSourceSummary_dataSourceId - The unique ID of the data source.

$sel:lastUpdatedTime:DataSourceSummary', dataSourceSummary_lastUpdatedTime - The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

$sel:name:DataSourceSummary', dataSourceSummary_name - The name of the data source.

$sel:type':DataSourceSummary', dataSourceSummary_type - The type of the data source.

dataSourceSummary_createdTime :: Lens' DataSourceSummary (Maybe UTCTime) Source #

The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

dataSourceSummary_lastUpdatedTime :: Lens' DataSourceSummary (Maybe UTCTime) Source #

The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

DatabricksParameters

data DatabricksParameters Source #

The required parameters that are needed to connect to a Databricks data source.

See: newDatabricksParameters smart constructor.

Constructors

DatabricksParameters' 

Fields

Instances

Instances details
FromJSON DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

ToJSON DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

Generic DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

Associated Types

type Rep DatabricksParameters :: Type -> Type #

Read DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

Show DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

NFData DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

Methods

rnf :: DatabricksParameters -> () #

Eq DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

Hashable DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

type Rep DatabricksParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DatabricksParameters

type Rep DatabricksParameters = D1 ('MetaData "DatabricksParameters" "Amazonka.QuickSight.Types.DatabricksParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DatabricksParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "sqlEndpointPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDatabricksParameters Source #

Create a value of DatabricksParameters 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:host:DatabricksParameters', databricksParameters_host - The host name of the Databricks data source.

$sel:port:DatabricksParameters', databricksParameters_port - The port for the Databricks data source.

$sel:sqlEndpointPath:DatabricksParameters', databricksParameters_sqlEndpointPath - The HTTP path of the Databricks data source.

databricksParameters_host :: Lens' DatabricksParameters Text Source #

The host name of the Databricks data source.

databricksParameters_port :: Lens' DatabricksParameters Natural Source #

The port for the Databricks data source.

databricksParameters_sqlEndpointPath :: Lens' DatabricksParameters Text Source #

The HTTP path of the Databricks data source.

DateAxisOptions

data DateAxisOptions Source #

The options that determine how a date axis is displayed.

See: newDateAxisOptions smart constructor.

Constructors

DateAxisOptions' 

Fields

Instances

Instances details
FromJSON DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

ToJSON DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

Generic DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

Associated Types

type Rep DateAxisOptions :: Type -> Type #

Read DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

Show DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

NFData DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

Methods

rnf :: DateAxisOptions -> () #

Eq DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

Hashable DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

type Rep DateAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateAxisOptions

type Rep DateAxisOptions = D1 ('MetaData "DateAxisOptions" "Amazonka.QuickSight.Types.DateAxisOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateAxisOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missingDateVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newDateAxisOptions :: DateAxisOptions Source #

Create a value of DateAxisOptions 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:missingDateVisibility:DateAxisOptions', dateAxisOptions_missingDateVisibility - Determines whether or not missing dates are displayed.

dateAxisOptions_missingDateVisibility :: Lens' DateAxisOptions (Maybe Visibility) Source #

Determines whether or not missing dates are displayed.

DateDimensionField

data DateDimensionField Source #

The dimension type field with date type columns.

See: newDateDimensionField smart constructor.

Constructors

DateDimensionField' 

Fields

Instances

Instances details
FromJSON DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

ToJSON DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

Generic DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

Associated Types

type Rep DateDimensionField :: Type -> Type #

Show DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

NFData DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

Methods

rnf :: DateDimensionField -> () #

Eq DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

Hashable DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

type Rep DateDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateDimensionField

type Rep DateDimensionField = D1 ('MetaData "DateDimensionField" "Amazonka.QuickSight.Types.DateDimensionField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateDimensionField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dateGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity)) :*: S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeFormatConfiguration))) :*: (S1 ('MetaSel ('Just "hierarchyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier)))))

newDateDimensionField Source #

Create a value of DateDimensionField 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:dateGranularity:DateDimensionField', dateDimensionField_dateGranularity - The date granularity of the DateDimensionField. Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

$sel:formatConfiguration:DateDimensionField', dateDimensionField_formatConfiguration - The format configuration of the field.

$sel:hierarchyId:DateDimensionField', dateDimensionField_hierarchyId - The custom hierarchy ID.

$sel:fieldId:DateDimensionField', dateDimensionField_fieldId - The custom field ID.

$sel:column:DateDimensionField', dateDimensionField_column - The column that is used in the DateDimensionField.

dateDimensionField_dateGranularity :: Lens' DateDimensionField (Maybe TimeGranularity) Source #

The date granularity of the DateDimensionField. Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND

dateDimensionField_column :: Lens' DateDimensionField ColumnIdentifier Source #

The column that is used in the DateDimensionField.

DateMeasureField

data DateMeasureField Source #

The measure type field with date type columns.

See: newDateMeasureField smart constructor.

Constructors

DateMeasureField' 

Fields

Instances

Instances details
FromJSON DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

ToJSON DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

Generic DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

Associated Types

type Rep DateMeasureField :: Type -> Type #

Show DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

NFData DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

Methods

rnf :: DateMeasureField -> () #

Eq DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

Hashable DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

type Rep DateMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateMeasureField

type Rep DateMeasureField = D1 ('MetaData "DateMeasureField" "Amazonka.QuickSight.Types.DateMeasureField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateMeasureField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateAggregationFunction)) :*: S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeFormatConfiguration))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newDateMeasureField Source #

Create a value of DateMeasureField 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:aggregationFunction:DateMeasureField', dateMeasureField_aggregationFunction - The aggregation function of the measure field.

$sel:formatConfiguration:DateMeasureField', dateMeasureField_formatConfiguration - The format configuration of the field.

$sel:fieldId:DateMeasureField', dateMeasureField_fieldId - The custom field ID.

$sel:column:DateMeasureField', dateMeasureField_column - The column that is used in the DateMeasureField.

dateMeasureField_column :: Lens' DateMeasureField ColumnIdentifier Source #

The column that is used in the DateMeasureField.

DateTimeDefaultValues

data DateTimeDefaultValues Source #

The default values of the DateTimeParameterDeclaration.

See: newDateTimeDefaultValues smart constructor.

Constructors

DateTimeDefaultValues' 

Fields

Instances

Instances details
FromJSON DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

ToJSON DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

Generic DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

Associated Types

type Rep DateTimeDefaultValues :: Type -> Type #

Show DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

NFData DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

Methods

rnf :: DateTimeDefaultValues -> () #

Eq DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

Hashable DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

type Rep DateTimeDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeDefaultValues

type Rep DateTimeDefaultValues = D1 ('MetaData "DateTimeDefaultValues" "Amazonka.QuickSight.Types.DateTimeDefaultValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeDefaultValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicDefaultValue)) :*: (S1 ('MetaSel ('Just "rollingDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollingDateConfiguration)) :*: S1 ('MetaSel ('Just "staticValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive POSIX])))))

newDateTimeDefaultValues :: DateTimeDefaultValues Source #

Create a value of DateTimeDefaultValues 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:dynamicValue:DateTimeDefaultValues', dateTimeDefaultValues_dynamicValue - The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

$sel:rollingDate:DateTimeDefaultValues', dateTimeDefaultValues_rollingDate - The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.

$sel:staticValues:DateTimeDefaultValues', dateTimeDefaultValues_staticValues - The static values of the DataTimeDefaultValues.

dateTimeDefaultValues_dynamicValue :: Lens' DateTimeDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

dateTimeDefaultValues_rollingDate :: Lens' DateTimeDefaultValues (Maybe RollingDateConfiguration) Source #

The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.

dateTimeDefaultValues_staticValues :: Lens' DateTimeDefaultValues (Maybe [UTCTime]) Source #

The static values of the DataTimeDefaultValues.

DateTimeFormatConfiguration

data DateTimeFormatConfiguration Source #

Formatting configuration for DateTime fields.

See: newDateTimeFormatConfiguration smart constructor.

Constructors

DateTimeFormatConfiguration' 

Fields

Instances

Instances details
FromJSON DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

ToJSON DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Generic DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Associated Types

type Rep DateTimeFormatConfiguration :: Type -> Type #

Show DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

NFData DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Eq DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

Hashable DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

type Rep DateTimeFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeFormatConfiguration

type Rep DateTimeFormatConfiguration = D1 ('MetaData "DateTimeFormatConfiguration" "Amazonka.QuickSight.Types.DateTimeFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateTimeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)) :*: S1 ('MetaSel ('Just "numericFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration)))))

newDateTimeFormatConfiguration :: DateTimeFormatConfiguration Source #

Create a value of DateTimeFormatConfiguration 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:dateTimeFormat:DateTimeFormatConfiguration', dateTimeFormatConfiguration_dateTimeFormat - Determines the DateTime format.

$sel:nullValueFormatConfiguration:DateTimeFormatConfiguration', dateTimeFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:numericFormatConfiguration:DateTimeFormatConfiguration', dateTimeFormatConfiguration_numericFormatConfiguration - The formatting configuration for numeric DateTime fields.

DateTimeHierarchy

data DateTimeHierarchy Source #

The option that determines the hierarchy of any DateTime fields.

See: newDateTimeHierarchy smart constructor.

Constructors

DateTimeHierarchy' 

Fields

Instances

Instances details
FromJSON DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

ToJSON DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

Generic DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

Associated Types

type Rep DateTimeHierarchy :: Type -> Type #

Read DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

Show DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

NFData DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

Methods

rnf :: DateTimeHierarchy -> () #

Eq DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

Hashable DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

type Rep DateTimeHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeHierarchy

type Rep DateTimeHierarchy = D1 ('MetaData "DateTimeHierarchy" "Amazonka.QuickSight.Types.DateTimeHierarchy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeHierarchy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "drillDownFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DrillDownFilter])) :*: S1 ('MetaSel ('Just "hierarchyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDateTimeHierarchy Source #

Create a value of DateTimeHierarchy 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:drillDownFilters:DateTimeHierarchy', dateTimeHierarchy_drillDownFilters - The option that determines the drill down filters for the DateTime hierarchy.

$sel:hierarchyId:DateTimeHierarchy', dateTimeHierarchy_hierarchyId - The hierarchy ID of the DateTime hierarchy.

dateTimeHierarchy_drillDownFilters :: Lens' DateTimeHierarchy (Maybe [DrillDownFilter]) Source #

The option that determines the drill down filters for the DateTime hierarchy.

dateTimeHierarchy_hierarchyId :: Lens' DateTimeHierarchy Text Source #

The hierarchy ID of the DateTime hierarchy.

DateTimeParameter

data DateTimeParameter Source #

A date-time parameter.

See: newDateTimeParameter smart constructor.

Constructors

DateTimeParameter' 

Fields

Instances

Instances details
ToJSON DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Generic DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Associated Types

type Rep DateTimeParameter :: Type -> Type #

Show DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

NFData DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Methods

rnf :: DateTimeParameter -> () #

Eq DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Hashable DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

type Rep DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

type Rep DateTimeParameter = D1 ('MetaData "DateTimeParameter" "Amazonka.QuickSight.Types.DateTimeParameter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive POSIX])))

newDateTimeParameter Source #

Create a value of DateTimeParameter 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:name:DateTimeParameter', dateTimeParameter_name - A display name for the date-time parameter.

$sel:values:DateTimeParameter', dateTimeParameter_values - The values for the date-time parameter.

dateTimeParameter_name :: Lens' DateTimeParameter Text Source #

A display name for the date-time parameter.

dateTimeParameter_values :: Lens' DateTimeParameter [UTCTime] Source #

The values for the date-time parameter.

DateTimeParameterDeclaration

data DateTimeParameterDeclaration Source #

A parameter declaration for the DateTime data type.

See: newDateTimeParameterDeclaration smart constructor.

Constructors

DateTimeParameterDeclaration' 

Fields

Instances

Instances details
FromJSON DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

ToJSON DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Generic DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Associated Types

type Rep DateTimeParameterDeclaration :: Type -> Type #

Show DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

NFData DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Eq DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

Hashable DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

type Rep DateTimeParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameterDeclaration

type Rep DateTimeParameterDeclaration = D1 ('MetaData "DateTimeParameterDeclaration" "Amazonka.QuickSight.Types.DateTimeParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeDefaultValues)) :*: S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity))) :*: (S1 ('MetaSel ('Just "valueWhenUnset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeValueWhenUnsetConfiguration)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDateTimeParameterDeclaration Source #

Create a value of DateTimeParameterDeclaration 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:defaultValues:DateTimeParameterDeclaration', dateTimeParameterDeclaration_defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

$sel:timeGranularity:DateTimeParameterDeclaration', dateTimeParameterDeclaration_timeGranularity - The level of time precision that is used to aggregate DateTime values.

$sel:valueWhenUnset:DateTimeParameterDeclaration', dateTimeParameterDeclaration_valueWhenUnset - The configuration that defines the default value of a DateTime parameter when a value has not been set.

$sel:name:DateTimeParameterDeclaration', dateTimeParameterDeclaration_name - The name of the parameter that is being declared.

dateTimeParameterDeclaration_defaultValues :: Lens' DateTimeParameterDeclaration (Maybe DateTimeDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

dateTimeParameterDeclaration_timeGranularity :: Lens' DateTimeParameterDeclaration (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

dateTimeParameterDeclaration_valueWhenUnset :: Lens' DateTimeParameterDeclaration (Maybe DateTimeValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a DateTime parameter when a value has not been set.

dateTimeParameterDeclaration_name :: Lens' DateTimeParameterDeclaration Text Source #

The name of the parameter that is being declared.

DateTimePickerControlDisplayOptions

data DateTimePickerControlDisplayOptions Source #

The display options of a control.

See: newDateTimePickerControlDisplayOptions smart constructor.

Constructors

DateTimePickerControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

ToJSON DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

Generic DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

Read DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

Show DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

NFData DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

Eq DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

Hashable DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

type Rep DateTimePickerControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions

type Rep DateTimePickerControlDisplayOptions = D1 ('MetaData "DateTimePickerControlDisplayOptions" "Amazonka.QuickSight.Types.DateTimePickerControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimePickerControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateTimeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newDateTimePickerControlDisplayOptions :: DateTimePickerControlDisplayOptions Source #

Create a value of DateTimePickerControlDisplayOptions 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:dateTimeFormat:DateTimePickerControlDisplayOptions', dateTimePickerControlDisplayOptions_dateTimeFormat - Customize how dates are formatted in controls.

$sel:titleOptions:DateTimePickerControlDisplayOptions', dateTimePickerControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

dateTimePickerControlDisplayOptions_titleOptions :: Lens' DateTimePickerControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

DateTimeValueWhenUnsetConfiguration

data DateTimeValueWhenUnsetConfiguration Source #

The configuration that defines the default value of a DateTime parameter when a value has not been set.

See: newDateTimeValueWhenUnsetConfiguration smart constructor.

Constructors

DateTimeValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

ToJSON DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Generic DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Show DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

NFData DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Eq DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Hashable DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

type Rep DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

type Rep DateTimeValueWhenUnsetConfiguration = D1 ('MetaData "DateTimeValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive POSIX))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newDateTimeValueWhenUnsetConfiguration :: DateTimeValueWhenUnsetConfiguration Source #

Create a value of DateTimeValueWhenUnsetConfiguration 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:customValue:DateTimeValueWhenUnsetConfiguration', dateTimeValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:DateTimeValueWhenUnsetConfiguration', dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

dateTimeValueWhenUnsetConfiguration_customValue :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe UTCTime) Source #

A custom value that's used when the value of a parameter isn't set.

dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

DecimalDefaultValues

data DecimalDefaultValues Source #

The default values of the DecimalParameterDeclaration.

See: newDecimalDefaultValues smart constructor.

Constructors

DecimalDefaultValues' 

Fields

Instances

Instances details
FromJSON DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

ToJSON DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

Generic DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

Associated Types

type Rep DecimalDefaultValues :: Type -> Type #

Show DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

NFData DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

Methods

rnf :: DecimalDefaultValues -> () #

Eq DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

Hashable DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

type Rep DecimalDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalDefaultValues

type Rep DecimalDefaultValues = D1 ('MetaData "DecimalDefaultValues" "Amazonka.QuickSight.Types.DecimalDefaultValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DecimalDefaultValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicDefaultValue)) :*: S1 ('MetaSel ('Just "staticValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Double]))))

newDecimalDefaultValues :: DecimalDefaultValues Source #

Create a value of DecimalDefaultValues 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:dynamicValue:DecimalDefaultValues', decimalDefaultValues_dynamicValue - The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

$sel:staticValues:DecimalDefaultValues', decimalDefaultValues_staticValues - The static values of the DecimalDefaultValues.

decimalDefaultValues_dynamicValue :: Lens' DecimalDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

decimalDefaultValues_staticValues :: Lens' DecimalDefaultValues (Maybe [Double]) Source #

The static values of the DecimalDefaultValues.

DecimalParameter

data DecimalParameter Source #

A decimal parameter.

See: newDecimalParameter smart constructor.

Constructors

DecimalParameter' 

Fields

Instances

Instances details
ToJSON DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Generic DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Associated Types

type Rep DecimalParameter :: Type -> Type #

Show DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

NFData DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Methods

rnf :: DecimalParameter -> () #

Eq DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Hashable DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

type Rep DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

type Rep DecimalParameter = D1 ('MetaData "DecimalParameter" "Amazonka.QuickSight.Types.DecimalParameter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DecimalParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Double])))

newDecimalParameter Source #

Create a value of DecimalParameter 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:name:DecimalParameter', decimalParameter_name - A display name for the decimal parameter.

$sel:values:DecimalParameter', decimalParameter_values - The values for the decimal parameter.

decimalParameter_name :: Lens' DecimalParameter Text Source #

A display name for the decimal parameter.

decimalParameter_values :: Lens' DecimalParameter [Double] Source #

The values for the decimal parameter.

DecimalParameterDeclaration

data DecimalParameterDeclaration Source #

A parameter declaration for the Decimal data type.

See: newDecimalParameterDeclaration smart constructor.

Constructors

DecimalParameterDeclaration' 

Fields

Instances

Instances details
FromJSON DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

ToJSON DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

Generic DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

Associated Types

type Rep DecimalParameterDeclaration :: Type -> Type #

Show DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

NFData DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

Eq DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

Hashable DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

type Rep DecimalParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameterDeclaration

type Rep DecimalParameterDeclaration = D1 ('MetaData "DecimalParameterDeclaration" "Amazonka.QuickSight.Types.DecimalParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DecimalParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecimalDefaultValues)) :*: S1 ('MetaSel ('Just "valueWhenUnset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecimalValueWhenUnsetConfiguration))) :*: (S1 ('MetaSel ('Just "parameterValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterValueType) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDecimalParameterDeclaration Source #

Create a value of DecimalParameterDeclaration 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:defaultValues:DecimalParameterDeclaration', decimalParameterDeclaration_defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

$sel:valueWhenUnset:DecimalParameterDeclaration', decimalParameterDeclaration_valueWhenUnset - The configuration that defines the default value of a Decimal parameter when a value has not been set.

$sel:parameterValueType:DecimalParameterDeclaration', decimalParameterDeclaration_parameterValueType - The value type determines whether the parameter is a single-value or multi-value parameter.

$sel:name:DecimalParameterDeclaration', decimalParameterDeclaration_name - The name of the parameter that is being declared.

decimalParameterDeclaration_defaultValues :: Lens' DecimalParameterDeclaration (Maybe DecimalDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

decimalParameterDeclaration_valueWhenUnset :: Lens' DecimalParameterDeclaration (Maybe DecimalValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a Decimal parameter when a value has not been set.

decimalParameterDeclaration_parameterValueType :: Lens' DecimalParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

decimalParameterDeclaration_name :: Lens' DecimalParameterDeclaration Text Source #

The name of the parameter that is being declared.

DecimalPlacesConfiguration

data DecimalPlacesConfiguration Source #

The option that determines the decimal places configuration.

See: newDecimalPlacesConfiguration smart constructor.

Constructors

DecimalPlacesConfiguration' 

Fields

Instances

Instances details
FromJSON DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

ToJSON DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Generic DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Associated Types

type Rep DecimalPlacesConfiguration :: Type -> Type #

Read DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Show DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

NFData DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Eq DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

Hashable DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

type Rep DecimalPlacesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalPlacesConfiguration

type Rep DecimalPlacesConfiguration = D1 ('MetaData "DecimalPlacesConfiguration" "Amazonka.QuickSight.Types.DecimalPlacesConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DecimalPlacesConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decimalPlaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newDecimalPlacesConfiguration Source #

Create a value of DecimalPlacesConfiguration 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:decimalPlaces:DecimalPlacesConfiguration', decimalPlacesConfiguration_decimalPlaces - The values of the decimal places.

DecimalValueWhenUnsetConfiguration

data DecimalValueWhenUnsetConfiguration Source #

The configuration that defines the default value of a Decimal parameter when a value has not been set.

See: newDecimalValueWhenUnsetConfiguration smart constructor.

Constructors

DecimalValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

ToJSON DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Generic DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Associated Types

type Rep DecimalValueWhenUnsetConfiguration :: Type -> Type #

Show DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

NFData DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Eq DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

Hashable DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

type Rep DecimalValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration

type Rep DecimalValueWhenUnsetConfiguration = D1 ('MetaData "DecimalValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.DecimalValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DecimalValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Double))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newDecimalValueWhenUnsetConfiguration :: DecimalValueWhenUnsetConfiguration Source #

Create a value of DecimalValueWhenUnsetConfiguration 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:customValue:DecimalValueWhenUnsetConfiguration', decimalValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:DecimalValueWhenUnsetConfiguration', decimalValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

decimalValueWhenUnsetConfiguration_customValue :: Lens' DecimalValueWhenUnsetConfiguration (Maybe Double) Source #

A custom value that's used when the value of a parameter isn't set.

decimalValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DecimalValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

DefaultFreeFormLayoutConfiguration

data DefaultFreeFormLayoutConfiguration Source #

The options that determine the default settings of a free-form layout configuration.

See: newDefaultFreeFormLayoutConfiguration smart constructor.

Constructors

DefaultFreeFormLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

ToJSON DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Generic DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Associated Types

type Rep DefaultFreeFormLayoutConfiguration :: Type -> Type #

Read DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Show DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

NFData DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Eq DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Hashable DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

type Rep DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

type Rep DefaultFreeFormLayoutConfiguration = D1 ('MetaData "DefaultFreeFormLayoutConfiguration" "Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DefaultFreeFormLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FreeFormLayoutCanvasSizeOptions)))

newDefaultFreeFormLayoutConfiguration Source #

Create a value of DefaultFreeFormLayoutConfiguration 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:canvasSizeOptions:DefaultFreeFormLayoutConfiguration', defaultFreeFormLayoutConfiguration_canvasSizeOptions - Determines the screen canvas size options for a free-form layout.

DefaultGridLayoutConfiguration

data DefaultGridLayoutConfiguration Source #

The options that determine the default settings for a grid layout configuration.

See: newDefaultGridLayoutConfiguration smart constructor.

Constructors

DefaultGridLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

ToJSON DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

Generic DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

Associated Types

type Rep DefaultGridLayoutConfiguration :: Type -> Type #

Read DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

Show DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

NFData DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

Eq DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

Hashable DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

type Rep DefaultGridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration

type Rep DefaultGridLayoutConfiguration = D1 ('MetaData "DefaultGridLayoutConfiguration" "Amazonka.QuickSight.Types.DefaultGridLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DefaultGridLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GridLayoutCanvasSizeOptions)))

newDefaultGridLayoutConfiguration Source #

Create a value of DefaultGridLayoutConfiguration 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:canvasSizeOptions:DefaultGridLayoutConfiguration', defaultGridLayoutConfiguration_canvasSizeOptions - Determines the screen canvas size options for a grid layout.

DefaultInteractiveLayoutConfiguration

data DefaultInteractiveLayoutConfiguration Source #

The options that determine the default settings for interactive layout configuration.

See: newDefaultInteractiveLayoutConfiguration smart constructor.

Constructors

DefaultInteractiveLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

ToJSON DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

Generic DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

Read DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

Show DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

NFData DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

Eq DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

Hashable DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

type Rep DefaultInteractiveLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration

type Rep DefaultInteractiveLayoutConfiguration = D1 ('MetaData "DefaultInteractiveLayoutConfiguration" "Amazonka.QuickSight.Types.DefaultInteractiveLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DefaultInteractiveLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "freeForm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultFreeFormLayoutConfiguration)) :*: S1 ('MetaSel ('Just "grid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultGridLayoutConfiguration))))

newDefaultInteractiveLayoutConfiguration :: DefaultInteractiveLayoutConfiguration Source #

Create a value of DefaultInteractiveLayoutConfiguration 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:freeForm:DefaultInteractiveLayoutConfiguration', defaultInteractiveLayoutConfiguration_freeForm - The options that determine the default settings of a free-form layout configuration.

$sel:grid:DefaultInteractiveLayoutConfiguration', defaultInteractiveLayoutConfiguration_grid - The options that determine the default settings for a grid layout configuration.

defaultInteractiveLayoutConfiguration_freeForm :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultFreeFormLayoutConfiguration) Source #

The options that determine the default settings of a free-form layout configuration.

defaultInteractiveLayoutConfiguration_grid :: Lens' DefaultInteractiveLayoutConfiguration (Maybe DefaultGridLayoutConfiguration) Source #

The options that determine the default settings for a grid layout configuration.

DefaultNewSheetConfiguration

data DefaultNewSheetConfiguration Source #

The configuration for default new sheet settings.

See: newDefaultNewSheetConfiguration smart constructor.

Constructors

DefaultNewSheetConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

ToJSON DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

Generic DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

Associated Types

type Rep DefaultNewSheetConfiguration :: Type -> Type #

Read DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

Show DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

NFData DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

Eq DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

Hashable DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

type Rep DefaultNewSheetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultNewSheetConfiguration

type Rep DefaultNewSheetConfiguration = D1 ('MetaData "DefaultNewSheetConfiguration" "Amazonka.QuickSight.Types.DefaultNewSheetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DefaultNewSheetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "interactiveLayoutConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultInteractiveLayoutConfiguration)) :*: (S1 ('MetaSel ('Just "paginatedLayoutConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultPaginatedLayoutConfiguration)) :*: S1 ('MetaSel ('Just "sheetContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetContentType)))))

newDefaultNewSheetConfiguration :: DefaultNewSheetConfiguration Source #

Create a value of DefaultNewSheetConfiguration 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:interactiveLayoutConfiguration:DefaultNewSheetConfiguration', defaultNewSheetConfiguration_interactiveLayoutConfiguration - The options that determine the default settings for interactive layout configuration.

$sel:paginatedLayoutConfiguration:DefaultNewSheetConfiguration', defaultNewSheetConfiguration_paginatedLayoutConfiguration - The options that determine the default settings for a paginated layout configuration.

$sel:sheetContentType:DefaultNewSheetConfiguration', defaultNewSheetConfiguration_sheetContentType - The option that determines the sheet content type.

defaultNewSheetConfiguration_interactiveLayoutConfiguration :: Lens' DefaultNewSheetConfiguration (Maybe DefaultInteractiveLayoutConfiguration) Source #

The options that determine the default settings for interactive layout configuration.

defaultNewSheetConfiguration_paginatedLayoutConfiguration :: Lens' DefaultNewSheetConfiguration (Maybe DefaultPaginatedLayoutConfiguration) Source #

The options that determine the default settings for a paginated layout configuration.

DefaultPaginatedLayoutConfiguration

data DefaultPaginatedLayoutConfiguration Source #

The options that determine the default settings for a paginated layout configuration.

See: newDefaultPaginatedLayoutConfiguration smart constructor.

Constructors

DefaultPaginatedLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

ToJSON DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

Generic DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

Read DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

Show DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

NFData DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

Eq DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

Hashable DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

type Rep DefaultPaginatedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration

type Rep DefaultPaginatedLayoutConfiguration = D1 ('MetaData "DefaultPaginatedLayoutConfiguration" "Amazonka.QuickSight.Types.DefaultPaginatedLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DefaultPaginatedLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sectionBased") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSectionBasedLayoutConfiguration))))

newDefaultPaginatedLayoutConfiguration :: DefaultPaginatedLayoutConfiguration Source #

Create a value of DefaultPaginatedLayoutConfiguration 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:sectionBased:DefaultPaginatedLayoutConfiguration', defaultPaginatedLayoutConfiguration_sectionBased - The options that determine the default settings for a section-based layout configuration.

defaultPaginatedLayoutConfiguration_sectionBased :: Lens' DefaultPaginatedLayoutConfiguration (Maybe DefaultSectionBasedLayoutConfiguration) Source #

The options that determine the default settings for a section-based layout configuration.

DefaultSectionBasedLayoutConfiguration

data DefaultSectionBasedLayoutConfiguration Source #

The options that determine the default settings for a section-based layout configuration.

See: newDefaultSectionBasedLayoutConfiguration smart constructor.

Constructors

DefaultSectionBasedLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

ToJSON DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

Generic DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

Read DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

Show DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

NFData DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

Eq DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

Hashable DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

type Rep DefaultSectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration

type Rep DefaultSectionBasedLayoutConfiguration = D1 ('MetaData "DefaultSectionBasedLayoutConfiguration" "Amazonka.QuickSight.Types.DefaultSectionBasedLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DefaultSectionBasedLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SectionBasedLayoutCanvasSizeOptions)))

newDefaultSectionBasedLayoutConfiguration Source #

Create a value of DefaultSectionBasedLayoutConfiguration 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:canvasSizeOptions:DefaultSectionBasedLayoutConfiguration', defaultSectionBasedLayoutConfiguration_canvasSizeOptions - Determines the screen canvas size options for a section-based layout.

DestinationParameterValueConfiguration

data DestinationParameterValueConfiguration Source #

The configuration of destination parameter values.

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

See: newDestinationParameterValueConfiguration smart constructor.

Constructors

DestinationParameterValueConfiguration' 

Fields

Instances

Instances details
FromJSON DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

ToJSON DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

Generic DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

Show DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

NFData DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

Eq DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

Hashable DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

type Rep DestinationParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DestinationParameterValueConfiguration

type Rep DestinationParameterValueConfiguration = D1 ('MetaData "DestinationParameterValueConfiguration" "Amazonka.QuickSight.Types.DestinationParameterValueConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DestinationParameterValueConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customValuesConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomValuesConfiguration)) :*: S1 ('MetaSel ('Just "selectAllValueOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectAllValueOptions))) :*: (S1 ('MetaSel ('Just "sourceField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDestinationParameterValueConfiguration :: DestinationParameterValueConfiguration Source #

Create a value of DestinationParameterValueConfiguration 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:customValuesConfiguration:DestinationParameterValueConfiguration', destinationParameterValueConfiguration_customValuesConfiguration - The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

$sel:selectAllValueOptions:DestinationParameterValueConfiguration', destinationParameterValueConfiguration_selectAllValueOptions - The configuration that selects all options.

$sel:sourceField:DestinationParameterValueConfiguration', destinationParameterValueConfiguration_sourceField - The source field ID of the destination parameter.

$sel:sourceParameterName:DestinationParameterValueConfiguration', destinationParameterValueConfiguration_sourceParameterName - The source parameter name of the destination parameter.

destinationParameterValueConfiguration_customValuesConfiguration :: Lens' DestinationParameterValueConfiguration (Maybe CustomValuesConfiguration) Source #

The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

DimensionField

data DimensionField Source #

The dimension type field.

See: newDimensionField smart constructor.

Constructors

DimensionField' 

Fields

Instances

Instances details
FromJSON DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

ToJSON DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

Generic DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

Associated Types

type Rep DimensionField :: Type -> Type #

Show DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

NFData DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

Methods

rnf :: DimensionField -> () #

Eq DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

Hashable DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

type Rep DimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DimensionField

type Rep DimensionField = D1 ('MetaData "DimensionField" "Amazonka.QuickSight.Types.DimensionField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DimensionField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalDimensionField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalDimensionField)) :*: (S1 ('MetaSel ('Just "dateDimensionField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateDimensionField)) :*: S1 ('MetaSel ('Just "numericalDimensionField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericalDimensionField)))))

newDimensionField :: DimensionField Source #

Create a value of DimensionField 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:categoricalDimensionField:DimensionField', dimensionField_categoricalDimensionField - The dimension type field with categorical type columns.

$sel:dateDimensionField:DimensionField', dimensionField_dateDimensionField - The dimension type field with date type columns.

$sel:numericalDimensionField:DimensionField', dimensionField_numericalDimensionField - The dimension type field with numerical type columns.

dimensionField_categoricalDimensionField :: Lens' DimensionField (Maybe CategoricalDimensionField) Source #

The dimension type field with categorical type columns.

dimensionField_dateDimensionField :: Lens' DimensionField (Maybe DateDimensionField) Source #

The dimension type field with date type columns.

dimensionField_numericalDimensionField :: Lens' DimensionField (Maybe NumericalDimensionField) Source #

The dimension type field with numerical type columns.

DonutCenterOptions

data DonutCenterOptions Source #

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

See: newDonutCenterOptions smart constructor.

Constructors

DonutCenterOptions' 

Fields

  • labelVisibility :: Maybe Visibility

    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

Instances

Instances details
FromJSON DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

ToJSON DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Generic DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Associated Types

type Rep DonutCenterOptions :: Type -> Type #

Read DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Show DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

NFData DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Methods

rnf :: DonutCenterOptions -> () #

Eq DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

Hashable DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

type Rep DonutCenterOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutCenterOptions

type Rep DonutCenterOptions = D1 ('MetaData "DonutCenterOptions" "Amazonka.QuickSight.Types.DonutCenterOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DonutCenterOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newDonutCenterOptions :: DonutCenterOptions Source #

Create a value of DonutCenterOptions 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:labelVisibility:DonutCenterOptions', donutCenterOptions_labelVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

donutCenterOptions_labelVisibility :: Lens' DonutCenterOptions (Maybe Visibility) Source #

Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.

DonutOptions

data DonutOptions Source #

The options for configuring a donut chart or pie chart.

See: newDonutOptions smart constructor.

Constructors

DonutOptions' 

Fields

  • arcOptions :: Maybe ArcOptions

    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL- A small-sized donut chart
    • MEDIUM- A medium-sized donut chart
    • LARGE- A large-sized donut chart
  • donutCenterOptions :: Maybe DonutCenterOptions

    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

Instances

Instances details
FromJSON DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

ToJSON DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Generic DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Associated Types

type Rep DonutOptions :: Type -> Type #

Read DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Show DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

NFData DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Methods

rnf :: DonutOptions -> () #

Eq DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

Hashable DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

type Rep DonutOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DonutOptions

type Rep DonutOptions = D1 ('MetaData "DonutOptions" "Amazonka.QuickSight.Types.DonutOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DonutOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arcOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcOptions)) :*: S1 ('MetaSel ('Just "donutCenterOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DonutCenterOptions))))

newDonutOptions :: DonutOptions Source #

Create a value of DonutOptions 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:arcOptions:DonutOptions', donutOptions_arcOptions - The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL- A small-sized donut chart
  • MEDIUM- A medium-sized donut chart
  • LARGE- A large-sized donut chart

$sel:donutCenterOptions:DonutOptions', donutOptions_donutCenterOptions - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

donutOptions_arcOptions :: Lens' DonutOptions (Maybe ArcOptions) Source #

The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL- A small-sized donut chart
  • MEDIUM- A medium-sized donut chart
  • LARGE- A large-sized donut chart

donutOptions_donutCenterOptions :: Lens' DonutOptions (Maybe DonutCenterOptions) Source #

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

DrillDownFilter

data DrillDownFilter Source #

The drill down filter for the column hierarchies.

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

See: newDrillDownFilter smart constructor.

Constructors

DrillDownFilter' 

Fields

Instances

Instances details
FromJSON DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

ToJSON DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

Generic DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

Associated Types

type Rep DrillDownFilter :: Type -> Type #

Read DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

Show DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

NFData DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

Methods

rnf :: DrillDownFilter -> () #

Eq DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

Hashable DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

type Rep DrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DrillDownFilter

type Rep DrillDownFilter = D1 ('MetaData "DrillDownFilter" "Amazonka.QuickSight.Types.DrillDownFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DrillDownFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryDrillDownFilter)) :*: (S1 ('MetaSel ('Just "numericEqualityFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericEqualityDrillDownFilter)) :*: S1 ('MetaSel ('Just "timeRangeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeRangeDrillDownFilter)))))

newDrillDownFilter :: DrillDownFilter Source #

Create a value of DrillDownFilter 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:categoryFilter:DrillDownFilter', drillDownFilter_categoryFilter - The category type drill down filter. This filter is used for string type columns.

$sel:numericEqualityFilter:DrillDownFilter', drillDownFilter_numericEqualityFilter - The numeric equality type drill down filter. This filter is used for number type columns.

$sel:timeRangeFilter:DrillDownFilter', drillDownFilter_timeRangeFilter - The time range drill down filter. This filter is used for date time columns.

drillDownFilter_categoryFilter :: Lens' DrillDownFilter (Maybe CategoryDrillDownFilter) Source #

The category type drill down filter. This filter is used for string type columns.

drillDownFilter_numericEqualityFilter :: Lens' DrillDownFilter (Maybe NumericEqualityDrillDownFilter) Source #

The numeric equality type drill down filter. This filter is used for number type columns.

drillDownFilter_timeRangeFilter :: Lens' DrillDownFilter (Maybe TimeRangeDrillDownFilter) Source #

The time range drill down filter. This filter is used for date time columns.

DropDownControlDisplayOptions

data DropDownControlDisplayOptions Source #

The display options of a control.

See: newDropDownControlDisplayOptions smart constructor.

Constructors

DropDownControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

ToJSON DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

Generic DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

Associated Types

type Rep DropDownControlDisplayOptions :: Type -> Type #

Read DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

Show DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

NFData DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

Eq DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

Hashable DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

type Rep DropDownControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DropDownControlDisplayOptions

type Rep DropDownControlDisplayOptions = D1 ('MetaData "DropDownControlDisplayOptions" "Amazonka.QuickSight.Types.DropDownControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DropDownControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListControlSelectAllOptions)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newDropDownControlDisplayOptions :: DropDownControlDisplayOptions Source #

Create a value of DropDownControlDisplayOptions 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:selectAllOptions:DropDownControlDisplayOptions', dropDownControlDisplayOptions_selectAllOptions - The configuration of the Select all options in a dropdown control.

$sel:titleOptions:DropDownControlDisplayOptions', dropDownControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

dropDownControlDisplayOptions_titleOptions :: Lens' DropDownControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

DynamicDefaultValue

data DynamicDefaultValue Source #

Defines different defaults to the users or groups based on mapping.

See: newDynamicDefaultValue smart constructor.

Constructors

DynamicDefaultValue' 

Fields

Instances

Instances details
FromJSON DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

ToJSON DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

Generic DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

Associated Types

type Rep DynamicDefaultValue :: Type -> Type #

Read DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

Show DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

NFData DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

Methods

rnf :: DynamicDefaultValue -> () #

Eq DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

Hashable DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

type Rep DynamicDefaultValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DynamicDefaultValue

type Rep DynamicDefaultValue = D1 ('MetaData "DynamicDefaultValue" "Amazonka.QuickSight.Types.DynamicDefaultValue" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DynamicDefaultValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupNameColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnIdentifier)) :*: (S1 ('MetaSel ('Just "userNameColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnIdentifier)) :*: S1 ('MetaSel ('Just "defaultValueColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newDynamicDefaultValue Source #

Create a value of DynamicDefaultValue 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:groupNameColumn:DynamicDefaultValue', dynamicDefaultValue_groupNameColumn - The column that contains the group name.

$sel:userNameColumn:DynamicDefaultValue', dynamicDefaultValue_userNameColumn - The column that contains the username.

$sel:defaultValueColumn:DynamicDefaultValue', dynamicDefaultValue_defaultValueColumn - The column that contains the default value of each user or group.

dynamicDefaultValue_defaultValueColumn :: Lens' DynamicDefaultValue ColumnIdentifier Source #

The column that contains the default value of each user or group.

EmptyVisual

data EmptyVisual Source #

An empty visual.

Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an EmptyVisual until a visual type is selected.

See: newEmptyVisual smart constructor.

Constructors

EmptyVisual' 

Fields

  • actions :: Maybe [VisualCustomAction]

    The list of custom actions that are configured for a visual.

  • visualId :: Text

    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

  • dataSetIdentifier :: Text

    The data set that is used in the empty visual. Every visual requires a dataset to render.

Instances

Instances details
FromJSON EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

ToJSON EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

Generic EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

Associated Types

type Rep EmptyVisual :: Type -> Type #

Show EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

NFData EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

Methods

rnf :: EmptyVisual -> () #

Eq EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

Hashable EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

type Rep EmptyVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmptyVisual

type Rep EmptyVisual = D1 ('MetaData "EmptyVisual" "Amazonka.QuickSight.Types.EmptyVisual" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "EmptyVisual'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VisualCustomAction])) :*: (S1 ('MetaSel ('Just "visualId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEmptyVisual Source #

Create a value of EmptyVisual 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:actions:EmptyVisual', emptyVisual_actions - The list of custom actions that are configured for a visual.

$sel:visualId:EmptyVisual', emptyVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

$sel:dataSetIdentifier:EmptyVisual', emptyVisual_dataSetIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.

emptyVisual_actions :: Lens' EmptyVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

emptyVisual_visualId :: Lens' EmptyVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

emptyVisual_dataSetIdentifier :: Lens' EmptyVisual Text Source #

The data set that is used in the empty visual. Every visual requires a dataset to render.

Entity

data Entity Source #

An object, structure, or sub-structure of an analysis, template, or dashboard.

See: newEntity smart constructor.

Constructors

Entity' 

Fields

  • path :: Maybe Text

    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

Instances

Instances details
FromJSON Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Generic Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Associated Types

type Rep Entity :: Type -> Type #

Methods

from :: Entity -> Rep Entity x #

to :: Rep Entity x -> Entity #

Read Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Show Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

NFData Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Methods

rnf :: Entity -> () #

Eq Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Methods

(==) :: Entity -> Entity -> Bool #

(/=) :: Entity -> Entity -> Bool #

Hashable Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

Methods

hashWithSalt :: Int -> Entity -> Int #

hash :: Entity -> Int #

type Rep Entity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Entity

type Rep Entity = D1 ('MetaData "Entity" "Amazonka.QuickSight.Types.Entity" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Entity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEntity :: Entity Source #

Create a value of Entity 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:path:Entity', entity_path - The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

entity_path :: Lens' Entity (Maybe Text) Source #

The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

ErrorInfo

data ErrorInfo Source #

Error information for the SPICE ingestion of a dataset.

See: newErrorInfo smart constructor.

Constructors

ErrorInfo' 

Fields

Instances

Instances details
FromJSON ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Generic ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Associated Types

type Rep ErrorInfo :: Type -> Type #

Read ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Show ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

NFData ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Methods

rnf :: ErrorInfo -> () #

Eq ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Hashable ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

type Rep ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

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

newErrorInfo :: ErrorInfo Source #

Create a value of ErrorInfo 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:message:ErrorInfo', errorInfo_message - Error message.

$sel:type':ErrorInfo', errorInfo_type - Error type.

ExasolParameters

data ExasolParameters Source #

The required parameters for connecting to an Exasol data source.

See: newExasolParameters smart constructor.

Constructors

ExasolParameters' 

Fields

  • host :: Text

    The hostname or IP address of the Exasol data source.

  • port :: Natural

    The port for the Exasol data source.

Instances

Instances details
FromJSON ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

ToJSON ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

Generic ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

Associated Types

type Rep ExasolParameters :: Type -> Type #

Read ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

Show ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

NFData ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

Methods

rnf :: ExasolParameters -> () #

Eq ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

Hashable ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

type Rep ExasolParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExasolParameters

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

newExasolParameters Source #

Create a value of ExasolParameters 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:host:ExasolParameters', exasolParameters_host - The hostname or IP address of the Exasol data source.

$sel:port:ExasolParameters', exasolParameters_port - The port for the Exasol data source.

exasolParameters_host :: Lens' ExasolParameters Text Source #

The hostname or IP address of the Exasol data source.

exasolParameters_port :: Lens' ExasolParameters Natural Source #

The port for the Exasol data source.

ExcludePeriodConfiguration

data ExcludePeriodConfiguration Source #

The exclude period of TimeRangeFilter or RelativeDatesFilter.

See: newExcludePeriodConfiguration smart constructor.

Constructors

ExcludePeriodConfiguration' 

Fields

Instances

Instances details
FromJSON ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

ToJSON ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

Generic ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

Associated Types

type Rep ExcludePeriodConfiguration :: Type -> Type #

Read ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

Show ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

NFData ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

Eq ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

Hashable ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

type Rep ExcludePeriodConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExcludePeriodConfiguration

type Rep ExcludePeriodConfiguration = D1 ('MetaData "ExcludePeriodConfiguration" "Amazonka.QuickSight.Types.ExcludePeriodConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ExcludePeriodConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WidgetStatus)) :*: (S1 ('MetaSel ('Just "amount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "granularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimeGranularity))))

newExcludePeriodConfiguration Source #

Create a value of ExcludePeriodConfiguration 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:status:ExcludePeriodConfiguration', excludePeriodConfiguration_status - The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED

$sel:amount:ExcludePeriodConfiguration', excludePeriodConfiguration_amount - The amount or number of the exclude period.

$sel:granularity:ExcludePeriodConfiguration', excludePeriodConfiguration_granularity - The granularity or unit (day, month, year) of the exclude period.

excludePeriodConfiguration_status :: Lens' ExcludePeriodConfiguration (Maybe WidgetStatus) Source #

The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED

excludePeriodConfiguration_amount :: Lens' ExcludePeriodConfiguration Int Source #

The amount or number of the exclude period.

excludePeriodConfiguration_granularity :: Lens' ExcludePeriodConfiguration TimeGranularity Source #

The granularity or unit (day, month, year) of the exclude period.

ExplicitHierarchy

data ExplicitHierarchy Source #

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

See: newExplicitHierarchy smart constructor.

Constructors

ExplicitHierarchy' 

Fields

Instances

Instances details
FromJSON ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

ToJSON ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

Generic ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

Associated Types

type Rep ExplicitHierarchy :: Type -> Type #

Read ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

Show ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

NFData ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

Methods

rnf :: ExplicitHierarchy -> () #

Eq ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

Hashable ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

type Rep ExplicitHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExplicitHierarchy

type Rep ExplicitHierarchy = D1 ('MetaData "ExplicitHierarchy" "Amazonka.QuickSight.Types.ExplicitHierarchy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ExplicitHierarchy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "drillDownFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DrillDownFilter])) :*: (S1 ('MetaSel ('Just "hierarchyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ColumnIdentifier)))))

newExplicitHierarchy Source #

Create a value of ExplicitHierarchy 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:drillDownFilters:ExplicitHierarchy', explicitHierarchy_drillDownFilters - The option that determines the drill down filters for the explicit hierarchy.

$sel:hierarchyId:ExplicitHierarchy', explicitHierarchy_hierarchyId - The hierarchy ID of the explicit hierarchy.

$sel:columns:ExplicitHierarchy', explicitHierarchy_columns - The list of columns that define the explicit hierarchy.

explicitHierarchy_drillDownFilters :: Lens' ExplicitHierarchy (Maybe [DrillDownFilter]) Source #

The option that determines the drill down filters for the explicit hierarchy.

explicitHierarchy_hierarchyId :: Lens' ExplicitHierarchy Text Source #

The hierarchy ID of the explicit hierarchy.

explicitHierarchy_columns :: Lens' ExplicitHierarchy (NonEmpty ColumnIdentifier) Source #

The list of columns that define the explicit hierarchy.

ExportHiddenFieldsOption

data ExportHiddenFieldsOption Source #

See: newExportHiddenFieldsOption smart constructor.

Instances

Instances details
ToJSON ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

Generic ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

Associated Types

type Rep ExportHiddenFieldsOption :: Type -> Type #

Read ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

Show ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

NFData ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

Eq ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

Hashable ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

type Rep ExportHiddenFieldsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportHiddenFieldsOption

type Rep ExportHiddenFieldsOption = D1 ('MetaData "ExportHiddenFieldsOption" "Amazonka.QuickSight.Types.ExportHiddenFieldsOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ExportHiddenFieldsOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardBehavior))))

newExportHiddenFieldsOption :: ExportHiddenFieldsOption Source #

Create a value of ExportHiddenFieldsOption 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:availabilityStatus:ExportHiddenFieldsOption', exportHiddenFieldsOption_availabilityStatus -

ExportToCSVOption

data ExportToCSVOption Source #

Export to .csv option.

See: newExportToCSVOption smart constructor.

Constructors

ExportToCSVOption' 

Fields

Instances

Instances details
ToJSON ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Generic ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Associated Types

type Rep ExportToCSVOption :: Type -> Type #

Read ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Show ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

NFData ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Methods

rnf :: ExportToCSVOption -> () #

Eq ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Hashable ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

type Rep ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

type Rep ExportToCSVOption = D1 ('MetaData "ExportToCSVOption" "Amazonka.QuickSight.Types.ExportToCSVOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ExportToCSVOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardBehavior))))

newExportToCSVOption :: ExportToCSVOption Source #

Create a value of ExportToCSVOption 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:availabilityStatus:ExportToCSVOption', exportToCSVOption_availabilityStatus - Availability status.

FieldBasedTooltip

data FieldBasedTooltip Source #

The setup for the detailed tooltip.

See: newFieldBasedTooltip smart constructor.

Constructors

FieldBasedTooltip' 

Fields

Instances

Instances details
FromJSON FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

ToJSON FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Generic FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Associated Types

type Rep FieldBasedTooltip :: Type -> Type #

Read FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Show FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

NFData FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Methods

rnf :: FieldBasedTooltip -> () #

Eq FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Hashable FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

type Rep FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

type Rep FieldBasedTooltip = D1 ('MetaData "FieldBasedTooltip" "Amazonka.QuickSight.Types.FieldBasedTooltip" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldBasedTooltip'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "tooltipFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TooltipItem])) :*: S1 ('MetaSel ('Just "tooltipTitleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipTitleType)))))

newFieldBasedTooltip :: FieldBasedTooltip Source #

Create a value of FieldBasedTooltip 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:aggregationVisibility:FieldBasedTooltip', fieldBasedTooltip_aggregationVisibility - The visibility of Show aggregations.

$sel:tooltipFields:FieldBasedTooltip', fieldBasedTooltip_tooltipFields - The fields configuration in the tooltip.

$sel:tooltipTitleType:FieldBasedTooltip', fieldBasedTooltip_tooltipTitleType - The type for the >tooltip title. Choose one of the following options:

  • NONE: Doesn't use the primary value as the title.
  • PRIMARY_VALUE: Uses primary value as the title.

fieldBasedTooltip_tooltipFields :: Lens' FieldBasedTooltip (Maybe [TooltipItem]) Source #

The fields configuration in the tooltip.

fieldBasedTooltip_tooltipTitleType :: Lens' FieldBasedTooltip (Maybe TooltipTitleType) Source #

The type for the >tooltip title. Choose one of the following options:

  • NONE: Doesn't use the primary value as the title.
  • PRIMARY_VALUE: Uses primary value as the title.

FieldFolder

data FieldFolder Source #

A FieldFolder element is a folder that contains fields and nested subfolders.

See: newFieldFolder smart constructor.

Constructors

FieldFolder' 

Fields

Instances

Instances details
FromJSON FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

ToJSON FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Generic FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Associated Types

type Rep FieldFolder :: Type -> Type #

Read FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Show FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

NFData FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Methods

rnf :: FieldFolder -> () #

Eq FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Hashable FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

type Rep FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

type Rep FieldFolder = D1 ('MetaData "FieldFolder" "Amazonka.QuickSight.Types.FieldFolder" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFieldFolder :: FieldFolder Source #

Create a value of FieldFolder 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:columns:FieldFolder', fieldFolder_columns - A folder has a list of columns. A column can only be in one folder.

$sel:description:FieldFolder', fieldFolder_description - The description for a field folder.

fieldFolder_columns :: Lens' FieldFolder (Maybe [Text]) Source #

A folder has a list of columns. A column can only be in one folder.

fieldFolder_description :: Lens' FieldFolder (Maybe Text) Source #

The description for a field folder.

FieldLabelType

data FieldLabelType Source #

The field label type.

See: newFieldLabelType smart constructor.

Constructors

FieldLabelType' 

Fields

Instances

Instances details
FromJSON FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

ToJSON FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Generic FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Associated Types

type Rep FieldLabelType :: Type -> Type #

Read FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Show FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

NFData FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Methods

rnf :: FieldLabelType -> () #

Eq FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

Hashable FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

type Rep FieldLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldLabelType

type Rep FieldLabelType = D1 ('MetaData "FieldLabelType" "Amazonka.QuickSight.Types.FieldLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldLabelType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newFieldLabelType :: FieldLabelType Source #

Create a value of FieldLabelType 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:fieldId:FieldLabelType', fieldLabelType_fieldId - Indicates the field that is targeted by the field label.

$sel:visibility:FieldLabelType', fieldLabelType_visibility - The visibility of the field label.

fieldLabelType_fieldId :: Lens' FieldLabelType (Maybe Text) Source #

Indicates the field that is targeted by the field label.

fieldLabelType_visibility :: Lens' FieldLabelType (Maybe Visibility) Source #

The visibility of the field label.

FieldSeriesItem

data FieldSeriesItem Source #

The field series item configuration of a line chart.

See: newFieldSeriesItem smart constructor.

Constructors

FieldSeriesItem' 

Fields

Instances

Instances details
FromJSON FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

ToJSON FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Generic FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Associated Types

type Rep FieldSeriesItem :: Type -> Type #

Read FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Show FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

NFData FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Methods

rnf :: FieldSeriesItem -> () #

Eq FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

Hashable FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

type Rep FieldSeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSeriesItem

type Rep FieldSeriesItem = D1 ('MetaData "FieldSeriesItem" "Amazonka.QuickSight.Types.FieldSeriesItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldSeriesItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartSeriesSettings)) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "axisBinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AxisBinding))))

newFieldSeriesItem Source #

Create a value of FieldSeriesItem 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:settings:FieldSeriesItem', fieldSeriesItem_settings - The options that determine the presentation of line series associated to the field.

$sel:fieldId:FieldSeriesItem', fieldSeriesItem_fieldId - The field ID of the field for which you are setting the axis binding.

$sel:axisBinding:FieldSeriesItem', fieldSeriesItem_axisBinding - The axis that you are binding the field to.

fieldSeriesItem_settings :: Lens' FieldSeriesItem (Maybe LineChartSeriesSettings) Source #

The options that determine the presentation of line series associated to the field.

fieldSeriesItem_fieldId :: Lens' FieldSeriesItem Text Source #

The field ID of the field for which you are setting the axis binding.

fieldSeriesItem_axisBinding :: Lens' FieldSeriesItem AxisBinding Source #

The axis that you are binding the field to.

FieldSort

data FieldSort Source #

The sort configuration for a field in a field well.

See: newFieldSort smart constructor.

Constructors

FieldSort' 

Fields

Instances

Instances details
FromJSON FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

ToJSON FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Generic FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Associated Types

type Rep FieldSort :: Type -> Type #

Read FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Show FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

NFData FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Methods

rnf :: FieldSort -> () #

Eq FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Hashable FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

type Rep FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

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

newFieldSort Source #

Create a value of FieldSort 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:fieldId:FieldSort', fieldSort_fieldId - The sort configuration target field.

$sel:direction:FieldSort', fieldSort_direction - The sort direction. Choose one of the following options:

  • ASC: Ascending
  • DESC: Descending

fieldSort_fieldId :: Lens' FieldSort Text Source #

The sort configuration target field.

fieldSort_direction :: Lens' FieldSort SortDirection Source #

The sort direction. Choose one of the following options:

  • ASC: Ascending
  • DESC: Descending

FieldSortOptions

data FieldSortOptions Source #

The field sort options in a chart configuration.

See: newFieldSortOptions smart constructor.

Constructors

FieldSortOptions' 

Fields

Instances

Instances details
FromJSON FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

ToJSON FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

Generic FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

Associated Types

type Rep FieldSortOptions :: Type -> Type #

Read FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

Show FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

NFData FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

Methods

rnf :: FieldSortOptions -> () #

Eq FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

Hashable FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

type Rep FieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSortOptions

type Rep FieldSortOptions = D1 ('MetaData "FieldSortOptions" "Amazonka.QuickSight.Types.FieldSortOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldSortOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnSort)) :*: S1 ('MetaSel ('Just "fieldSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldSort))))

newFieldSortOptions :: FieldSortOptions Source #

Create a value of FieldSortOptions 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:columnSort:FieldSortOptions', fieldSortOptions_columnSort - The sort configuration for a column that is not used in a field well.

$sel:fieldSort:FieldSortOptions', fieldSortOptions_fieldSort - The sort configuration for a field in a field well.

fieldSortOptions_columnSort :: Lens' FieldSortOptions (Maybe ColumnSort) Source #

The sort configuration for a column that is not used in a field well.

fieldSortOptions_fieldSort :: Lens' FieldSortOptions (Maybe FieldSort) Source #

The sort configuration for a field in a field well.

FieldTooltipItem

data FieldTooltipItem Source #

The tooltip item for the fields.

See: newFieldTooltipItem smart constructor.

Constructors

FieldTooltipItem' 

Fields

Instances

Instances details
FromJSON FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

ToJSON FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

Generic FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

Associated Types

type Rep FieldTooltipItem :: Type -> Type #

Read FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

Show FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

NFData FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

Methods

rnf :: FieldTooltipItem -> () #

Eq FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

Hashable FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

type Rep FieldTooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldTooltipItem

type Rep FieldTooltipItem = D1 ('MetaData "FieldTooltipItem" "Amazonka.QuickSight.Types.FieldTooltipItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldTooltipItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFieldTooltipItem Source #

Create a value of FieldTooltipItem 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:label:FieldTooltipItem', fieldTooltipItem_label - The label of the tooltip item.

$sel:visibility:FieldTooltipItem', fieldTooltipItem_visibility - The visibility of the tooltip item.

$sel:fieldId:FieldTooltipItem', fieldTooltipItem_fieldId - The unique ID of the field that is targeted by the tooltip.

fieldTooltipItem_label :: Lens' FieldTooltipItem (Maybe Text) Source #

The label of the tooltip item.

fieldTooltipItem_fieldId :: Lens' FieldTooltipItem Text Source #

The unique ID of the field that is targeted by the tooltip.

FilledMapAggregatedFieldWells

data FilledMapAggregatedFieldWells Source #

The aggregated field well of the filled map.

See: newFilledMapAggregatedFieldWells smart constructor.

Constructors

FilledMapAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

ToJSON FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

Generic FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

Associated Types

type Rep FilledMapAggregatedFieldWells :: Type -> Type #

Show FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

NFData FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

Eq FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

Hashable FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

type Rep FilledMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells

type Rep FilledMapAggregatedFieldWells = D1 ('MetaData "FilledMapAggregatedFieldWells" "Amazonka.QuickSight.Types.FilledMapAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "geospatial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newFilledMapAggregatedFieldWells :: FilledMapAggregatedFieldWells Source #

Create a value of FilledMapAggregatedFieldWells 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:geospatial:FilledMapAggregatedFieldWells', filledMapAggregatedFieldWells_geospatial - The aggregated location field well of the filled map. Values are grouped by location fields.

$sel:values:FilledMapAggregatedFieldWells', filledMapAggregatedFieldWells_values - The aggregated color field well of a filled map. Values are aggregated based on location fields.

filledMapAggregatedFieldWells_geospatial :: Lens' FilledMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The aggregated location field well of the filled map. Values are grouped by location fields.

filledMapAggregatedFieldWells_values :: Lens' FilledMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The aggregated color field well of a filled map. Values are aggregated based on location fields.

FilledMapConditionalFormatting

data FilledMapConditionalFormatting Source #

The conditional formatting of a FilledMapVisual.

See: newFilledMapConditionalFormatting smart constructor.

Constructors

FilledMapConditionalFormatting' 

Fields

Instances

Instances details
FromJSON FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

ToJSON FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

Generic FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

Associated Types

type Rep FilledMapConditionalFormatting :: Type -> Type #

Show FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

NFData FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

Eq FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

Hashable FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

type Rep FilledMapConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormatting

type Rep FilledMapConditionalFormatting = D1 ('MetaData "FilledMapConditionalFormatting" "Amazonka.QuickSight.Types.FilledMapConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionalFormattingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FilledMapConditionalFormattingOption])))

newFilledMapConditionalFormatting :: FilledMapConditionalFormatting Source #

Create a value of FilledMapConditionalFormatting 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:conditionalFormattingOptions:FilledMapConditionalFormatting', filledMapConditionalFormatting_conditionalFormattingOptions - Conditional formatting options of a FilledMapVisual.

FilledMapConditionalFormattingOption

data FilledMapConditionalFormattingOption Source #

Conditional formatting options of a FilledMapVisual.

See: newFilledMapConditionalFormattingOption smart constructor.

Constructors

FilledMapConditionalFormattingOption' 

Fields

Instances

Instances details
FromJSON FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

ToJSON FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

Generic FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

Show FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

NFData FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

Eq FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

Hashable FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

type Rep FilledMapConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption

type Rep FilledMapConditionalFormattingOption = D1 ('MetaData "FilledMapConditionalFormattingOption" "Amazonka.QuickSight.Types.FilledMapConditionalFormattingOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapConditionalFormattingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilledMapShapeConditionalFormatting)))

newFilledMapConditionalFormattingOption Source #

Create a value of FilledMapConditionalFormattingOption 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:shape:FilledMapConditionalFormattingOption', filledMapConditionalFormattingOption_shape - The conditional formatting that determines the shape of the filled map.

FilledMapConfiguration

data FilledMapConfiguration Source #

The configuration for a FilledMapVisual.

See: newFilledMapConfiguration smart constructor.

Constructors

FilledMapConfiguration' 

Fields

Instances

Instances details
FromJSON FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

ToJSON FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

Generic FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

Associated Types

type Rep FilledMapConfiguration :: Type -> Type #

Show FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

NFData FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

Methods

rnf :: FilledMapConfiguration -> () #

Eq FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

Hashable FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

type Rep FilledMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapConfiguration

newFilledMapConfiguration :: FilledMapConfiguration Source #

Create a value of FilledMapConfiguration 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:fieldWells:FilledMapConfiguration', filledMapConfiguration_fieldWells - The field wells of the visual.

$sel:legend:FilledMapConfiguration', filledMapConfiguration_legend - The legend display setup of the visual.

$sel:mapStyleOptions:FilledMapConfiguration', filledMapConfiguration_mapStyleOptions - The map style options of the filled map visual.

$sel:sortConfiguration:FilledMapConfiguration', filledMapConfiguration_sortConfiguration - The sort configuration of a FilledMapVisual.

$sel:tooltip:FilledMapConfiguration', filledMapConfiguration_tooltip - The tooltip display setup of the visual.

$sel:windowOptions:FilledMapConfiguration', filledMapConfiguration_windowOptions - The window options of the filled map visual.

FilledMapFieldWells

data FilledMapFieldWells Source #

The field wells of a FilledMapVisual.

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

See: newFilledMapFieldWells smart constructor.

Constructors

FilledMapFieldWells' 

Fields

Instances

Instances details
FromJSON FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

ToJSON FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

Generic FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

Associated Types

type Rep FilledMapFieldWells :: Type -> Type #

Show FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

NFData FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

Methods

rnf :: FilledMapFieldWells -> () #

Eq FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

Hashable FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

type Rep FilledMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapFieldWells

type Rep FilledMapFieldWells = D1 ('MetaData "FilledMapFieldWells" "Amazonka.QuickSight.Types.FilledMapFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filledMapAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilledMapAggregatedFieldWells))))

newFilledMapFieldWells :: FilledMapFieldWells Source #

Create a value of FilledMapFieldWells 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:filledMapAggregatedFieldWells:FilledMapFieldWells', filledMapFieldWells_filledMapAggregatedFieldWells - The aggregated field well of the filled map.

FilledMapShapeConditionalFormatting

data FilledMapShapeConditionalFormatting Source #

The conditional formatting that determines the shape of the filled map.

See: newFilledMapShapeConditionalFormatting smart constructor.

Constructors

FilledMapShapeConditionalFormatting' 

Fields

Instances

Instances details
FromJSON FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

ToJSON FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Generic FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Show FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

NFData FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Eq FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Hashable FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

type Rep FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

type Rep FilledMapShapeConditionalFormatting = D1 ('MetaData "FilledMapShapeConditionalFormatting" "Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapShapeConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShapeConditionalFormat)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFilledMapShapeConditionalFormatting Source #

Create a value of FilledMapShapeConditionalFormatting 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:format:FilledMapShapeConditionalFormatting', filledMapShapeConditionalFormatting_format - The conditional formatting that determines the background color of a filled map's shape.

$sel:fieldId:FilledMapShapeConditionalFormatting', filledMapShapeConditionalFormatting_fieldId - The field ID of the filled map shape.

filledMapShapeConditionalFormatting_format :: Lens' FilledMapShapeConditionalFormatting (Maybe ShapeConditionalFormat) Source #

The conditional formatting that determines the background color of a filled map's shape.

FilledMapSortConfiguration

data FilledMapSortConfiguration Source #

The sort configuration of a FilledMapVisual.

See: newFilledMapSortConfiguration smart constructor.

Constructors

FilledMapSortConfiguration' 

Fields

Instances

Instances details
FromJSON FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

ToJSON FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Generic FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Associated Types

type Rep FilledMapSortConfiguration :: Type -> Type #

Read FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Show FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

NFData FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Eq FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Hashable FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

type Rep FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

type Rep FilledMapSortConfiguration = D1 ('MetaData "FilledMapSortConfiguration" "Amazonka.QuickSight.Types.FilledMapSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newFilledMapSortConfiguration :: FilledMapSortConfiguration Source #

Create a value of FilledMapSortConfiguration 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:categorySort:FilledMapSortConfiguration', filledMapSortConfiguration_categorySort - The sort configuration of the location fields.

FilledMapVisual

data FilledMapVisual Source #

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

See: newFilledMapVisual smart constructor.

Constructors

FilledMapVisual' 

Fields

Instances

Instances details
FromJSON FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

ToJSON FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Generic FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Associated Types

type Rep FilledMapVisual :: Type -> Type #

Show FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

NFData FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Methods

rnf :: FilledMapVisual -> () #

Eq FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Hashable FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

type Rep FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

newFilledMapVisual Source #

Create a value of FilledMapVisual 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:actions:FilledMapVisual', filledMapVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:FilledMapVisual', filledMapVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:FilledMapVisual', filledMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:conditionalFormatting:FilledMapVisual', filledMapVisual_conditionalFormatting - The conditional formatting of a FilledMapVisual.

$sel:subtitle:FilledMapVisual', filledMapVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:FilledMapVisual', filledMapVisual_title - The title that is displayed on the visual.

$sel:visualId:FilledMapVisual', filledMapVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

filledMapVisual_actions :: Lens' FilledMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

filledMapVisual_columnHierarchies :: Lens' FilledMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

filledMapVisual_subtitle :: Lens' FilledMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

filledMapVisual_title :: Lens' FilledMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

filledMapVisual_visualId :: Lens' FilledMapVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Filter

data Filter Source #

With a Filter, you can remove portions of data from a particular visual or view.

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

See: newFilter smart constructor.

Constructors

Filter' 

Fields

Instances

Instances details
FromJSON Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

ToJSON Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Show Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Filter

newFilter :: Filter Source #

Create a value of Filter 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:categoryFilter:Filter', filter_categoryFilter - A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide.

$sel:numericEqualityFilter:Filter', filter_numericEqualityFilter - A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.

$sel:numericRangeFilter:Filter', filter_numericRangeFilter - A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.

$sel:relativeDatesFilter:Filter', filter_relativeDatesFilter - A RelativeDatesFilter filters date values that are relative to a given date.

$sel:timeEqualityFilter:Filter', filter_timeEqualityFilter - A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.

$sel:timeRangeFilter:Filter', filter_timeRangeFilter - A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.

$sel:topBottomFilter:Filter', filter_topBottomFilter - A TopBottomFilter filters data to the top or bottom values for a given column.

filter_categoryFilter :: Lens' Filter (Maybe CategoryFilter) Source #

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide.

filter_numericEqualityFilter :: Lens' Filter (Maybe NumericEqualityFilter) Source #

A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.

filter_numericRangeFilter :: Lens' Filter (Maybe NumericRangeFilter) Source #

A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.

filter_relativeDatesFilter :: Lens' Filter (Maybe RelativeDatesFilter) Source #

A RelativeDatesFilter filters date values that are relative to a given date.

filter_timeEqualityFilter :: Lens' Filter (Maybe TimeEqualityFilter) Source #

A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.

filter_timeRangeFilter :: Lens' Filter (Maybe TimeRangeFilter) Source #

A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.

filter_topBottomFilter :: Lens' Filter (Maybe TopBottomFilter) Source #

A TopBottomFilter filters data to the top or bottom values for a given column.

FilterControl

data FilterControl Source #

The control of a filter that is used to interact with a dashboard or an analysis.

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

See: newFilterControl smart constructor.

Constructors

FilterControl' 

Fields

Instances

Instances details
FromJSON FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

ToJSON FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

Generic FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

Associated Types

type Rep FilterControl :: Type -> Type #

Read FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

Show FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

NFData FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

Methods

rnf :: FilterControl -> () #

Eq FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

Hashable FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

type Rep FilterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterControl

newFilterControl :: FilterControl Source #

Create a value of FilterControl 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:dateTimePicker:FilterControl', filterControl_dateTimePicker - A control from a date filter that is used to specify date and time.

$sel:dropdown:FilterControl', filterControl_dropdown - A control to display a dropdown list with buttons that are used to select a single value.

$sel:list:FilterControl', filterControl_list - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

$sel:relativeDateTime:FilterControl', filterControl_relativeDateTime - A control from a date filter that is used to specify the relative date.

$sel:slider:FilterControl', filterControl_slider - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

$sel:textArea:FilterControl', filterControl_textArea - A control to display a text box that is used to enter multiple entries.

$sel:textField:FilterControl', filterControl_textField - A control to display a text box that is used to enter a single entry.

filterControl_dateTimePicker :: Lens' FilterControl (Maybe FilterDateTimePickerControl) Source #

A control from a date filter that is used to specify date and time.

filterControl_dropdown :: Lens' FilterControl (Maybe FilterDropDownControl) Source #

A control to display a dropdown list with buttons that are used to select a single value.

filterControl_list :: Lens' FilterControl (Maybe FilterListControl) Source #

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

filterControl_relativeDateTime :: Lens' FilterControl (Maybe FilterRelativeDateTimeControl) Source #

A control from a date filter that is used to specify the relative date.

filterControl_slider :: Lens' FilterControl (Maybe FilterSliderControl) Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

filterControl_textArea :: Lens' FilterControl (Maybe FilterTextAreaControl) Source #

A control to display a text box that is used to enter multiple entries.

filterControl_textField :: Lens' FilterControl (Maybe FilterTextFieldControl) Source #

A control to display a text box that is used to enter a single entry.

FilterDateTimePickerControl

data FilterDateTimePickerControl Source #

A control from a date filter that is used to specify date and time.

See: newFilterDateTimePickerControl smart constructor.

Constructors

FilterDateTimePickerControl' 

Fields

Instances

Instances details
FromJSON FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

ToJSON FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

Generic FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

Associated Types

type Rep FilterDateTimePickerControl :: Type -> Type #

Read FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

Show FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

NFData FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

Eq FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

Hashable FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

type Rep FilterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDateTimePickerControl

type Rep FilterDateTimePickerControl = D1 ('MetaData "FilterDateTimePickerControl" "Amazonka.QuickSight.Types.FilterDateTimePickerControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterDateTimePickerControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimePickerControlDisplayOptions)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetControlDateTimePickerType))) :*: (S1 ('MetaSel ('Just "filterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceFilterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newFilterDateTimePickerControl Source #

Create a value of FilterDateTimePickerControl 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:displayOptions:FilterDateTimePickerControl', filterDateTimePickerControl_displayOptions - The display options of a control.

$sel:type':FilterDateTimePickerControl', filterDateTimePickerControl_type - The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:

  • SINGLE_VALUED: The filter condition is a fixed date.
  • DATE_RANGE: The filter condition is a date time range.

$sel:filterControlId:FilterDateTimePickerControl', filterDateTimePickerControl_filterControlId - The ID of the FilterDateTimePickerControl.

$sel:title:FilterDateTimePickerControl', filterDateTimePickerControl_title - The title of the FilterDateTimePickerControl.

$sel:sourceFilterId:FilterDateTimePickerControl', filterDateTimePickerControl_sourceFilterId - The source filter ID of the FilterDateTimePickerControl.

filterDateTimePickerControl_type :: Lens' FilterDateTimePickerControl (Maybe SheetControlDateTimePickerType) Source #

The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:

  • SINGLE_VALUED: The filter condition is a fixed date.
  • DATE_RANGE: The filter condition is a date time range.

filterDateTimePickerControl_title :: Lens' FilterDateTimePickerControl Text Source #

The title of the FilterDateTimePickerControl.

filterDateTimePickerControl_sourceFilterId :: Lens' FilterDateTimePickerControl Text Source #

The source filter ID of the FilterDateTimePickerControl.

FilterDropDownControl

data FilterDropDownControl Source #

A control to display a dropdown list with buttons that are used to select a single value.

See: newFilterDropDownControl smart constructor.

Constructors

FilterDropDownControl' 

Fields

Instances

Instances details
FromJSON FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

ToJSON FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Generic FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Associated Types

type Rep FilterDropDownControl :: Type -> Type #

Read FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Show FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

NFData FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Methods

rnf :: FilterDropDownControl -> () #

Eq FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Hashable FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

type Rep FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

newFilterDropDownControl Source #

Create a value of FilterDropDownControl 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:cascadingControlConfiguration:FilterDropDownControl', filterDropDownControl_cascadingControlConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

$sel:displayOptions:FilterDropDownControl', filterDropDownControl_displayOptions - The display options of the FilterDropDownControl.

$sel:selectableValues:FilterDropDownControl', filterDropDownControl_selectableValues - A list of selectable values that are used in a control.

$sel:type':FilterDropDownControl', filterDropDownControl_type - The type of the FilterDropDownControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT: The user can select a single entry from a dropdown menu.

$sel:filterControlId:FilterDropDownControl', filterDropDownControl_filterControlId - The ID of the FilterDropDownControl.

$sel:title:FilterDropDownControl', filterDropDownControl_title - The title of the FilterDropDownControl.

$sel:sourceFilterId:FilterDropDownControl', filterDropDownControl_sourceFilterId - The source filter ID of the FilterDropDownControl.

filterDropDownControl_cascadingControlConfiguration :: Lens' FilterDropDownControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

filterDropDownControl_selectableValues :: Lens' FilterDropDownControl (Maybe FilterSelectableValues) Source #

A list of selectable values that are used in a control.

filterDropDownControl_type :: Lens' FilterDropDownControl (Maybe SheetControlListType) Source #

The type of the FilterDropDownControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT: The user can select a single entry from a dropdown menu.

filterDropDownControl_title :: Lens' FilterDropDownControl Text Source #

The title of the FilterDropDownControl.

filterDropDownControl_sourceFilterId :: Lens' FilterDropDownControl Text Source #

The source filter ID of the FilterDropDownControl.

FilterGroup

data FilterGroup Source #

A grouping of individual filters. Filter groups are applied to the same group of visuals.

For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon QuickSight User Guide.

See: newFilterGroup smart constructor.

Constructors

FilterGroup' 

Fields

  • status :: Maybe WidgetStatus

    The status of the FilterGroup.

  • filterGroupId :: Text

    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

  • filters :: [Filter]

    The list of filters that are present in a FilterGroup.

  • scopeConfiguration :: FilterScopeConfiguration

    The configuration that specifies what scope to apply to a FilterGroup.

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

  • crossDataset :: CrossDatasetTypes

    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

    • ALL_DATASETS
    • SINGLE_DATASET

Instances

Instances details
FromJSON FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

ToJSON FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

Generic FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

Associated Types

type Rep FilterGroup :: Type -> Type #

Show FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

NFData FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

Methods

rnf :: FilterGroup -> () #

Eq FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

Hashable FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

type Rep FilterGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterGroup

type Rep FilterGroup = D1 ('MetaData "FilterGroup" "Amazonka.QuickSight.Types.FilterGroup" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WidgetStatus)) :*: S1 ('MetaSel ('Just "filterGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Filter]) :*: (S1 ('MetaSel ('Just "scopeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterScopeConfiguration) :*: S1 ('MetaSel ('Just "crossDataset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CrossDatasetTypes)))))

newFilterGroup Source #

Create a value of FilterGroup 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:status:FilterGroup', filterGroup_status - The status of the FilterGroup.

$sel:filterGroupId:FilterGroup', filterGroup_filterGroupId - The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

$sel:filters:FilterGroup', filterGroup_filters - The list of filters that are present in a FilterGroup.

$sel:scopeConfiguration:FilterGroup', filterGroup_scopeConfiguration - The configuration that specifies what scope to apply to a FilterGroup.

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

$sel:crossDataset:FilterGroup', filterGroup_crossDataset - The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET

filterGroup_status :: Lens' FilterGroup (Maybe WidgetStatus) Source #

The status of the FilterGroup.

filterGroup_filterGroupId :: Lens' FilterGroup Text Source #

The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

filterGroup_filters :: Lens' FilterGroup [Filter] Source #

The list of filters that are present in a FilterGroup.

filterGroup_scopeConfiguration :: Lens' FilterGroup FilterScopeConfiguration Source #

The configuration that specifies what scope to apply to a FilterGroup.

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

filterGroup_crossDataset :: Lens' FilterGroup CrossDatasetTypes Source #

The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET

FilterListConfiguration

data FilterListConfiguration Source #

A list of filter configurations.

See: newFilterListConfiguration smart constructor.

Constructors

FilterListConfiguration' 

Fields

Instances

Instances details
FromJSON FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

ToJSON FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

Generic FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

Associated Types

type Rep FilterListConfiguration :: Type -> Type #

Read FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

Show FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

NFData FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

Methods

rnf :: FilterListConfiguration -> () #

Eq FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

Hashable FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

type Rep FilterListConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListConfiguration

type Rep FilterListConfiguration = D1 ('MetaData "FilterListConfiguration" "Amazonka.QuickSight.Types.FilterListConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterListConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "selectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryFilterSelectAllOptions)) :*: S1 ('MetaSel ('Just "matchOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CategoryFilterMatchOperator))))

newFilterListConfiguration Source #

Create a value of FilterListConfiguration 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:categoryValues:FilterListConfiguration', filterListConfiguration_categoryValues - The list of category values for the filter.

$sel:selectAllOptions:FilterListConfiguration', filterListConfiguration_selectAllOptions - Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

$sel:matchOperator:FilterListConfiguration', filterListConfiguration_matchOperator - The match operator that is used to determine if a filter should be applied.

filterListConfiguration_categoryValues :: Lens' FilterListConfiguration (Maybe [Text]) Source #

The list of category values for the filter.

filterListConfiguration_selectAllOptions :: Lens' FilterListConfiguration (Maybe CategoryFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

filterListConfiguration_matchOperator :: Lens' FilterListConfiguration CategoryFilterMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

FilterListControl

data FilterListControl Source #

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

See: newFilterListControl smart constructor.

Constructors

FilterListControl' 

Fields

Instances

Instances details
FromJSON FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

ToJSON FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

Generic FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

Associated Types

type Rep FilterListControl :: Type -> Type #

Read FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

Show FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

NFData FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

Methods

rnf :: FilterListControl -> () #

Eq FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

Hashable FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

type Rep FilterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterListControl

newFilterListControl Source #

Create a value of FilterListControl 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:cascadingControlConfiguration:FilterListControl', filterListControl_cascadingControlConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

$sel:displayOptions:FilterListControl', filterListControl_displayOptions - The display options of a control.

$sel:selectableValues:FilterListControl', filterListControl_selectableValues - A list of selectable values that are used in a control.

$sel:type':FilterListControl', filterListControl_type - The type of FilterListControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from the list.
  • SINGLE_SELECT: The user can select a single entry from the list.

$sel:filterControlId:FilterListControl', filterListControl_filterControlId - The ID of the FilterListControl.

$sel:title:FilterListControl', filterListControl_title - The title of the FilterListControl.

$sel:sourceFilterId:FilterListControl', filterListControl_sourceFilterId - The source filter ID of the FilterListControl.

filterListControl_cascadingControlConfiguration :: Lens' FilterListControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

filterListControl_selectableValues :: Lens' FilterListControl (Maybe FilterSelectableValues) Source #

A list of selectable values that are used in a control.

filterListControl_type :: Lens' FilterListControl (Maybe SheetControlListType) Source #

The type of FilterListControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from the list.
  • SINGLE_SELECT: The user can select a single entry from the list.

filterListControl_title :: Lens' FilterListControl Text Source #

The title of the FilterListControl.

filterListControl_sourceFilterId :: Lens' FilterListControl Text Source #

The source filter ID of the FilterListControl.

FilterOperation

data FilterOperation Source #

A transform operation that filters rows based on a condition.

See: newFilterOperation smart constructor.

Constructors

FilterOperation' 

Fields

  • conditionExpression :: Sensitive Text

    An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

Instances

Instances details
FromJSON FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

ToJSON FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Generic FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Associated Types

type Rep FilterOperation :: Type -> Type #

Show FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

NFData FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Methods

rnf :: FilterOperation -> () #

Eq FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Hashable FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

type Rep FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

type Rep FilterOperation = D1 ('MetaData "FilterOperation" "Amazonka.QuickSight.Types.FilterOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newFilterOperation Source #

Create a value of FilterOperation 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:conditionExpression:FilterOperation', filterOperation_conditionExpression - An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

filterOperation_conditionExpression :: Lens' FilterOperation Text Source #

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

FilterOperationSelectedFieldsConfiguration

data FilterOperationSelectedFieldsConfiguration Source #

The configuration of selected fields in theCustomActionFilterOperation.

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

See: newFilterOperationSelectedFieldsConfiguration smart constructor.

Constructors

FilterOperationSelectedFieldsConfiguration' 

Fields

Instances

Instances details
FromJSON FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

ToJSON FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Generic FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Read FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Show FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

NFData FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Eq FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Hashable FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

type Rep FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

type Rep FilterOperationSelectedFieldsConfiguration = D1 ('MetaData "FilterOperationSelectedFieldsConfiguration" "Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterOperationSelectedFieldsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedFieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectedFieldOptions)) :*: S1 ('MetaSel ('Just "selectedFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newFilterOperationSelectedFieldsConfiguration :: FilterOperationSelectedFieldsConfiguration Source #

Create a value of FilterOperationSelectedFieldsConfiguration 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:selectedFieldOptions:FilterOperationSelectedFieldsConfiguration', filterOperationSelectedFieldsConfiguration_selectedFieldOptions - A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

Valid values are defined as follows:

  • ALL_FIELDS: Applies the filter operation to all fields.

$sel:selectedFields:FilterOperationSelectedFieldsConfiguration', filterOperationSelectedFieldsConfiguration_selectedFields - Chooses the fields that are filtered in CustomActionFilterOperation.

filterOperationSelectedFieldsConfiguration_selectedFieldOptions :: Lens' FilterOperationSelectedFieldsConfiguration (Maybe SelectedFieldOptions) Source #

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

Valid values are defined as follows:

  • ALL_FIELDS: Applies the filter operation to all fields.

FilterOperationTargetVisualsConfiguration

data FilterOperationTargetVisualsConfiguration Source #

The configuration of target visuals that you want to be filtered.

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

See: newFilterOperationTargetVisualsConfiguration smart constructor.

Constructors

FilterOperationTargetVisualsConfiguration' 

Fields

Instances

Instances details
FromJSON FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

ToJSON FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

Generic FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

Read FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

Show FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

NFData FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

Eq FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

Hashable FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

type Rep FilterOperationTargetVisualsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration

type Rep FilterOperationTargetVisualsConfiguration = D1 ('MetaData "FilterOperationTargetVisualsConfiguration" "Amazonka.QuickSight.Types.FilterOperationTargetVisualsConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterOperationTargetVisualsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sameSheetTargetVisualConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SameSheetTargetVisualConfiguration))))

newFilterOperationTargetVisualsConfiguration :: FilterOperationTargetVisualsConfiguration Source #

Create a value of FilterOperationTargetVisualsConfiguration 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:sameSheetTargetVisualConfiguration:FilterOperationTargetVisualsConfiguration', filterOperationTargetVisualsConfiguration_sameSheetTargetVisualConfiguration - The configuration of the same-sheet target visuals that you want to be filtered.

FilterRelativeDateTimeControl

data FilterRelativeDateTimeControl Source #

A control from a date filter that is used to specify the relative date.

See: newFilterRelativeDateTimeControl smart constructor.

Constructors

FilterRelativeDateTimeControl' 

Fields

Instances

Instances details
FromJSON FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

ToJSON FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

Generic FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

Associated Types

type Rep FilterRelativeDateTimeControl :: Type -> Type #

Read FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

Show FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

NFData FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

Eq FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

Hashable FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

type Rep FilterRelativeDateTimeControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterRelativeDateTimeControl

type Rep FilterRelativeDateTimeControl = D1 ('MetaData "FilterRelativeDateTimeControl" "Amazonka.QuickSight.Types.FilterRelativeDateTimeControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterRelativeDateTimeControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeDateTimeControlDisplayOptions)) :*: S1 ('MetaSel ('Just "filterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceFilterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

FilterScopeConfiguration

data FilterScopeConfiguration Source #

The scope configuration for a FilterGroup.

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

See: newFilterScopeConfiguration smart constructor.

Constructors

FilterScopeConfiguration' 

Fields

Instances

Instances details
FromJSON FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

ToJSON FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Generic FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Associated Types

type Rep FilterScopeConfiguration :: Type -> Type #

Read FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Show FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

NFData FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Eq FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Hashable FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

type Rep FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

type Rep FilterScopeConfiguration = D1 ('MetaData "FilterScopeConfiguration" "Amazonka.QuickSight.Types.FilterScopeConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterScopeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedSheets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectedSheetsFilterScopeConfiguration))))

newFilterScopeConfiguration :: FilterScopeConfiguration Source #

Create a value of FilterScopeConfiguration 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:selectedSheets:FilterScopeConfiguration', filterScopeConfiguration_selectedSheets - The configuration for applying a filter to specific sheets.

FilterSelectableValues

data FilterSelectableValues Source #

A list of selectable values that are used in a control.

See: newFilterSelectableValues smart constructor.

Constructors

FilterSelectableValues' 

Fields

  • values :: Maybe [Text]

    The values that are used in the FilterSelectableValues.

Instances

Instances details
FromJSON FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

ToJSON FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

Generic FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

Associated Types

type Rep FilterSelectableValues :: Type -> Type #

Read FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

Show FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

NFData FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

Methods

rnf :: FilterSelectableValues -> () #

Eq FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

Hashable FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

type Rep FilterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSelectableValues

type Rep FilterSelectableValues = D1 ('MetaData "FilterSelectableValues" "Amazonka.QuickSight.Types.FilterSelectableValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterSelectableValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newFilterSelectableValues :: FilterSelectableValues Source #

Create a value of FilterSelectableValues 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:values:FilterSelectableValues', filterSelectableValues_values - The values that are used in the FilterSelectableValues.

filterSelectableValues_values :: Lens' FilterSelectableValues (Maybe [Text]) Source #

The values that are used in the FilterSelectableValues.

FilterSliderControl

data FilterSliderControl Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

See: newFilterSliderControl smart constructor.

Constructors

FilterSliderControl' 

Fields

Instances

Instances details
FromJSON FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

ToJSON FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Generic FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Associated Types

type Rep FilterSliderControl :: Type -> Type #

Read FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Show FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

NFData FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Methods

rnf :: FilterSliderControl -> () #

Eq FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

Hashable FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

type Rep FilterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterSliderControl

newFilterSliderControl Source #

Create a value of FilterSliderControl 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:displayOptions:FilterSliderControl', filterSliderControl_displayOptions - The display options of a control.

$sel:type':FilterSliderControl', filterSliderControl_type - The type of FilterSliderControl. Choose one of the following options:

  • SINGLE_POINT: Filter against(equals) a single data point.
  • RANGE: Filter data that is in a specified range.

$sel:filterControlId:FilterSliderControl', filterSliderControl_filterControlId - The ID of the FilterSliderControl.

$sel:title:FilterSliderControl', filterSliderControl_title - The title of the FilterSliderControl.

$sel:sourceFilterId:FilterSliderControl', filterSliderControl_sourceFilterId - The source filter ID of the FilterSliderControl.

$sel:maximumValue:FilterSliderControl', filterSliderControl_maximumValue - The smaller value that is displayed at the left of the slider.

$sel:minimumValue:FilterSliderControl', filterSliderControl_minimumValue - The larger value that is displayed at the right of the slider.

$sel:stepSize:FilterSliderControl', filterSliderControl_stepSize - The number of increments that the slider bar is divided into.

filterSliderControl_type :: Lens' FilterSliderControl (Maybe SheetControlSliderType) Source #

The type of FilterSliderControl. Choose one of the following options:

  • SINGLE_POINT: Filter against(equals) a single data point.
  • RANGE: Filter data that is in a specified range.

filterSliderControl_title :: Lens' FilterSliderControl Text Source #

The title of the FilterSliderControl.

filterSliderControl_sourceFilterId :: Lens' FilterSliderControl Text Source #

The source filter ID of the FilterSliderControl.

filterSliderControl_maximumValue :: Lens' FilterSliderControl Double Source #

The smaller value that is displayed at the left of the slider.

filterSliderControl_minimumValue :: Lens' FilterSliderControl Double Source #

The larger value that is displayed at the right of the slider.

filterSliderControl_stepSize :: Lens' FilterSliderControl Double Source #

The number of increments that the slider bar is divided into.

FilterTextAreaControl

data FilterTextAreaControl Source #

A control to display a text box that is used to enter multiple entries.

See: newFilterTextAreaControl smart constructor.

Constructors

FilterTextAreaControl' 

Fields

Instances

Instances details
FromJSON FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

ToJSON FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Generic FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Associated Types

type Rep FilterTextAreaControl :: Type -> Type #

Read FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Show FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

NFData FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Methods

rnf :: FilterTextAreaControl -> () #

Eq FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

Hashable FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

type Rep FilterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextAreaControl

type Rep FilterTextAreaControl = D1 ('MetaData "FilterTextAreaControl" "Amazonka.QuickSight.Types.FilterTextAreaControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterTextAreaControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextAreaControlDisplayOptions))) :*: (S1 ('MetaSel ('Just "filterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceFilterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newFilterTextAreaControl Source #

Create a value of FilterTextAreaControl 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:delimiter:FilterTextAreaControl', filterTextAreaControl_delimiter - The delimiter that is used to separate the lines in text.

$sel:displayOptions:FilterTextAreaControl', filterTextAreaControl_displayOptions - The display options of a control.

$sel:filterControlId:FilterTextAreaControl', filterTextAreaControl_filterControlId - The ID of the FilterTextAreaControl.

$sel:title:FilterTextAreaControl', filterTextAreaControl_title - The title of the FilterTextAreaControl.

$sel:sourceFilterId:FilterTextAreaControl', filterTextAreaControl_sourceFilterId - The source filter ID of the FilterTextAreaControl.

filterTextAreaControl_delimiter :: Lens' FilterTextAreaControl (Maybe Text) Source #

The delimiter that is used to separate the lines in text.

filterTextAreaControl_title :: Lens' FilterTextAreaControl Text Source #

The title of the FilterTextAreaControl.

filterTextAreaControl_sourceFilterId :: Lens' FilterTextAreaControl Text Source #

The source filter ID of the FilterTextAreaControl.

FilterTextFieldControl

data FilterTextFieldControl Source #

A control to display a text box that is used to enter a single entry.

See: newFilterTextFieldControl smart constructor.

Constructors

FilterTextFieldControl' 

Fields

Instances

Instances details
FromJSON FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

ToJSON FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

Generic FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

Associated Types

type Rep FilterTextFieldControl :: Type -> Type #

Read FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

Show FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

NFData FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

Methods

rnf :: FilterTextFieldControl -> () #

Eq FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

Hashable FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

type Rep FilterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterTextFieldControl

type Rep FilterTextFieldControl = D1 ('MetaData "FilterTextFieldControl" "Amazonka.QuickSight.Types.FilterTextFieldControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterTextFieldControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextFieldControlDisplayOptions)) :*: S1 ('MetaSel ('Just "filterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceFilterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFilterTextFieldControl Source #

Create a value of FilterTextFieldControl 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:displayOptions:FilterTextFieldControl', filterTextFieldControl_displayOptions - The display options of a control.

$sel:filterControlId:FilterTextFieldControl', filterTextFieldControl_filterControlId - The ID of the FilterTextFieldControl.

$sel:title:FilterTextFieldControl', filterTextFieldControl_title - The title of the FilterTextFieldControl.

$sel:sourceFilterId:FilterTextFieldControl', filterTextFieldControl_sourceFilterId - The source filter ID of the FilterTextFieldControl.

filterTextFieldControl_title :: Lens' FilterTextFieldControl Text Source #

The title of the FilterTextFieldControl.

filterTextFieldControl_sourceFilterId :: Lens' FilterTextFieldControl Text Source #

The source filter ID of the FilterTextFieldControl.

Folder

data Folder Source #

A folder in Amazon QuickSight.

See: newFolder smart constructor.

Constructors

Folder' 

Fields

Instances

Instances details
FromJSON Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Generic Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Associated Types

type Rep Folder :: Type -> Type #

Methods

from :: Folder -> Rep Folder x #

to :: Rep Folder x -> Folder #

Read Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Show Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

NFData Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Methods

rnf :: Folder -> () #

Eq Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Methods

(==) :: Folder -> Folder -> Bool #

(/=) :: Folder -> Folder -> Bool #

Hashable Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Methods

hashWithSalt :: Int -> Folder -> Int #

hash :: Folder -> Int #

type Rep Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

newFolder :: Folder Source #

Create a value of Folder 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:arn:Folder', folder_arn - The Amazon Resource Name (ARN) for the folder.

$sel:createdTime:Folder', folder_createdTime - The time that the folder was created.

$sel:folderId:Folder', folder_folderId - The ID of the folder.

$sel:folderPath:Folder', folder_folderPath - An array of ancestor ARN strings for the folder.

$sel:folderType:Folder', folder_folderType - The type of folder it is.

$sel:lastUpdatedTime:Folder', folder_lastUpdatedTime - The time that the folder was last updated.

$sel:name:Folder', folder_name - A display name for the folder.

folder_arn :: Lens' Folder (Maybe Text) Source #

The Amazon Resource Name (ARN) for the folder.

folder_createdTime :: Lens' Folder (Maybe UTCTime) Source #

The time that the folder was created.

folder_folderId :: Lens' Folder (Maybe Text) Source #

The ID of the folder.

folder_folderPath :: Lens' Folder (Maybe (NonEmpty Text)) Source #

An array of ancestor ARN strings for the folder.

folder_folderType :: Lens' Folder (Maybe FolderType) Source #

The type of folder it is.

folder_lastUpdatedTime :: Lens' Folder (Maybe UTCTime) Source #

The time that the folder was last updated.

folder_name :: Lens' Folder (Maybe Text) Source #

A display name for the folder.

FolderMember

data FolderMember Source #

An asset in a Amazon QuickSight folder, such as a dashboard, analysis, or dataset.

See: newFolderMember smart constructor.

Constructors

FolderMember' 

Fields

Instances

Instances details
FromJSON FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Generic FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Associated Types

type Rep FolderMember :: Type -> Type #

Read FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Show FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

NFData FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Methods

rnf :: FolderMember -> () #

Eq FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Hashable FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

type Rep FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

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

newFolderMember :: FolderMember Source #

Create a value of FolderMember 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:memberId:FolderMember', folderMember_memberId - The ID of an asset in the folder.

$sel:memberType:FolderMember', folderMember_memberType - The type of asset that it is.

folderMember_memberId :: Lens' FolderMember (Maybe Text) Source #

The ID of an asset in the folder.

FolderSearchFilter

data FolderSearchFilter Source #

A filter to use to search an Amazon QuickSight folder.

See: newFolderSearchFilter smart constructor.

Constructors

FolderSearchFilter' 

Fields

  • name :: Maybe FolderFilterAttribute

    The name of a value that you want to use in the filter. For example, "Name": "QUICKSIGHT_OWNER".

    Valid values are defined as follows:

    • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the folder's owners or viewers are returned. Implicit permissions from folders or groups are considered.
    • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are considered.
    • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as the only owner of the folder are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are not considered.
    • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners or viewers of the folders are returned. Implicit permissions from folders or groups are not considered.
    • FOLDER_NAME: Any folders whose names have a substring match to this value will be returned.
    • PARENT_FOLDER_ARN: Provide an ARN of a folder, and any folders that are directly under that parent folder are returned. If you choose to use this option and leave the value blank, all root-level folders in the account are returned.
  • operator :: Maybe FilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

    If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

    If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value FOLDER_NAME.

  • value :: Maybe Text

    The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".

Instances

Instances details
ToJSON FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Generic FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Associated Types

type Rep FolderSearchFilter :: Type -> Type #

Read FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Show FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

NFData FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Methods

rnf :: FolderSearchFilter -> () #

Eq FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Hashable FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

type Rep FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

type Rep FolderSearchFilter = D1 ('MetaData "FolderSearchFilter" "Amazonka.QuickSight.Types.FolderSearchFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FolderSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FolderFilterAttribute)) :*: (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterOperator)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFolderSearchFilter :: FolderSearchFilter Source #

Create a value of FolderSearchFilter 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:name:FolderSearchFilter', folderSearchFilter_name - The name of a value that you want to use in the filter. For example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the folder's owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as the only owner of the folder are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners or viewers of the folders are returned. Implicit permissions from folders or groups are not considered.
  • FOLDER_NAME: Any folders whose names have a substring match to this value will be returned.
  • PARENT_FOLDER_ARN: Provide an ARN of a folder, and any folders that are directly under that parent folder are returned. If you choose to use this option and leave the value blank, all root-level folders in the account are returned.

$sel:operator:FolderSearchFilter', folderSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value FOLDER_NAME.

$sel:value:FolderSearchFilter', folderSearchFilter_value - The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".

folderSearchFilter_name :: Lens' FolderSearchFilter (Maybe FolderFilterAttribute) Source #

The name of a value that you want to use in the filter. For example, "Name": "QUICKSIGHT_OWNER".

Valid values are defined as follows:

  • QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the folder's owners or viewers are returned. Implicit permissions from folders or groups are considered.
  • QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are considered.
  • DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as the only owner of the folder are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are not considered.
  • DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners or viewers of the folders are returned. Implicit permissions from folders or groups are not considered.
  • FOLDER_NAME: Any folders whose names have a substring match to this value will be returned.
  • PARENT_FOLDER_ARN: Provide an ARN of a folder, and any folders that are directly under that parent folder are returned. If you choose to use this option and leave the value blank, all root-level folders in the account are returned.

folderSearchFilter_operator :: Lens' FolderSearchFilter (Maybe FilterOperator) Source #

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".

If you set the operator value to "StringEquals", you need to provide an ownership related filter in the "NAME" field and the arn of the user or group whose folders you want to search in the "Value" field. For example, "Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

If you set the value to "StringLike", you need to provide the name of the folders you are searching for. For example, "Name":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test". The "StringLike" operator only supports the NAME value FOLDER_NAME.

folderSearchFilter_value :: Lens' FolderSearchFilter (Maybe Text) Source #

The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".

FolderSummary

data FolderSummary Source #

A summary of information about an existing Amazon QuickSight folder.

See: newFolderSummary smart constructor.

Constructors

FolderSummary' 

Fields

Instances

Instances details
FromJSON FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Generic FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Associated Types

type Rep FolderSummary :: Type -> Type #

Read FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Show FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

NFData FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Methods

rnf :: FolderSummary -> () #

Eq FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Hashable FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

type Rep FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

type Rep FolderSummary = D1 ('MetaData "FolderSummary" "Amazonka.QuickSight.Types.FolderSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FolderSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "folderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "folderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FolderType)) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFolderSummary :: FolderSummary Source #

Create a value of FolderSummary 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:arn:FolderSummary', folderSummary_arn - The Amazon Resource Name (ARN) of the folder.

$sel:createdTime:FolderSummary', folderSummary_createdTime - The time that the folder was created.

$sel:folderId:FolderSummary', folderSummary_folderId - The ID of the folder.

$sel:folderType:FolderSummary', folderSummary_folderType - The type of folder.

$sel:lastUpdatedTime:FolderSummary', folderSummary_lastUpdatedTime - The time that the folder was last updated.

$sel:name:FolderSummary', folderSummary_name - The display name of the folder.

folderSummary_arn :: Lens' FolderSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the folder.

folderSummary_createdTime :: Lens' FolderSummary (Maybe UTCTime) Source #

The time that the folder was created.

folderSummary_lastUpdatedTime :: Lens' FolderSummary (Maybe UTCTime) Source #

The time that the folder was last updated.

folderSummary_name :: Lens' FolderSummary (Maybe Text) Source #

The display name of the folder.

Font

data Font Source #

Determines the font settings.

See: newFont smart constructor.

Constructors

Font' 

Fields

Instances

Instances details
FromJSON Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

ToJSON Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Generic Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Associated Types

type Rep Font :: Type -> Type #

Methods

from :: Font -> Rep Font x #

to :: Rep Font x -> Font #

Read Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Show Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

showsPrec :: Int -> Font -> ShowS #

show :: Font -> String #

showList :: [Font] -> ShowS #

NFData Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

rnf :: Font -> () #

Eq Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

(==) :: Font -> Font -> Bool #

(/=) :: Font -> Font -> Bool #

Hashable Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

hashWithSalt :: Int -> Font -> Int #

hash :: Font -> Int #

type Rep Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

type Rep Font = D1 ('MetaData "Font" "Amazonka.QuickSight.Types.Font" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Font'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fontFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFont :: Font Source #

Create a value of Font 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:fontFamily:Font', font_fontFamily - Determines the font family settings.

font_fontFamily :: Lens' Font (Maybe Text) Source #

Determines the font family settings.

FontConfiguration

data FontConfiguration Source #

Configures the display properties of the given text.

See: newFontConfiguration smart constructor.

Constructors

FontConfiguration' 

Fields

Instances

Instances details
FromJSON FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

ToJSON FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

Generic FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

Associated Types

type Rep FontConfiguration :: Type -> Type #

Read FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

Show FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

NFData FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

Methods

rnf :: FontConfiguration -> () #

Eq FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

Hashable FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

type Rep FontConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontConfiguration

type Rep FontConfiguration = D1 ('MetaData "FontConfiguration" "Amazonka.QuickSight.Types.FontConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FontConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fontColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fontDecoration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontDecoration))) :*: (S1 ('MetaSel ('Just "fontSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontSize)) :*: (S1 ('MetaSel ('Just "fontStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontStyle)) :*: S1 ('MetaSel ('Just "fontWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontWeight))))))

newFontConfiguration :: FontConfiguration Source #

Create a value of FontConfiguration 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:fontColor:FontConfiguration', fontConfiguration_fontColor - Determines the color of the text.

$sel:fontDecoration:FontConfiguration', fontConfiguration_fontDecoration - Determines the appearance of decorative lines on the text.

$sel:fontSize:FontConfiguration', fontConfiguration_fontSize - The option that determines the text display size.

$sel:fontStyle:FontConfiguration', fontConfiguration_fontStyle - Determines the text display face that is inherited by the given font family.

$sel:fontWeight:FontConfiguration', fontConfiguration_fontWeight - The option that determines the text display weight, or boldness.

fontConfiguration_fontColor :: Lens' FontConfiguration (Maybe Text) Source #

Determines the color of the text.

fontConfiguration_fontDecoration :: Lens' FontConfiguration (Maybe FontDecoration) Source #

Determines the appearance of decorative lines on the text.

fontConfiguration_fontSize :: Lens' FontConfiguration (Maybe FontSize) Source #

The option that determines the text display size.

fontConfiguration_fontStyle :: Lens' FontConfiguration (Maybe FontStyle) Source #

Determines the text display face that is inherited by the given font family.

fontConfiguration_fontWeight :: Lens' FontConfiguration (Maybe FontWeight) Source #

The option that determines the text display weight, or boldness.

FontSize

data FontSize Source #

The option that determines the text display size.

See: newFontSize smart constructor.

Constructors

FontSize' 

Fields

Instances

Instances details
FromJSON FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

ToJSON FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Generic FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Associated Types

type Rep FontSize :: Type -> Type #

Methods

from :: FontSize -> Rep FontSize x #

to :: Rep FontSize x -> FontSize #

Read FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Show FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

NFData FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Methods

rnf :: FontSize -> () #

Eq FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Hashable FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

Methods

hashWithSalt :: Int -> FontSize -> Int #

hash :: FontSize -> Int #

type Rep FontSize Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontSize

type Rep FontSize = D1 ('MetaData "FontSize" "Amazonka.QuickSight.Types.FontSize" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FontSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelativeFontSize))))

newFontSize :: FontSize Source #

Create a value of FontSize 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:relative:FontSize', fontSize_relative - The lexical name for the text size, proportional to its surrounding context.

fontSize_relative :: Lens' FontSize (Maybe RelativeFontSize) Source #

The lexical name for the text size, proportional to its surrounding context.

FontWeight

data FontWeight Source #

The option that determines the text display weight, or boldness.

See: newFontWeight smart constructor.

Constructors

FontWeight' 

Fields

Instances

Instances details
FromJSON FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

ToJSON FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Generic FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Associated Types

type Rep FontWeight :: Type -> Type #

Read FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Show FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

NFData FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Methods

rnf :: FontWeight -> () #

Eq FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

Hashable FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

type Rep FontWeight Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FontWeight

type Rep FontWeight = D1 ('MetaData "FontWeight" "Amazonka.QuickSight.Types.FontWeight" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FontWeight'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontWeightName))))

newFontWeight :: FontWeight Source #

Create a value of FontWeight 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:name:FontWeight', fontWeight_name - The lexical name for the level of boldness of the text display.

fontWeight_name :: Lens' FontWeight (Maybe FontWeightName) Source #

The lexical name for the level of boldness of the text display.

ForecastComputation

data ForecastComputation Source #

The forecast computation configuration.

See: newForecastComputation smart constructor.

Constructors

ForecastComputation' 

Fields

Instances

Instances details
FromJSON ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

ToJSON ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Generic ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Associated Types

type Rep ForecastComputation :: Type -> Type #

Show ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

NFData ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Methods

rnf :: ForecastComputation -> () #

Eq ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

Hashable ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

type Rep ForecastComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastComputation

type Rep ForecastComputation = D1 ('MetaData "ForecastComputation" "Amazonka.QuickSight.Types.ForecastComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ForecastComputation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "customSeasonalityValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "lowerBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "periodsBackward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "periodsForward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "predictionInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "seasonality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ForecastComputationSeasonality)) :*: S1 ('MetaSel ('Just "upperBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField))))))

newForecastComputation Source #

Create a value of ForecastComputation 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:customSeasonalityValue:ForecastComputation', forecastComputation_customSeasonalityValue - The custom seasonality value setup of a forecast computation.

$sel:lowerBoundary:ForecastComputation', forecastComputation_lowerBoundary - The lower boundary setup of a forecast computation.

$sel:name:ForecastComputation', forecastComputation_name - The name of a computation.

$sel:periodsBackward:ForecastComputation', forecastComputation_periodsBackward - The periods backward setup of a forecast computation.

$sel:periodsForward:ForecastComputation', forecastComputation_periodsForward - The periods forward setup of a forecast computation.

$sel:predictionInterval:ForecastComputation', forecastComputation_predictionInterval - The prediction interval setup of a forecast computation.

$sel:seasonality:ForecastComputation', forecastComputation_seasonality - The seasonality setup of a forecast computation. Choose one of the following options:

  • AUTOMATIC
  • CUSTOM: Checks the custom seasonality value.

$sel:upperBoundary:ForecastComputation', forecastComputation_upperBoundary - The upper boundary setup of a forecast computation.

$sel:value:ForecastComputation', forecastComputation_value - The value field that is used in a computation.

$sel:computationId:ForecastComputation', forecastComputation_computationId - The ID for a computation.

$sel:time:ForecastComputation', forecastComputation_time - The time field that is used in a computation.

forecastComputation_customSeasonalityValue :: Lens' ForecastComputation (Maybe Natural) Source #

The custom seasonality value setup of a forecast computation.

forecastComputation_lowerBoundary :: Lens' ForecastComputation (Maybe Double) Source #

The lower boundary setup of a forecast computation.

forecastComputation_periodsBackward :: Lens' ForecastComputation (Maybe Natural) Source #

The periods backward setup of a forecast computation.

forecastComputation_periodsForward :: Lens' ForecastComputation (Maybe Natural) Source #

The periods forward setup of a forecast computation.

forecastComputation_predictionInterval :: Lens' ForecastComputation (Maybe Natural) Source #

The prediction interval setup of a forecast computation.

forecastComputation_seasonality :: Lens' ForecastComputation (Maybe ForecastComputationSeasonality) Source #

The seasonality setup of a forecast computation. Choose one of the following options:

  • AUTOMATIC
  • CUSTOM: Checks the custom seasonality value.

forecastComputation_upperBoundary :: Lens' ForecastComputation (Maybe Double) Source #

The upper boundary setup of a forecast computation.

forecastComputation_value :: Lens' ForecastComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

forecastComputation_time :: Lens' ForecastComputation DimensionField Source #

The time field that is used in a computation.

ForecastConfiguration

data ForecastConfiguration Source #

The forecast configuration that is used in a line chart's display properties.

See: newForecastConfiguration smart constructor.

Constructors

ForecastConfiguration' 

Fields

Instances

Instances details
FromJSON ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

ToJSON ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Generic ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Associated Types

type Rep ForecastConfiguration :: Type -> Type #

Read ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Show ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

NFData ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Methods

rnf :: ForecastConfiguration -> () #

Eq ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Hashable ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

type Rep ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

type Rep ForecastConfiguration = D1 ('MetaData "ForecastConfiguration" "Amazonka.QuickSight.Types.ForecastConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ForecastConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeBasedForecastProperties)) :*: S1 ('MetaSel ('Just "scenario") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ForecastScenario))))

newForecastConfiguration :: ForecastConfiguration Source #

Create a value of ForecastConfiguration 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:forecastProperties:ForecastConfiguration', forecastConfiguration_forecastProperties - The forecast properties setup of a forecast in the line chart.

$sel:scenario:ForecastConfiguration', forecastConfiguration_scenario - The forecast scenario of a forecast in the line chart.

forecastConfiguration_forecastProperties :: Lens' ForecastConfiguration (Maybe TimeBasedForecastProperties) Source #

The forecast properties setup of a forecast in the line chart.

forecastConfiguration_scenario :: Lens' ForecastConfiguration (Maybe ForecastScenario) Source #

The forecast scenario of a forecast in the line chart.

ForecastScenario

data ForecastScenario Source #

The forecast scenario of a forecast in the line chart.

See: newForecastScenario smart constructor.

Constructors

ForecastScenario' 

Fields

Instances

Instances details
FromJSON ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

ToJSON ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Generic ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Associated Types

type Rep ForecastScenario :: Type -> Type #

Read ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Show ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

NFData ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Methods

rnf :: ForecastScenario -> () #

Eq ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

Hashable ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

type Rep ForecastScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastScenario

type Rep ForecastScenario = D1 ('MetaData "ForecastScenario" "Amazonka.QuickSight.Types.ForecastScenario" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ForecastScenario'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfPointScenario") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WhatIfPointScenario)) :*: S1 ('MetaSel ('Just "whatIfRangeScenario") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WhatIfRangeScenario))))

newForecastScenario :: ForecastScenario Source #

Create a value of ForecastScenario 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:whatIfPointScenario:ForecastScenario', forecastScenario_whatIfPointScenario - The what-if analysis forecast setup with the target date.

$sel:whatIfRangeScenario:ForecastScenario', forecastScenario_whatIfRangeScenario - The what-if analysis forecast setup with the date range.

forecastScenario_whatIfPointScenario :: Lens' ForecastScenario (Maybe WhatIfPointScenario) Source #

The what-if analysis forecast setup with the target date.

forecastScenario_whatIfRangeScenario :: Lens' ForecastScenario (Maybe WhatIfRangeScenario) Source #

The what-if analysis forecast setup with the date range.

FormatConfiguration

data FormatConfiguration Source #

The formatting configuration for all types of field.

See: newFormatConfiguration smart constructor.

Constructors

FormatConfiguration' 

Fields

Instances

Instances details
FromJSON FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

ToJSON FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

Generic FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

Associated Types

type Rep FormatConfiguration :: Type -> Type #

Show FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

NFData FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

Methods

rnf :: FormatConfiguration -> () #

Eq FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

Hashable FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

type Rep FormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FormatConfiguration

type Rep FormatConfiguration = D1 ('MetaData "FormatConfiguration" "Amazonka.QuickSight.Types.FormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateTimeFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeFormatConfiguration)) :*: (S1 ('MetaSel ('Just "numberFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberFormatConfiguration)) :*: S1 ('MetaSel ('Just "stringFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringFormatConfiguration)))))

newFormatConfiguration :: FormatConfiguration Source #

Create a value of FormatConfiguration 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:dateTimeFormatConfiguration:FormatConfiguration', formatConfiguration_dateTimeFormatConfiguration - Formatting configuration for DateTime fields.

$sel:numberFormatConfiguration:FormatConfiguration', formatConfiguration_numberFormatConfiguration - Formatting configuration for number fields.

$sel:stringFormatConfiguration:FormatConfiguration', formatConfiguration_stringFormatConfiguration - Formatting configuration for string fields.

FreeFormLayoutCanvasSizeOptions

data FreeFormLayoutCanvasSizeOptions Source #

Configuration options for the canvas of a free-form layout.

See: newFreeFormLayoutCanvasSizeOptions smart constructor.

Constructors

FreeFormLayoutCanvasSizeOptions' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

ToJSON FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

Generic FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

Associated Types

type Rep FreeFormLayoutCanvasSizeOptions :: Type -> Type #

Read FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

Show FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

NFData FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

Eq FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

Hashable FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

type Rep FreeFormLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions

type Rep FreeFormLayoutCanvasSizeOptions = D1 ('MetaData "FreeFormLayoutCanvasSizeOptions" "Amazonka.QuickSight.Types.FreeFormLayoutCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "screenCanvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutScreenCanvasSizeOptions))))

newFreeFormLayoutCanvasSizeOptions :: FreeFormLayoutCanvasSizeOptions Source #

Create a value of FreeFormLayoutCanvasSizeOptions 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:screenCanvasSizeOptions:FreeFormLayoutCanvasSizeOptions', freeFormLayoutCanvasSizeOptions_screenCanvasSizeOptions - The options that determine the sizing of the canvas used in a free-form layout.

FreeFormLayoutConfiguration

data FreeFormLayoutConfiguration Source #

The configuration of a free-form layout.

See: newFreeFormLayoutConfiguration smart constructor.

Constructors

FreeFormLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

ToJSON FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Generic FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Associated Types

type Rep FreeFormLayoutConfiguration :: Type -> Type #

Show FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

NFData FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Eq FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Hashable FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

type Rep FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

type Rep FreeFormLayoutConfiguration = D1 ('MetaData "FreeFormLayoutConfiguration" "Amazonka.QuickSight.Types.FreeFormLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutCanvasSizeOptions)) :*: S1 ('MetaSel ('Just "elements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FreeFormLayoutElement])))

newFreeFormLayoutConfiguration :: FreeFormLayoutConfiguration Source #

Create a value of FreeFormLayoutConfiguration 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:canvasSizeOptions:FreeFormLayoutConfiguration', freeFormLayoutConfiguration_canvasSizeOptions - Undocumented member.

$sel:elements:FreeFormLayoutConfiguration', freeFormLayoutConfiguration_elements - The elements that are included in a free-form layout.

FreeFormLayoutElement

data FreeFormLayoutElement Source #

An element within a free-form layout.

See: newFreeFormLayoutElement smart constructor.

Constructors

FreeFormLayoutElement' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

ToJSON FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

Generic FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

Associated Types

type Rep FreeFormLayoutElement :: Type -> Type #

Show FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

NFData FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

Methods

rnf :: FreeFormLayoutElement -> () #

Eq FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

Hashable FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

type Rep FreeFormLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElement

type Rep FreeFormLayoutElement = D1 ('MetaData "FreeFormLayoutElement" "Amazonka.QuickSight.Types.FreeFormLayoutElement" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutElement'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "backgroundStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutElementBackgroundStyle)) :*: (S1 ('MetaSel ('Just "borderStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutElementBorderStyle)) :*: S1 ('MetaSel ('Just "loadingAnimation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadingAnimation)))) :*: (S1 ('MetaSel ('Just "renderingRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SheetElementRenderingRule])) :*: (S1 ('MetaSel ('Just "selectedBorderStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutElementBorderStyle)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))) :*: ((S1 ('MetaSel ('Just "elementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "elementType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LayoutElementType) :*: S1 ('MetaSel ('Just "xAxisLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "yAxisLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "width") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "height") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newFreeFormLayoutElement Source #

Create a value of FreeFormLayoutElement 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:backgroundStyle:FreeFormLayoutElement', freeFormLayoutElement_backgroundStyle - The background style configuration of a free-form layout element.

$sel:borderStyle:FreeFormLayoutElement', freeFormLayoutElement_borderStyle - The border style configuration of a free-form layout element.

$sel:loadingAnimation:FreeFormLayoutElement', freeFormLayoutElement_loadingAnimation - The loading animation configuration of a free-form layout element.

$sel:renderingRules:FreeFormLayoutElement', freeFormLayoutElement_renderingRules - The rendering rules that determine when an element should be displayed within a free-form layout.

$sel:selectedBorderStyle:FreeFormLayoutElement', freeFormLayoutElement_selectedBorderStyle - The border style configuration of a free-form layout element. This border style is used when the element is selected.

FreeFormLayoutElement, freeFormLayoutElement_visibility - The visibility of an element within a free-form layout.

$sel:elementId:FreeFormLayoutElement', freeFormLayoutElement_elementId - A unique identifier for an element within a free-form layout.

$sel:elementType:FreeFormLayoutElement', freeFormLayoutElement_elementType - The type of element.

$sel:xAxisLocation:FreeFormLayoutElement', freeFormLayoutElement_xAxisLocation - The x-axis coordinate of the element.

$sel:yAxisLocation:FreeFormLayoutElement', freeFormLayoutElement_yAxisLocation - The y-axis coordinate of the element.

$sel:width:FreeFormLayoutElement', freeFormLayoutElement_width - The width of an element within a free-form layout.

$sel:height:FreeFormLayoutElement', freeFormLayoutElement_height - The height of an element within a free-form layout.

freeFormLayoutElement_backgroundStyle :: Lens' FreeFormLayoutElement (Maybe FreeFormLayoutElementBackgroundStyle) Source #

The background style configuration of a free-form layout element.

freeFormLayoutElement_borderStyle :: Lens' FreeFormLayoutElement (Maybe FreeFormLayoutElementBorderStyle) Source #

The border style configuration of a free-form layout element.

freeFormLayoutElement_loadingAnimation :: Lens' FreeFormLayoutElement (Maybe LoadingAnimation) Source #

The loading animation configuration of a free-form layout element.

freeFormLayoutElement_renderingRules :: Lens' FreeFormLayoutElement (Maybe [SheetElementRenderingRule]) Source #

The rendering rules that determine when an element should be displayed within a free-form layout.

freeFormLayoutElement_selectedBorderStyle :: Lens' FreeFormLayoutElement (Maybe FreeFormLayoutElementBorderStyle) Source #

The border style configuration of a free-form layout element. This border style is used when the element is selected.

freeFormLayoutElement_visibility :: Lens' FreeFormLayoutElement (Maybe Visibility) Source #

The visibility of an element within a free-form layout.

freeFormLayoutElement_elementId :: Lens' FreeFormLayoutElement Text Source #

A unique identifier for an element within a free-form layout.

freeFormLayoutElement_width :: Lens' FreeFormLayoutElement Text Source #

The width of an element within a free-form layout.

freeFormLayoutElement_height :: Lens' FreeFormLayoutElement Text Source #

The height of an element within a free-form layout.

FreeFormLayoutElementBackgroundStyle

data FreeFormLayoutElementBackgroundStyle Source #

The background style configuration of a free-form layout element.

See: newFreeFormLayoutElementBackgroundStyle smart constructor.

Constructors

FreeFormLayoutElementBackgroundStyle' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

ToJSON FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Generic FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Read FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Show FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

NFData FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Eq FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Hashable FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

type Rep FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

type Rep FreeFormLayoutElementBackgroundStyle = D1 ('MetaData "FreeFormLayoutElementBackgroundStyle" "Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutElementBackgroundStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newFreeFormLayoutElementBackgroundStyle :: FreeFormLayoutElementBackgroundStyle Source #

Create a value of FreeFormLayoutElementBackgroundStyle 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:color:FreeFormLayoutElementBackgroundStyle', freeFormLayoutElementBackgroundStyle_color - The background color of a free-form layout element.

$sel:visibility:FreeFormLayoutElementBackgroundStyle', freeFormLayoutElementBackgroundStyle_visibility - The background visibility of a free-form layout element.

FreeFormLayoutElementBorderStyle

data FreeFormLayoutElementBorderStyle Source #

The background style configuration of a free-form layout element.

See: newFreeFormLayoutElementBorderStyle smart constructor.

Constructors

FreeFormLayoutElementBorderStyle' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

ToJSON FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

Generic FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

Associated Types

type Rep FreeFormLayoutElementBorderStyle :: Type -> Type #

Read FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

Show FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

NFData FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

Eq FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

Hashable FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

type Rep FreeFormLayoutElementBorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle

type Rep FreeFormLayoutElementBorderStyle = D1 ('MetaData "FreeFormLayoutElementBorderStyle" "Amazonka.QuickSight.Types.FreeFormLayoutElementBorderStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutElementBorderStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newFreeFormLayoutElementBorderStyle :: FreeFormLayoutElementBorderStyle Source #

Create a value of FreeFormLayoutElementBorderStyle 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:color:FreeFormLayoutElementBorderStyle', freeFormLayoutElementBorderStyle_color - The border color of a free-form layout element.

$sel:visibility:FreeFormLayoutElementBorderStyle', freeFormLayoutElementBorderStyle_visibility - The border visibility of a free-form layout element.

FreeFormLayoutScreenCanvasSizeOptions

data FreeFormLayoutScreenCanvasSizeOptions Source #

The options that determine the sizing of the canvas used in a free-form layout.

See: newFreeFormLayoutScreenCanvasSizeOptions smart constructor.

Constructors

FreeFormLayoutScreenCanvasSizeOptions' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

ToJSON FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

Generic FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

Read FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

Show FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

NFData FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

Eq FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

Hashable FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

type Rep FreeFormLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions

type Rep FreeFormLayoutScreenCanvasSizeOptions = D1 ('MetaData "FreeFormLayoutScreenCanvasSizeOptions" "Amazonka.QuickSight.Types.FreeFormLayoutScreenCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutScreenCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizedViewPortWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFreeFormLayoutScreenCanvasSizeOptions Source #

Create a value of FreeFormLayoutScreenCanvasSizeOptions 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:optimizedViewPortWidth:FreeFormLayoutScreenCanvasSizeOptions', freeFormLayoutScreenCanvasSizeOptions_optimizedViewPortWidth - The width that the view port will be optimized for when the layout renders.

freeFormLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' FreeFormLayoutScreenCanvasSizeOptions Text Source #

The width that the view port will be optimized for when the layout renders.

FreeFormSectionLayoutConfiguration

data FreeFormSectionLayoutConfiguration Source #

The free-form layout configuration of a section.

See: newFreeFormSectionLayoutConfiguration smart constructor.

Constructors

FreeFormSectionLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

ToJSON FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Generic FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Associated Types

type Rep FreeFormSectionLayoutConfiguration :: Type -> Type #

Show FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

NFData FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Eq FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Hashable FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

type Rep FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

type Rep FreeFormSectionLayoutConfiguration = D1 ('MetaData "FreeFormSectionLayoutConfiguration" "Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormSectionLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "elements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FreeFormLayoutElement])))

newFreeFormSectionLayoutConfiguration :: FreeFormSectionLayoutConfiguration Source #

Create a value of FreeFormSectionLayoutConfiguration 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:elements:FreeFormSectionLayoutConfiguration', freeFormSectionLayoutConfiguration_elements - The elements that are included in the free-form layout.

FunnelChartAggregatedFieldWells

data FunnelChartAggregatedFieldWells Source #

The field well configuration of a FunnelChartVisual.

See: newFunnelChartAggregatedFieldWells smart constructor.

Constructors

FunnelChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

ToJSON FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

Generic FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

Associated Types

type Rep FunnelChartAggregatedFieldWells :: Type -> Type #

Show FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

NFData FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

Eq FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

Hashable FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

type Rep FunnelChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells

type Rep FunnelChartAggregatedFieldWells = D1 ('MetaData "FunnelChartAggregatedFieldWells" "Amazonka.QuickSight.Types.FunnelChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FunnelChartAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newFunnelChartAggregatedFieldWells :: FunnelChartAggregatedFieldWells Source #

Create a value of FunnelChartAggregatedFieldWells 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:category:FunnelChartAggregatedFieldWells', funnelChartAggregatedFieldWells_category - The category field wells of a funnel chart. Values are grouped by category fields.

$sel:values:FunnelChartAggregatedFieldWells', funnelChartAggregatedFieldWells_values - The value field wells of a funnel chart. Values are aggregated based on categories.

funnelChartAggregatedFieldWells_category :: Lens' FunnelChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category field wells of a funnel chart. Values are grouped by category fields.

funnelChartAggregatedFieldWells_values :: Lens' FunnelChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a funnel chart. Values are aggregated based on categories.

FunnelChartConfiguration

data FunnelChartConfiguration Source #

The configuration of a FunnelChartVisual.

See: newFunnelChartConfiguration smart constructor.

Constructors

FunnelChartConfiguration' 

Fields

Instances

Instances details
FromJSON FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

ToJSON FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Generic FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Associated Types

type Rep FunnelChartConfiguration :: Type -> Type #

Show FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

NFData FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Eq FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

Hashable FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

type Rep FunnelChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartConfiguration

newFunnelChartConfiguration :: FunnelChartConfiguration Source #

Create a value of FunnelChartConfiguration 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:categoryLabelOptions:FunnelChartConfiguration', funnelChartConfiguration_categoryLabelOptions - The label options of the categories that are displayed in a FunnelChartVisual.

$sel:dataLabelOptions:FunnelChartConfiguration', funnelChartConfiguration_dataLabelOptions - The options that determine the presentation of the data labels.

$sel:fieldWells:FunnelChartConfiguration', funnelChartConfiguration_fieldWells - The field well configuration of a FunnelChartVisual.

$sel:sortConfiguration:FunnelChartConfiguration', funnelChartConfiguration_sortConfiguration - The sort configuration of a FunnelChartVisual.

$sel:tooltip:FunnelChartConfiguration', funnelChartConfiguration_tooltip - The tooltip configuration of a FunnelChartVisual.

$sel:valueLabelOptions:FunnelChartConfiguration', funnelChartConfiguration_valueLabelOptions - The label options for the values that are displayed in a FunnelChartVisual.

$sel:visualPalette:FunnelChartConfiguration', funnelChartConfiguration_visualPalette - The visual palette configuration of a FunnelChartVisual.

funnelChartConfiguration_categoryLabelOptions :: Lens' FunnelChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the categories that are displayed in a FunnelChartVisual.

funnelChartConfiguration_dataLabelOptions :: Lens' FunnelChartConfiguration (Maybe FunnelChartDataLabelOptions) Source #

The options that determine the presentation of the data labels.

funnelChartConfiguration_tooltip :: Lens' FunnelChartConfiguration (Maybe TooltipOptions) Source #

The tooltip configuration of a FunnelChartVisual.

funnelChartConfiguration_valueLabelOptions :: Lens' FunnelChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options for the values that are displayed in a FunnelChartVisual.

funnelChartConfiguration_visualPalette :: Lens' FunnelChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a FunnelChartVisual.

FunnelChartDataLabelOptions

data FunnelChartDataLabelOptions Source #

The options that determine the presentation of the data labels.

See: newFunnelChartDataLabelOptions smart constructor.

Constructors

FunnelChartDataLabelOptions' 

Fields

Instances

Instances details
FromJSON FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

ToJSON FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Generic FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Associated Types

type Rep FunnelChartDataLabelOptions :: Type -> Type #

Read FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Show FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

NFData FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Eq FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

Hashable FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

type Rep FunnelChartDataLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartDataLabelOptions

type Rep FunnelChartDataLabelOptions = D1 ('MetaData "FunnelChartDataLabelOptions" "Amazonka.QuickSight.Types.FunnelChartDataLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FunnelChartDataLabelOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryLabelVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "labelColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelFontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)))) :*: ((S1 ('MetaSel ('Just "measureDataLabelStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FunnelChartMeasureDataLabelStyle)) :*: S1 ('MetaSel ('Just "measureLabelVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelPosition)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))))

newFunnelChartDataLabelOptions :: FunnelChartDataLabelOptions Source #

Create a value of FunnelChartDataLabelOptions 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:categoryLabelVisibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_categoryLabelVisibility - The visibility of the category labels within the data labels.

$sel:labelColor:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_labelColor - The color of the data label text.

$sel:labelFontConfiguration:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_labelFontConfiguration - The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

$sel:measureDataLabelStyle:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_measureDataLabelStyle - Determines the style of the metric labels.

$sel:measureLabelVisibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_measureLabelVisibility - The visibility of the measure labels within the data labels.

$sel:position:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_position - Determines the positioning of the data label relative to a section of the funnel.

$sel:visibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_visibility - The visibility option that determines if data labels are displayed.

funnelChartDataLabelOptions_categoryLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility of the category labels within the data labels.

funnelChartDataLabelOptions_labelFontConfiguration :: Lens' FunnelChartDataLabelOptions (Maybe FontConfiguration) Source #

The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

funnelChartDataLabelOptions_measureLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility of the measure labels within the data labels.

funnelChartDataLabelOptions_position :: Lens' FunnelChartDataLabelOptions (Maybe DataLabelPosition) Source #

Determines the positioning of the data label relative to a section of the funnel.

funnelChartDataLabelOptions_visibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #

The visibility option that determines if data labels are displayed.

FunnelChartFieldWells

data FunnelChartFieldWells Source #

The field well configuration of a FunnelChartVisual.

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

See: newFunnelChartFieldWells smart constructor.

Constructors

FunnelChartFieldWells' 

Fields

Instances

Instances details
FromJSON FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

ToJSON FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Generic FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Associated Types

type Rep FunnelChartFieldWells :: Type -> Type #

Show FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

NFData FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Methods

rnf :: FunnelChartFieldWells -> () #

Eq FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

Hashable FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

type Rep FunnelChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartFieldWells

type Rep FunnelChartFieldWells = D1 ('MetaData "FunnelChartFieldWells" "Amazonka.QuickSight.Types.FunnelChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FunnelChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "funnelChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FunnelChartAggregatedFieldWells))))

newFunnelChartFieldWells :: FunnelChartFieldWells Source #

Create a value of FunnelChartFieldWells 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:funnelChartAggregatedFieldWells:FunnelChartFieldWells', funnelChartFieldWells_funnelChartAggregatedFieldWells - The field well configuration of a FunnelChartVisual.

FunnelChartSortConfiguration

data FunnelChartSortConfiguration Source #

The sort configuration of a FunnelChartVisual.

See: newFunnelChartSortConfiguration smart constructor.

Constructors

FunnelChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

ToJSON FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

Generic FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

Associated Types

type Rep FunnelChartSortConfiguration :: Type -> Type #

Read FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

Show FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

NFData FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

Eq FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

Hashable FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

type Rep FunnelChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartSortConfiguration

type Rep FunnelChartSortConfiguration = D1 ('MetaData "FunnelChartSortConfiguration" "Amazonka.QuickSight.Types.FunnelChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FunnelChartSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newFunnelChartSortConfiguration :: FunnelChartSortConfiguration Source #

Create a value of FunnelChartSortConfiguration 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:categoryItemsLimit:FunnelChartSortConfiguration', funnelChartSortConfiguration_categoryItemsLimit - The limit on the number of categories displayed.

$sel:categorySort:FunnelChartSortConfiguration', funnelChartSortConfiguration_categorySort - The sort configuration of the category fields.

FunnelChartVisual

data FunnelChartVisual Source #

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

See: newFunnelChartVisual smart constructor.

Constructors

FunnelChartVisual' 

Fields

Instances

Instances details
FromJSON FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

ToJSON FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

Generic FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

Associated Types

type Rep FunnelChartVisual :: Type -> Type #

Show FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

NFData FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

Methods

rnf :: FunnelChartVisual -> () #

Eq FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

Hashable FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

type Rep FunnelChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FunnelChartVisual

newFunnelChartVisual Source #

Create a value of FunnelChartVisual 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:actions:FunnelChartVisual', funnelChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:FunnelChartVisual', funnelChartVisual_chartConfiguration - The configuration of a FunnelChartVisual.

$sel:columnHierarchies:FunnelChartVisual', funnelChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:FunnelChartVisual', funnelChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:FunnelChartVisual', funnelChartVisual_title - The title that is displayed on the visual.

$sel:visualId:FunnelChartVisual', funnelChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

funnelChartVisual_actions :: Lens' FunnelChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

funnelChartVisual_columnHierarchies :: Lens' FunnelChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

funnelChartVisual_visualId :: Lens' FunnelChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

GaugeChartArcConditionalFormatting

data GaugeChartArcConditionalFormatting Source #

The options that determine the presentation of the arc of a GaugeChartVisual.

See: newGaugeChartArcConditionalFormatting smart constructor.

Constructors

GaugeChartArcConditionalFormatting' 

Fields

Instances

Instances details
FromJSON GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

ToJSON GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

Generic GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

Associated Types

type Rep GaugeChartArcConditionalFormatting :: Type -> Type #

Show GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

NFData GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

Eq GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

Hashable GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

type Rep GaugeChartArcConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting

type Rep GaugeChartArcConditionalFormatting = D1 ('MetaData "GaugeChartArcConditionalFormatting" "Amazonka.QuickSight.Types.GaugeChartArcConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartArcConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "foregroundColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor))))

newGaugeChartArcConditionalFormatting :: GaugeChartArcConditionalFormatting Source #

Create a value of GaugeChartArcConditionalFormatting 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:foregroundColor:GaugeChartArcConditionalFormatting', gaugeChartArcConditionalFormatting_foregroundColor - The conditional formatting of the arc foreground color.

GaugeChartConditionalFormatting

data GaugeChartConditionalFormatting Source #

The conditional formatting of a GaugeChartVisual.

See: newGaugeChartConditionalFormatting smart constructor.

Constructors

GaugeChartConditionalFormatting' 

Fields

Instances

Instances details
FromJSON GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

ToJSON GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

Generic GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

Associated Types

type Rep GaugeChartConditionalFormatting :: Type -> Type #

Show GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

NFData GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

Eq GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

Hashable GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

type Rep GaugeChartConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormatting

type Rep GaugeChartConditionalFormatting = D1 ('MetaData "GaugeChartConditionalFormatting" "Amazonka.QuickSight.Types.GaugeChartConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionalFormattingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GaugeChartConditionalFormattingOption]))))

newGaugeChartConditionalFormatting :: GaugeChartConditionalFormatting Source #

Create a value of GaugeChartConditionalFormatting 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:conditionalFormattingOptions:GaugeChartConditionalFormatting', gaugeChartConditionalFormatting_conditionalFormattingOptions - Conditional formatting options of a GaugeChartVisual.

GaugeChartConditionalFormattingOption

data GaugeChartConditionalFormattingOption Source #

Conditional formatting options of a GaugeChartVisual.

See: newGaugeChartConditionalFormattingOption smart constructor.

Constructors

GaugeChartConditionalFormattingOption' 

Fields

Instances

Instances details
FromJSON GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

ToJSON GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

Generic GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

Show GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

NFData GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

Eq GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

Hashable GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

type Rep GaugeChartConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption

type Rep GaugeChartConditionalFormattingOption = D1 ('MetaData "GaugeChartConditionalFormattingOption" "Amazonka.QuickSight.Types.GaugeChartConditionalFormattingOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartConditionalFormattingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GaugeChartArcConditionalFormatting)) :*: S1 ('MetaSel ('Just "primaryValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GaugeChartPrimaryValueConditionalFormatting))))

newGaugeChartConditionalFormattingOption :: GaugeChartConditionalFormattingOption Source #

Create a value of GaugeChartConditionalFormattingOption 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:arc:GaugeChartConditionalFormattingOption', gaugeChartConditionalFormattingOption_arc - The options that determine the presentation of the arc of a GaugeChartVisual.

$sel:primaryValue:GaugeChartConditionalFormattingOption', gaugeChartConditionalFormattingOption_primaryValue - The conditional formatting for the primary value of a GaugeChartVisual.

gaugeChartConditionalFormattingOption_arc :: Lens' GaugeChartConditionalFormattingOption (Maybe GaugeChartArcConditionalFormatting) Source #

The options that determine the presentation of the arc of a GaugeChartVisual.

GaugeChartConfiguration

data GaugeChartConfiguration Source #

The configuration of a GaugeChartVisual.

See: newGaugeChartConfiguration smart constructor.

Constructors

GaugeChartConfiguration' 

Fields

Instances

Instances details
FromJSON GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

ToJSON GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

Generic GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

Associated Types

type Rep GaugeChartConfiguration :: Type -> Type #

Show GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

NFData GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

Methods

rnf :: GaugeChartConfiguration -> () #

Eq GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

Hashable GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

type Rep GaugeChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartConfiguration

type Rep GaugeChartConfiguration = D1 ('MetaData "GaugeChartConfiguration" "Amazonka.QuickSight.Types.GaugeChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions)) :*: S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GaugeChartFieldWells))) :*: (S1 ('MetaSel ('Just "gaugeChartOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GaugeChartOptions)) :*: (S1 ('MetaSel ('Just "tooltipOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette))))))

newGaugeChartConfiguration :: GaugeChartConfiguration Source #

Create a value of GaugeChartConfiguration 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:dataLabels:GaugeChartConfiguration', gaugeChartConfiguration_dataLabels - The data label configuration of a GaugeChartVisual.

$sel:fieldWells:GaugeChartConfiguration', gaugeChartConfiguration_fieldWells - The field well configuration of a GaugeChartVisual.

$sel:gaugeChartOptions:GaugeChartConfiguration', gaugeChartConfiguration_gaugeChartOptions - The options that determine the presentation of the GaugeChartVisual.

$sel:tooltipOptions:GaugeChartConfiguration', gaugeChartConfiguration_tooltipOptions - The tooltip configuration of a GaugeChartVisual.

$sel:visualPalette:GaugeChartConfiguration', gaugeChartConfiguration_visualPalette - The visual palette configuration of a GaugeChartVisual.

gaugeChartConfiguration_dataLabels :: Lens' GaugeChartConfiguration (Maybe DataLabelOptions) Source #

The data label configuration of a GaugeChartVisual.

gaugeChartConfiguration_gaugeChartOptions :: Lens' GaugeChartConfiguration (Maybe GaugeChartOptions) Source #

The options that determine the presentation of the GaugeChartVisual.

gaugeChartConfiguration_visualPalette :: Lens' GaugeChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a GaugeChartVisual.

GaugeChartFieldWells

data GaugeChartFieldWells Source #

The field well configuration of a GaugeChartVisual.

See: newGaugeChartFieldWells smart constructor.

Constructors

GaugeChartFieldWells' 

Fields

Instances

Instances details
FromJSON GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

ToJSON GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Generic GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Associated Types

type Rep GaugeChartFieldWells :: Type -> Type #

Show GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

NFData GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Methods

rnf :: GaugeChartFieldWells -> () #

Eq GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

Hashable GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

type Rep GaugeChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartFieldWells

type Rep GaugeChartFieldWells = D1 ('MetaData "GaugeChartFieldWells" "Amazonka.QuickSight.Types.GaugeChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newGaugeChartFieldWells :: GaugeChartFieldWells Source #

Create a value of GaugeChartFieldWells 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:targetValues:GaugeChartFieldWells', gaugeChartFieldWells_targetValues - The target value field wells of a GaugeChartVisual.

$sel:values:GaugeChartFieldWells', gaugeChartFieldWells_values - The value field wells of a GaugeChartVisual.

gaugeChartFieldWells_targetValues :: Lens' GaugeChartFieldWells (Maybe [MeasureField]) Source #

The target value field wells of a GaugeChartVisual.

gaugeChartFieldWells_values :: Lens' GaugeChartFieldWells (Maybe [MeasureField]) Source #

The value field wells of a GaugeChartVisual.

GaugeChartOptions

data GaugeChartOptions Source #

The options that determine the presentation of the GaugeChartVisual.

See: newGaugeChartOptions smart constructor.

Constructors

GaugeChartOptions' 

Fields

Instances

Instances details
FromJSON GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

ToJSON GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

Generic GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

Associated Types

type Rep GaugeChartOptions :: Type -> Type #

Show GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

NFData GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

Methods

rnf :: GaugeChartOptions -> () #

Eq GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

Hashable GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

type Rep GaugeChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartOptions

type Rep GaugeChartOptions = D1 ('MetaData "GaugeChartOptions" "Amazonka.QuickSight.Types.GaugeChartOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcConfiguration)) :*: S1 ('MetaSel ('Just "arcAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArcAxisConfiguration))) :*: (S1 ('MetaSel ('Just "comparison") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComparisonConfiguration)) :*: (S1 ('MetaSel ('Just "primaryValueDisplayType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrimaryValueDisplayType)) :*: S1 ('MetaSel ('Just "primaryValueFontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration))))))

newGaugeChartOptions :: GaugeChartOptions Source #

Create a value of GaugeChartOptions 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:arc:GaugeChartOptions', gaugeChartOptions_arc - The arc configuration of a GaugeChartVisual.

$sel:arcAxis:GaugeChartOptions', gaugeChartOptions_arcAxis - The arc axis configuration of a GaugeChartVisual.

$sel:comparison:GaugeChartOptions', gaugeChartOptions_comparison - The comparison configuration of a GaugeChartVisual.

$sel:primaryValueDisplayType:GaugeChartOptions', gaugeChartOptions_primaryValueDisplayType - The options that determine the primary value display type.

$sel:primaryValueFontConfiguration:GaugeChartOptions', gaugeChartOptions_primaryValueFontConfiguration - The options that determine the primary value font configuration.

gaugeChartOptions_arc :: Lens' GaugeChartOptions (Maybe ArcConfiguration) Source #

The arc configuration of a GaugeChartVisual.

gaugeChartOptions_arcAxis :: Lens' GaugeChartOptions (Maybe ArcAxisConfiguration) Source #

The arc axis configuration of a GaugeChartVisual.

gaugeChartOptions_comparison :: Lens' GaugeChartOptions (Maybe ComparisonConfiguration) Source #

The comparison configuration of a GaugeChartVisual.

gaugeChartOptions_primaryValueDisplayType :: Lens' GaugeChartOptions (Maybe PrimaryValueDisplayType) Source #

The options that determine the primary value display type.

gaugeChartOptions_primaryValueFontConfiguration :: Lens' GaugeChartOptions (Maybe FontConfiguration) Source #

The options that determine the primary value font configuration.

GaugeChartPrimaryValueConditionalFormatting

data GaugeChartPrimaryValueConditionalFormatting Source #

The conditional formatting for the primary value of a GaugeChartVisual.

See: newGaugeChartPrimaryValueConditionalFormatting smart constructor.

Constructors

GaugeChartPrimaryValueConditionalFormatting' 

Fields

Instances

Instances details
FromJSON GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

ToJSON GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

Generic GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

Show GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

NFData GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

Eq GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

Hashable GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

type Rep GaugeChartPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting

type Rep GaugeChartPrimaryValueConditionalFormatting = D1 ('MetaData "GaugeChartPrimaryValueConditionalFormatting" "Amazonka.QuickSight.Types.GaugeChartPrimaryValueConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GaugeChartPrimaryValueConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIcon)) :*: S1 ('MetaSel ('Just "textColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor))))

newGaugeChartPrimaryValueConditionalFormatting :: GaugeChartPrimaryValueConditionalFormatting Source #

Create a value of GaugeChartPrimaryValueConditionalFormatting 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:icon:GaugeChartPrimaryValueConditionalFormatting', gaugeChartPrimaryValueConditionalFormatting_icon - The conditional formatting of the primary value icon.

$sel:textColor:GaugeChartPrimaryValueConditionalFormatting', gaugeChartPrimaryValueConditionalFormatting_textColor - The conditional formatting of the primary value text color.

GaugeChartVisual

data GaugeChartVisual Source #

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

See: newGaugeChartVisual smart constructor.

Constructors

GaugeChartVisual' 

Fields

Instances

Instances details
FromJSON GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

ToJSON GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Generic GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Associated Types

type Rep GaugeChartVisual :: Type -> Type #

Show GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

NFData GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Methods

rnf :: GaugeChartVisual -> () #

Eq GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Hashable GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

type Rep GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

newGaugeChartVisual Source #

Create a value of GaugeChartVisual 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:actions:GaugeChartVisual', gaugeChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:GaugeChartVisual', gaugeChartVisual_chartConfiguration - The configuration of a GaugeChartVisual.

$sel:conditionalFormatting:GaugeChartVisual', gaugeChartVisual_conditionalFormatting - The conditional formatting of a GaugeChartVisual.

$sel:subtitle:GaugeChartVisual', gaugeChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:GaugeChartVisual', gaugeChartVisual_title - The title that is displayed on the visual.

$sel:visualId:GaugeChartVisual', gaugeChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

gaugeChartVisual_actions :: Lens' GaugeChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

gaugeChartVisual_subtitle :: Lens' GaugeChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

gaugeChartVisual_title :: Lens' GaugeChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

gaugeChartVisual_visualId :: Lens' GaugeChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

GeoSpatialColumnGroup

data GeoSpatialColumnGroup Source #

Geospatial column group that denotes a hierarchy.

See: newGeoSpatialColumnGroup smart constructor.

Constructors

GeoSpatialColumnGroup' 

Fields

Instances

Instances details
FromJSON GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

ToJSON GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Generic GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Associated Types

type Rep GeoSpatialColumnGroup :: Type -> Type #

Read GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Show GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

NFData GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Methods

rnf :: GeoSpatialColumnGroup -> () #

Eq GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Hashable GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

type Rep GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

type Rep GeoSpatialColumnGroup = D1 ('MetaData "GeoSpatialColumnGroup" "Amazonka.QuickSight.Types.GeoSpatialColumnGroup" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeoSpatialColumnGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoSpatialCountryCode)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newGeoSpatialColumnGroup Source #

Create a value of GeoSpatialColumnGroup 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:countryCode:GeoSpatialColumnGroup', geoSpatialColumnGroup_countryCode - Country code.

$sel:name:GeoSpatialColumnGroup', geoSpatialColumnGroup_name - A display name for the hierarchy.

$sel:columns:GeoSpatialColumnGroup', geoSpatialColumnGroup_columns - Columns in this hierarchy.

GeospatialCoordinateBounds

data GeospatialCoordinateBounds Source #

The bound options (north, south, west, east) of the geospatial window options.

See: newGeospatialCoordinateBounds smart constructor.

Constructors

GeospatialCoordinateBounds' 

Fields

  • north :: Double

    The latitude of the north bound of the geospatial coordinate bounds.

  • south :: Double

    The latitude of the south bound of the geospatial coordinate bounds.

  • west :: Double

    The longitude of the west bound of the geospatial coordinate bounds.

  • east :: Double

    The longitude of the east bound of the geospatial coordinate bounds.

Instances

Instances details
FromJSON GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

ToJSON GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Generic GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Associated Types

type Rep GeospatialCoordinateBounds :: Type -> Type #

Read GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Show GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

NFData GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Eq GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

Hashable GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

type Rep GeospatialCoordinateBounds Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialCoordinateBounds

type Rep GeospatialCoordinateBounds = D1 ('MetaData "GeospatialCoordinateBounds" "Amazonka.QuickSight.Types.GeospatialCoordinateBounds" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialCoordinateBounds'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "north") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "south") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "west") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "east") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newGeospatialCoordinateBounds Source #

Create a value of GeospatialCoordinateBounds 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:north:GeospatialCoordinateBounds', geospatialCoordinateBounds_north - The latitude of the north bound of the geospatial coordinate bounds.

$sel:south:GeospatialCoordinateBounds', geospatialCoordinateBounds_south - The latitude of the south bound of the geospatial coordinate bounds.

$sel:west:GeospatialCoordinateBounds', geospatialCoordinateBounds_west - The longitude of the west bound of the geospatial coordinate bounds.

$sel:east:GeospatialCoordinateBounds', geospatialCoordinateBounds_east - The longitude of the east bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_north :: Lens' GeospatialCoordinateBounds Double Source #

The latitude of the north bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_south :: Lens' GeospatialCoordinateBounds Double Source #

The latitude of the south bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_west :: Lens' GeospatialCoordinateBounds Double Source #

The longitude of the west bound of the geospatial coordinate bounds.

geospatialCoordinateBounds_east :: Lens' GeospatialCoordinateBounds Double Source #

The longitude of the east bound of the geospatial coordinate bounds.

GeospatialMapAggregatedFieldWells

data GeospatialMapAggregatedFieldWells Source #

The aggregated field wells for a geospatial map.

See: newGeospatialMapAggregatedFieldWells smart constructor.

Constructors

GeospatialMapAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

ToJSON GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Generic GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Associated Types

type Rep GeospatialMapAggregatedFieldWells :: Type -> Type #

Show GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

NFData GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Eq GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

Hashable GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

type Rep GeospatialMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells

type Rep GeospatialMapAggregatedFieldWells = D1 ('MetaData "GeospatialMapAggregatedFieldWells" "Amazonka.QuickSight.Types.GeospatialMapAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialMapAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "geospatial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newGeospatialMapAggregatedFieldWells :: GeospatialMapAggregatedFieldWells Source #

Create a value of GeospatialMapAggregatedFieldWells 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:colors:GeospatialMapAggregatedFieldWells', geospatialMapAggregatedFieldWells_colors - The color field wells of a geospatial map.

$sel:geospatial:GeospatialMapAggregatedFieldWells', geospatialMapAggregatedFieldWells_geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

$sel:values:GeospatialMapAggregatedFieldWells', geospatialMapAggregatedFieldWells_values - The size field wells of a geospatial map. Values are aggregated based on geospatial fields.

geospatialMapAggregatedFieldWells_geospatial :: Lens' GeospatialMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

geospatialMapAggregatedFieldWells_values :: Lens' GeospatialMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field wells of a geospatial map. Values are aggregated based on geospatial fields.

GeospatialMapConfiguration

data GeospatialMapConfiguration Source #

The configuration of a GeospatialMapVisual.

See: newGeospatialMapConfiguration smart constructor.

Constructors

GeospatialMapConfiguration' 

Fields

Instances

Instances details
FromJSON GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

ToJSON GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Generic GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Associated Types

type Rep GeospatialMapConfiguration :: Type -> Type #

Show GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

NFData GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Eq GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Hashable GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

type Rep GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

newGeospatialMapConfiguration :: GeospatialMapConfiguration Source #

Create a value of GeospatialMapConfiguration 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:fieldWells:GeospatialMapConfiguration', geospatialMapConfiguration_fieldWells - The field wells of the visual.

$sel:legend:GeospatialMapConfiguration', geospatialMapConfiguration_legend - The legend display setup of the visual.

$sel:mapStyleOptions:GeospatialMapConfiguration', geospatialMapConfiguration_mapStyleOptions - The map style options of the geospatial map.

$sel:pointStyleOptions:GeospatialMapConfiguration', geospatialMapConfiguration_pointStyleOptions - The point style options of the geospatial map.

$sel:tooltip:GeospatialMapConfiguration', geospatialMapConfiguration_tooltip - The tooltip display setup of the visual.

$sel:visualPalette:GeospatialMapConfiguration', geospatialMapConfiguration_visualPalette - Undocumented member.

$sel:windowOptions:GeospatialMapConfiguration', geospatialMapConfiguration_windowOptions - The window options of the geospatial map.

GeospatialMapFieldWells

data GeospatialMapFieldWells Source #

The field wells of a GeospatialMapVisual.

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

See: newGeospatialMapFieldWells smart constructor.

Constructors

GeospatialMapFieldWells' 

Fields

Instances

Instances details
FromJSON GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

ToJSON GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

Generic GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

Associated Types

type Rep GeospatialMapFieldWells :: Type -> Type #

Show GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

NFData GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

Methods

rnf :: GeospatialMapFieldWells -> () #

Eq GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

Hashable GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

type Rep GeospatialMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapFieldWells

type Rep GeospatialMapFieldWells = D1 ('MetaData "GeospatialMapFieldWells" "Amazonka.QuickSight.Types.GeospatialMapFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialMapFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "geospatialMapAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeospatialMapAggregatedFieldWells))))

newGeospatialMapFieldWells :: GeospatialMapFieldWells Source #

Create a value of GeospatialMapFieldWells 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:geospatialMapAggregatedFieldWells:GeospatialMapFieldWells', geospatialMapFieldWells_geospatialMapAggregatedFieldWells - The aggregated field well for a geospatial map.

GeospatialMapStyleOptions

data GeospatialMapStyleOptions Source #

The map style options of the geospatial map.

See: newGeospatialMapStyleOptions smart constructor.

Constructors

GeospatialMapStyleOptions' 

Fields

Instances

Instances details
FromJSON GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

ToJSON GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

Generic GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

Associated Types

type Rep GeospatialMapStyleOptions :: Type -> Type #

Read GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

Show GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

NFData GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

Eq GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

Hashable GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

type Rep GeospatialMapStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapStyleOptions

type Rep GeospatialMapStyleOptions = D1 ('MetaData "GeospatialMapStyleOptions" "Amazonka.QuickSight.Types.GeospatialMapStyleOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialMapStyleOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseMapStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BaseMapStyleType))))

newGeospatialMapStyleOptions :: GeospatialMapStyleOptions Source #

Create a value of GeospatialMapStyleOptions 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:baseMapStyle:GeospatialMapStyleOptions', geospatialMapStyleOptions_baseMapStyle - The base map style of the geospatial map.

GeospatialMapVisual

data GeospatialMapVisual Source #

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

See: newGeospatialMapVisual smart constructor.

Constructors

GeospatialMapVisual' 

Fields

Instances

Instances details
FromJSON GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

ToJSON GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

Generic GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

Associated Types

type Rep GeospatialMapVisual :: Type -> Type #

Show GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

NFData GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

Methods

rnf :: GeospatialMapVisual -> () #

Eq GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

Hashable GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

type Rep GeospatialMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapVisual

newGeospatialMapVisual Source #

Create a value of GeospatialMapVisual 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:actions:GeospatialMapVisual', geospatialMapVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:GeospatialMapVisual', geospatialMapVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:GeospatialMapVisual', geospatialMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:GeospatialMapVisual', geospatialMapVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:GeospatialMapVisual', geospatialMapVisual_title - The title that is displayed on the visual.

$sel:visualId:GeospatialMapVisual', geospatialMapVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

geospatialMapVisual_actions :: Lens' GeospatialMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

geospatialMapVisual_columnHierarchies :: Lens' GeospatialMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

geospatialMapVisual_visualId :: Lens' GeospatialMapVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

GeospatialPointStyleOptions

data GeospatialPointStyleOptions Source #

The point style of the geospatial map.

See: newGeospatialPointStyleOptions smart constructor.

Constructors

GeospatialPointStyleOptions' 

Fields

Instances

Instances details
FromJSON GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

ToJSON GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Generic GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Associated Types

type Rep GeospatialPointStyleOptions :: Type -> Type #

Read GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Show GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

NFData GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Eq GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Hashable GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

type Rep GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

type Rep GeospatialPointStyleOptions = D1 ('MetaData "GeospatialPointStyleOptions" "Amazonka.QuickSight.Types.GeospatialPointStyleOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialPointStyleOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterMarkerConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterMarkerConfiguration)) :*: S1 ('MetaSel ('Just "selectedPointStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeospatialSelectedPointStyle))))

newGeospatialPointStyleOptions :: GeospatialPointStyleOptions Source #

Create a value of GeospatialPointStyleOptions 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:clusterMarkerConfiguration:GeospatialPointStyleOptions', geospatialPointStyleOptions_clusterMarkerConfiguration - The cluster marker configuration of the geospatial point style.

$sel:selectedPointStyle:GeospatialPointStyleOptions', geospatialPointStyleOptions_selectedPointStyle - The selected point styles (point, cluster) of the geospatial map.

GeospatialWindowOptions

data GeospatialWindowOptions Source #

The window options of the geospatial map visual.

See: newGeospatialWindowOptions smart constructor.

Constructors

GeospatialWindowOptions' 

Fields

Instances

Instances details
FromJSON GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

ToJSON GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

Generic GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

Associated Types

type Rep GeospatialWindowOptions :: Type -> Type #

Read GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

Show GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

NFData GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

Methods

rnf :: GeospatialWindowOptions -> () #

Eq GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

Hashable GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

type Rep GeospatialWindowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialWindowOptions

type Rep GeospatialWindowOptions = D1 ('MetaData "GeospatialWindowOptions" "Amazonka.QuickSight.Types.GeospatialWindowOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialWindowOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bounds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeospatialCoordinateBounds)) :*: S1 ('MetaSel ('Just "mapZoomMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MapZoomMode))))

newGeospatialWindowOptions :: GeospatialWindowOptions Source #

Create a value of GeospatialWindowOptions 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:bounds:GeospatialWindowOptions', geospatialWindowOptions_bounds - The bounds options (north, south, west, east) of the geospatial window options.

$sel:mapZoomMode:GeospatialWindowOptions', geospatialWindowOptions_mapZoomMode - The map zoom modes (manual, auto) of the geospatial window options.

geospatialWindowOptions_bounds :: Lens' GeospatialWindowOptions (Maybe GeospatialCoordinateBounds) Source #

The bounds options (north, south, west, east) of the geospatial window options.

geospatialWindowOptions_mapZoomMode :: Lens' GeospatialWindowOptions (Maybe MapZoomMode) Source #

The map zoom modes (manual, auto) of the geospatial window options.

GlobalTableBorderOptions

data GlobalTableBorderOptions Source #

Determines the border options for a table visual.

See: newGlobalTableBorderOptions smart constructor.

Constructors

GlobalTableBorderOptions' 

Fields

Instances

Instances details
FromJSON GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

ToJSON GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Generic GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Associated Types

type Rep GlobalTableBorderOptions :: Type -> Type #

Read GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Show GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

NFData GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Eq GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

Hashable GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

type Rep GlobalTableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GlobalTableBorderOptions

type Rep GlobalTableBorderOptions = D1 ('MetaData "GlobalTableBorderOptions" "Amazonka.QuickSight.Types.GlobalTableBorderOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GlobalTableBorderOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sideSpecificBorder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableSideBorderOptions)) :*: S1 ('MetaSel ('Just "uniformBorder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableBorderOptions))))

newGlobalTableBorderOptions :: GlobalTableBorderOptions Source #

Create a value of GlobalTableBorderOptions 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:sideSpecificBorder:GlobalTableBorderOptions', globalTableBorderOptions_sideSpecificBorder - Determines the options for side specific border.

$sel:uniformBorder:GlobalTableBorderOptions', globalTableBorderOptions_uniformBorder - Determines the options for uniform border.

GradientColor

data GradientColor Source #

Determines the gradient color settings.

See: newGradientColor smart constructor.

Constructors

GradientColor' 

Fields

Instances

Instances details
FromJSON GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

ToJSON GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

Generic GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

Associated Types

type Rep GradientColor :: Type -> Type #

Read GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

Show GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

NFData GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

Methods

rnf :: GradientColor -> () #

Eq GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

Hashable GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

type Rep GradientColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientColor

type Rep GradientColor = D1 ('MetaData "GradientColor" "Amazonka.QuickSight.Types.GradientColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GradientColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GradientStop]))))

newGradientColor :: GradientColor Source #

Create a value of GradientColor 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:stops:GradientColor', gradientColor_stops - The list of gradient color stops.

gradientColor_stops :: Lens' GradientColor (Maybe [GradientStop]) Source #

The list of gradient color stops.

GradientStop

data GradientStop Source #

Determines the gradient stop configuration.

See: newGradientStop smart constructor.

Constructors

GradientStop' 

Fields

Instances

Instances details
FromJSON GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

ToJSON GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Generic GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Associated Types

type Rep GradientStop :: Type -> Type #

Read GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Show GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

NFData GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Methods

rnf :: GradientStop -> () #

Eq GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

Hashable GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

type Rep GradientStop Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GradientStop

type Rep GradientStop = D1 ('MetaData "GradientStop" "Amazonka.QuickSight.Types.GradientStop" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GradientStop'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "gradientOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newGradientStop Source #

Create a value of GradientStop 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:color:GradientStop', gradientStop_color - Determines the color.

$sel:dataValue:GradientStop', gradientStop_dataValue - Determines the data value.

$sel:gradientOffset:GradientStop', gradientStop_gradientOffset - Determines gradient offset value.

gradientStop_gradientOffset :: Lens' GradientStop Double Source #

Determines gradient offset value.

GridLayoutCanvasSizeOptions

data GridLayoutCanvasSizeOptions Source #

Configuration options for the canvas of a grid layout.

See: newGridLayoutCanvasSizeOptions smart constructor.

Constructors

GridLayoutCanvasSizeOptions' 

Fields

Instances

Instances details
FromJSON GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

ToJSON GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

Generic GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

Associated Types

type Rep GridLayoutCanvasSizeOptions :: Type -> Type #

Read GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

Show GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

NFData GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

Eq GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

Hashable GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

type Rep GridLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions

type Rep GridLayoutCanvasSizeOptions = D1 ('MetaData "GridLayoutCanvasSizeOptions" "Amazonka.QuickSight.Types.GridLayoutCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GridLayoutCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "screenCanvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GridLayoutScreenCanvasSizeOptions))))

newGridLayoutCanvasSizeOptions :: GridLayoutCanvasSizeOptions Source #

Create a value of GridLayoutCanvasSizeOptions 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:screenCanvasSizeOptions:GridLayoutCanvasSizeOptions', gridLayoutCanvasSizeOptions_screenCanvasSizeOptions - The options that determine the sizing of the canvas used in a grid layout.

GridLayoutConfiguration

data GridLayoutConfiguration Source #

The configuration for a grid layout. Also called a tiled layout.

Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.

See: newGridLayoutConfiguration smart constructor.

Constructors

GridLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

ToJSON GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

Generic GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

Associated Types

type Rep GridLayoutConfiguration :: Type -> Type #

Read GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

Show GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

NFData GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

Methods

rnf :: GridLayoutConfiguration -> () #

Eq GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

Hashable GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

type Rep GridLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutConfiguration

type Rep GridLayoutConfiguration = D1 ('MetaData "GridLayoutConfiguration" "Amazonka.QuickSight.Types.GridLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GridLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GridLayoutCanvasSizeOptions)) :*: S1 ('MetaSel ('Just "elements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [GridLayoutElement])))

newGridLayoutConfiguration :: GridLayoutConfiguration Source #

Create a value of GridLayoutConfiguration 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:canvasSizeOptions:GridLayoutConfiguration', gridLayoutConfiguration_canvasSizeOptions - Undocumented member.

$sel:elements:GridLayoutConfiguration', gridLayoutConfiguration_elements - The elements that are included in a grid layout.

gridLayoutConfiguration_elements :: Lens' GridLayoutConfiguration [GridLayoutElement] Source #

The elements that are included in a grid layout.

GridLayoutElement

data GridLayoutElement Source #

An element within a grid layout.

See: newGridLayoutElement smart constructor.

Constructors

GridLayoutElement' 

Fields

Instances

Instances details
FromJSON GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

ToJSON GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

Generic GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

Associated Types

type Rep GridLayoutElement :: Type -> Type #

Read GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

Show GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

NFData GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

Methods

rnf :: GridLayoutElement -> () #

Eq GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

Hashable GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

type Rep GridLayoutElement Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutElement

type Rep GridLayoutElement = D1 ('MetaData "GridLayoutElement" "Amazonka.QuickSight.Types.GridLayoutElement" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GridLayoutElement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columnIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "rowIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "elementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "elementType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LayoutElementType) :*: (S1 ('MetaSel ('Just "columnSpan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "rowSpan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newGridLayoutElement Source #

Create a value of GridLayoutElement 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:columnIndex:GridLayoutElement', gridLayoutElement_columnIndex - The column index for the upper left corner of an element.

$sel:rowIndex:GridLayoutElement', gridLayoutElement_rowIndex - The row index for the upper left corner of an element.

$sel:elementId:GridLayoutElement', gridLayoutElement_elementId - A unique identifier for an element within a grid layout.

$sel:elementType:GridLayoutElement', gridLayoutElement_elementType - The type of element.

$sel:columnSpan:GridLayoutElement', gridLayoutElement_columnSpan - The width of a grid element expressed as a number of grid columns.

$sel:rowSpan:GridLayoutElement', gridLayoutElement_rowSpan - The height of a grid element expressed as a number of grid rows.

gridLayoutElement_columnIndex :: Lens' GridLayoutElement (Maybe Natural) Source #

The column index for the upper left corner of an element.

gridLayoutElement_rowIndex :: Lens' GridLayoutElement (Maybe Natural) Source #

The row index for the upper left corner of an element.

gridLayoutElement_elementId :: Lens' GridLayoutElement Text Source #

A unique identifier for an element within a grid layout.

gridLayoutElement_columnSpan :: Lens' GridLayoutElement Natural Source #

The width of a grid element expressed as a number of grid columns.

gridLayoutElement_rowSpan :: Lens' GridLayoutElement Natural Source #

The height of a grid element expressed as a number of grid rows.

GridLayoutScreenCanvasSizeOptions

data GridLayoutScreenCanvasSizeOptions Source #

The options that determine the sizing of the canvas used in a grid layout.

See: newGridLayoutScreenCanvasSizeOptions smart constructor.

Constructors

GridLayoutScreenCanvasSizeOptions' 

Fields

  • optimizedViewPortWidth :: Maybe Text

    The width that the view port will be optimized for when the layout renders.

  • resizeOption :: ResizeOption

    This value determines the layout behavior when the viewport is resized.

    • FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic.
    • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.

Instances

Instances details
FromJSON GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

ToJSON GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Generic GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Associated Types

type Rep GridLayoutScreenCanvasSizeOptions :: Type -> Type #

Read GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Show GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

NFData GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Eq GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Hashable GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

type Rep GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

type Rep GridLayoutScreenCanvasSizeOptions = D1 ('MetaData "GridLayoutScreenCanvasSizeOptions" "Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GridLayoutScreenCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizedViewPortWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resizeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResizeOption)))

newGridLayoutScreenCanvasSizeOptions Source #

Create a value of GridLayoutScreenCanvasSizeOptions 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:optimizedViewPortWidth:GridLayoutScreenCanvasSizeOptions', gridLayoutScreenCanvasSizeOptions_optimizedViewPortWidth - The width that the view port will be optimized for when the layout renders.

$sel:resizeOption:GridLayoutScreenCanvasSizeOptions', gridLayoutScreenCanvasSizeOptions_resizeOption - This value determines the layout behavior when the viewport is resized.

  • FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic.
  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.

gridLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' GridLayoutScreenCanvasSizeOptions (Maybe Text) Source #

The width that the view port will be optimized for when the layout renders.

gridLayoutScreenCanvasSizeOptions_resizeOption :: Lens' GridLayoutScreenCanvasSizeOptions ResizeOption Source #

This value determines the layout behavior when the viewport is resized.

  • FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called Classic.
  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.

Group

data Group Source #

A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.

See: newGroup smart constructor.

Constructors

Group' 

Fields

Instances

Instances details
FromJSON Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Generic Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Associated Types

type Rep Group :: Type -> Type #

Methods

from :: Group -> Rep Group x #

to :: Rep Group x -> Group #

Read Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Show Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

NFData Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

rnf :: Group -> () #

Eq Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

(==) :: Group -> Group -> Bool #

(/=) :: Group -> Group -> Bool #

Hashable Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

hashWithSalt :: Int -> Group -> Int #

hash :: Group -> Int #

type Rep Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

type Rep Group = D1 ('MetaData "Group" "Amazonka.QuickSight.Types.Group" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Group'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGroup :: Group Source #

Create a value of Group 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:arn:Group', group_arn - The Amazon Resource Name (ARN) for the group.

$sel:description:Group', group_description - The group description.

$sel:groupName:Group', group_groupName - The name of the group.

$sel:principalId:Group', group_principalId - The principal ID of the group.

group_arn :: Lens' Group (Maybe Text) Source #

The Amazon Resource Name (ARN) for the group.

group_description :: Lens' Group (Maybe Text) Source #

The group description.

group_groupName :: Lens' Group (Maybe Text) Source #

The name of the group.

group_principalId :: Lens' Group (Maybe Text) Source #

The principal ID of the group.

GroupMember

data GroupMember Source #

A member of an Amazon QuickSight group. Currently, group members must be users. Groups can't be members of another group. .

See: newGroupMember smart constructor.

Constructors

GroupMember' 

Fields

Instances

Instances details
FromJSON GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Generic GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Associated Types

type Rep GroupMember :: Type -> Type #

Read GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Show GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

NFData GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Methods

rnf :: GroupMember -> () #

Eq GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Hashable GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

type Rep GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

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

newGroupMember :: GroupMember Source #

Create a value of GroupMember 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:arn:GroupMember', groupMember_arn - The Amazon Resource Name (ARN) for the group member (user).

$sel:memberName:GroupMember', groupMember_memberName - The name of the group member (user).

groupMember_arn :: Lens' GroupMember (Maybe Text) Source #

The Amazon Resource Name (ARN) for the group member (user).

groupMember_memberName :: Lens' GroupMember (Maybe Text) Source #

The name of the group member (user).

GroupSearchFilter

data GroupSearchFilter Source #

A GroupSearchFilter object that you want to apply to your search.

See: newGroupSearchFilter smart constructor.

Constructors

GroupSearchFilter' 

Fields

  • operator :: GroupFilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

  • name :: GroupFilterAttribute

    The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

  • value :: Text

    The value of the named item, in this case GROUP_NAME, that you want to use as a filter.

Instances

Instances details
ToJSON GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

Generic GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

Associated Types

type Rep GroupSearchFilter :: Type -> Type #

Read GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

Show GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

NFData GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

Methods

rnf :: GroupSearchFilter -> () #

Eq GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

Hashable GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

type Rep GroupSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupSearchFilter

type Rep GroupSearchFilter = D1 ('MetaData "GroupSearchFilter" "Amazonka.QuickSight.Types.GroupSearchFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GroupSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GroupFilterOperator) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GroupFilterAttribute) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGroupSearchFilter Source #

Create a value of GroupSearchFilter 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:operator:GroupSearchFilter', groupSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

$sel:name:GroupSearchFilter', groupSearchFilter_name - The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

$sel:value:GroupSearchFilter', groupSearchFilter_value - The value of the named item, in this case GROUP_NAME, that you want to use as a filter.

groupSearchFilter_operator :: Lens' GroupSearchFilter GroupFilterOperator Source #

The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

groupSearchFilter_name :: Lens' GroupSearchFilter GroupFilterAttribute Source #

The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

groupSearchFilter_value :: Lens' GroupSearchFilter Text Source #

The value of the named item, in this case GROUP_NAME, that you want to use as a filter.

GrowthRateComputation

data GrowthRateComputation Source #

The growth rate computation configuration.

See: newGrowthRateComputation smart constructor.

Constructors

GrowthRateComputation' 

Fields

Instances

Instances details
FromJSON GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

ToJSON GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Generic GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Associated Types

type Rep GrowthRateComputation :: Type -> Type #

Show GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

NFData GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Methods

rnf :: GrowthRateComputation -> () #

Eq GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

Hashable GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

type Rep GrowthRateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GrowthRateComputation

type Rep GrowthRateComputation = D1 ('MetaData "GrowthRateComputation" "Amazonka.QuickSight.Types.GrowthRateComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GrowthRateComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "periodSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField)))))

newGrowthRateComputation Source #

Create a value of GrowthRateComputation 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:name:GrowthRateComputation', growthRateComputation_name - The name of a computation.

$sel:periodSize:GrowthRateComputation', growthRateComputation_periodSize - The period size setup of a growth rate computation.

$sel:value:GrowthRateComputation', growthRateComputation_value - The value field that is used in a computation.

$sel:computationId:GrowthRateComputation', growthRateComputation_computationId - The ID for a computation.

$sel:time:GrowthRateComputation', growthRateComputation_time - The time field that is used in a computation.

growthRateComputation_periodSize :: Lens' GrowthRateComputation (Maybe Natural) Source #

The period size setup of a growth rate computation.

growthRateComputation_value :: Lens' GrowthRateComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

growthRateComputation_time :: Lens' GrowthRateComputation DimensionField Source #

The time field that is used in a computation.

GutterStyle

data GutterStyle Source #

The display options for gutter spacing between tiles on a sheet.

See: newGutterStyle smart constructor.

Constructors

GutterStyle' 

Fields

  • show :: Maybe Bool

    This Boolean value controls whether to display a gutter space between sheet tiles.

Instances

Instances details
FromJSON GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

ToJSON GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Generic GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Associated Types

type Rep GutterStyle :: Type -> Type #

Read GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Show GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

NFData GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Methods

rnf :: GutterStyle -> () #

Eq GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Hashable GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

type Rep GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

type Rep GutterStyle = D1 ('MetaData "GutterStyle" "Amazonka.QuickSight.Types.GutterStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GutterStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "show") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newGutterStyle :: GutterStyle Source #

Create a value of GutterStyle 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:show:GutterStyle', gutterStyle_show - This Boolean value controls whether to display a gutter space between sheet tiles.

gutterStyle_show :: Lens' GutterStyle (Maybe Bool) Source #

This Boolean value controls whether to display a gutter space between sheet tiles.

HeaderFooterSectionConfiguration

data HeaderFooterSectionConfiguration Source #

The configuration of a header or footer section.

See: newHeaderFooterSectionConfiguration smart constructor.

Constructors

HeaderFooterSectionConfiguration' 

Fields

Instances

Instances details
FromJSON HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

ToJSON HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Generic HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Associated Types

type Rep HeaderFooterSectionConfiguration :: Type -> Type #

Show HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

NFData HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Eq HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Hashable HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

type Rep HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

type Rep HeaderFooterSectionConfiguration = D1 ('MetaData "HeaderFooterSectionConfiguration" "Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HeaderFooterSectionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "style") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionStyle)) :*: (S1 ('MetaSel ('Just "sectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "layout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SectionLayoutConfiguration))))

newHeaderFooterSectionConfiguration Source #

Create a value of HeaderFooterSectionConfiguration 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:style:HeaderFooterSectionConfiguration', headerFooterSectionConfiguration_style - The style options of a header or footer section.

$sel:sectionId:HeaderFooterSectionConfiguration', headerFooterSectionConfiguration_sectionId - The unique identifier of the header or footer section.

$sel:layout:HeaderFooterSectionConfiguration', headerFooterSectionConfiguration_layout - The layout configuration of the header or footer section.

headerFooterSectionConfiguration_sectionId :: Lens' HeaderFooterSectionConfiguration Text Source #

The unique identifier of the header or footer section.

HeatMapAggregatedFieldWells

data HeatMapAggregatedFieldWells Source #

The aggregated field wells of a heat map.

See: newHeatMapAggregatedFieldWells smart constructor.

Constructors

HeatMapAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

ToJSON HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

Generic HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

Associated Types

type Rep HeatMapAggregatedFieldWells :: Type -> Type #

Show HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

NFData HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

Eq HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

Hashable HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

type Rep HeatMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells

type Rep HeatMapAggregatedFieldWells = D1 ('MetaData "HeatMapAggregatedFieldWells" "Amazonka.QuickSight.Types.HeatMapAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HeatMapAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "rows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newHeatMapAggregatedFieldWells :: HeatMapAggregatedFieldWells Source #

Create a value of HeatMapAggregatedFieldWells 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:columns:HeatMapAggregatedFieldWells', heatMapAggregatedFieldWells_columns - The columns field well of a heat map.

$sel:rows:HeatMapAggregatedFieldWells', heatMapAggregatedFieldWells_rows - The rows field well of a heat map.

$sel:values:HeatMapAggregatedFieldWells', heatMapAggregatedFieldWells_values - The values field well of a heat map.

HeatMapConfiguration

data HeatMapConfiguration Source #

The configuration of a heat map.

See: newHeatMapConfiguration smart constructor.

Constructors

HeatMapConfiguration' 

Fields

Instances

Instances details
FromJSON HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

ToJSON HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Generic HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Associated Types

type Rep HeatMapConfiguration :: Type -> Type #

Show HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

NFData HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Methods

rnf :: HeatMapConfiguration -> () #

Eq HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Hashable HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

type Rep HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

newHeatMapConfiguration :: HeatMapConfiguration Source #

Create a value of HeatMapConfiguration 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:colorScale:HeatMapConfiguration', heatMapConfiguration_colorScale - The color options (gradient color, point of divergence) in a heat map.

$sel:columnLabelOptions:HeatMapConfiguration', heatMapConfiguration_columnLabelOptions - The label options of the column that is displayed in a heat map.

$sel:dataLabels:HeatMapConfiguration', heatMapConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:fieldWells:HeatMapConfiguration', heatMapConfiguration_fieldWells - The field wells of the visual.

$sel:legend:HeatMapConfiguration', heatMapConfiguration_legend - The legend display setup of the visual.

$sel:rowLabelOptions:HeatMapConfiguration', heatMapConfiguration_rowLabelOptions - The label options of the row that is displayed in a heat map.

$sel:sortConfiguration:HeatMapConfiguration', heatMapConfiguration_sortConfiguration - The sort configuration of a heat map.

$sel:tooltip:HeatMapConfiguration', heatMapConfiguration_tooltip - The tooltip display setup of the visual.

heatMapConfiguration_colorScale :: Lens' HeatMapConfiguration (Maybe ColorScale) Source #

The color options (gradient color, point of divergence) in a heat map.

heatMapConfiguration_columnLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the column that is displayed in a heat map.

heatMapConfiguration_dataLabels :: Lens' HeatMapConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

heatMapConfiguration_rowLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the row that is displayed in a heat map.

HeatMapFieldWells

data HeatMapFieldWells Source #

The field well configuration of a heat map.

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

See: newHeatMapFieldWells smart constructor.

Constructors

HeatMapFieldWells' 

Fields

Instances

Instances details
FromJSON HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

ToJSON HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Generic HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Associated Types

type Rep HeatMapFieldWells :: Type -> Type #

Show HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

NFData HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Methods

rnf :: HeatMapFieldWells -> () #

Eq HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Hashable HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

type Rep HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

type Rep HeatMapFieldWells = D1 ('MetaData "HeatMapFieldWells" "Amazonka.QuickSight.Types.HeatMapFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HeatMapFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "heatMapAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HeatMapAggregatedFieldWells))))

newHeatMapFieldWells :: HeatMapFieldWells Source #

Create a value of HeatMapFieldWells 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:heatMapAggregatedFieldWells:HeatMapFieldWells', heatMapFieldWells_heatMapAggregatedFieldWells - The aggregated field wells of a heat map.

HeatMapSortConfiguration

data HeatMapSortConfiguration Source #

The sort configuration of a heat map.

See: newHeatMapSortConfiguration smart constructor.

Constructors

HeatMapSortConfiguration' 

Fields

Instances

Instances details
FromJSON HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

ToJSON HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Generic HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Associated Types

type Rep HeatMapSortConfiguration :: Type -> Type #

Read HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Show HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

NFData HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Eq HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Hashable HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

type Rep HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

type Rep HeatMapSortConfiguration = D1 ('MetaData "HeatMapSortConfiguration" "Amazonka.QuickSight.Types.HeatMapSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HeatMapSortConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "heatMapColumnItemsLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "heatMapColumnSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))) :*: (S1 ('MetaSel ('Just "heatMapRowItemsLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "heatMapRowSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])))))

newHeatMapSortConfiguration :: HeatMapSortConfiguration Source #

Create a value of HeatMapSortConfiguration 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:heatMapColumnItemsLimitConfiguration:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapColumnItemsLimitConfiguration - The limit on the number of columns that are displayed in a heat map.

$sel:heatMapColumnSort:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.

$sel:heatMapRowItemsLimitConfiguration:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapRowItemsLimitConfiguration - The limit on the number of rows that are displayed in a heat map.

$sel:heatMapRowSort:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapRowSort - The field sort configuration of the rows fields.

heatMapSortConfiguration_heatMapColumnSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions]) Source #

The column sort configuration for heat map for columns that aren't a part of a field well.

HeatMapVisual

data HeatMapVisual Source #

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

See: newHeatMapVisual smart constructor.

Constructors

HeatMapVisual' 

Fields

Instances

Instances details
FromJSON HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

ToJSON HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Generic HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Associated Types

type Rep HeatMapVisual :: Type -> Type #

Show HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

NFData HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Methods

rnf :: HeatMapVisual -> () #

Eq HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Hashable HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

type Rep HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

newHeatMapVisual Source #

Create a value of HeatMapVisual 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:actions:HeatMapVisual', heatMapVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:HeatMapVisual', heatMapVisual_chartConfiguration - The configuration of a heat map.

$sel:columnHierarchies:HeatMapVisual', heatMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:HeatMapVisual', heatMapVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:HeatMapVisual', heatMapVisual_title - The title that is displayed on the visual.

$sel:visualId:HeatMapVisual', heatMapVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

heatMapVisual_actions :: Lens' HeatMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

heatMapVisual_columnHierarchies :: Lens' HeatMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

heatMapVisual_subtitle :: Lens' HeatMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

heatMapVisual_title :: Lens' HeatMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

heatMapVisual_visualId :: Lens' HeatMapVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

HistogramAggregatedFieldWells

data HistogramAggregatedFieldWells Source #

The field well configuration of a histogram.

See: newHistogramAggregatedFieldWells smart constructor.

Constructors

HistogramAggregatedFieldWells' 

Fields

  • values :: Maybe [MeasureField]

    The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.

Instances

Instances details
FromJSON HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

ToJSON HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

Generic HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

Associated Types

type Rep HistogramAggregatedFieldWells :: Type -> Type #

Show HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

NFData HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

Eq HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

Hashable HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

type Rep HistogramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramAggregatedFieldWells

type Rep HistogramAggregatedFieldWells = D1 ('MetaData "HistogramAggregatedFieldWells" "Amazonka.QuickSight.Types.HistogramAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HistogramAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newHistogramAggregatedFieldWells :: HistogramAggregatedFieldWells Source #

Create a value of HistogramAggregatedFieldWells 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:values:HistogramAggregatedFieldWells', histogramAggregatedFieldWells_values - The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.

histogramAggregatedFieldWells_values :: Lens' HistogramAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a histogram. Values are aggregated by COUNT or DISTINCT_COUNT.

HistogramBinOptions

data HistogramBinOptions Source #

The options that determine the presentation of histogram bins.

See: newHistogramBinOptions smart constructor.

Constructors

HistogramBinOptions' 

Fields

Instances

Instances details
FromJSON HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

ToJSON HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Generic HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Associated Types

type Rep HistogramBinOptions :: Type -> Type #

Read HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Show HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

NFData HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Methods

rnf :: HistogramBinOptions -> () #

Eq HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

Hashable HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

type Rep HistogramBinOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramBinOptions

type Rep HistogramBinOptions = D1 ('MetaData "HistogramBinOptions" "Amazonka.QuickSight.Types.HistogramBinOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HistogramBinOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "binCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BinCountOptions)) :*: S1 ('MetaSel ('Just "binWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BinWidthOptions))) :*: (S1 ('MetaSel ('Just "selectedBinType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistogramBinType)) :*: S1 ('MetaSel ('Just "startValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newHistogramBinOptions :: HistogramBinOptions Source #

Create a value of HistogramBinOptions 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:binCount:HistogramBinOptions', histogramBinOptions_binCount - The options that determine the bin count of a histogram.

$sel:binWidth:HistogramBinOptions', histogramBinOptions_binWidth - The options that determine the bin width of a histogram.

$sel:selectedBinType:HistogramBinOptions', histogramBinOptions_selectedBinType - The options that determine the selected bin type.

$sel:startValue:HistogramBinOptions', histogramBinOptions_startValue - The options that determine the bin start value.

histogramBinOptions_binCount :: Lens' HistogramBinOptions (Maybe BinCountOptions) Source #

The options that determine the bin count of a histogram.

histogramBinOptions_binWidth :: Lens' HistogramBinOptions (Maybe BinWidthOptions) Source #

The options that determine the bin width of a histogram.

histogramBinOptions_selectedBinType :: Lens' HistogramBinOptions (Maybe HistogramBinType) Source #

The options that determine the selected bin type.

histogramBinOptions_startValue :: Lens' HistogramBinOptions (Maybe Double) Source #

The options that determine the bin start value.

HistogramConfiguration

data HistogramConfiguration Source #

The configuration for a HistogramVisual.

See: newHistogramConfiguration smart constructor.

Constructors

HistogramConfiguration' 

Fields

Instances

Instances details
FromJSON HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

ToJSON HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Generic HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Associated Types

type Rep HistogramConfiguration :: Type -> Type #

Show HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

NFData HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Methods

rnf :: HistogramConfiguration -> () #

Eq HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Hashable HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

type Rep HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

newHistogramConfiguration :: HistogramConfiguration Source #

Create a value of HistogramConfiguration 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:binOptions:HistogramConfiguration', histogramConfiguration_binOptions - The options that determine the presentation of histogram bins.

$sel:dataLabels:HistogramConfiguration', histogramConfiguration_dataLabels - The data label configuration of a histogram.

$sel:fieldWells:HistogramConfiguration', histogramConfiguration_fieldWells - The field well configuration of a histogram.

$sel:tooltip:HistogramConfiguration', histogramConfiguration_tooltip - The tooltip configuration of a histogram.

$sel:visualPalette:HistogramConfiguration', histogramConfiguration_visualPalette - The visual palette configuration of a histogram.

$sel:xAxisDisplayOptions:HistogramConfiguration', histogramConfiguration_xAxisDisplayOptions - The options that determine the presentation of the x-axis.

$sel:xAxisLabelOptions:HistogramConfiguration', histogramConfiguration_xAxisLabelOptions - The options that determine the presentation of the x-axis label.

$sel:yAxisDisplayOptions:HistogramConfiguration', histogramConfiguration_yAxisDisplayOptions - The options that determine the presentation of the y-axis.

histogramConfiguration_binOptions :: Lens' HistogramConfiguration (Maybe HistogramBinOptions) Source #

The options that determine the presentation of histogram bins.

histogramConfiguration_visualPalette :: Lens' HistogramConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a histogram.

histogramConfiguration_xAxisDisplayOptions :: Lens' HistogramConfiguration (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the x-axis.

histogramConfiguration_xAxisLabelOptions :: Lens' HistogramConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the x-axis label.

histogramConfiguration_yAxisDisplayOptions :: Lens' HistogramConfiguration (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the y-axis.

HistogramFieldWells

data HistogramFieldWells Source #

The field well configuration of a histogram.

See: newHistogramFieldWells smart constructor.

Constructors

HistogramFieldWells' 

Fields

Instances

Instances details
FromJSON HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

ToJSON HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

Generic HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

Associated Types

type Rep HistogramFieldWells :: Type -> Type #

Show HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

NFData HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

Methods

rnf :: HistogramFieldWells -> () #

Eq HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

Hashable HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

type Rep HistogramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramFieldWells

type Rep HistogramFieldWells = D1 ('MetaData "HistogramFieldWells" "Amazonka.QuickSight.Types.HistogramFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HistogramFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "histogramAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistogramAggregatedFieldWells))))

newHistogramFieldWells :: HistogramFieldWells Source #

Create a value of HistogramFieldWells 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:histogramAggregatedFieldWells:HistogramFieldWells', histogramFieldWells_histogramAggregatedFieldWells - The field well configuration of a histogram.

HistogramVisual

data HistogramVisual Source #

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

See: newHistogramVisual smart constructor.

Constructors

HistogramVisual' 

Fields

Instances

Instances details
FromJSON HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

ToJSON HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Generic HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Associated Types

type Rep HistogramVisual :: Type -> Type #

Show HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

NFData HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Methods

rnf :: HistogramVisual -> () #

Eq HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

Hashable HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

type Rep HistogramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramVisual

newHistogramVisual Source #

Create a value of HistogramVisual 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:actions:HistogramVisual', histogramVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:HistogramVisual', histogramVisual_chartConfiguration - The configuration for a HistogramVisual.

$sel:subtitle:HistogramVisual', histogramVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:HistogramVisual', histogramVisual_title - The title that is displayed on the visual.

$sel:visualId:HistogramVisual', histogramVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

histogramVisual_actions :: Lens' HistogramVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

histogramVisual_subtitle :: Lens' HistogramVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

histogramVisual_title :: Lens' HistogramVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

histogramVisual_visualId :: Lens' HistogramVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

IAMPolicyAssignment

data IAMPolicyAssignment Source #

An Identity and Access Management (IAM) policy assignment.

See: newIAMPolicyAssignment smart constructor.

Constructors

IAMPolicyAssignment' 

Fields

Instances

Instances details
FromJSON IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Generic IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Associated Types

type Rep IAMPolicyAssignment :: Type -> Type #

Read IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Show IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

NFData IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Methods

rnf :: IAMPolicyAssignment -> () #

Eq IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Hashable IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

type Rep IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

type Rep IAMPolicyAssignment = D1 ('MetaData "IAMPolicyAssignment" "Amazonka.QuickSight.Types.IAMPolicyAssignment" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IAMPolicyAssignment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assignmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assignmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assignmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignmentStatus)))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIAMPolicyAssignment :: IAMPolicyAssignment Source #

Create a value of IAMPolicyAssignment 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:assignmentId:IAMPolicyAssignment', iAMPolicyAssignment_assignmentId - Assignment ID.

$sel:assignmentName:IAMPolicyAssignment', iAMPolicyAssignment_assignmentName - Assignment name.

$sel:assignmentStatus:IAMPolicyAssignment', iAMPolicyAssignment_assignmentStatus - Assignment status.

$sel:awsAccountId:IAMPolicyAssignment', iAMPolicyAssignment_awsAccountId - The Amazon Web Services account ID.

$sel:identities:IAMPolicyAssignment', iAMPolicyAssignment_identities - Identities.

$sel:policyArn:IAMPolicyAssignment', iAMPolicyAssignment_policyArn - The Amazon Resource Name (ARN) for the IAM policy.

iAMPolicyAssignment_policyArn :: Lens' IAMPolicyAssignment (Maybe Text) Source #

The Amazon Resource Name (ARN) for the IAM policy.

IAMPolicyAssignmentSummary

data IAMPolicyAssignmentSummary Source #

IAM policy assignment summary.

See: newIAMPolicyAssignmentSummary smart constructor.

Constructors

IAMPolicyAssignmentSummary' 

Fields

Instances

Instances details
FromJSON IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Generic IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Associated Types

type Rep IAMPolicyAssignmentSummary :: Type -> Type #

Read IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Show IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

NFData IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Eq IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Hashable IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

type Rep IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

type Rep IAMPolicyAssignmentSummary = D1 ('MetaData "IAMPolicyAssignmentSummary" "Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IAMPolicyAssignmentSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assignmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignmentStatus))))

newIAMPolicyAssignmentSummary :: IAMPolicyAssignmentSummary Source #

Create a value of IAMPolicyAssignmentSummary 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:assignmentName:IAMPolicyAssignmentSummary', iAMPolicyAssignmentSummary_assignmentName - Assignment name.

$sel:assignmentStatus:IAMPolicyAssignmentSummary', iAMPolicyAssignmentSummary_assignmentStatus - Assignment status.

Ingestion

data Ingestion Source #

Information about the SPICE ingestion for a dataset.

See: newIngestion smart constructor.

Constructors

Ingestion' 

Fields

Instances

Instances details
FromJSON Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Generic Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Associated Types

type Rep Ingestion :: Type -> Type #

Read Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Show Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

NFData Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Methods

rnf :: Ingestion -> () #

Eq Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Hashable Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

type Rep Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

type Rep Ingestion = D1 ('MetaData "Ingestion" "Amazonka.QuickSight.Types.Ingestion" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Ingestion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorInfo)) :*: S1 ('MetaSel ('Just "ingestionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ingestionSizeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "ingestionTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "queueInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueueInfo))))) :*: ((S1 ('MetaSel ('Just "requestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionRequestSource)) :*: (S1 ('MetaSel ('Just "requestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionRequestType)) :*: S1 ('MetaSel ('Just "rowInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowInfo)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "ingestionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IngestionStatus) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newIngestion Source #

Create a value of Ingestion 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:errorInfo:Ingestion', ingestion_errorInfo - Error information for this ingestion.

$sel:ingestionId:Ingestion', ingestion_ingestionId - Ingestion ID.

$sel:ingestionSizeInBytes:Ingestion', ingestion_ingestionSizeInBytes - The size of the data ingested, in bytes.

$sel:ingestionTimeInSeconds:Ingestion', ingestion_ingestionTimeInSeconds - The time that this ingestion took, measured in seconds.

$sel:queueInfo:Ingestion', ingestion_queueInfo - Undocumented member.

$sel:requestSource:Ingestion', ingestion_requestSource - Event source for this ingestion.

$sel:requestType:Ingestion', ingestion_requestType - Type of this ingestion.

$sel:rowInfo:Ingestion', ingestion_rowInfo - Undocumented member.

$sel:arn:Ingestion', ingestion_arn - The Amazon Resource Name (ARN) of the resource.

$sel:ingestionStatus:Ingestion', ingestion_ingestionStatus - Ingestion status.

$sel:createdTime:Ingestion', ingestion_createdTime - The time that this ingestion started.

ingestion_errorInfo :: Lens' Ingestion (Maybe ErrorInfo) Source #

Error information for this ingestion.

ingestion_ingestionSizeInBytes :: Lens' Ingestion (Maybe Integer) Source #

The size of the data ingested, in bytes.

ingestion_ingestionTimeInSeconds :: Lens' Ingestion (Maybe Integer) Source #

The time that this ingestion took, measured in seconds.

ingestion_arn :: Lens' Ingestion Text Source #

The Amazon Resource Name (ARN) of the resource.

ingestion_createdTime :: Lens' Ingestion UTCTime Source #

The time that this ingestion started.

InputColumn

data InputColumn Source #

Metadata for a column that is used as the input of a transform operation.

See: newInputColumn smart constructor.

Constructors

InputColumn' 

Fields

Instances

Instances details
FromJSON InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

ToJSON InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Generic InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Associated Types

type Rep InputColumn :: Type -> Type #

Read InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Show InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

NFData InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Methods

rnf :: InputColumn -> () #

Eq InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Hashable InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

type Rep InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

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

newInputColumn Source #

Create a value of InputColumn 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:name:InputColumn', inputColumn_name - The name of this column in the underlying data source.

$sel:type':InputColumn', inputColumn_type - The data type of the column.

inputColumn_name :: Lens' InputColumn Text Source #

The name of this column in the underlying data source.

InsightConfiguration

data InsightConfiguration Source #

The configuration of an insight visual.

See: newInsightConfiguration smart constructor.

Constructors

InsightConfiguration' 

Fields

Instances

Instances details
FromJSON InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

ToJSON InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

Generic InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

Associated Types

type Rep InsightConfiguration :: Type -> Type #

Show InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

NFData InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

Methods

rnf :: InsightConfiguration -> () #

Eq InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

Hashable InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

type Rep InsightConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightConfiguration

type Rep InsightConfiguration = D1 ('MetaData "InsightConfiguration" "Amazonka.QuickSight.Types.InsightConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "InsightConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Computation])) :*: S1 ('MetaSel ('Just "customNarrative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomNarrativeOptions))))

newInsightConfiguration :: InsightConfiguration Source #

Create a value of InsightConfiguration 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:computations:InsightConfiguration', insightConfiguration_computations - The computations configurations of the insight visual

$sel:customNarrative:InsightConfiguration', insightConfiguration_customNarrative - The custom narrative of the insight visual.

insightConfiguration_computations :: Lens' InsightConfiguration (Maybe [Computation]) Source #

The computations configurations of the insight visual

InsightVisual

data InsightVisual Source #

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

See: newInsightVisual smart constructor.

Constructors

InsightVisual' 

Fields

Instances

Instances details
FromJSON InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

ToJSON InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Generic InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Associated Types

type Rep InsightVisual :: Type -> Type #

Show InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

NFData InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Methods

rnf :: InsightVisual -> () #

Eq InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

Hashable InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

type Rep InsightVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InsightVisual

newInsightVisual Source #

Create a value of InsightVisual 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:actions:InsightVisual', insightVisual_actions - The list of custom actions that are configured for a visual.

$sel:insightConfiguration:InsightVisual', insightVisual_insightConfiguration - The configuration of an insight visual.

$sel:subtitle:InsightVisual', insightVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:InsightVisual', insightVisual_title - The title that is displayed on the visual.

$sel:visualId:InsightVisual', insightVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

$sel:dataSetIdentifier:InsightVisual', insightVisual_dataSetIdentifier - The dataset that is used in the insight visual.

insightVisual_actions :: Lens' InsightVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

insightVisual_subtitle :: Lens' InsightVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

insightVisual_title :: Lens' InsightVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

insightVisual_visualId :: Lens' InsightVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

insightVisual_dataSetIdentifier :: Lens' InsightVisual Text Source #

The dataset that is used in the insight visual.

IntegerDefaultValues

data IntegerDefaultValues Source #

The default values of the IntegerParameterDeclaration.

See: newIntegerDefaultValues smart constructor.

Constructors

IntegerDefaultValues' 

Fields

Instances

Instances details
FromJSON IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

ToJSON IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Generic IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Associated Types

type Rep IntegerDefaultValues :: Type -> Type #

Show IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

NFData IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Methods

rnf :: IntegerDefaultValues -> () #

Eq IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

Hashable IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

type Rep IntegerDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerDefaultValues

type Rep IntegerDefaultValues = D1 ('MetaData "IntegerDefaultValues" "Amazonka.QuickSight.Types.IntegerDefaultValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IntegerDefaultValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicDefaultValue)) :*: S1 ('MetaSel ('Just "staticValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Integer]))))

newIntegerDefaultValues :: IntegerDefaultValues Source #

Create a value of IntegerDefaultValues 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:dynamicValue:IntegerDefaultValues', integerDefaultValues_dynamicValue - The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

$sel:staticValues:IntegerDefaultValues', integerDefaultValues_staticValues - The static values of the IntegerDefaultValues.

integerDefaultValues_dynamicValue :: Lens' IntegerDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the IntegerDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

integerDefaultValues_staticValues :: Lens' IntegerDefaultValues (Maybe [Integer]) Source #

The static values of the IntegerDefaultValues.

IntegerParameter

data IntegerParameter Source #

An integer parameter.

See: newIntegerParameter smart constructor.

Constructors

IntegerParameter' 

Fields

Instances

Instances details
ToJSON IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Generic IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Associated Types

type Rep IntegerParameter :: Type -> Type #

Show IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

NFData IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Methods

rnf :: IntegerParameter -> () #

Eq IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Hashable IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

type Rep IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

type Rep IntegerParameter = D1 ('MetaData "IntegerParameter" "Amazonka.QuickSight.Types.IntegerParameter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IntegerParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Integer])))

newIntegerParameter Source #

Create a value of IntegerParameter 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:name:IntegerParameter', integerParameter_name - The name of the integer parameter.

$sel:values:IntegerParameter', integerParameter_values - The values for the integer parameter.

integerParameter_name :: Lens' IntegerParameter Text Source #

The name of the integer parameter.

integerParameter_values :: Lens' IntegerParameter [Integer] Source #

The values for the integer parameter.

IntegerParameterDeclaration

data IntegerParameterDeclaration Source #

A parameter declaration for the Integer data type.

See: newIntegerParameterDeclaration smart constructor.

Constructors

IntegerParameterDeclaration' 

Fields

Instances

Instances details
FromJSON IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

ToJSON IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Generic IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Associated Types

type Rep IntegerParameterDeclaration :: Type -> Type #

Show IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

NFData IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Eq IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

Hashable IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

type Rep IntegerParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameterDeclaration

type Rep IntegerParameterDeclaration = D1 ('MetaData "IntegerParameterDeclaration" "Amazonka.QuickSight.Types.IntegerParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IntegerParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerDefaultValues)) :*: S1 ('MetaSel ('Just "valueWhenUnset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerValueWhenUnsetConfiguration))) :*: (S1 ('MetaSel ('Just "parameterValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterValueType) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIntegerParameterDeclaration Source #

Create a value of IntegerParameterDeclaration 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:defaultValues:IntegerParameterDeclaration', integerParameterDeclaration_defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

$sel:valueWhenUnset:IntegerParameterDeclaration', integerParameterDeclaration_valueWhenUnset - A parameter declaration for the Integer data type.

$sel:parameterValueType:IntegerParameterDeclaration', integerParameterDeclaration_parameterValueType - The value type determines whether the parameter is a single-value or multi-value parameter.

$sel:name:IntegerParameterDeclaration', integerParameterDeclaration_name - The name of the parameter that is being declared.

integerParameterDeclaration_defaultValues :: Lens' IntegerParameterDeclaration (Maybe IntegerDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

integerParameterDeclaration_parameterValueType :: Lens' IntegerParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

integerParameterDeclaration_name :: Lens' IntegerParameterDeclaration Text Source #

The name of the parameter that is being declared.

IntegerValueWhenUnsetConfiguration

data IntegerValueWhenUnsetConfiguration Source #

A parameter declaration for the Integer data type.

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

See: newIntegerValueWhenUnsetConfiguration smart constructor.

Constructors

IntegerValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

ToJSON IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Generic IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Associated Types

type Rep IntegerValueWhenUnsetConfiguration :: Type -> Type #

Show IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

NFData IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Eq IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

Hashable IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

type Rep IntegerValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration

type Rep IntegerValueWhenUnsetConfiguration = D1 ('MetaData "IntegerValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.IntegerValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "IntegerValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Integer))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newIntegerValueWhenUnsetConfiguration :: IntegerValueWhenUnsetConfiguration Source #

Create a value of IntegerValueWhenUnsetConfiguration 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:customValue:IntegerValueWhenUnsetConfiguration', integerValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:IntegerValueWhenUnsetConfiguration', integerValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

integerValueWhenUnsetConfiguration_customValue :: Lens' IntegerValueWhenUnsetConfiguration (Maybe Integer) Source #

A custom value that's used when the value of a parameter isn't set.

integerValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' IntegerValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

ItemsLimitConfiguration

data ItemsLimitConfiguration Source #

The limit configuration of the visual display for an axis.

See: newItemsLimitConfiguration smart constructor.

Constructors

ItemsLimitConfiguration' 

Fields

  • itemsLimit :: Maybe Integer

    The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

  • otherCategories :: Maybe OtherCategories

    The Show other of an axis in the chart. Choose one of the following options:

    • INCLUDE
    • EXCLUDE

Instances

Instances details
FromJSON ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

ToJSON ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Generic ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Associated Types

type Rep ItemsLimitConfiguration :: Type -> Type #

Read ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Show ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

NFData ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Methods

rnf :: ItemsLimitConfiguration -> () #

Eq ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Hashable ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

type Rep ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

type Rep ItemsLimitConfiguration = D1 ('MetaData "ItemsLimitConfiguration" "Amazonka.QuickSight.Types.ItemsLimitConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ItemsLimitConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "otherCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OtherCategories))))

newItemsLimitConfiguration :: ItemsLimitConfiguration Source #

Create a value of ItemsLimitConfiguration 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:itemsLimit:ItemsLimitConfiguration', itemsLimitConfiguration_itemsLimit - The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

$sel:otherCategories:ItemsLimitConfiguration', itemsLimitConfiguration_otherCategories - The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

itemsLimitConfiguration_itemsLimit :: Lens' ItemsLimitConfiguration (Maybe Integer) Source #

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

itemsLimitConfiguration_otherCategories :: Lens' ItemsLimitConfiguration (Maybe OtherCategories) Source #

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

JiraParameters

data JiraParameters Source #

The parameters for Jira.

See: newJiraParameters smart constructor.

Constructors

JiraParameters' 

Fields

Instances

Instances details
FromJSON JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

ToJSON JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Generic JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Associated Types

type Rep JiraParameters :: Type -> Type #

Read JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Show JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

NFData JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Methods

rnf :: JiraParameters -> () #

Eq JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Hashable JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

type Rep JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

type Rep JiraParameters = D1 ('MetaData "JiraParameters" "Amazonka.QuickSight.Types.JiraParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "JiraParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "siteBaseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newJiraParameters Source #

Create a value of JiraParameters 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:siteBaseUrl:JiraParameters', jiraParameters_siteBaseUrl - The base URL of the Jira site.

jiraParameters_siteBaseUrl :: Lens' JiraParameters Text Source #

The base URL of the Jira site.

JoinInstruction

data JoinInstruction Source #

The instructions associated with a join.

See: newJoinInstruction smart constructor.

Constructors

JoinInstruction' 

Fields

Instances

Instances details
FromJSON JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

ToJSON JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Generic JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Associated Types

type Rep JoinInstruction :: Type -> Type #

Read JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Show JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

NFData JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Methods

rnf :: JoinInstruction -> () #

Eq JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Hashable JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

type Rep JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

type Rep JoinInstruction = D1 ('MetaData "JoinInstruction" "Amazonka.QuickSight.Types.JoinInstruction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "JoinInstruction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "leftJoinKeyProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinKeyProperties)) :*: (S1 ('MetaSel ('Just "rightJoinKeyProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinKeyProperties)) :*: S1 ('MetaSel ('Just "leftOperand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "rightOperand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JoinType) :*: S1 ('MetaSel ('Just "onClause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newJoinInstruction Source #

Create a value of JoinInstruction 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:leftJoinKeyProperties:JoinInstruction', joinInstruction_leftJoinKeyProperties - Join key properties of the left operand.

$sel:rightJoinKeyProperties:JoinInstruction', joinInstruction_rightJoinKeyProperties - Join key properties of the right operand.

$sel:leftOperand:JoinInstruction', joinInstruction_leftOperand - The operand on the left side of a join.

$sel:rightOperand:JoinInstruction', joinInstruction_rightOperand - The operand on the right side of a join.

$sel:type':JoinInstruction', joinInstruction_type - The type of join that it is.

$sel:onClause:JoinInstruction', joinInstruction_onClause - The join instructions provided in the ON clause of a join.

joinInstruction_leftOperand :: Lens' JoinInstruction Text Source #

The operand on the left side of a join.

joinInstruction_rightOperand :: Lens' JoinInstruction Text Source #

The operand on the right side of a join.

joinInstruction_onClause :: Lens' JoinInstruction Text Source #

The join instructions provided in the ON clause of a join.

JoinKeyProperties

data JoinKeyProperties Source #

Properties associated with the columns participating in a join.

See: newJoinKeyProperties smart constructor.

Constructors

JoinKeyProperties' 

Fields

  • uniqueKey :: Maybe Bool

    A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

Instances

Instances details
FromJSON JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

ToJSON JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Generic JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Associated Types

type Rep JoinKeyProperties :: Type -> Type #

Read JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Show JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

NFData JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Methods

rnf :: JoinKeyProperties -> () #

Eq JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Hashable JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

type Rep JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

type Rep JoinKeyProperties = D1 ('MetaData "JoinKeyProperties" "Amazonka.QuickSight.Types.JoinKeyProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "JoinKeyProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uniqueKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newJoinKeyProperties :: JoinKeyProperties Source #

Create a value of JoinKeyProperties 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:uniqueKey:JoinKeyProperties', joinKeyProperties_uniqueKey - A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

joinKeyProperties_uniqueKey :: Lens' JoinKeyProperties (Maybe Bool) Source #

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

KPIConditionalFormatting

data KPIConditionalFormatting Source #

The conditional formatting of a KPI visual.

See: newKPIConditionalFormatting smart constructor.

Constructors

KPIConditionalFormatting' 

Fields

Instances

Instances details
FromJSON KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

ToJSON KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

Generic KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

Associated Types

type Rep KPIConditionalFormatting :: Type -> Type #

Show KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

NFData KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

Eq KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

Hashable KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

type Rep KPIConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormatting

type Rep KPIConditionalFormatting = D1 ('MetaData "KPIConditionalFormatting" "Amazonka.QuickSight.Types.KPIConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionalFormattingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [KPIConditionalFormattingOption]))))

newKPIConditionalFormatting :: KPIConditionalFormatting Source #

Create a value of KPIConditionalFormatting 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:conditionalFormattingOptions:KPIConditionalFormatting', kPIConditionalFormatting_conditionalFormattingOptions - The conditional formatting options of a KPI visual.

KPIConditionalFormattingOption

data KPIConditionalFormattingOption Source #

The conditional formatting options of a KPI visual.

See: newKPIConditionalFormattingOption smart constructor.

Constructors

KPIConditionalFormattingOption' 

Fields

Instances

Instances details
FromJSON KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

ToJSON KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

Generic KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

Associated Types

type Rep KPIConditionalFormattingOption :: Type -> Type #

Show KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

NFData KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

Eq KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

Hashable KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

type Rep KPIConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConditionalFormattingOption

type Rep KPIConditionalFormattingOption = D1 ('MetaData "KPIConditionalFormattingOption" "Amazonka.QuickSight.Types.KPIConditionalFormattingOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIConditionalFormattingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIPrimaryValueConditionalFormatting)) :*: S1 ('MetaSel ('Just "progressBar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIProgressBarConditionalFormatting))))

newKPIConditionalFormattingOption :: KPIConditionalFormattingOption Source #

Create a value of KPIConditionalFormattingOption 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:primaryValue:KPIConditionalFormattingOption', kPIConditionalFormattingOption_primaryValue - The conditional formatting for the primary value of a KPI visual.

$sel:progressBar:KPIConditionalFormattingOption', kPIConditionalFormattingOption_progressBar - The conditional formatting for the progress bar of a KPI visual.

KPIConfiguration

data KPIConfiguration Source #

The configuration of a KPI visual.

See: newKPIConfiguration smart constructor.

Constructors

KPIConfiguration' 

Fields

Instances

Instances details
FromJSON KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

ToJSON KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Generic KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Associated Types

type Rep KPIConfiguration :: Type -> Type #

Show KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

NFData KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Methods

rnf :: KPIConfiguration -> () #

Eq KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Hashable KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

type Rep KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

type Rep KPIConfiguration = D1 ('MetaData "KPIConfiguration" "Amazonka.QuickSight.Types.KPIConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIFieldWells)) :*: (S1 ('MetaSel ('Just "kPIOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIOptions)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPISortConfiguration)))))

newKPIConfiguration :: KPIConfiguration Source #

Create a value of KPIConfiguration 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:fieldWells:KPIConfiguration', kPIConfiguration_fieldWells - The field well configuration of a KPI visual.

$sel:kPIOptions:KPIConfiguration', kPIConfiguration_kPIOptions - The options that determine the presentation of a KPI visual.

$sel:sortConfiguration:KPIConfiguration', kPIConfiguration_sortConfiguration - The sort configuration of a KPI visual.

kPIConfiguration_fieldWells :: Lens' KPIConfiguration (Maybe KPIFieldWells) Source #

The field well configuration of a KPI visual.

kPIConfiguration_kPIOptions :: Lens' KPIConfiguration (Maybe KPIOptions) Source #

The options that determine the presentation of a KPI visual.

KPIFieldWells

data KPIFieldWells Source #

The field well configuration of a KPI visual.

See: newKPIFieldWells smart constructor.

Constructors

KPIFieldWells' 

Fields

Instances

Instances details
FromJSON KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

ToJSON KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

Generic KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

Associated Types

type Rep KPIFieldWells :: Type -> Type #

Show KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

NFData KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

Methods

rnf :: KPIFieldWells -> () #

Eq KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

Hashable KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

type Rep KPIFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIFieldWells

type Rep KPIFieldWells = D1 ('MetaData "KPIFieldWells" "Amazonka.QuickSight.Types.KPIFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: (S1 ('MetaSel ('Just "trendGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newKPIFieldWells :: KPIFieldWells Source #

Create a value of KPIFieldWells 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:targetValues:KPIFieldWells', kPIFieldWells_targetValues - The target value field wells of a KPI visual.

$sel:trendGroups:KPIFieldWells', kPIFieldWells_trendGroups - The trend group field wells of a KPI visual.

$sel:values:KPIFieldWells', kPIFieldWells_values - The value field wells of a KPI visual.

kPIFieldWells_targetValues :: Lens' KPIFieldWells (Maybe [MeasureField]) Source #

The target value field wells of a KPI visual.

kPIFieldWells_trendGroups :: Lens' KPIFieldWells (Maybe [DimensionField]) Source #

The trend group field wells of a KPI visual.

kPIFieldWells_values :: Lens' KPIFieldWells (Maybe [MeasureField]) Source #

The value field wells of a KPI visual.

KPIOptions

data KPIOptions Source #

The options that determine the presentation of a KPI visual.

See: newKPIOptions smart constructor.

Constructors

KPIOptions' 

Fields

Instances

Instances details
FromJSON KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

ToJSON KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Generic KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Associated Types

type Rep KPIOptions :: Type -> Type #

Show KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

NFData KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Methods

rnf :: KPIOptions -> () #

Eq KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Hashable KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

type Rep KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

newKPIOptions :: KPIOptions Source #

Create a value of KPIOptions 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:comparison:KPIOptions', kPIOptions_comparison - The comparison configuration of a KPI visual.

$sel:primaryValueDisplayType:KPIOptions', kPIOptions_primaryValueDisplayType - The options that determine the primary value display type.

$sel:primaryValueFontConfiguration:KPIOptions', kPIOptions_primaryValueFontConfiguration - The options that determine the primary value font configuration.

$sel:progressBar:KPIOptions', kPIOptions_progressBar - The options that determine the presentation of the progress bar of a KPI visual.

$sel:secondaryValue:KPIOptions', kPIOptions_secondaryValue - The options that determine the presentation of the secondary value of a KPI visual.

$sel:secondaryValueFontConfiguration:KPIOptions', kPIOptions_secondaryValueFontConfiguration - The options that determine the secondary value font configuration.

$sel:trendArrows:KPIOptions', kPIOptions_trendArrows - The options that determine the presentation of trend arrows in a KPI visual.

kPIOptions_comparison :: Lens' KPIOptions (Maybe ComparisonConfiguration) Source #

The comparison configuration of a KPI visual.

kPIOptions_primaryValueDisplayType :: Lens' KPIOptions (Maybe PrimaryValueDisplayType) Source #

The options that determine the primary value display type.

kPIOptions_primaryValueFontConfiguration :: Lens' KPIOptions (Maybe FontConfiguration) Source #

The options that determine the primary value font configuration.

kPIOptions_progressBar :: Lens' KPIOptions (Maybe ProgressBarOptions) Source #

The options that determine the presentation of the progress bar of a KPI visual.

kPIOptions_secondaryValue :: Lens' KPIOptions (Maybe SecondaryValueOptions) Source #

The options that determine the presentation of the secondary value of a KPI visual.

kPIOptions_secondaryValueFontConfiguration :: Lens' KPIOptions (Maybe FontConfiguration) Source #

The options that determine the secondary value font configuration.

kPIOptions_trendArrows :: Lens' KPIOptions (Maybe TrendArrowOptions) Source #

The options that determine the presentation of trend arrows in a KPI visual.

KPIPrimaryValueConditionalFormatting

data KPIPrimaryValueConditionalFormatting Source #

The conditional formatting for the primary value of a KPI visual.

See: newKPIPrimaryValueConditionalFormatting smart constructor.

Constructors

KPIPrimaryValueConditionalFormatting' 

Fields

Instances

Instances details
FromJSON KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

ToJSON KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

Generic KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

Show KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

NFData KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

Eq KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

Hashable KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

type Rep KPIPrimaryValueConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting

type Rep KPIPrimaryValueConditionalFormatting = D1 ('MetaData "KPIPrimaryValueConditionalFormatting" "Amazonka.QuickSight.Types.KPIPrimaryValueConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIPrimaryValueConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIcon)) :*: S1 ('MetaSel ('Just "textColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor))))

newKPIPrimaryValueConditionalFormatting :: KPIPrimaryValueConditionalFormatting Source #

Create a value of KPIPrimaryValueConditionalFormatting 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:icon:KPIPrimaryValueConditionalFormatting', kPIPrimaryValueConditionalFormatting_icon - The conditional formatting of the primary value's icon.

$sel:textColor:KPIPrimaryValueConditionalFormatting', kPIPrimaryValueConditionalFormatting_textColor - The conditional formatting of the primary value's text color.

KPIProgressBarConditionalFormatting

data KPIProgressBarConditionalFormatting Source #

The conditional formatting for the progress bar of a KPI visual.

See: newKPIProgressBarConditionalFormatting smart constructor.

Constructors

KPIProgressBarConditionalFormatting' 

Fields

Instances

Instances details
FromJSON KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

ToJSON KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

Generic KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

Show KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

NFData KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

Eq KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

Hashable KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

type Rep KPIProgressBarConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting

type Rep KPIProgressBarConditionalFormatting = D1 ('MetaData "KPIProgressBarConditionalFormatting" "Amazonka.QuickSight.Types.KPIProgressBarConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIProgressBarConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "foregroundColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor))))

newKPIProgressBarConditionalFormatting :: KPIProgressBarConditionalFormatting Source #

Create a value of KPIProgressBarConditionalFormatting 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:foregroundColor:KPIProgressBarConditionalFormatting', kPIProgressBarConditionalFormatting_foregroundColor - The conditional formatting of the progress bar's foreground color.

KPISortConfiguration

data KPISortConfiguration Source #

The sort configuration of a KPI visual.

See: newKPISortConfiguration smart constructor.

Constructors

KPISortConfiguration' 

Fields

Instances

Instances details
FromJSON KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

ToJSON KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Generic KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Associated Types

type Rep KPISortConfiguration :: Type -> Type #

Read KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Show KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

NFData KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Methods

rnf :: KPISortConfiguration -> () #

Eq KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Hashable KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

type Rep KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

type Rep KPISortConfiguration = D1 ('MetaData "KPISortConfiguration" "Amazonka.QuickSight.Types.KPISortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPISortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trendGroupSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newKPISortConfiguration :: KPISortConfiguration Source #

Create a value of KPISortConfiguration 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:trendGroupSort:KPISortConfiguration', kPISortConfiguration_trendGroupSort - The sort configuration of the trend group fields.

kPISortConfiguration_trendGroupSort :: Lens' KPISortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the trend group fields.

KPIVisual

data KPIVisual Source #

A key performance indicator (KPI).

For more information, see Using KPIs in the Amazon QuickSight User Guide.

See: newKPIVisual smart constructor.

Constructors

KPIVisual' 

Fields

Instances

Instances details
FromJSON KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

ToJSON KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Generic KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Associated Types

type Rep KPIVisual :: Type -> Type #

Show KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

NFData KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Methods

rnf :: KPIVisual -> () #

Eq KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Hashable KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

type Rep KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

newKPIVisual Source #

Create a value of KPIVisual 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:actions:KPIVisual', kPIVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:KPIVisual', kPIVisual_chartConfiguration - The configuration of a KPI visual.

$sel:columnHierarchies:KPIVisual', kPIVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:conditionalFormatting:KPIVisual', kPIVisual_conditionalFormatting - The conditional formatting of a KPI visual.

$sel:subtitle:KPIVisual', kPIVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:KPIVisual', kPIVisual_title - The title that is displayed on the visual.

$sel:visualId:KPIVisual', kPIVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

kPIVisual_actions :: Lens' KPIVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

kPIVisual_columnHierarchies :: Lens' KPIVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

kPIVisual_conditionalFormatting :: Lens' KPIVisual (Maybe KPIConditionalFormatting) Source #

The conditional formatting of a KPI visual.

kPIVisual_subtitle :: Lens' KPIVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

kPIVisual_title :: Lens' KPIVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

kPIVisual_visualId :: Lens' KPIVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

LabelOptions

data LabelOptions Source #

The share label options for the labels.

See: newLabelOptions smart constructor.

Constructors

LabelOptions' 

Fields

Instances

Instances details
FromJSON LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

ToJSON LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Generic LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Associated Types

type Rep LabelOptions :: Type -> Type #

Read LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Show LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

NFData LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Methods

rnf :: LabelOptions -> () #

Eq LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Hashable LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

type Rep LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

type Rep LabelOptions = D1 ('MetaData "LabelOptions" "Amazonka.QuickSight.Types.LabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newLabelOptions :: LabelOptions Source #

Create a value of LabelOptions 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:customLabel:LabelOptions', labelOptions_customLabel - The text for the label.

$sel:fontConfiguration:LabelOptions', labelOptions_fontConfiguration - The font configuration of the label.

$sel:visibility:LabelOptions', labelOptions_visibility - Determines whether or not the label is visible.

labelOptions_visibility :: Lens' LabelOptions (Maybe Visibility) Source #

Determines whether or not the label is visible.

Layout

data Layout Source #

A Layout defines the placement of elements within a sheet.

For more information, see Types of layout in the Amazon QuickSight User Guide.

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

See: newLayout smart constructor.

Constructors

Layout' 

Fields

Instances

Instances details
FromJSON Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

ToJSON Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Generic Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Associated Types

type Rep Layout :: Type -> Type #

Methods

from :: Layout -> Rep Layout x #

to :: Rep Layout x -> Layout #

Show Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

NFData Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Methods

rnf :: Layout -> () #

Eq Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Methods

(==) :: Layout -> Layout -> Bool #

(/=) :: Layout -> Layout -> Bool #

Hashable Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

Methods

hashWithSalt :: Int -> Layout -> Int #

hash :: Layout -> Int #

type Rep Layout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Layout

type Rep Layout = D1 ('MetaData "Layout" "Amazonka.QuickSight.Types.Layout" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Layout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LayoutConfiguration)))

newLayout Source #

Create a value of Layout 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:configuration:Layout', layout_configuration - The configuration that determines what the type of layout for a sheet.

layout_configuration :: Lens' Layout LayoutConfiguration Source #

The configuration that determines what the type of layout for a sheet.

LayoutConfiguration

data LayoutConfiguration Source #

The configuration that determines what the type of layout will be used on a sheet.

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

See: newLayoutConfiguration smart constructor.

Constructors

LayoutConfiguration' 

Fields

  • freeFormLayout :: Maybe FreeFormLayoutConfiguration

    A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.

  • gridLayout :: Maybe GridLayoutConfiguration

    A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE.

  • sectionBasedLayout :: Maybe SectionBasedLayoutConfiguration

    A section based layout organizes visuals into multiple sections and has customized header, footer and page break.

Instances

Instances details
FromJSON LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

ToJSON LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

Generic LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

Associated Types

type Rep LayoutConfiguration :: Type -> Type #

Show LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

NFData LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

Methods

rnf :: LayoutConfiguration -> () #

Eq LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

Hashable LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

type Rep LayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LayoutConfiguration

type Rep LayoutConfiguration = D1 ('MetaData "LayoutConfiguration" "Amazonka.QuickSight.Types.LayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "freeFormLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutConfiguration)) :*: (S1 ('MetaSel ('Just "gridLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GridLayoutConfiguration)) :*: S1 ('MetaSel ('Just "sectionBasedLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionBasedLayoutConfiguration)))))

newLayoutConfiguration :: LayoutConfiguration Source #

Create a value of LayoutConfiguration 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:freeFormLayout:LayoutConfiguration', layoutConfiguration_freeFormLayout - A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.

$sel:gridLayout:LayoutConfiguration', layoutConfiguration_gridLayout - A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE.

$sel:sectionBasedLayout:LayoutConfiguration', layoutConfiguration_sectionBasedLayout - A section based layout organizes visuals into multiple sections and has customized header, footer and page break.

layoutConfiguration_freeFormLayout :: Lens' LayoutConfiguration (Maybe FreeFormLayoutConfiguration) Source #

A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.

layoutConfiguration_gridLayout :: Lens' LayoutConfiguration (Maybe GridLayoutConfiguration) Source #

A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE.

layoutConfiguration_sectionBasedLayout :: Lens' LayoutConfiguration (Maybe SectionBasedLayoutConfiguration) Source #

A section based layout organizes visuals into multiple sections and has customized header, footer and page break.

LegendOptions

data LegendOptions Source #

The options for the legend setup of a visual.

See: newLegendOptions smart constructor.

Constructors

LegendOptions' 

Fields

Instances

Instances details
FromJSON LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

ToJSON LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

Generic LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

Associated Types

type Rep LegendOptions :: Type -> Type #

Read LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

Show LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

NFData LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

Methods

rnf :: LegendOptions -> () #

Eq LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

Hashable LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

type Rep LegendOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LegendOptions

type Rep LegendOptions = D1 ('MetaData "LegendOptions" "Amazonka.QuickSight.Types.LegendOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LegendOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "height") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendPosition))) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions)) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "width") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLegendOptions :: LegendOptions Source #

Create a value of LegendOptions 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:height:LegendOptions', legendOptions_height - The height of the legend. If this value is omitted, a default height is used when rendering.

$sel:position:LegendOptions', legendOptions_position - The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

$sel:title:LegendOptions', legendOptions_title - The custom title for the legend.

LegendOptions, legendOptions_visibility - Determines whether or not the legend is visible.

$sel:width:LegendOptions', legendOptions_width - The width of the legend. If this value is omitted, a default width is used when rendering.

legendOptions_height :: Lens' LegendOptions (Maybe Text) Source #

The height of the legend. If this value is omitted, a default height is used when rendering.

legendOptions_position :: Lens' LegendOptions (Maybe LegendPosition) Source #

The positions for the legend. Choose one of the following options:

  • AUTO
  • RIGHT
  • BOTTOM
  • LEFT

legendOptions_title :: Lens' LegendOptions (Maybe LabelOptions) Source #

The custom title for the legend.

legendOptions_visibility :: Lens' LegendOptions (Maybe Visibility) Source #

Determines whether or not the legend is visible.

legendOptions_width :: Lens' LegendOptions (Maybe Text) Source #

The width of the legend. If this value is omitted, a default width is used when rendering.

LineChartAggregatedFieldWells

data LineChartAggregatedFieldWells Source #

The field well configuration of a line chart.

See: newLineChartAggregatedFieldWells smart constructor.

Constructors

LineChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

ToJSON LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Generic LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Associated Types

type Rep LineChartAggregatedFieldWells :: Type -> Type #

Show LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

NFData LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Eq LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Hashable LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

type Rep LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

type Rep LineChartAggregatedFieldWells = D1 ('MetaData "LineChartAggregatedFieldWells" "Amazonka.QuickSight.Types.LineChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartAggregatedFieldWells'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField]))) :*: (S1 ('MetaSel ('Just "smallMultiples") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newLineChartAggregatedFieldWells :: LineChartAggregatedFieldWells Source #

Create a value of LineChartAggregatedFieldWells 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:category:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_category - The category field wells of a line chart. Values are grouped by category fields.

$sel:colors:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_colors - The color field wells of a line chart. Values are grouped by category fields.

$sel:smallMultiples:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_smallMultiples - The small multiples field well of a line chart.

$sel:values:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_values - The value field wells of a line chart. Values are aggregated based on categories.

lineChartAggregatedFieldWells_category :: Lens' LineChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category field wells of a line chart. Values are grouped by category fields.

lineChartAggregatedFieldWells_colors :: Lens' LineChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The color field wells of a line chart. Values are grouped by category fields.

lineChartAggregatedFieldWells_values :: Lens' LineChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a line chart. Values are aggregated based on categories.

LineChartConfiguration

data LineChartConfiguration Source #

The configuration of a line chart.

See: newLineChartConfiguration smart constructor.

Constructors

LineChartConfiguration' 

Fields

Instances

Instances details
FromJSON LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

ToJSON LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

Generic LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

Associated Types

type Rep LineChartConfiguration :: Type -> Type #

Show LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

NFData LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

Methods

rnf :: LineChartConfiguration -> () #

Eq LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

Hashable LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

type Rep LineChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartConfiguration

type Rep LineChartConfiguration = D1 ('MetaData "LineChartConfiguration" "Amazonka.QuickSight.Types.LineChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "contributionAnalysisDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ContributionAnalysisDefault))) :*: S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions))) :*: (S1 ('MetaSel ('Just "defaultSeriesSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartDefaultSeriesSettings)) :*: S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartFieldWells)))) :*: ((S1 ('MetaSel ('Just "forecastConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ForecastConfiguration])) :*: S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions))) :*: (S1 ('MetaSel ('Just "primaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineSeriesAxisDisplayOptions)) :*: (S1 ('MetaSel ('Just "primaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "referenceLines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReferenceLine])))))) :*: (((S1 ('MetaSel ('Just "secondaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineSeriesAxisDisplayOptions)) :*: S1 ('MetaSel ('Just "secondaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))) :*: (S1 ('MetaSel ('Just "series") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SeriesItem])) :*: (S1 ('MetaSel ('Just "smallMultiplesOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmallMultiplesOptions)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartSortConfiguration))))) :*: ((S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartType))) :*: (S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)) :*: (S1 ('MetaSel ('Just "xAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "xAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))))))))

newLineChartConfiguration :: LineChartConfiguration Source #

Create a value of LineChartConfiguration 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:contributionAnalysisDefaults:LineChartConfiguration', lineChartConfiguration_contributionAnalysisDefaults - The default configuration of a line chart's contribution analysis.

$sel:dataLabels:LineChartConfiguration', lineChartConfiguration_dataLabels - The data label configuration of a line chart.

$sel:defaultSeriesSettings:LineChartConfiguration', lineChartConfiguration_defaultSeriesSettings - The options that determine the default presentation of all line series in LineChartVisual.

$sel:fieldWells:LineChartConfiguration', lineChartConfiguration_fieldWells - The field well configuration of a line chart.

$sel:forecastConfigurations:LineChartConfiguration', lineChartConfiguration_forecastConfigurations - The forecast configuration of a line chart.

$sel:legend:LineChartConfiguration', lineChartConfiguration_legend - The legend configuration of a line chart.

$sel:primaryYAxisDisplayOptions:LineChartConfiguration', lineChartConfiguration_primaryYAxisDisplayOptions - The series axis configuration of a line chart.

$sel:primaryYAxisLabelOptions:LineChartConfiguration', lineChartConfiguration_primaryYAxisLabelOptions - The options that determine the presentation of the y-axis label.

$sel:referenceLines:LineChartConfiguration', lineChartConfiguration_referenceLines - The reference lines configuration of a line chart.

$sel:secondaryYAxisDisplayOptions:LineChartConfiguration', lineChartConfiguration_secondaryYAxisDisplayOptions - The series axis configuration of a line chart.

$sel:secondaryYAxisLabelOptions:LineChartConfiguration', lineChartConfiguration_secondaryYAxisLabelOptions - The options that determine the presentation of the secondary y-axis label.

$sel:series:LineChartConfiguration', lineChartConfiguration_series - The series item configuration of a line chart.

$sel:smallMultiplesOptions:LineChartConfiguration', lineChartConfiguration_smallMultiplesOptions - The small multiples setup for the visual.

$sel:sortConfiguration:LineChartConfiguration', lineChartConfiguration_sortConfiguration - The sort configuration of a line chart.

$sel:tooltip:LineChartConfiguration', lineChartConfiguration_tooltip - The tooltip configuration of a line chart.

$sel:type':LineChartConfiguration', lineChartConfiguration_type - Determines the type of the line chart.

$sel:visualPalette:LineChartConfiguration', lineChartConfiguration_visualPalette - The visual palette configuration of a line chart.

$sel:xAxisDisplayOptions:LineChartConfiguration', lineChartConfiguration_xAxisDisplayOptions - The options that determine the presentation of the x-axis.

$sel:xAxisLabelOptions:LineChartConfiguration', lineChartConfiguration_xAxisLabelOptions - The options that determine the presentation of the x-axis label.

lineChartConfiguration_defaultSeriesSettings :: Lens' LineChartConfiguration (Maybe LineChartDefaultSeriesSettings) Source #

The options that determine the default presentation of all line series in LineChartVisual.

lineChartConfiguration_primaryYAxisLabelOptions :: Lens' LineChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the y-axis label.

lineChartConfiguration_referenceLines :: Lens' LineChartConfiguration (Maybe [ReferenceLine]) Source #

The reference lines configuration of a line chart.

lineChartConfiguration_secondaryYAxisLabelOptions :: Lens' LineChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the secondary y-axis label.

lineChartConfiguration_series :: Lens' LineChartConfiguration (Maybe [SeriesItem]) Source #

The series item configuration of a line chart.

lineChartConfiguration_visualPalette :: Lens' LineChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a line chart.

lineChartConfiguration_xAxisDisplayOptions :: Lens' LineChartConfiguration (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the x-axis.

lineChartConfiguration_xAxisLabelOptions :: Lens' LineChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the x-axis label.

LineChartDefaultSeriesSettings

data LineChartDefaultSeriesSettings Source #

The options that determine the default presentation of all line series in LineChartVisual.

See: newLineChartDefaultSeriesSettings smart constructor.

Constructors

LineChartDefaultSeriesSettings' 

Fields

Instances

Instances details
FromJSON LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

ToJSON LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

Generic LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

Associated Types

type Rep LineChartDefaultSeriesSettings :: Type -> Type #

Read LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

Show LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

NFData LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

Eq LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

Hashable LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

type Rep LineChartDefaultSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings

type Rep LineChartDefaultSeriesSettings = D1 ('MetaData "LineChartDefaultSeriesSettings" "Amazonka.QuickSight.Types.LineChartDefaultSeriesSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartDefaultSeriesSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "axisBinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisBinding)) :*: (S1 ('MetaSel ('Just "lineStyleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartLineStyleSettings)) :*: S1 ('MetaSel ('Just "markerStyleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartMarkerStyleSettings)))))

newLineChartDefaultSeriesSettings :: LineChartDefaultSeriesSettings Source #

Create a value of LineChartDefaultSeriesSettings 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:axisBinding:LineChartDefaultSeriesSettings', lineChartDefaultSeriesSettings_axisBinding - The axis to which you are binding all line series to.

$sel:lineStyleSettings:LineChartDefaultSeriesSettings', lineChartDefaultSeriesSettings_lineStyleSettings - Line styles options for all line series in the visual.

$sel:markerStyleSettings:LineChartDefaultSeriesSettings', lineChartDefaultSeriesSettings_markerStyleSettings - Marker styles options for all line series in the visual.

LineChartFieldWells

data LineChartFieldWells Source #

The field well configuration of a line chart.

See: newLineChartFieldWells smart constructor.

Constructors

LineChartFieldWells' 

Fields

Instances

Instances details
FromJSON LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

ToJSON LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Generic LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Associated Types

type Rep LineChartFieldWells :: Type -> Type #

Show LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

NFData LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Methods

rnf :: LineChartFieldWells -> () #

Eq LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

Hashable LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

type Rep LineChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartFieldWells

type Rep LineChartFieldWells = D1 ('MetaData "LineChartFieldWells" "Amazonka.QuickSight.Types.LineChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lineChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartAggregatedFieldWells))))

newLineChartFieldWells :: LineChartFieldWells Source #

Create a value of LineChartFieldWells 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:lineChartAggregatedFieldWells:LineChartFieldWells', lineChartFieldWells_lineChartAggregatedFieldWells - The field well configuration of a line chart.

LineChartLineStyleSettings

data LineChartLineStyleSettings Source #

Line styles options for a line series in LineChartVisual.

See: newLineChartLineStyleSettings smart constructor.

Constructors

LineChartLineStyleSettings' 

Fields

Instances

Instances details
FromJSON LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

ToJSON LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

Generic LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

Associated Types

type Rep LineChartLineStyleSettings :: Type -> Type #

Read LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

Show LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

NFData LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

Eq LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

Hashable LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

type Rep LineChartLineStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartLineStyleSettings

type Rep LineChartLineStyleSettings = D1 ('MetaData "LineChartLineStyleSettings" "Amazonka.QuickSight.Types.LineChartLineStyleSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartLineStyleSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lineInterpolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineInterpolation)) :*: S1 ('MetaSel ('Just "lineStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartLineStyle))) :*: (S1 ('MetaSel ('Just "lineVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "lineWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLineChartLineStyleSettings :: LineChartLineStyleSettings Source #

Create a value of LineChartLineStyleSettings 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:lineInterpolation:LineChartLineStyleSettings', lineChartLineStyleSettings_lineInterpolation - Interpolation style for line series.

  • LINEAR: Show as default, linear style.
  • SMOOTH: Show as a smooth curve.
  • STEPPED: Show steps in line.

$sel:lineStyle:LineChartLineStyleSettings', lineChartLineStyleSettings_lineStyle - Line style for line series.

  • SOLID: Show as a solid line.
  • DOTTED: Show as a dotted line.
  • DASHED: Show as a dashed line.

$sel:lineVisibility:LineChartLineStyleSettings', lineChartLineStyleSettings_lineVisibility - Configuration option that determines whether to show the line for the series.

$sel:lineWidth:LineChartLineStyleSettings', lineChartLineStyleSettings_lineWidth - Width that determines the line thickness.

lineChartLineStyleSettings_lineInterpolation :: Lens' LineChartLineStyleSettings (Maybe LineInterpolation) Source #

Interpolation style for line series.

  • LINEAR: Show as default, linear style.
  • SMOOTH: Show as a smooth curve.
  • STEPPED: Show steps in line.

lineChartLineStyleSettings_lineStyle :: Lens' LineChartLineStyleSettings (Maybe LineChartLineStyle) Source #

Line style for line series.

  • SOLID: Show as a solid line.
  • DOTTED: Show as a dotted line.
  • DASHED: Show as a dashed line.

lineChartLineStyleSettings_lineVisibility :: Lens' LineChartLineStyleSettings (Maybe Visibility) Source #

Configuration option that determines whether to show the line for the series.

LineChartMarkerStyleSettings

data LineChartMarkerStyleSettings Source #

Marker styles options for a line series in LineChartVisual.

See: newLineChartMarkerStyleSettings smart constructor.

Constructors

LineChartMarkerStyleSettings' 

Fields

Instances

Instances details
FromJSON LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

ToJSON LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Generic LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Associated Types

type Rep LineChartMarkerStyleSettings :: Type -> Type #

Read LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Show LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

NFData LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Eq LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

Hashable LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

type Rep LineChartMarkerStyleSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartMarkerStyleSettings

type Rep LineChartMarkerStyleSettings = D1 ('MetaData "LineChartMarkerStyleSettings" "Amazonka.QuickSight.Types.LineChartMarkerStyleSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartMarkerStyleSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "markerColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerShape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartMarkerShape))) :*: (S1 ('MetaSel ('Just "markerSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newLineChartMarkerStyleSettings :: LineChartMarkerStyleSettings Source #

Create a value of LineChartMarkerStyleSettings 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:markerColor:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerColor - Color of marker in the series.

$sel:markerShape:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerShape - Shape option for markers in the series.

  • CIRCLE: Show marker as a circle.
  • TRIANGLE: Show marker as a triangle.
  • SQUARE: Show marker as a square.
  • DIAMOND: Show marker as a diamond.
  • ROUNDED_SQUARE: Show marker as a rounded square.

$sel:markerSize:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerSize - Size of marker in the series.

$sel:markerVisibility:LineChartMarkerStyleSettings', lineChartMarkerStyleSettings_markerVisibility - Configuration option that determines whether to show the markers in the series.

lineChartMarkerStyleSettings_markerShape :: Lens' LineChartMarkerStyleSettings (Maybe LineChartMarkerShape) Source #

Shape option for markers in the series.

  • CIRCLE: Show marker as a circle.
  • TRIANGLE: Show marker as a triangle.
  • SQUARE: Show marker as a square.
  • DIAMOND: Show marker as a diamond.
  • ROUNDED_SQUARE: Show marker as a rounded square.

lineChartMarkerStyleSettings_markerVisibility :: Lens' LineChartMarkerStyleSettings (Maybe Visibility) Source #

Configuration option that determines whether to show the markers in the series.

LineChartSeriesSettings

data LineChartSeriesSettings Source #

The options that determine the presentation of a line series in the visual

See: newLineChartSeriesSettings smart constructor.

Constructors

LineChartSeriesSettings' 

Fields

Instances

Instances details
FromJSON LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

ToJSON LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Generic LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Associated Types

type Rep LineChartSeriesSettings :: Type -> Type #

Read LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Show LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

NFData LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Methods

rnf :: LineChartSeriesSettings -> () #

Eq LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

Hashable LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

type Rep LineChartSeriesSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSeriesSettings

type Rep LineChartSeriesSettings = D1 ('MetaData "LineChartSeriesSettings" "Amazonka.QuickSight.Types.LineChartSeriesSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartSeriesSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lineStyleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartLineStyleSettings)) :*: S1 ('MetaSel ('Just "markerStyleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartMarkerStyleSettings))))

newLineChartSeriesSettings :: LineChartSeriesSettings Source #

Create a value of LineChartSeriesSettings 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:lineStyleSettings:LineChartSeriesSettings', lineChartSeriesSettings_lineStyleSettings - Line styles options for a line series in LineChartVisual.

$sel:markerStyleSettings:LineChartSeriesSettings', lineChartSeriesSettings_markerStyleSettings - Marker styles options for a line series in LineChartVisual.

LineChartSortConfiguration

data LineChartSortConfiguration Source #

The sort configuration of a line chart.

See: newLineChartSortConfiguration smart constructor.

Constructors

LineChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

ToJSON LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

Generic LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

Associated Types

type Rep LineChartSortConfiguration :: Type -> Type #

Read LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

Show LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

NFData LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

Eq LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

Hashable LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

type Rep LineChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartSortConfiguration

type Rep LineChartSortConfiguration = D1 ('MetaData "LineChartSortConfiguration" "Amazonka.QuickSight.Types.LineChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartSortConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryItemsLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))) :*: (S1 ('MetaSel ('Just "colorItemsLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: (S1 ('MetaSel ('Just "smallMultiplesLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "smallMultiplesSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))))

newLineChartSortConfiguration :: LineChartSortConfiguration Source #

Create a value of LineChartSortConfiguration 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:categoryItemsLimitConfiguration:LineChartSortConfiguration', lineChartSortConfiguration_categoryItemsLimitConfiguration - The limit on the number of categories that are displayed in a line chart.

$sel:categorySort:LineChartSortConfiguration', lineChartSortConfiguration_categorySort - The sort configuration of the category fields.

$sel:colorItemsLimitConfiguration:LineChartSortConfiguration', lineChartSortConfiguration_colorItemsLimitConfiguration - The limit on the number of lines that are displayed in a line chart.

$sel:smallMultiplesLimitConfiguration:LineChartSortConfiguration', lineChartSortConfiguration_smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.

$sel:smallMultiplesSort:LineChartSortConfiguration', lineChartSortConfiguration_smallMultiplesSort - The sort configuration of the small multiples field.

lineChartSortConfiguration_categoryItemsLimitConfiguration :: Lens' LineChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories that are displayed in a line chart.

LineChartVisual

data LineChartVisual Source #

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

See: newLineChartVisual smart constructor.

Constructors

LineChartVisual' 

Fields

Instances

Instances details
FromJSON LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

ToJSON LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Generic LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Associated Types

type Rep LineChartVisual :: Type -> Type #

Show LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

NFData LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Methods

rnf :: LineChartVisual -> () #

Eq LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Hashable LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

type Rep LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

newLineChartVisual Source #

Create a value of LineChartVisual 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:actions:LineChartVisual', lineChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:LineChartVisual', lineChartVisual_chartConfiguration - The configuration of a line chart.

$sel:columnHierarchies:LineChartVisual', lineChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:LineChartVisual', lineChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:LineChartVisual', lineChartVisual_title - The title that is displayed on the visual.

$sel:visualId:LineChartVisual', lineChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

lineChartVisual_actions :: Lens' LineChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

lineChartVisual_columnHierarchies :: Lens' LineChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

lineChartVisual_subtitle :: Lens' LineChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

lineChartVisual_title :: Lens' LineChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

lineChartVisual_visualId :: Lens' LineChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

LineSeriesAxisDisplayOptions

data LineSeriesAxisDisplayOptions Source #

The series axis configuration of a line chart.

See: newLineSeriesAxisDisplayOptions smart constructor.

Constructors

LineSeriesAxisDisplayOptions' 

Fields

Instances

Instances details
FromJSON LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

ToJSON LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

Generic LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

Associated Types

type Rep LineSeriesAxisDisplayOptions :: Type -> Type #

Read LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

Show LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

NFData LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

Eq LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

Hashable LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

type Rep LineSeriesAxisDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions

type Rep LineSeriesAxisDisplayOptions = D1 ('MetaData "LineSeriesAxisDisplayOptions" "Amazonka.QuickSight.Types.LineSeriesAxisDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineSeriesAxisDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "axisOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "missingDataConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MissingDataConfiguration]))))

newLineSeriesAxisDisplayOptions :: LineSeriesAxisDisplayOptions Source #

Create a value of LineSeriesAxisDisplayOptions 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:axisOptions:LineSeriesAxisDisplayOptions', lineSeriesAxisDisplayOptions_axisOptions - The options that determine the presentation of the line series axis.

$sel:missingDataConfigurations:LineSeriesAxisDisplayOptions', lineSeriesAxisDisplayOptions_missingDataConfigurations - The configuration options that determine how missing data is treated during the rendering of a line chart.

lineSeriesAxisDisplayOptions_axisOptions :: Lens' LineSeriesAxisDisplayOptions (Maybe AxisDisplayOptions) Source #

The options that determine the presentation of the line series axis.

lineSeriesAxisDisplayOptions_missingDataConfigurations :: Lens' LineSeriesAxisDisplayOptions (Maybe [MissingDataConfiguration]) Source #

The configuration options that determine how missing data is treated during the rendering of a line chart.

LinkSharingConfiguration

data LinkSharingConfiguration Source #

A structure that contains the configuration of a shareable link to the dashboard.

See: newLinkSharingConfiguration smart constructor.

Constructors

LinkSharingConfiguration' 

Fields

Instances

Instances details
FromJSON LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

Generic LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

Associated Types

type Rep LinkSharingConfiguration :: Type -> Type #

Read LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

Show LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

NFData LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

Eq LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

Hashable LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

type Rep LinkSharingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LinkSharingConfiguration

type Rep LinkSharingConfiguration = D1 ('MetaData "LinkSharingConfiguration" "Amazonka.QuickSight.Types.LinkSharingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LinkSharingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "permissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourcePermission)))))

newLinkSharingConfiguration :: LinkSharingConfiguration Source #

Create a value of LinkSharingConfiguration 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:permissions:LinkSharingConfiguration', linkSharingConfiguration_permissions - A structure that contains the permissions of a shareable link.

linkSharingConfiguration_permissions :: Lens' LinkSharingConfiguration (Maybe (NonEmpty ResourcePermission)) Source #

A structure that contains the permissions of a shareable link.

ListControlDisplayOptions

data ListControlDisplayOptions Source #

The display options of a control.

See: newListControlDisplayOptions smart constructor.

Constructors

ListControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

ToJSON ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

Generic ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

Associated Types

type Rep ListControlDisplayOptions :: Type -> Type #

Read ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

Show ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

NFData ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

Eq ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

Hashable ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

type Rep ListControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlDisplayOptions

type Rep ListControlDisplayOptions = D1 ('MetaData "ListControlDisplayOptions" "Amazonka.QuickSight.Types.ListControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "searchOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListControlSearchOptions)) :*: (S1 ('MetaSel ('Just "selectAllOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListControlSelectAllOptions)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions)))))

newListControlDisplayOptions :: ListControlDisplayOptions Source #

Create a value of ListControlDisplayOptions 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:searchOptions:ListControlDisplayOptions', listControlDisplayOptions_searchOptions - The configuration of the search options in a list control.

$sel:selectAllOptions:ListControlDisplayOptions', listControlDisplayOptions_selectAllOptions - The configuration of the Select all options in a list control.

$sel:titleOptions:ListControlDisplayOptions', listControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

listControlDisplayOptions_titleOptions :: Lens' ListControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

ListControlSearchOptions

data ListControlSearchOptions Source #

The configuration of the search options in a list control.

See: newListControlSearchOptions smart constructor.

Constructors

ListControlSearchOptions' 

Fields

Instances

Instances details
FromJSON ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

ToJSON ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Generic ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Associated Types

type Rep ListControlSearchOptions :: Type -> Type #

Read ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Show ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

NFData ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Eq ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

Hashable ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

type Rep ListControlSearchOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSearchOptions

type Rep ListControlSearchOptions = D1 ('MetaData "ListControlSearchOptions" "Amazonka.QuickSight.Types.ListControlSearchOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListControlSearchOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newListControlSearchOptions :: ListControlSearchOptions Source #

Create a value of ListControlSearchOptions 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:visibility:ListControlSearchOptions', listControlSearchOptions_visibility - The visibility configuration of the search options in a list control.

listControlSearchOptions_visibility :: Lens' ListControlSearchOptions (Maybe Visibility) Source #

The visibility configuration of the search options in a list control.

ListControlSelectAllOptions

data ListControlSelectAllOptions Source #

The configuration of the Select all options in a list control.

See: newListControlSelectAllOptions smart constructor.

Constructors

ListControlSelectAllOptions' 

Fields

Instances

Instances details
FromJSON ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

ToJSON ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Generic ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Associated Types

type Rep ListControlSelectAllOptions :: Type -> Type #

Read ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Show ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

NFData ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Eq ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

Hashable ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

type Rep ListControlSelectAllOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ListControlSelectAllOptions

type Rep ListControlSelectAllOptions = D1 ('MetaData "ListControlSelectAllOptions" "Amazonka.QuickSight.Types.ListControlSelectAllOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListControlSelectAllOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newListControlSelectAllOptions :: ListControlSelectAllOptions Source #

Create a value of ListControlSelectAllOptions 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:visibility:ListControlSelectAllOptions', listControlSelectAllOptions_visibility - The visibility configuration of the Select all options in a list control.

listControlSelectAllOptions_visibility :: Lens' ListControlSelectAllOptions (Maybe Visibility) Source #

The visibility configuration of the Select all options in a list control.

LoadingAnimation

data LoadingAnimation Source #

The configuration of loading animation in free-form layout.

See: newLoadingAnimation smart constructor.

Constructors

LoadingAnimation' 

Fields

Instances

Instances details
FromJSON LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

ToJSON LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Generic LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Associated Types

type Rep LoadingAnimation :: Type -> Type #

Read LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Show LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

NFData LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Methods

rnf :: LoadingAnimation -> () #

Eq LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

Hashable LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

type Rep LoadingAnimation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LoadingAnimation

type Rep LoadingAnimation = D1 ('MetaData "LoadingAnimation" "Amazonka.QuickSight.Types.LoadingAnimation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LoadingAnimation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newLoadingAnimation :: LoadingAnimation Source #

Create a value of LoadingAnimation 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:visibility:LoadingAnimation', loadingAnimation_visibility - The visibility configuration of LoadingAnimation.

loadingAnimation_visibility :: Lens' LoadingAnimation (Maybe Visibility) Source #

The visibility configuration of LoadingAnimation.

LocalNavigationConfiguration

data LocalNavigationConfiguration Source #

The navigation configuration for CustomActionNavigationOperation.

See: newLocalNavigationConfiguration smart constructor.

Constructors

LocalNavigationConfiguration' 

Fields

Instances

Instances details
FromJSON LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

ToJSON LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

Generic LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

Associated Types

type Rep LocalNavigationConfiguration :: Type -> Type #

Read LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

Show LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

NFData LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

Eq LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

Hashable LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

type Rep LocalNavigationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LocalNavigationConfiguration

type Rep LocalNavigationConfiguration = D1 ('MetaData "LocalNavigationConfiguration" "Amazonka.QuickSight.Types.LocalNavigationConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LocalNavigationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetSheetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLocalNavigationConfiguration Source #

Create a value of LocalNavigationConfiguration 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:targetSheetId:LocalNavigationConfiguration', localNavigationConfiguration_targetSheetId - The sheet that is targeted for navigation in the same analysis.

localNavigationConfiguration_targetSheetId :: Lens' LocalNavigationConfiguration Text Source #

The sheet that is targeted for navigation in the same analysis.

LogicalTable

data LogicalTable Source #

A logical table is a unit that joins and that data transformations operate on. A logical table has a source, which can be either a physical table or result of a join. When a logical table points to a physical table, the logical table acts as a mutable copy of that physical table through transform operations.

See: newLogicalTable smart constructor.

Constructors

LogicalTable' 

Fields

Instances

Instances details
FromJSON LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

ToJSON LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Generic LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Associated Types

type Rep LogicalTable :: Type -> Type #

Show LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

NFData LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Methods

rnf :: LogicalTable -> () #

Eq LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Hashable LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

type Rep LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

type Rep LogicalTable = D1 ('MetaData "LogicalTable" "Amazonka.QuickSight.Types.LogicalTable" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LogicalTable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TransformOperation))) :*: (S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogicalTableSource))))

newLogicalTable Source #

Create a value of LogicalTable 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:dataTransforms:LogicalTable', logicalTable_dataTransforms - Transform operations that act on this logical table.

$sel:alias:LogicalTable', logicalTable_alias - A display name for the logical table.

$sel:source:LogicalTable', logicalTable_source - Source of this logical table.

logicalTable_dataTransforms :: Lens' LogicalTable (Maybe (NonEmpty TransformOperation)) Source #

Transform operations that act on this logical table.

logicalTable_alias :: Lens' LogicalTable Text Source #

A display name for the logical table.

LogicalTableSource

data LogicalTableSource Source #

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newLogicalTableSource smart constructor.

Constructors

LogicalTableSource' 

Fields

Instances

Instances details
FromJSON LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

ToJSON LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Generic LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Associated Types

type Rep LogicalTableSource :: Type -> Type #

Read LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Show LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

NFData LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Methods

rnf :: LogicalTableSource -> () #

Eq LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Hashable LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

type Rep LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

type Rep LogicalTableSource = D1 ('MetaData "LogicalTableSource" "Amazonka.QuickSight.Types.LogicalTableSource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LogicalTableSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "joinInstruction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinInstruction)) :*: S1 ('MetaSel ('Just "physicalTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLogicalTableSource :: LogicalTableSource Source #

Create a value of LogicalTableSource 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:dataSetArn:LogicalTableSource', logicalTableSource_dataSetArn - The Amazon Resource Number (ARN) of the parent dataset.

$sel:joinInstruction:LogicalTableSource', logicalTableSource_joinInstruction - Specifies the result of a join of two logical tables.

$sel:physicalTableId:LogicalTableSource', logicalTableSource_physicalTableId - Physical table ID.

logicalTableSource_dataSetArn :: Lens' LogicalTableSource (Maybe Text) Source #

The Amazon Resource Number (ARN) of the parent dataset.

logicalTableSource_joinInstruction :: Lens' LogicalTableSource (Maybe JoinInstruction) Source #

Specifies the result of a join of two logical tables.

LongFormatText

data LongFormatText Source #

The text format for a subtitle.

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

See: newLongFormatText smart constructor.

Constructors

LongFormatText' 

Fields

Instances

Instances details
FromJSON LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

ToJSON LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Generic LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Associated Types

type Rep LongFormatText :: Type -> Type #

Read LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Show LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

NFData LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Methods

rnf :: LongFormatText -> () #

Eq LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

Hashable LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

type Rep LongFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LongFormatText

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

newLongFormatText :: LongFormatText Source #

Create a value of LongFormatText 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:plainText:LongFormatText', longFormatText_plainText - Plain text format.

$sel:richText:LongFormatText', longFormatText_richText - Rich text. Examples of rich text include bold, underline, and italics.

longFormatText_richText :: Lens' LongFormatText (Maybe Text) Source #

Rich text. Examples of rich text include bold, underline, and italics.

ManifestFileLocation

data ManifestFileLocation Source #

Amazon S3 manifest file location.

See: newManifestFileLocation smart constructor.

Constructors

ManifestFileLocation' 

Fields

Instances

Instances details
FromJSON ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

ToJSON ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Generic ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Associated Types

type Rep ManifestFileLocation :: Type -> Type #

Read ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Show ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

NFData ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Methods

rnf :: ManifestFileLocation -> () #

Eq ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Hashable ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

type Rep ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

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

newManifestFileLocation Source #

Create a value of ManifestFileLocation 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:bucket:ManifestFileLocation', manifestFileLocation_bucket - Amazon S3 bucket.

$sel:key:ManifestFileLocation', manifestFileLocation_key - Amazon S3 key that identifies an object.

manifestFileLocation_key :: Lens' ManifestFileLocation Text Source #

Amazon S3 key that identifies an object.

MarginStyle

data MarginStyle Source #

The display options for margins around the outside edge of sheets.

See: newMarginStyle smart constructor.

Constructors

MarginStyle' 

Fields

  • show :: Maybe Bool

    This Boolean value controls whether to display sheet margins.

Instances

Instances details
FromJSON MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

ToJSON MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Generic MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Associated Types

type Rep MarginStyle :: Type -> Type #

Read MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Show MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

NFData MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Methods

rnf :: MarginStyle -> () #

Eq MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Hashable MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

type Rep MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

type Rep MarginStyle = D1 ('MetaData "MarginStyle" "Amazonka.QuickSight.Types.MarginStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MarginStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "show") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newMarginStyle :: MarginStyle Source #

Create a value of MarginStyle 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:show:MarginStyle', marginStyle_show - This Boolean value controls whether to display sheet margins.

marginStyle_show :: Lens' MarginStyle (Maybe Bool) Source #

This Boolean value controls whether to display sheet margins.

MariaDbParameters

data MariaDbParameters Source #

The parameters for MariaDB.

See: newMariaDbParameters smart constructor.

Constructors

MariaDbParameters' 

Fields

Instances

Instances details
FromJSON MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

ToJSON MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Generic MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Associated Types

type Rep MariaDbParameters :: Type -> Type #

Read MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Show MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

NFData MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Methods

rnf :: MariaDbParameters -> () #

Eq MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Hashable MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

type Rep MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

type Rep MariaDbParameters = D1 ('MetaData "MariaDbParameters" "Amazonka.QuickSight.Types.MariaDbParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MariaDbParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMariaDbParameters Source #

Create a value of MariaDbParameters 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:host:MariaDbParameters', mariaDbParameters_host - Host.

$sel:port:MariaDbParameters', mariaDbParameters_port - Port.

$sel:database:MariaDbParameters', mariaDbParameters_database - Database.

MaximumLabelType

data MaximumLabelType Source #

The maximum label of a data path label.

See: newMaximumLabelType smart constructor.

Constructors

MaximumLabelType' 

Fields

Instances

Instances details
FromJSON MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

ToJSON MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Generic MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Associated Types

type Rep MaximumLabelType :: Type -> Type #

Read MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Show MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

NFData MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Methods

rnf :: MaximumLabelType -> () #

Eq MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

Hashable MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

type Rep MaximumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumLabelType

type Rep MaximumLabelType = D1 ('MetaData "MaximumLabelType" "Amazonka.QuickSight.Types.MaximumLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MaximumLabelType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newMaximumLabelType :: MaximumLabelType Source #

Create a value of MaximumLabelType 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:visibility:MaximumLabelType', maximumLabelType_visibility - The visibility of the maximum label.

maximumLabelType_visibility :: Lens' MaximumLabelType (Maybe Visibility) Source #

The visibility of the maximum label.

MaximumMinimumComputation

data MaximumMinimumComputation Source #

The maximum and minimum computation configuration.

See: newMaximumMinimumComputation smart constructor.

Constructors

MaximumMinimumComputation' 

Fields

Instances

Instances details
FromJSON MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

ToJSON MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

Generic MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

Associated Types

type Rep MaximumMinimumComputation :: Type -> Type #

Show MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

NFData MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

Eq MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

Hashable MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

type Rep MaximumMinimumComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MaximumMinimumComputation

type Rep MaximumMinimumComputation = D1 ('MetaData "MaximumMinimumComputation" "Amazonka.QuickSight.Types.MaximumMinimumComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MaximumMinimumComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField))) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MaximumMinimumComputationType)))))

newMaximumMinimumComputation Source #

Create a value of MaximumMinimumComputation 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:name:MaximumMinimumComputation', maximumMinimumComputation_name - The name of a computation.

$sel:value:MaximumMinimumComputation', maximumMinimumComputation_value - The value field that is used in a computation.

$sel:computationId:MaximumMinimumComputation', maximumMinimumComputation_computationId - The ID for a computation.

$sel:time:MaximumMinimumComputation', maximumMinimumComputation_time - The time field that is used in a computation.

$sel:type':MaximumMinimumComputation', maximumMinimumComputation_type - The type of computation. Choose one of the following options:

  • MAXIMUM: A maximum computation.
  • MINIMUM: A minimum computation.

maximumMinimumComputation_value :: Lens' MaximumMinimumComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

maximumMinimumComputation_type :: Lens' MaximumMinimumComputation MaximumMinimumComputationType Source #

The type of computation. Choose one of the following options:

  • MAXIMUM: A maximum computation.
  • MINIMUM: A minimum computation.

MeasureField

data MeasureField Source #

The measure (metric) type field.

See: newMeasureField smart constructor.

Constructors

MeasureField' 

Fields

Instances

Instances details
FromJSON MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

ToJSON MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

Generic MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

Associated Types

type Rep MeasureField :: Type -> Type #

Show MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

NFData MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

Methods

rnf :: MeasureField -> () #

Eq MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

Hashable MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

type Rep MeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MeasureField

type Rep MeasureField = D1 ('MetaData "MeasureField" "Amazonka.QuickSight.Types.MeasureField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MeasureField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "calculatedMeasureField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CalculatedMeasureField)) :*: S1 ('MetaSel ('Just "categoricalMeasureField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalMeasureField))) :*: (S1 ('MetaSel ('Just "dateMeasureField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateMeasureField)) :*: S1 ('MetaSel ('Just "numericalMeasureField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericalMeasureField)))))

newMeasureField :: MeasureField Source #

Create a value of MeasureField 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:calculatedMeasureField:MeasureField', measureField_calculatedMeasureField - The calculated measure field only used in pivot tables.

$sel:categoricalMeasureField:MeasureField', measureField_categoricalMeasureField - The measure type field with categorical type columns.

$sel:dateMeasureField:MeasureField', measureField_dateMeasureField - The measure type field with date type columns.

$sel:numericalMeasureField:MeasureField', measureField_numericalMeasureField - The measure type field with numerical type columns.

measureField_calculatedMeasureField :: Lens' MeasureField (Maybe CalculatedMeasureField) Source #

The calculated measure field only used in pivot tables.

measureField_categoricalMeasureField :: Lens' MeasureField (Maybe CategoricalMeasureField) Source #

The measure type field with categorical type columns.

measureField_dateMeasureField :: Lens' MeasureField (Maybe DateMeasureField) Source #

The measure type field with date type columns.

measureField_numericalMeasureField :: Lens' MeasureField (Maybe NumericalMeasureField) Source #

The measure type field with numerical type columns.

MemberIdArnPair

data MemberIdArnPair Source #

An object that consists of a member Amazon Resource Name (ARN) and a member ID.

See: newMemberIdArnPair smart constructor.

Constructors

MemberIdArnPair' 

Fields

Instances

Instances details
FromJSON MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Generic MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Associated Types

type Rep MemberIdArnPair :: Type -> Type #

Read MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Show MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

NFData MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Methods

rnf :: MemberIdArnPair -> () #

Eq MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Hashable MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

type Rep MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

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

newMemberIdArnPair :: MemberIdArnPair Source #

Create a value of MemberIdArnPair 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:memberArn:MemberIdArnPair', memberIdArnPair_memberArn - The Amazon Resource Name (ARN) of the member.

$sel:memberId:MemberIdArnPair', memberIdArnPair_memberId - The ID of the member.

memberIdArnPair_memberArn :: Lens' MemberIdArnPair (Maybe Text) Source #

The Amazon Resource Name (ARN) of the member.

MetricComparisonComputation

data MetricComparisonComputation Source #

The metric comparison computation configuration.

See: newMetricComparisonComputation smart constructor.

Constructors

MetricComparisonComputation' 

Fields

Instances

Instances details
FromJSON MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

ToJSON MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

Generic MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

Associated Types

type Rep MetricComparisonComputation :: Type -> Type #

Show MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

NFData MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

Eq MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

Hashable MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

type Rep MetricComparisonComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MetricComparisonComputation

type Rep MetricComparisonComputation = D1 ('MetaData "MetricComparisonComputation" "Amazonka.QuickSight.Types.MetricComparisonComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MetricComparisonComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField) :*: (S1 ('MetaSel ('Just "fromValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeasureField) :*: S1 ('MetaSel ('Just "targetValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeasureField)))))

metricComparisonComputation_fromValue :: Lens' MetricComparisonComputation MeasureField Source #

The field that is used in a metric comparison from value setup.

metricComparisonComputation_targetValue :: Lens' MetricComparisonComputation MeasureField Source #

The field that is used in a metric comparison to value setup.

MinimumLabelType

data MinimumLabelType Source #

The minimum label of a data path label.

See: newMinimumLabelType smart constructor.

Constructors

MinimumLabelType' 

Fields

Instances

Instances details
FromJSON MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

ToJSON MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Generic MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Associated Types

type Rep MinimumLabelType :: Type -> Type #

Read MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Show MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

NFData MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Methods

rnf :: MinimumLabelType -> () #

Eq MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

Hashable MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

type Rep MinimumLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MinimumLabelType

type Rep MinimumLabelType = D1 ('MetaData "MinimumLabelType" "Amazonka.QuickSight.Types.MinimumLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MinimumLabelType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newMinimumLabelType :: MinimumLabelType Source #

Create a value of MinimumLabelType 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:visibility:MinimumLabelType', minimumLabelType_visibility - The visibility of the minimum label.

minimumLabelType_visibility :: Lens' MinimumLabelType (Maybe Visibility) Source #

The visibility of the minimum label.

MissingDataConfiguration

data MissingDataConfiguration Source #

The configuration options that determine how missing data is treated during the rendering of a line chart.

See: newMissingDataConfiguration smart constructor.

Constructors

MissingDataConfiguration' 

Fields

  • treatmentOption :: Maybe MissingDataTreatmentOption

    The treatment option that determines how missing data should be rendered. Choose from the following options:

    • INTERPOLATE: Interpolate missing values between the prior and the next known value.
    • SHOW_AS_ZERO: Show missing values as the value 0.
    • SHOW_AS_BLANK: Display a blank space when rendering missing data.

Instances

Instances details
FromJSON MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

ToJSON MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

Generic MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

Associated Types

type Rep MissingDataConfiguration :: Type -> Type #

Read MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

Show MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

NFData MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

Eq MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

Hashable MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

type Rep MissingDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MissingDataConfiguration

type Rep MissingDataConfiguration = D1 ('MetaData "MissingDataConfiguration" "Amazonka.QuickSight.Types.MissingDataConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MissingDataConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "treatmentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MissingDataTreatmentOption))))

newMissingDataConfiguration :: MissingDataConfiguration Source #

Create a value of MissingDataConfiguration 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:treatmentOption:MissingDataConfiguration', missingDataConfiguration_treatmentOption - The treatment option that determines how missing data should be rendered. Choose from the following options:

  • INTERPOLATE: Interpolate missing values between the prior and the next known value.
  • SHOW_AS_ZERO: Show missing values as the value 0.
  • SHOW_AS_BLANK: Display a blank space when rendering missing data.

missingDataConfiguration_treatmentOption :: Lens' MissingDataConfiguration (Maybe MissingDataTreatmentOption) Source #

The treatment option that determines how missing data should be rendered. Choose from the following options:

  • INTERPOLATE: Interpolate missing values between the prior and the next known value.
  • SHOW_AS_ZERO: Show missing values as the value 0.
  • SHOW_AS_BLANK: Display a blank space when rendering missing data.

MySqlParameters

data MySqlParameters Source #

The parameters for MySQL.

See: newMySqlParameters smart constructor.

Constructors

MySqlParameters' 

Fields

Instances

Instances details
FromJSON MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

ToJSON MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Generic MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Associated Types

type Rep MySqlParameters :: Type -> Type #

Read MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Show MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

NFData MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Methods

rnf :: MySqlParameters -> () #

Eq MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Hashable MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

type Rep MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

type Rep MySqlParameters = D1 ('MetaData "MySqlParameters" "Amazonka.QuickSight.Types.MySqlParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "MySqlParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMySqlParameters Source #

Create a value of MySqlParameters 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:host:MySqlParameters', mySqlParameters_host - Host.

$sel:port:MySqlParameters', mySqlParameters_port - Port.

$sel:database:MySqlParameters', mySqlParameters_database - Database.

NamespaceError

data NamespaceError Source #

Errors that occur during namespace creation.

See: newNamespaceError smart constructor.

Constructors

NamespaceError' 

Fields

Instances

Instances details
FromJSON NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Generic NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Associated Types

type Rep NamespaceError :: Type -> Type #

Read NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Show NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

NFData NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Methods

rnf :: NamespaceError -> () #

Eq NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Hashable NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

type Rep NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

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

newNamespaceError :: NamespaceError Source #

Create a value of NamespaceError 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:message:NamespaceError', namespaceError_message - The message for the error.

$sel:type':NamespaceError', namespaceError_type - The error type.

NamespaceInfoV2

data NamespaceInfoV2 Source #

The error type.

See: newNamespaceInfoV2 smart constructor.

Constructors

NamespaceInfoV2' 

Fields

Instances

Instances details
FromJSON NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Generic NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Associated Types

type Rep NamespaceInfoV2 :: Type -> Type #

Read NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Show NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

NFData NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Methods

rnf :: NamespaceInfoV2 -> () #

Eq NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Hashable NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

type Rep NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

type Rep NamespaceInfoV2 = D1 ('MetaData "NamespaceInfoV2" "Amazonka.QuickSight.Types.NamespaceInfoV2" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NamespaceInfoV2'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "capacityRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceStatus)))) :*: (S1 ('MetaSel ('Just "identityStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityStore)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namespaceError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceError))))))

newNamespaceInfoV2 :: NamespaceInfoV2 Source #

Create a value of NamespaceInfoV2 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:arn:NamespaceInfoV2', namespaceInfoV2_arn - The namespace ARN.

$sel:capacityRegion:NamespaceInfoV2', namespaceInfoV2_capacityRegion - The namespace Amazon Web Services Region.

$sel:creationStatus:NamespaceInfoV2', namespaceInfoV2_creationStatus - The creation status of a namespace that is not yet completely created.

$sel:identityStore:NamespaceInfoV2', namespaceInfoV2_identityStore - The identity store used for the namespace.

$sel:name:NamespaceInfoV2', namespaceInfoV2_name - The name of the error.

$sel:namespaceError:NamespaceInfoV2', namespaceInfoV2_namespaceError - An error that occurred when the namespace was created.

namespaceInfoV2_capacityRegion :: Lens' NamespaceInfoV2 (Maybe Text) Source #

The namespace Amazon Web Services Region.

namespaceInfoV2_creationStatus :: Lens' NamespaceInfoV2 (Maybe NamespaceStatus) Source #

The creation status of a namespace that is not yet completely created.

namespaceInfoV2_identityStore :: Lens' NamespaceInfoV2 (Maybe IdentityStore) Source #

The identity store used for the namespace.

namespaceInfoV2_namespaceError :: Lens' NamespaceInfoV2 (Maybe NamespaceError) Source #

An error that occurred when the namespace was created.

NegativeValueConfiguration

data NegativeValueConfiguration Source #

The options that determine the negative value configuration.

See: newNegativeValueConfiguration smart constructor.

Constructors

NegativeValueConfiguration' 

Fields

Instances

Instances details
FromJSON NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

ToJSON NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Generic NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Associated Types

type Rep NegativeValueConfiguration :: Type -> Type #

Read NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Show NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

NFData NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Eq NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

Hashable NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

type Rep NegativeValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NegativeValueConfiguration

type Rep NegativeValueConfiguration = D1 ('MetaData "NegativeValueConfiguration" "Amazonka.QuickSight.Types.NegativeValueConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NegativeValueConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NegativeValueDisplayMode)))

newNegativeValueConfiguration Source #

Create a value of NegativeValueConfiguration 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:displayMode:NegativeValueConfiguration', negativeValueConfiguration_displayMode - Determines the display mode of the negative value configuration.

negativeValueConfiguration_displayMode :: Lens' NegativeValueConfiguration NegativeValueDisplayMode Source #

Determines the display mode of the negative value configuration.

NullValueFormatConfiguration

data NullValueFormatConfiguration Source #

The options that determine the null value format configuration.

See: newNullValueFormatConfiguration smart constructor.

Constructors

NullValueFormatConfiguration' 

Fields

Instances

Instances details
FromJSON NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

ToJSON NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

Generic NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

Associated Types

type Rep NullValueFormatConfiguration :: Type -> Type #

Show NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

NFData NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

Eq NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

Hashable NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

type Rep NullValueFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NullValueFormatConfiguration

type Rep NullValueFormatConfiguration = D1 ('MetaData "NullValueFormatConfiguration" "Amazonka.QuickSight.Types.NullValueFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NullValueFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nullString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newNullValueFormatConfiguration Source #

Create a value of NullValueFormatConfiguration 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:nullString:NullValueFormatConfiguration', nullValueFormatConfiguration_nullString - Determines the null string of null values.

NumberDisplayFormatConfiguration

data NumberDisplayFormatConfiguration Source #

The options that determine the number display format configuration.

See: newNumberDisplayFormatConfiguration smart constructor.

Constructors

NumberDisplayFormatConfiguration' 

Fields

Instances

Instances details
FromJSON NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

ToJSON NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

Generic NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

Associated Types

type Rep NumberDisplayFormatConfiguration :: Type -> Type #

Show NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

NFData NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

Eq NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

Hashable NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

type Rep NumberDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration

type Rep NumberDisplayFormatConfiguration = D1 ('MetaData "NumberDisplayFormatConfiguration" "Amazonka.QuickSight.Types.NumberDisplayFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumberDisplayFormatConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "decimalPlacesConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecimalPlacesConfiguration)) :*: (S1 ('MetaSel ('Just "negativeValueConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NegativeValueConfiguration)) :*: S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)))) :*: ((S1 ('MetaSel ('Just "numberScale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberScale)) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "separatorConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericSeparatorConfiguration)) :*: S1 ('MetaSel ('Just "suffix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newNumberDisplayFormatConfiguration :: NumberDisplayFormatConfiguration Source #

Create a value of NumberDisplayFormatConfiguration 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:decimalPlacesConfiguration:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_decimalPlacesConfiguration - The option that determines the decimal places configuration.

$sel:negativeValueConfiguration:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_negativeValueConfiguration - The options that determine the negative value configuration.

$sel:nullValueFormatConfiguration:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:numberScale:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_numberScale - Determines the number scale value of the number format.

$sel:prefix:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_prefix - Determines the prefix value of the number format.

$sel:separatorConfiguration:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_separatorConfiguration - The options that determine the numeric separator configuration.

$sel:suffix:NumberDisplayFormatConfiguration', numberDisplayFormatConfiguration_suffix - Determines the suffix value of the number format.

NumberFormatConfiguration

data NumberFormatConfiguration Source #

Formatting configuration for number fields.

See: newNumberFormatConfiguration smart constructor.

Constructors

NumberFormatConfiguration' 

Fields

Instances

Instances details
FromJSON NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

ToJSON NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Generic NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Associated Types

type Rep NumberFormatConfiguration :: Type -> Type #

Show NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

NFData NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Eq NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

Hashable NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

type Rep NumberFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumberFormatConfiguration

type Rep NumberFormatConfiguration = D1 ('MetaData "NumberFormatConfiguration" "Amazonka.QuickSight.Types.NumberFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumberFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration))))

newNumberFormatConfiguration :: NumberFormatConfiguration Source #

Create a value of NumberFormatConfiguration 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:formatConfiguration:NumberFormatConfiguration', numberFormatConfiguration_formatConfiguration - The options that determine the numeric format configuration.

NumericAxisOptions

data NumericAxisOptions Source #

The options for an axis with a numeric field.

See: newNumericAxisOptions smart constructor.

Constructors

NumericAxisOptions' 

Fields

Instances

Instances details
FromJSON NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

ToJSON NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

Generic NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

Associated Types

type Rep NumericAxisOptions :: Type -> Type #

Read NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

Show NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

NFData NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

Methods

rnf :: NumericAxisOptions -> () #

Eq NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

Hashable NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

type Rep NumericAxisOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericAxisOptions

type Rep NumericAxisOptions = D1 ('MetaData "NumericAxisOptions" "Amazonka.QuickSight.Types.NumericAxisOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericAxisOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "range") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayRange)) :*: S1 ('MetaSel ('Just "scale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisScale))))

newNumericAxisOptions :: NumericAxisOptions Source #

Create a value of NumericAxisOptions 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:range:NumericAxisOptions', numericAxisOptions_range - The range setup of a numeric axis.

$sel:scale:NumericAxisOptions', numericAxisOptions_scale - The scale setup of a numeric axis.

NumericEqualityDrillDownFilter

data NumericEqualityDrillDownFilter Source #

The category drill down filter.

See: newNumericEqualityDrillDownFilter smart constructor.

Constructors

NumericEqualityDrillDownFilter' 

Fields

Instances

Instances details
FromJSON NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

ToJSON NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

Generic NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

Associated Types

type Rep NumericEqualityDrillDownFilter :: Type -> Type #

Read NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

Show NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

NFData NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

Eq NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

Hashable NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

type Rep NumericEqualityDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter

type Rep NumericEqualityDrillDownFilter = D1 ('MetaData "NumericEqualityDrillDownFilter" "Amazonka.QuickSight.Types.NumericEqualityDrillDownFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericEqualityDrillDownFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newNumericEqualityDrillDownFilter Source #

Create a value of NumericEqualityDrillDownFilter 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:column:NumericEqualityDrillDownFilter', numericEqualityDrillDownFilter_column - The column that the filter is applied to.

$sel:value:NumericEqualityDrillDownFilter', numericEqualityDrillDownFilter_value - The value of the double input numeric drill down filter.

numericEqualityDrillDownFilter_value :: Lens' NumericEqualityDrillDownFilter Double Source #

The value of the double input numeric drill down filter.

NumericEqualityFilter

data NumericEqualityFilter Source #

A NumericEqualityFilter filters values that are equal to the specified value.

See: newNumericEqualityFilter smart constructor.

Constructors

NumericEqualityFilter' 

Fields

Instances

Instances details
FromJSON NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

ToJSON NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

Generic NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

Associated Types

type Rep NumericEqualityFilter :: Type -> Type #

Read NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

Show NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

NFData NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

Methods

rnf :: NumericEqualityFilter -> () #

Eq NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

Hashable NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

type Rep NumericEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericEqualityFilter

newNumericEqualityFilter Source #

Create a value of NumericEqualityFilter 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:aggregationFunction:NumericEqualityFilter', numericEqualityFilter_aggregationFunction - The aggregation function of the filter.

$sel:parameterName:NumericEqualityFilter', numericEqualityFilter_parameterName - The parameter whose value should be used for the filter value.

$sel:selectAllOptions:NumericEqualityFilter', numericEqualityFilter_selectAllOptions - Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

$sel:value:NumericEqualityFilter', numericEqualityFilter_value - The input value.

$sel:filterId:NumericEqualityFilter', numericEqualityFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

$sel:column:NumericEqualityFilter', numericEqualityFilter_column - The column that the filter is applied to.

$sel:matchOperator:NumericEqualityFilter', numericEqualityFilter_matchOperator - The match operator that is used to determine if a filter should be applied.

$sel:nullOption:NumericEqualityFilter', numericEqualityFilter_nullOption - This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

numericEqualityFilter_parameterName :: Lens' NumericEqualityFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

numericEqualityFilter_selectAllOptions :: Lens' NumericEqualityFilter (Maybe NumericFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

numericEqualityFilter_filterId :: Lens' NumericEqualityFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

numericEqualityFilter_matchOperator :: Lens' NumericEqualityFilter NumericEqualityMatchOperator Source #

The match operator that is used to determine if a filter should be applied.

numericEqualityFilter_nullOption :: Lens' NumericEqualityFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

NumericFormatConfiguration

data NumericFormatConfiguration Source #

The options that determine the numeric format configuration.

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

See: newNumericFormatConfiguration smart constructor.

Constructors

NumericFormatConfiguration' 

Fields

Instances

Instances details
FromJSON NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

ToJSON NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Generic NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Associated Types

type Rep NumericFormatConfiguration :: Type -> Type #

Show NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

NFData NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Eq NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

Hashable NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

type Rep NumericFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericFormatConfiguration

type Rep NumericFormatConfiguration = D1 ('MetaData "NumericFormatConfiguration" "Amazonka.QuickSight.Types.NumericFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currencyDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrencyDisplayFormatConfiguration)) :*: (S1 ('MetaSel ('Just "numberDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberDisplayFormatConfiguration)) :*: S1 ('MetaSel ('Just "percentageDisplayFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PercentageDisplayFormatConfiguration)))))

newNumericFormatConfiguration :: NumericFormatConfiguration Source #

Create a value of NumericFormatConfiguration 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:currencyDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_currencyDisplayFormatConfiguration - The options that determine the currency display format configuration.

$sel:numberDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_numberDisplayFormatConfiguration - The options that determine the number display format configuration.

$sel:percentageDisplayFormatConfiguration:NumericFormatConfiguration', numericFormatConfiguration_percentageDisplayFormatConfiguration - The options that determine the percentage display format configuration.

NumericRangeFilter

data NumericRangeFilter Source #

A NumericRangeFilter filters values that are within the value range.

See: newNumericRangeFilter smart constructor.

Constructors

NumericRangeFilter' 

Fields

Instances

Instances details
FromJSON NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

ToJSON NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

Generic NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

Associated Types

type Rep NumericRangeFilter :: Type -> Type #

Read NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

Show NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

NFData NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

Methods

rnf :: NumericRangeFilter -> () #

Eq NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

Hashable NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

type Rep NumericRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilter

newNumericRangeFilter Source #

Create a value of NumericRangeFilter 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:aggregationFunction:NumericRangeFilter', numericRangeFilter_aggregationFunction - The aggregation function of the filter.

$sel:includeMaximum:NumericRangeFilter', numericRangeFilter_includeMaximum - Determines whether the maximum value in the filter value range should be included in the filtered results.

$sel:includeMinimum:NumericRangeFilter', numericRangeFilter_includeMinimum - Determines whether the minimum value in the filter value range should be included in the filtered results.

$sel:rangeMaximum:NumericRangeFilter', numericRangeFilter_rangeMaximum - The maximum value for the filter value range.

$sel:rangeMinimum:NumericRangeFilter', numericRangeFilter_rangeMinimum - The minimum value for the filter value range.

$sel:selectAllOptions:NumericRangeFilter', numericRangeFilter_selectAllOptions - Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

$sel:filterId:NumericRangeFilter', numericRangeFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

$sel:column:NumericRangeFilter', numericRangeFilter_column - The column that the filter is applied to.

$sel:nullOption:NumericRangeFilter', numericRangeFilter_nullOption - This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

numericRangeFilter_includeMaximum :: Lens' NumericRangeFilter (Maybe Bool) Source #

Determines whether the maximum value in the filter value range should be included in the filtered results.

numericRangeFilter_includeMinimum :: Lens' NumericRangeFilter (Maybe Bool) Source #

Determines whether the minimum value in the filter value range should be included in the filtered results.

numericRangeFilter_selectAllOptions :: Lens' NumericRangeFilter (Maybe NumericFilterSelectAllOptions) Source #

Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

numericRangeFilter_filterId :: Lens' NumericRangeFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

numericRangeFilter_column :: Lens' NumericRangeFilter ColumnIdentifier Source #

The column that the filter is applied to.

numericRangeFilter_nullOption :: Lens' NumericRangeFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

NumericRangeFilterValue

data NumericRangeFilterValue Source #

The value input pf the numeric range filter.

See: newNumericRangeFilterValue smart constructor.

Constructors

NumericRangeFilterValue' 

Fields

Instances

Instances details
FromJSON NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

ToJSON NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

Generic NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

Associated Types

type Rep NumericRangeFilterValue :: Type -> Type #

Read NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

Show NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

NFData NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

Methods

rnf :: NumericRangeFilterValue -> () #

Eq NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

Hashable NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

type Rep NumericRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericRangeFilterValue

type Rep NumericRangeFilterValue = D1 ('MetaData "NumericRangeFilterValue" "Amazonka.QuickSight.Types.NumericRangeFilterValue" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericRangeFilterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "staticValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newNumericRangeFilterValue :: NumericRangeFilterValue Source #

Create a value of NumericRangeFilterValue 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:parameter:NumericRangeFilterValue', numericRangeFilterValue_parameter - The parameter that is used in the numeric range.

$sel:staticValue:NumericRangeFilterValue', numericRangeFilterValue_staticValue - The static value of the numeric range filter.

numericRangeFilterValue_parameter :: Lens' NumericRangeFilterValue (Maybe Text) Source #

The parameter that is used in the numeric range.

numericRangeFilterValue_staticValue :: Lens' NumericRangeFilterValue (Maybe Double) Source #

The static value of the numeric range filter.

NumericSeparatorConfiguration

data NumericSeparatorConfiguration Source #

The options that determine the numeric separator configuration.

See: newNumericSeparatorConfiguration smart constructor.

Constructors

NumericSeparatorConfiguration' 

Fields

Instances

Instances details
FromJSON NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

ToJSON NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

Generic NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

Associated Types

type Rep NumericSeparatorConfiguration :: Type -> Type #

Read NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

Show NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

NFData NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

Eq NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

Hashable NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

type Rep NumericSeparatorConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericSeparatorConfiguration

type Rep NumericSeparatorConfiguration = D1 ('MetaData "NumericSeparatorConfiguration" "Amazonka.QuickSight.Types.NumericSeparatorConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericSeparatorConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decimalSeparator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericSeparatorSymbol)) :*: S1 ('MetaSel ('Just "thousandsSeparator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThousandSeparatorOptions))))

newNumericSeparatorConfiguration :: NumericSeparatorConfiguration Source #

Create a value of NumericSeparatorConfiguration 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:decimalSeparator:NumericSeparatorConfiguration', numericSeparatorConfiguration_decimalSeparator - Determines the decimal separator.

$sel:thousandsSeparator:NumericSeparatorConfiguration', numericSeparatorConfiguration_thousandsSeparator - The options that determine the thousands separator configuration.

NumericalAggregationFunction

data NumericalAggregationFunction Source #

Aggregation for numerical values.

See: newNumericalAggregationFunction smart constructor.

Constructors

NumericalAggregationFunction' 

Fields

  • percentileAggregation :: Maybe PercentileAggregation

    An aggregation based on the percentile of values in a dimension or measure.

  • simpleNumericalAggregation :: Maybe SimpleNumericalAggregationFunction

    Built-in aggregation functions for numerical values.

    • SUM: The sum of a dimension or measure.
    • AVERAGE: The average of a dimension or measure.
    • MIN: The minimum value of a dimension or measure.
    • MAX: The maximum value of a dimension or measure.
    • COUNT: The count of a dimension or measure.
    • DISTINCT_COUNT: The count of distinct values in a dimension or measure.
    • VAR: The variance of a dimension or measure.
    • VARP: The partitioned variance of a dimension or measure.
    • STDEV: The standard deviation of a dimension or measure.
    • STDEVP: The partitioned standard deviation of a dimension or measure.
    • MEDIAN: The median value of a dimension or measure.

Instances

Instances details
FromJSON NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

ToJSON NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

Generic NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

Associated Types

type Rep NumericalAggregationFunction :: Type -> Type #

Read NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

Show NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

NFData NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

Eq NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

Hashable NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

type Rep NumericalAggregationFunction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalAggregationFunction

type Rep NumericalAggregationFunction = D1 ('MetaData "NumericalAggregationFunction" "Amazonka.QuickSight.Types.NumericalAggregationFunction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericalAggregationFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentileAggregation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PercentileAggregation)) :*: S1 ('MetaSel ('Just "simpleNumericalAggregation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimpleNumericalAggregationFunction))))

newNumericalAggregationFunction :: NumericalAggregationFunction Source #

Create a value of NumericalAggregationFunction 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:percentileAggregation:NumericalAggregationFunction', numericalAggregationFunction_percentileAggregation - An aggregation based on the percentile of values in a dimension or measure.

$sel:simpleNumericalAggregation:NumericalAggregationFunction', numericalAggregationFunction_simpleNumericalAggregation - Built-in aggregation functions for numerical values.

  • SUM: The sum of a dimension or measure.
  • AVERAGE: The average of a dimension or measure.
  • MIN: The minimum value of a dimension or measure.
  • MAX: The maximum value of a dimension or measure.
  • COUNT: The count of a dimension or measure.
  • DISTINCT_COUNT: The count of distinct values in a dimension or measure.
  • VAR: The variance of a dimension or measure.
  • VARP: The partitioned variance of a dimension or measure.
  • STDEV: The standard deviation of a dimension or measure.
  • STDEVP: The partitioned standard deviation of a dimension or measure.
  • MEDIAN: The median value of a dimension or measure.

numericalAggregationFunction_percentileAggregation :: Lens' NumericalAggregationFunction (Maybe PercentileAggregation) Source #

An aggregation based on the percentile of values in a dimension or measure.

numericalAggregationFunction_simpleNumericalAggregation :: Lens' NumericalAggregationFunction (Maybe SimpleNumericalAggregationFunction) Source #

Built-in aggregation functions for numerical values.

  • SUM: The sum of a dimension or measure.
  • AVERAGE: The average of a dimension or measure.
  • MIN: The minimum value of a dimension or measure.
  • MAX: The maximum value of a dimension or measure.
  • COUNT: The count of a dimension or measure.
  • DISTINCT_COUNT: The count of distinct values in a dimension or measure.
  • VAR: The variance of a dimension or measure.
  • VARP: The partitioned variance of a dimension or measure.
  • STDEV: The standard deviation of a dimension or measure.
  • STDEVP: The partitioned standard deviation of a dimension or measure.
  • MEDIAN: The median value of a dimension or measure.

NumericalDimensionField

data NumericalDimensionField Source #

The dimension type field with numerical type columns.

See: newNumericalDimensionField smart constructor.

Constructors

NumericalDimensionField' 

Fields

Instances

Instances details
FromJSON NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

ToJSON NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

Generic NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

Associated Types

type Rep NumericalDimensionField :: Type -> Type #

Show NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

NFData NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

Methods

rnf :: NumericalDimensionField -> () #

Eq NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

Hashable NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

type Rep NumericalDimensionField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalDimensionField

type Rep NumericalDimensionField = D1 ('MetaData "NumericalDimensionField" "Amazonka.QuickSight.Types.NumericalDimensionField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericalDimensionField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberFormatConfiguration)) :*: S1 ('MetaSel ('Just "hierarchyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newNumericalDimensionField Source #

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

NumericalDimensionField, numericalDimensionField_formatConfiguration - The format configuration of the field.

$sel:hierarchyId:NumericalDimensionField', numericalDimensionField_hierarchyId - The custom hierarchy ID.

$sel:fieldId:NumericalDimensionField', numericalDimensionField_fieldId - The custom field ID.

$sel:column:NumericalDimensionField', numericalDimensionField_column - The column that is used in the NumericalDimensionField.

numericalDimensionField_column :: Lens' NumericalDimensionField ColumnIdentifier Source #

The column that is used in the NumericalDimensionField.

NumericalMeasureField

data NumericalMeasureField Source #

The measure type field with numerical type columns.

See: newNumericalMeasureField smart constructor.

Constructors

NumericalMeasureField' 

Fields

Instances

Instances details
FromJSON NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

ToJSON NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

Generic NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

Associated Types

type Rep NumericalMeasureField :: Type -> Type #

Show NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

NFData NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

Methods

rnf :: NumericalMeasureField -> () #

Eq NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

Hashable NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

type Rep NumericalMeasureField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NumericalMeasureField

type Rep NumericalMeasureField = D1 ('MetaData "NumericalMeasureField" "Amazonka.QuickSight.Types.NumericalMeasureField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "NumericalMeasureField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericalAggregationFunction)) :*: S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberFormatConfiguration))) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newNumericalMeasureField Source #

Create a value of NumericalMeasureField 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:aggregationFunction:NumericalMeasureField', numericalMeasureField_aggregationFunction - The aggregation function of the measure field.

NumericalMeasureField, numericalMeasureField_formatConfiguration - The format configuration of the field.

$sel:fieldId:NumericalMeasureField', numericalMeasureField_fieldId - The custom field ID.

$sel:column:NumericalMeasureField', numericalMeasureField_column - The column that is used in the NumericalMeasureField.

numericalMeasureField_column :: Lens' NumericalMeasureField ColumnIdentifier Source #

The column that is used in the NumericalMeasureField.

OracleParameters

data OracleParameters Source #

The parameters for Oracle.

See: newOracleParameters smart constructor.

Constructors

OracleParameters' 

Fields

Instances

Instances details
FromJSON OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

ToJSON OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Generic OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Associated Types

type Rep OracleParameters :: Type -> Type #

Read OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Show OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

NFData OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Methods

rnf :: OracleParameters -> () #

Eq OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Hashable OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

type Rep OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

type Rep OracleParameters = D1 ('MetaData "OracleParameters" "Amazonka.QuickSight.Types.OracleParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "OracleParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newOracleParameters Source #

Create a value of OracleParameters 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:host:OracleParameters', oracleParameters_host - An Oracle host.

$sel:port:OracleParameters', oracleParameters_port - Port.

$sel:database:OracleParameters', oracleParameters_database - Database.

OutputColumn

data OutputColumn Source #

Output column.

See: newOutputColumn smart constructor.

Constructors

OutputColumn' 

Fields

Instances

Instances details
FromJSON OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Generic OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Associated Types

type Rep OutputColumn :: Type -> Type #

Read OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Show OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

NFData OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Methods

rnf :: OutputColumn -> () #

Eq OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Hashable OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

type Rep OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

type Rep OutputColumn = D1 ('MetaData "OutputColumn" "Amazonka.QuickSight.Types.OutputColumn" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "OutputColumn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnDataType)))))

newOutputColumn :: OutputColumn Source #

Create a value of OutputColumn 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:description:OutputColumn', outputColumn_description - A description for a column.

$sel:name:OutputColumn', outputColumn_name - A display name for the dataset.

$sel:type':OutputColumn', outputColumn_type - Type.

outputColumn_description :: Lens' OutputColumn (Maybe Text) Source #

A description for a column.

outputColumn_name :: Lens' OutputColumn (Maybe Text) Source #

A display name for the dataset.

PaginationConfiguration

data PaginationConfiguration Source #

The pagination configuration for a table visual or boxplot.

See: newPaginationConfiguration smart constructor.

Constructors

PaginationConfiguration' 

Fields

Instances

Instances details
FromJSON PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

ToJSON PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

Generic PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

Associated Types

type Rep PaginationConfiguration :: Type -> Type #

Read PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

Show PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

NFData PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

Methods

rnf :: PaginationConfiguration -> () #

Eq PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

Hashable PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

type Rep PaginationConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PaginationConfiguration

type Rep PaginationConfiguration = D1 ('MetaData "PaginationConfiguration" "Amazonka.QuickSight.Types.PaginationConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PaginationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "pageNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPaginationConfiguration Source #

Create a value of PaginationConfiguration 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:pageSize:PaginationConfiguration', paginationConfiguration_pageSize - Indicates how many items render in one page.

$sel:pageNumber:PaginationConfiguration', paginationConfiguration_pageNumber - Indicates the page number.

paginationConfiguration_pageSize :: Lens' PaginationConfiguration Integer Source #

Indicates how many items render in one page.

PanelConfiguration

data PanelConfiguration Source #

A collection of options that configure how each panel displays in a small multiples chart.

See: newPanelConfiguration smart constructor.

Constructors

PanelConfiguration' 

Fields

Instances

Instances details
FromJSON PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

ToJSON PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

Generic PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

Associated Types

type Rep PanelConfiguration :: Type -> Type #

Read PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

Show PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

NFData PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

Methods

rnf :: PanelConfiguration -> () #

Eq PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

Hashable PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

type Rep PanelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelConfiguration

newPanelConfiguration :: PanelConfiguration Source #

Create a value of PanelConfiguration 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:backgroundColor:PanelConfiguration', panelConfiguration_backgroundColor - Sets the background color for each panel.

$sel:backgroundVisibility:PanelConfiguration', panelConfiguration_backgroundVisibility - Determines whether or not a background for each small multiples panel is rendered.

$sel:borderColor:PanelConfiguration', panelConfiguration_borderColor - Sets the line color of panel borders.

$sel:borderStyle:PanelConfiguration', panelConfiguration_borderStyle - Sets the line style of panel borders.

$sel:borderThickness:PanelConfiguration', panelConfiguration_borderThickness - Sets the line thickness of panel borders.

$sel:borderVisibility:PanelConfiguration', panelConfiguration_borderVisibility - Determines whether or not each panel displays a border.

$sel:gutterSpacing:PanelConfiguration', panelConfiguration_gutterSpacing - Sets the total amount of negative space to display between sibling panels.

$sel:gutterVisibility:PanelConfiguration', panelConfiguration_gutterVisibility - Determines whether or not negative space between sibling panels is rendered.

$sel:title:PanelConfiguration', panelConfiguration_title - Configures the title display within each small multiples panel.

panelConfiguration_backgroundColor :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the background color for each panel.

panelConfiguration_backgroundVisibility :: Lens' PanelConfiguration (Maybe Visibility) Source #

Determines whether or not a background for each small multiples panel is rendered.

panelConfiguration_borderColor :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the line color of panel borders.

panelConfiguration_borderThickness :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the line thickness of panel borders.

panelConfiguration_borderVisibility :: Lens' PanelConfiguration (Maybe Visibility) Source #

Determines whether or not each panel displays a border.

panelConfiguration_gutterSpacing :: Lens' PanelConfiguration (Maybe Text) Source #

Sets the total amount of negative space to display between sibling panels.

panelConfiguration_gutterVisibility :: Lens' PanelConfiguration (Maybe Visibility) Source #

Determines whether or not negative space between sibling panels is rendered.

panelConfiguration_title :: Lens' PanelConfiguration (Maybe PanelTitleOptions) Source #

Configures the title display within each small multiples panel.

PanelTitleOptions

data PanelTitleOptions Source #

The options that determine the title styles for each small multiples panel.

See: newPanelTitleOptions smart constructor.

Constructors

PanelTitleOptions' 

Fields

Instances

Instances details
FromJSON PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

ToJSON PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

Generic PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

Associated Types

type Rep PanelTitleOptions :: Type -> Type #

Read PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

Show PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

NFData PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

Methods

rnf :: PanelTitleOptions -> () #

Eq PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

Hashable PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

type Rep PanelTitleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PanelTitleOptions

type Rep PanelTitleOptions = D1 ('MetaData "PanelTitleOptions" "Amazonka.QuickSight.Types.PanelTitleOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PanelTitleOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)) :*: (S1 ('MetaSel ('Just "horizontalTextAlignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HorizontalTextAlignment)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newPanelTitleOptions :: PanelTitleOptions Source #

Create a value of PanelTitleOptions 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:fontConfiguration:PanelTitleOptions', panelTitleOptions_fontConfiguration - Undocumented member.

$sel:horizontalTextAlignment:PanelTitleOptions', panelTitleOptions_horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.

$sel:visibility:PanelTitleOptions', panelTitleOptions_visibility - Determines whether or not panel titles are displayed.

panelTitleOptions_horizontalTextAlignment :: Lens' PanelTitleOptions (Maybe HorizontalTextAlignment) Source #

Sets the horizontal text alignment of the title within each panel.

panelTitleOptions_visibility :: Lens' PanelTitleOptions (Maybe Visibility) Source #

Determines whether or not panel titles are displayed.

ParameterControl

data ParameterControl Source #

The control of a parameter that users can interact with in a dashboard or an analysis.

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

See: newParameterControl smart constructor.

Constructors

ParameterControl' 

Fields

Instances

Instances details
FromJSON ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

ToJSON ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

Generic ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

Associated Types

type Rep ParameterControl :: Type -> Type #

Read ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

Show ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

NFData ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

Methods

rnf :: ParameterControl -> () #

Eq ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

Hashable ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

type Rep ParameterControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterControl

newParameterControl :: ParameterControl Source #

Create a value of ParameterControl 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:dateTimePicker:ParameterControl', parameterControl_dateTimePicker - A control from a date parameter that specifies date and time.

$sel:dropdown:ParameterControl', parameterControl_dropdown - A control to display a dropdown list with buttons that are used to select a single value.

$sel:list:ParameterControl', parameterControl_list - A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

$sel:slider:ParameterControl', parameterControl_slider - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

$sel:textArea:ParameterControl', parameterControl_textArea - A control to display a text box that is used to enter multiple entries.

$sel:textField:ParameterControl', parameterControl_textField - A control to display a text box that is used to enter a single entry.

parameterControl_dateTimePicker :: Lens' ParameterControl (Maybe ParameterDateTimePickerControl) Source #

A control from a date parameter that specifies date and time.

parameterControl_dropdown :: Lens' ParameterControl (Maybe ParameterDropDownControl) Source #

A control to display a dropdown list with buttons that are used to select a single value.

parameterControl_list :: Lens' ParameterControl (Maybe ParameterListControl) Source #

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

parameterControl_slider :: Lens' ParameterControl (Maybe ParameterSliderControl) Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

parameterControl_textArea :: Lens' ParameterControl (Maybe ParameterTextAreaControl) Source #

A control to display a text box that is used to enter multiple entries.

parameterControl_textField :: Lens' ParameterControl (Maybe ParameterTextFieldControl) Source #

A control to display a text box that is used to enter a single entry.

ParameterDateTimePickerControl

data ParameterDateTimePickerControl Source #

A control from a date parameter that specifies date and time.

See: newParameterDateTimePickerControl smart constructor.

Constructors

ParameterDateTimePickerControl' 

Fields

Instances

Instances details
FromJSON ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

ToJSON ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

Generic ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

Associated Types

type Rep ParameterDateTimePickerControl :: Type -> Type #

Read ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

Show ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

NFData ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

Eq ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

Hashable ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

type Rep ParameterDateTimePickerControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDateTimePickerControl

type Rep ParameterDateTimePickerControl = D1 ('MetaData "ParameterDateTimePickerControl" "Amazonka.QuickSight.Types.ParameterDateTimePickerControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterDateTimePickerControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimePickerControlDisplayOptions)) :*: S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

parameterDateTimePickerControl_title :: Lens' ParameterDateTimePickerControl Text Source #

The title of the ParameterDateTimePickerControl.

ParameterDeclaration

data ParameterDeclaration Source #

The declaration definition of a parameter.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

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

See: newParameterDeclaration smart constructor.

Constructors

ParameterDeclaration' 

Fields

Instances

Instances details
FromJSON ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

ToJSON ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

Generic ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

Associated Types

type Rep ParameterDeclaration :: Type -> Type #

Show ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

NFData ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

Methods

rnf :: ParameterDeclaration -> () #

Eq ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

Hashable ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

type Rep ParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDeclaration

type Rep ParameterDeclaration = D1 ('MetaData "ParameterDeclaration" "Amazonka.QuickSight.Types.ParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dateTimeParameterDeclaration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeParameterDeclaration)) :*: S1 ('MetaSel ('Just "decimalParameterDeclaration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecimalParameterDeclaration))) :*: (S1 ('MetaSel ('Just "integerParameterDeclaration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerParameterDeclaration)) :*: S1 ('MetaSel ('Just "stringParameterDeclaration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringParameterDeclaration)))))

newParameterDeclaration :: ParameterDeclaration Source #

Create a value of ParameterDeclaration 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:dateTimeParameterDeclaration:ParameterDeclaration', parameterDeclaration_dateTimeParameterDeclaration - A parameter declaration for the DateTime data type.

$sel:decimalParameterDeclaration:ParameterDeclaration', parameterDeclaration_decimalParameterDeclaration - A parameter declaration for the Decimal data type.

$sel:integerParameterDeclaration:ParameterDeclaration', parameterDeclaration_integerParameterDeclaration - A parameter declaration for the Integer data type.

$sel:stringParameterDeclaration:ParameterDeclaration', parameterDeclaration_stringParameterDeclaration - A parameter declaration for the String data type.

ParameterDropDownControl

data ParameterDropDownControl Source #

A control to display a dropdown list with buttons that are used to select a single value.

See: newParameterDropDownControl smart constructor.

Constructors

ParameterDropDownControl' 

Fields

Instances

Instances details
FromJSON ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

ToJSON ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Generic ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Associated Types

type Rep ParameterDropDownControl :: Type -> Type #

Read ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Show ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

NFData ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Eq ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Hashable ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

type Rep ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

type Rep ParameterDropDownControl = D1 ('MetaData "ParameterDropDownControl" "Amazonka.QuickSight.Types.ParameterDropDownControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterDropDownControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cascadingControlConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CascadingControlConfiguration)) :*: (S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DropDownControlDisplayOptions)) :*: S1 ('MetaSel ('Just "selectableValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterSelectableValues)))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetControlListType)) :*: S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newParameterDropDownControl Source #

Create a value of ParameterDropDownControl 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:cascadingControlConfiguration:ParameterDropDownControl', parameterDropDownControl_cascadingControlConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

$sel:displayOptions:ParameterDropDownControl', parameterDropDownControl_displayOptions - The display options of a control.

$sel:selectableValues:ParameterDropDownControl', parameterDropDownControl_selectableValues - A list of selectable values that are used in a control.

$sel:type':ParameterDropDownControl', parameterDropDownControl_type - The type parameter name of the ParameterDropDownControl.

$sel:parameterControlId:ParameterDropDownControl', parameterDropDownControl_parameterControlId - The ID of the ParameterDropDownControl.

$sel:title:ParameterDropDownControl', parameterDropDownControl_title - The title of the ParameterDropDownControl.

$sel:sourceParameterName:ParameterDropDownControl', parameterDropDownControl_sourceParameterName - The source parameter name of the ParameterDropDownControl.

parameterDropDownControl_cascadingControlConfiguration :: Lens' ParameterDropDownControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

parameterDropDownControl_type :: Lens' ParameterDropDownControl (Maybe SheetControlListType) Source #

The type parameter name of the ParameterDropDownControl.

parameterDropDownControl_title :: Lens' ParameterDropDownControl Text Source #

The title of the ParameterDropDownControl.

parameterDropDownControl_sourceParameterName :: Lens' ParameterDropDownControl Text Source #

The source parameter name of the ParameterDropDownControl.

ParameterListControl

data ParameterListControl Source #

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

See: newParameterListControl smart constructor.

Constructors

ParameterListControl' 

Fields

Instances

Instances details
FromJSON ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

ToJSON ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Generic ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Associated Types

type Rep ParameterListControl :: Type -> Type #

Read ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Show ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

NFData ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Methods

rnf :: ParameterListControl -> () #

Eq ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Hashable ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

type Rep ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

type Rep ParameterListControl = D1 ('MetaData "ParameterListControl" "Amazonka.QuickSight.Types.ParameterListControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterListControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cascadingControlConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CascadingControlConfiguration)) :*: (S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListControlDisplayOptions)) :*: S1 ('MetaSel ('Just "selectableValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterSelectableValues)))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetControlListType)) :*: S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newParameterListControl Source #

Create a value of ParameterListControl 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:cascadingControlConfiguration:ParameterListControl', parameterListControl_cascadingControlConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

$sel:displayOptions:ParameterListControl', parameterListControl_displayOptions - The display options of a control.

$sel:selectableValues:ParameterListControl', parameterListControl_selectableValues - A list of selectable values that are used in a control.

$sel:type':ParameterListControl', parameterListControl_type - The type of ParameterListControl.

$sel:parameterControlId:ParameterListControl', parameterListControl_parameterControlId - The ID of the ParameterListControl.

$sel:title:ParameterListControl', parameterListControl_title - The title of the ParameterListControl.

$sel:sourceParameterName:ParameterListControl', parameterListControl_sourceParameterName - The source parameter name of the ParameterListControl.

parameterListControl_cascadingControlConfiguration :: Lens' ParameterListControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

parameterListControl_selectableValues :: Lens' ParameterListControl (Maybe ParameterSelectableValues) Source #

A list of selectable values that are used in a control.

parameterListControl_title :: Lens' ParameterListControl Text Source #

The title of the ParameterListControl.

parameterListControl_sourceParameterName :: Lens' ParameterListControl Text Source #

The source parameter name of the ParameterListControl.

ParameterSelectableValues

data ParameterSelectableValues Source #

A list of selectable values that are used in a control.

See: newParameterSelectableValues smart constructor.

Constructors

ParameterSelectableValues' 

Fields

Instances

Instances details
FromJSON ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

ToJSON ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

Generic ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

Associated Types

type Rep ParameterSelectableValues :: Type -> Type #

Read ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

Show ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

NFData ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

Eq ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

Hashable ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

type Rep ParameterSelectableValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSelectableValues

type Rep ParameterSelectableValues = D1 ('MetaData "ParameterSelectableValues" "Amazonka.QuickSight.Types.ParameterSelectableValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterSelectableValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linkToDataSetColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnIdentifier)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newParameterSelectableValues :: ParameterSelectableValues Source #

Create a value of ParameterSelectableValues 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:linkToDataSetColumn:ParameterSelectableValues', parameterSelectableValues_linkToDataSetColumn - The column identifier that fetches values from the data set.

$sel:values:ParameterSelectableValues', parameterSelectableValues_values - The values that are used in ParameterSelectableValues.

parameterSelectableValues_linkToDataSetColumn :: Lens' ParameterSelectableValues (Maybe ColumnIdentifier) Source #

The column identifier that fetches values from the data set.

parameterSelectableValues_values :: Lens' ParameterSelectableValues (Maybe [Text]) Source #

The values that are used in ParameterSelectableValues.

ParameterSliderControl

data ParameterSliderControl Source #

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

See: newParameterSliderControl smart constructor.

Constructors

ParameterSliderControl' 

Fields

Instances

Instances details
FromJSON ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

ToJSON ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Generic ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Associated Types

type Rep ParameterSliderControl :: Type -> Type #

Read ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Show ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

NFData ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Methods

rnf :: ParameterSliderControl -> () #

Eq ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

Hashable ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

type Rep ParameterSliderControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterSliderControl

type Rep ParameterSliderControl = D1 ('MetaData "ParameterSliderControl" "Amazonka.QuickSight.Types.ParameterSliderControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterSliderControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SliderControlDisplayOptions)) :*: (S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maximumValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "minimumValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "stepSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))))

newParameterSliderControl Source #

Create a value of ParameterSliderControl 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:displayOptions:ParameterSliderControl', parameterSliderControl_displayOptions - The display options of a control.

$sel:parameterControlId:ParameterSliderControl', parameterSliderControl_parameterControlId - The ID of the ParameterSliderControl.

$sel:title:ParameterSliderControl', parameterSliderControl_title - The title of the ParameterSliderControl.

$sel:sourceParameterName:ParameterSliderControl', parameterSliderControl_sourceParameterName - The source parameter name of the ParameterSliderControl.

$sel:maximumValue:ParameterSliderControl', parameterSliderControl_maximumValue - The smaller value that is displayed at the left of the slider.

$sel:minimumValue:ParameterSliderControl', parameterSliderControl_minimumValue - The larger value that is displayed at the right of the slider.

$sel:stepSize:ParameterSliderControl', parameterSliderControl_stepSize - The number of increments that the slider bar is divided into.

parameterSliderControl_title :: Lens' ParameterSliderControl Text Source #

The title of the ParameterSliderControl.

parameterSliderControl_sourceParameterName :: Lens' ParameterSliderControl Text Source #

The source parameter name of the ParameterSliderControl.

parameterSliderControl_maximumValue :: Lens' ParameterSliderControl Double Source #

The smaller value that is displayed at the left of the slider.

parameterSliderControl_minimumValue :: Lens' ParameterSliderControl Double Source #

The larger value that is displayed at the right of the slider.

parameterSliderControl_stepSize :: Lens' ParameterSliderControl Double Source #

The number of increments that the slider bar is divided into.

ParameterTextAreaControl

data ParameterTextAreaControl Source #

A control to display a text box that is used to enter multiple entries.

See: newParameterTextAreaControl smart constructor.

Constructors

ParameterTextAreaControl' 

Fields

Instances

Instances details
FromJSON ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

ToJSON ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Generic ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Associated Types

type Rep ParameterTextAreaControl :: Type -> Type #

Read ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Show ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

NFData ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Eq ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

Hashable ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

type Rep ParameterTextAreaControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextAreaControl

type Rep ParameterTextAreaControl = D1 ('MetaData "ParameterTextAreaControl" "Amazonka.QuickSight.Types.ParameterTextAreaControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterTextAreaControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextAreaControlDisplayOptions))) :*: (S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newParameterTextAreaControl Source #

Create a value of ParameterTextAreaControl 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:delimiter:ParameterTextAreaControl', parameterTextAreaControl_delimiter - The delimiter that is used to separate the lines in text.

$sel:displayOptions:ParameterTextAreaControl', parameterTextAreaControl_displayOptions - The display options of a control.

$sel:parameterControlId:ParameterTextAreaControl', parameterTextAreaControl_parameterControlId - The ID of the ParameterTextAreaControl.

$sel:title:ParameterTextAreaControl', parameterTextAreaControl_title - The title of the ParameterTextAreaControl.

$sel:sourceParameterName:ParameterTextAreaControl', parameterTextAreaControl_sourceParameterName - The source parameter name of the ParameterTextAreaControl.

parameterTextAreaControl_delimiter :: Lens' ParameterTextAreaControl (Maybe Text) Source #

The delimiter that is used to separate the lines in text.

parameterTextAreaControl_title :: Lens' ParameterTextAreaControl Text Source #

The title of the ParameterTextAreaControl.

parameterTextAreaControl_sourceParameterName :: Lens' ParameterTextAreaControl Text Source #

The source parameter name of the ParameterTextAreaControl.

ParameterTextFieldControl

data ParameterTextFieldControl Source #

A control to display a text box that is used to enter a single entry.

See: newParameterTextFieldControl smart constructor.

Constructors

ParameterTextFieldControl' 

Fields

Instances

Instances details
FromJSON ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

ToJSON ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

Generic ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

Associated Types

type Rep ParameterTextFieldControl :: Type -> Type #

Read ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

Show ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

NFData ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

Eq ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

Hashable ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

type Rep ParameterTextFieldControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterTextFieldControl

type Rep ParameterTextFieldControl = D1 ('MetaData "ParameterTextFieldControl" "Amazonka.QuickSight.Types.ParameterTextFieldControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterTextFieldControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextFieldControlDisplayOptions)) :*: S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newParameterTextFieldControl Source #

Create a value of ParameterTextFieldControl 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:displayOptions:ParameterTextFieldControl', parameterTextFieldControl_displayOptions - The display options of a control.

$sel:parameterControlId:ParameterTextFieldControl', parameterTextFieldControl_parameterControlId - The ID of the ParameterTextFieldControl.

$sel:title:ParameterTextFieldControl', parameterTextFieldControl_title - The title of the ParameterTextFieldControl.

$sel:sourceParameterName:ParameterTextFieldControl', parameterTextFieldControl_sourceParameterName - The source parameter name of the ParameterTextFieldControl.

parameterTextFieldControl_title :: Lens' ParameterTextFieldControl Text Source #

The title of the ParameterTextFieldControl.

parameterTextFieldControl_sourceParameterName :: Lens' ParameterTextFieldControl Text Source #

The source parameter name of the ParameterTextFieldControl.

Parameters

data Parameters Source #

A list of Amazon QuickSight parameters and the list's override values.

See: newParameters smart constructor.

Constructors

Parameters' 

Fields

Instances

Instances details
ToJSON Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Generic Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Associated Types

type Rep Parameters :: Type -> Type #

Show Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

NFData Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Methods

rnf :: Parameters -> () #

Eq Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Hashable Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

type Rep Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

type Rep Parameters = D1 ('MetaData "Parameters" "Amazonka.QuickSight.Types.Parameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Parameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dateTimeParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DateTimeParameter])) :*: S1 ('MetaSel ('Just "decimalParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DecimalParameter]))) :*: (S1 ('MetaSel ('Just "integerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IntegerParameter])) :*: S1 ('MetaSel ('Just "stringParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StringParameter])))))

newParameters :: Parameters Source #

Create a value of Parameters 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:dateTimeParameters:Parameters', parameters_dateTimeParameters - The parameters that have a data type of date-time.

$sel:decimalParameters:Parameters', parameters_decimalParameters - The parameters that have a data type of decimal.

$sel:integerParameters:Parameters', parameters_integerParameters - The parameters that have a data type of integer.

$sel:stringParameters:Parameters', parameters_stringParameters - The parameters that have a data type of string.

parameters_dateTimeParameters :: Lens' Parameters (Maybe [DateTimeParameter]) Source #

The parameters that have a data type of date-time.

parameters_decimalParameters :: Lens' Parameters (Maybe [DecimalParameter]) Source #

The parameters that have a data type of decimal.

parameters_integerParameters :: Lens' Parameters (Maybe [IntegerParameter]) Source #

The parameters that have a data type of integer.

parameters_stringParameters :: Lens' Parameters (Maybe [StringParameter]) Source #

The parameters that have a data type of string.

PercentVisibleRange

data PercentVisibleRange Source #

The percent range in the visible range.

See: newPercentVisibleRange smart constructor.

Constructors

PercentVisibleRange' 

Fields

Instances

Instances details
FromJSON PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

ToJSON PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

Generic PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

Associated Types

type Rep PercentVisibleRange :: Type -> Type #

Read PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

Show PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

NFData PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

Methods

rnf :: PercentVisibleRange -> () #

Eq PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

Hashable PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

type Rep PercentVisibleRange Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentVisibleRange

type Rep PercentVisibleRange = D1 ('MetaData "PercentVisibleRange" "Amazonka.QuickSight.Types.PercentVisibleRange" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PercentVisibleRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "to") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newPercentVisibleRange :: PercentVisibleRange Source #

Create a value of PercentVisibleRange 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:from:PercentVisibleRange', percentVisibleRange_from - The lower bound of the range.

$sel:to:PercentVisibleRange', percentVisibleRange_to - The top bound of the range.

PercentageDisplayFormatConfiguration

data PercentageDisplayFormatConfiguration Source #

The options that determine the percentage display format configuration.

See: newPercentageDisplayFormatConfiguration smart constructor.

Constructors

PercentageDisplayFormatConfiguration' 

Fields

Instances

Instances details
FromJSON PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

ToJSON PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

Generic PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

Show PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

NFData PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

Eq PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

Hashable PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

type Rep PercentageDisplayFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration

type Rep PercentageDisplayFormatConfiguration = D1 ('MetaData "PercentageDisplayFormatConfiguration" "Amazonka.QuickSight.Types.PercentageDisplayFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PercentageDisplayFormatConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "decimalPlacesConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecimalPlacesConfiguration)) :*: (S1 ('MetaSel ('Just "negativeValueConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NegativeValueConfiguration)) :*: S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)))) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "separatorConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericSeparatorConfiguration)) :*: S1 ('MetaSel ('Just "suffix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newPercentageDisplayFormatConfiguration :: PercentageDisplayFormatConfiguration Source #

Create a value of PercentageDisplayFormatConfiguration 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:decimalPlacesConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_decimalPlacesConfiguration - The option that determines the decimal places configuration.

$sel:negativeValueConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_negativeValueConfiguration - The options that determine the negative value configuration.

$sel:nullValueFormatConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:prefix:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_prefix - Determines the prefix value of the percentage format.

$sel:separatorConfiguration:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_separatorConfiguration - The options that determine the numeric separator configuration.

$sel:suffix:PercentageDisplayFormatConfiguration', percentageDisplayFormatConfiguration_suffix - Determines the suffix value of the percentage format.

PercentileAggregation

data PercentileAggregation Source #

An aggregation based on the percentile of values in a dimension or measure.

See: newPercentileAggregation smart constructor.

Constructors

PercentileAggregation' 

Fields

  • percentileValue :: Maybe Double

    The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

Instances

Instances details
FromJSON PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

ToJSON PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Generic PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Associated Types

type Rep PercentileAggregation :: Type -> Type #

Read PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Show PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

NFData PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Methods

rnf :: PercentileAggregation -> () #

Eq PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

Hashable PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

type Rep PercentileAggregation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PercentileAggregation

type Rep PercentileAggregation = D1 ('MetaData "PercentileAggregation" "Amazonka.QuickSight.Types.PercentileAggregation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PercentileAggregation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentileValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newPercentileAggregation :: PercentileAggregation Source #

Create a value of PercentileAggregation 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:percentileValue:PercentileAggregation', percentileAggregation_percentileValue - The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

percentileAggregation_percentileValue :: Lens' PercentileAggregation (Maybe Double) Source #

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.

PeriodOverPeriodComputation

data PeriodOverPeriodComputation Source #

The period over period computation configuration.

See: newPeriodOverPeriodComputation smart constructor.

Constructors

PeriodOverPeriodComputation' 

Fields

Instances

Instances details
FromJSON PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

ToJSON PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Generic PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Associated Types

type Rep PeriodOverPeriodComputation :: Type -> Type #

Show PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

NFData PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Eq PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

Hashable PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

type Rep PeriodOverPeriodComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodOverPeriodComputation

type Rep PeriodOverPeriodComputation = D1 ('MetaData "PeriodOverPeriodComputation" "Amazonka.QuickSight.Types.PeriodOverPeriodComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PeriodOverPeriodComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField))) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField))))

newPeriodOverPeriodComputation Source #

Create a value of PeriodOverPeriodComputation 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:name:PeriodOverPeriodComputation', periodOverPeriodComputation_name - The name of a computation.

$sel:value:PeriodOverPeriodComputation', periodOverPeriodComputation_value - The value field that is used in a computation.

$sel:computationId:PeriodOverPeriodComputation', periodOverPeriodComputation_computationId - The ID for a computation.

$sel:time:PeriodOverPeriodComputation', periodOverPeriodComputation_time - The time field that is used in a computation.

PeriodToDateComputation

data PeriodToDateComputation Source #

The period to date computation configuration.

See: newPeriodToDateComputation smart constructor.

Constructors

PeriodToDateComputation' 

Fields

Instances

Instances details
FromJSON PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

ToJSON PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

Generic PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

Associated Types

type Rep PeriodToDateComputation :: Type -> Type #

Show PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

NFData PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

Methods

rnf :: PeriodToDateComputation -> () #

Eq PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

Hashable PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

type Rep PeriodToDateComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PeriodToDateComputation

type Rep PeriodToDateComputation = D1 ('MetaData "PeriodToDateComputation" "Amazonka.QuickSight.Types.PeriodToDateComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PeriodToDateComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "periodTimeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField)))))

newPeriodToDateComputation Source #

Create a value of PeriodToDateComputation 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:name:PeriodToDateComputation', periodToDateComputation_name - The name of a computation.

$sel:periodTimeGranularity:PeriodToDateComputation', periodToDateComputation_periodTimeGranularity - The time granularity setup of period to date computation. Choose from the following options:

  • YEAR: Year to date.
  • MONTH: Month to date.

$sel:value:PeriodToDateComputation', periodToDateComputation_value - The value field that is used in a computation.

$sel:computationId:PeriodToDateComputation', periodToDateComputation_computationId - The ID for a computation.

$sel:time:PeriodToDateComputation', periodToDateComputation_time - The time field that is used in a computation.

periodToDateComputation_periodTimeGranularity :: Lens' PeriodToDateComputation (Maybe TimeGranularity) Source #

The time granularity setup of period to date computation. Choose from the following options:

  • YEAR: Year to date.
  • MONTH: Month to date.

periodToDateComputation_value :: Lens' PeriodToDateComputation (Maybe MeasureField) Source #

The value field that is used in a computation.

periodToDateComputation_time :: Lens' PeriodToDateComputation DimensionField Source #

The time field that is used in a computation.

PhysicalTable

data PhysicalTable Source #

A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newPhysicalTable smart constructor.

Constructors

PhysicalTable' 

Fields

Instances

Instances details
FromJSON PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

ToJSON PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Generic PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Associated Types

type Rep PhysicalTable :: Type -> Type #

Read PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Show PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

NFData PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Methods

rnf :: PhysicalTable -> () #

Eq PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Hashable PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

type Rep PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

type Rep PhysicalTable = D1 ('MetaData "PhysicalTable" "Amazonka.QuickSight.Types.PhysicalTable" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PhysicalTable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customSql") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomSql)) :*: (S1 ('MetaSel ('Just "relationalTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelationalTable)) :*: S1 ('MetaSel ('Just "s3Source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Source)))))

newPhysicalTable :: PhysicalTable Source #

Create a value of PhysicalTable 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:customSql:PhysicalTable', physicalTable_customSql - A physical table type built from the results of the custom SQL query.

$sel:relationalTable:PhysicalTable', physicalTable_relationalTable - A physical table type for relational data sources.

$sel:s3Source:PhysicalTable', physicalTable_s3Source - A physical table type for as S3 data source.

physicalTable_customSql :: Lens' PhysicalTable (Maybe CustomSql) Source #

A physical table type built from the results of the custom SQL query.

physicalTable_relationalTable :: Lens' PhysicalTable (Maybe RelationalTable) Source #

A physical table type for relational data sources.

physicalTable_s3Source :: Lens' PhysicalTable (Maybe S3Source) Source #

A physical table type for as S3 data source.

PieChartAggregatedFieldWells

data PieChartAggregatedFieldWells Source #

The field well configuration of a pie chart.

See: newPieChartAggregatedFieldWells smart constructor.

Constructors

PieChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

ToJSON PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

Generic PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

Associated Types

type Rep PieChartAggregatedFieldWells :: Type -> Type #

Show PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

NFData PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

Eq PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

Hashable PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

type Rep PieChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartAggregatedFieldWells

type Rep PieChartAggregatedFieldWells = D1 ('MetaData "PieChartAggregatedFieldWells" "Amazonka.QuickSight.Types.PieChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PieChartAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "smallMultiples") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newPieChartAggregatedFieldWells :: PieChartAggregatedFieldWells Source #

Create a value of PieChartAggregatedFieldWells 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:category:PieChartAggregatedFieldWells', pieChartAggregatedFieldWells_category - The category (group/color) field wells of a pie chart.

$sel:smallMultiples:PieChartAggregatedFieldWells', pieChartAggregatedFieldWells_smallMultiples - The small multiples field well of a pie chart.

$sel:values:PieChartAggregatedFieldWells', pieChartAggregatedFieldWells_values - The value field wells of a pie chart. Values are aggregated based on categories.

pieChartAggregatedFieldWells_category :: Lens' PieChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category (group/color) field wells of a pie chart.

pieChartAggregatedFieldWells_values :: Lens' PieChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a pie chart. Values are aggregated based on categories.

PieChartConfiguration

data PieChartConfiguration Source #

The configuration of a pie chart.

See: newPieChartConfiguration smart constructor.

Constructors

PieChartConfiguration' 

Fields

Instances

Instances details
FromJSON PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

ToJSON PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

Generic PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

Associated Types

type Rep PieChartConfiguration :: Type -> Type #

Show PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

NFData PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

Methods

rnf :: PieChartConfiguration -> () #

Eq PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

Hashable PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

type Rep PieChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartConfiguration

type Rep PieChartConfiguration = D1 ('MetaData "PieChartConfiguration" "Amazonka.QuickSight.Types.PieChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PieChartConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "categoryLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "contributionAnalysisDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ContributionAnalysisDefault)))) :*: (S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions)) :*: (S1 ('MetaSel ('Just "donutOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DonutOptions)) :*: S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PieChartFieldWells))))) :*: ((S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions)) :*: (S1 ('MetaSel ('Just "smallMultiplesOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmallMultiplesOptions)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PieChartSortConfiguration)))) :*: (S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: (S1 ('MetaSel ('Just "valueLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)))))))

newPieChartConfiguration :: PieChartConfiguration Source #

Create a value of PieChartConfiguration 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:categoryLabelOptions:PieChartConfiguration', pieChartConfiguration_categoryLabelOptions - The label options of the group/color that is displayed in a pie chart.

$sel:contributionAnalysisDefaults:PieChartConfiguration', pieChartConfiguration_contributionAnalysisDefaults - The contribution analysis (anomaly configuration) setup of the visual.

$sel:dataLabels:PieChartConfiguration', pieChartConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:donutOptions:PieChartConfiguration', pieChartConfiguration_donutOptions - The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.

$sel:fieldWells:PieChartConfiguration', pieChartConfiguration_fieldWells - The field wells of the visual.

$sel:legend:PieChartConfiguration', pieChartConfiguration_legend - The legend display setup of the visual.

$sel:smallMultiplesOptions:PieChartConfiguration', pieChartConfiguration_smallMultiplesOptions - The small multiples setup for the visual.

$sel:sortConfiguration:PieChartConfiguration', pieChartConfiguration_sortConfiguration - The sort configuration of a pie chart.

$sel:tooltip:PieChartConfiguration', pieChartConfiguration_tooltip - The tooltip display setup of the visual.

$sel:valueLabelOptions:PieChartConfiguration', pieChartConfiguration_valueLabelOptions - The label options for the value that is displayed in a pie chart.

$sel:visualPalette:PieChartConfiguration', pieChartConfiguration_visualPalette - The palette (chart color) display setup of the visual.

pieChartConfiguration_categoryLabelOptions :: Lens' PieChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the group/color that is displayed in a pie chart.

pieChartConfiguration_contributionAnalysisDefaults :: Lens' PieChartConfiguration (Maybe (NonEmpty ContributionAnalysisDefault)) Source #

The contribution analysis (anomaly configuration) setup of the visual.

pieChartConfiguration_dataLabels :: Lens' PieChartConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

pieChartConfiguration_donutOptions :: Lens' PieChartConfiguration (Maybe DonutOptions) Source #

The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.

pieChartConfiguration_valueLabelOptions :: Lens' PieChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options for the value that is displayed in a pie chart.

pieChartConfiguration_visualPalette :: Lens' PieChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

PieChartFieldWells

data PieChartFieldWells Source #

The field well configuration of a pie chart.

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

See: newPieChartFieldWells smart constructor.

Constructors

PieChartFieldWells' 

Fields

Instances

Instances details
FromJSON PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

ToJSON PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Generic PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Associated Types

type Rep PieChartFieldWells :: Type -> Type #

Show PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

NFData PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Methods

rnf :: PieChartFieldWells -> () #

Eq PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

Hashable PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

type Rep PieChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartFieldWells

type Rep PieChartFieldWells = D1 ('MetaData "PieChartFieldWells" "Amazonka.QuickSight.Types.PieChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PieChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pieChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PieChartAggregatedFieldWells))))

newPieChartFieldWells :: PieChartFieldWells Source #

Create a value of PieChartFieldWells 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:pieChartAggregatedFieldWells:PieChartFieldWells', pieChartFieldWells_pieChartAggregatedFieldWells - The field well configuration of a pie chart.

PieChartSortConfiguration

data PieChartSortConfiguration Source #

The sort configuration of a pie chart.

See: newPieChartSortConfiguration smart constructor.

Constructors

PieChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

ToJSON PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Generic PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Associated Types

type Rep PieChartSortConfiguration :: Type -> Type #

Read PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Show PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

NFData PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Eq PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

Hashable PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

type Rep PieChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartSortConfiguration

type Rep PieChartSortConfiguration = D1 ('MetaData "PieChartSortConfiguration" "Amazonka.QuickSight.Types.PieChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PieChartSortConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))) :*: (S1 ('MetaSel ('Just "smallMultiplesLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "smallMultiplesSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])))))

newPieChartSortConfiguration :: PieChartSortConfiguration Source #

Create a value of PieChartSortConfiguration 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:categoryItemsLimit:PieChartSortConfiguration', pieChartSortConfiguration_categoryItemsLimit - The limit on the number of categories that are displayed in a pie chart.

$sel:categorySort:PieChartSortConfiguration', pieChartSortConfiguration_categorySort - The sort configuration of the category fields.

$sel:smallMultiplesLimitConfiguration:PieChartSortConfiguration', pieChartSortConfiguration_smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.

$sel:smallMultiplesSort:PieChartSortConfiguration', pieChartSortConfiguration_smallMultiplesSort - The sort configuration of the small multiples field.

pieChartSortConfiguration_categoryItemsLimit :: Lens' PieChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of categories that are displayed in a pie chart.

PieChartVisual

data PieChartVisual Source #

A pie or donut chart.

The PieChartVisual structure describes a visual that is a member of the pie chart family.

The following charts can be described by using this structure:

  • Pie charts
  • Donut charts

For more information, see Using pie charts in the Amazon QuickSight User Guide.

For more information, see Using donut charts in the Amazon QuickSight User Guide.

See: newPieChartVisual smart constructor.

Constructors

PieChartVisual' 

Fields

Instances

Instances details
FromJSON PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

ToJSON PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Generic PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Associated Types

type Rep PieChartVisual :: Type -> Type #

Show PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

NFData PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Methods

rnf :: PieChartVisual -> () #

Eq PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

Hashable PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

type Rep PieChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PieChartVisual

newPieChartVisual Source #

Create a value of PieChartVisual 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:actions:PieChartVisual', pieChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:PieChartVisual', pieChartVisual_chartConfiguration - The configuration of a pie chart.

$sel:columnHierarchies:PieChartVisual', pieChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:PieChartVisual', pieChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:PieChartVisual', pieChartVisual_title - The title that is displayed on the visual.

$sel:visualId:PieChartVisual', pieChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

pieChartVisual_actions :: Lens' PieChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

pieChartVisual_columnHierarchies :: Lens' PieChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

pieChartVisual_subtitle :: Lens' PieChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

pieChartVisual_title :: Lens' PieChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

pieChartVisual_visualId :: Lens' PieChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

PivotFieldSortOptions

data PivotFieldSortOptions Source #

The field sort options for a pivot table sort configuration.

See: newPivotFieldSortOptions smart constructor.

Constructors

PivotFieldSortOptions' 

Fields

Instances

Instances details
FromJSON PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

ToJSON PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

Generic PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

Associated Types

type Rep PivotFieldSortOptions :: Type -> Type #

Show PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

NFData PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

Methods

rnf :: PivotFieldSortOptions -> () #

Eq PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

Hashable PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

type Rep PivotFieldSortOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotFieldSortOptions

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

newPivotFieldSortOptions Source #

Create a value of PivotFieldSortOptions 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:fieldId:PivotFieldSortOptions', pivotFieldSortOptions_fieldId - The field ID for the field sort options.

$sel:sortBy:PivotFieldSortOptions', pivotFieldSortOptions_sortBy - The sort by field for the field sort options.

pivotFieldSortOptions_fieldId :: Lens' PivotFieldSortOptions Text Source #

The field ID for the field sort options.

pivotFieldSortOptions_sortBy :: Lens' PivotFieldSortOptions PivotTableSortBy Source #

The sort by field for the field sort options.

PivotTableAggregatedFieldWells

data PivotTableAggregatedFieldWells Source #

The aggregated field well for the pivot table.

See: newPivotTableAggregatedFieldWells smart constructor.

Constructors

PivotTableAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

ToJSON PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

Generic PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

Associated Types

type Rep PivotTableAggregatedFieldWells :: Type -> Type #

Show PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

NFData PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

Eq PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

Hashable PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

type Rep PivotTableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells

type Rep PivotTableAggregatedFieldWells = D1 ('MetaData "PivotTableAggregatedFieldWells" "Amazonka.QuickSight.Types.PivotTableAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "rows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newPivotTableAggregatedFieldWells :: PivotTableAggregatedFieldWells Source #

Create a value of PivotTableAggregatedFieldWells 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:columns:PivotTableAggregatedFieldWells', pivotTableAggregatedFieldWells_columns - The columns field well for a pivot table. Values are grouped by columns fields.

$sel:rows:PivotTableAggregatedFieldWells', pivotTableAggregatedFieldWells_rows - The rows field well for a pivot table. Values are grouped by rows fields.

$sel:values:PivotTableAggregatedFieldWells', pivotTableAggregatedFieldWells_values - The values field well for a pivot table. Values are aggregated based on rows and columns fields.

pivotTableAggregatedFieldWells_columns :: Lens' PivotTableAggregatedFieldWells (Maybe [DimensionField]) Source #

The columns field well for a pivot table. Values are grouped by columns fields.

pivotTableAggregatedFieldWells_rows :: Lens' PivotTableAggregatedFieldWells (Maybe [DimensionField]) Source #

The rows field well for a pivot table. Values are grouped by rows fields.

pivotTableAggregatedFieldWells_values :: Lens' PivotTableAggregatedFieldWells (Maybe [MeasureField]) Source #

The values field well for a pivot table. Values are aggregated based on rows and columns fields.

PivotTableCellConditionalFormatting

data PivotTableCellConditionalFormatting Source #

The cell conditional formatting option for a pivot table.

See: newPivotTableCellConditionalFormatting smart constructor.

Constructors

PivotTableCellConditionalFormatting' 

Fields

Instances

Instances details
FromJSON PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

ToJSON PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

Generic PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

Show PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

NFData PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

Eq PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

Hashable PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

type Rep PivotTableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting

type Rep PivotTableCellConditionalFormatting = D1 ('MetaData "PivotTableCellConditionalFormatting" "Amazonka.QuickSight.Types.PivotTableCellConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableCellConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTableConditionalFormattingScope)) :*: (S1 ('MetaSel ('Just "textFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextConditionalFormat)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPivotTableCellConditionalFormatting Source #

Create a value of PivotTableCellConditionalFormatting 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:scope:PivotTableCellConditionalFormatting', pivotTableCellConditionalFormatting_scope - The scope of the cell for conditional formatting.

$sel:textFormat:PivotTableCellConditionalFormatting', pivotTableCellConditionalFormatting_textFormat - The text format of the cell for conditional formatting.

$sel:fieldId:PivotTableCellConditionalFormatting', pivotTableCellConditionalFormatting_fieldId - The field ID of the cell for conditional formatting.

PivotTableConditionalFormatting

data PivotTableConditionalFormatting Source #

The conditional formatting for a PivotTableVisual.

See: newPivotTableConditionalFormatting smart constructor.

Constructors

PivotTableConditionalFormatting' 

Fields

Instances

Instances details
FromJSON PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

ToJSON PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

Generic PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

Associated Types

type Rep PivotTableConditionalFormatting :: Type -> Type #

Show PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

NFData PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

Eq PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

Hashable PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

type Rep PivotTableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormatting

type Rep PivotTableConditionalFormatting = D1 ('MetaData "PivotTableConditionalFormatting" "Amazonka.QuickSight.Types.PivotTableConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionalFormattingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PivotTableConditionalFormattingOption]))))

newPivotTableConditionalFormatting :: PivotTableConditionalFormatting Source #

Create a value of PivotTableConditionalFormatting 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:conditionalFormattingOptions:PivotTableConditionalFormatting', pivotTableConditionalFormatting_conditionalFormattingOptions - Conditional formatting options for a PivotTableVisual.

PivotTableConditionalFormattingOption

data PivotTableConditionalFormattingOption Source #

Conditional formatting options for a PivotTableVisual.

See: newPivotTableConditionalFormattingOption smart constructor.

Constructors

PivotTableConditionalFormattingOption' 

Fields

Instances

Instances details
FromJSON PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

ToJSON PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

Generic PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

Show PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

NFData PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

Eq PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

Hashable PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

type Rep PivotTableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption

type Rep PivotTableConditionalFormattingOption = D1 ('MetaData "PivotTableConditionalFormattingOption" "Amazonka.QuickSight.Types.PivotTableConditionalFormattingOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableConditionalFormattingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cell") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTableCellConditionalFormatting))))

newPivotTableConditionalFormattingOption :: PivotTableConditionalFormattingOption Source #

Create a value of PivotTableConditionalFormattingOption 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:cell:PivotTableConditionalFormattingOption', pivotTableConditionalFormattingOption_cell - The cell conditional formatting option for a pivot table.

PivotTableConditionalFormattingScope

data PivotTableConditionalFormattingScope Source #

The scope of the cell for conditional formatting.

See: newPivotTableConditionalFormattingScope smart constructor.

Constructors

PivotTableConditionalFormattingScope' 

Fields

Instances

Instances details
FromJSON PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

ToJSON PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

Generic PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

Read PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

Show PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

NFData PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

Eq PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

Hashable PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

type Rep PivotTableConditionalFormattingScope Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope

type Rep PivotTableConditionalFormattingScope = D1 ('MetaData "PivotTableConditionalFormattingScope" "Amazonka.QuickSight.Types.PivotTableConditionalFormattingScope" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableConditionalFormattingScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTableConditionalFormattingScopeRole))))

newPivotTableConditionalFormattingScope :: PivotTableConditionalFormattingScope Source #

Create a value of PivotTableConditionalFormattingScope 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:role':PivotTableConditionalFormattingScope', pivotTableConditionalFormattingScope_role - The role (field, field total, grand total) of the cell for conditional formatting.

pivotTableConditionalFormattingScope_role :: Lens' PivotTableConditionalFormattingScope (Maybe PivotTableConditionalFormattingScopeRole) Source #

The role (field, field total, grand total) of the cell for conditional formatting.

PivotTableConfiguration

data PivotTableConfiguration Source #

The configuration for a PivotTableVisual.

See: newPivotTableConfiguration smart constructor.

Constructors

PivotTableConfiguration' 

Fields

Instances

Instances details
FromJSON PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

ToJSON PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

Generic PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

Associated Types

type Rep PivotTableConfiguration :: Type -> Type #

Show PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

NFData PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

Methods

rnf :: PivotTableConfiguration -> () #

Eq PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

Hashable PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

type Rep PivotTableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableConfiguration

newPivotTableConfiguration :: PivotTableConfiguration Source #

Create a value of PivotTableConfiguration 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:fieldOptions:PivotTableConfiguration', pivotTableConfiguration_fieldOptions - The field options for a pivot table visual.

$sel:fieldWells:PivotTableConfiguration', pivotTableConfiguration_fieldWells - The field wells of the visual.

$sel:paginatedReportOptions:PivotTableConfiguration', pivotTableConfiguration_paginatedReportOptions - The paginated report options for a pivot table visual.

$sel:sortConfiguration:PivotTableConfiguration', pivotTableConfiguration_sortConfiguration - The sort configuration for a PivotTableVisual.

$sel:tableOptions:PivotTableConfiguration', pivotTableConfiguration_tableOptions - The table options for a pivot table visual.

$sel:totalOptions:PivotTableConfiguration', pivotTableConfiguration_totalOptions - The total options for a pivot table visual.

PivotTableDataPathOption

data PivotTableDataPathOption Source #

The data path options for the pivot table field options.

See: newPivotTableDataPathOption smart constructor.

Constructors

PivotTableDataPathOption' 

Fields

Instances

Instances details
FromJSON PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

ToJSON PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

Generic PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

Associated Types

type Rep PivotTableDataPathOption :: Type -> Type #

Show PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

NFData PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

Eq PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

Hashable PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

type Rep PivotTableDataPathOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableDataPathOption

type Rep PivotTableDataPathOption = D1 ('MetaData "PivotTableDataPathOption" "Amazonka.QuickSight.Types.PivotTableDataPathOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableDataPathOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "width") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataPathValue])))

newPivotTableDataPathOption :: PivotTableDataPathOption Source #

Create a value of PivotTableDataPathOption 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:width:PivotTableDataPathOption', pivotTableDataPathOption_width - The width of the data path option.

$sel:dataPathList:PivotTableDataPathOption', pivotTableDataPathOption_dataPathList - The list of data path values for the data path options.

pivotTableDataPathOption_dataPathList :: Lens' PivotTableDataPathOption [DataPathValue] Source #

The list of data path values for the data path options.

PivotTableFieldOption

data PivotTableFieldOption Source #

The selected field options for the pivot table field options.

See: newPivotTableFieldOption smart constructor.

Constructors

PivotTableFieldOption' 

Fields

Instances

Instances details
FromJSON PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

ToJSON PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

Generic PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

Associated Types

type Rep PivotTableFieldOption :: Type -> Type #

Read PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

Show PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

NFData PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

Methods

rnf :: PivotTableFieldOption -> () #

Eq PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

Hashable PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

type Rep PivotTableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOption

type Rep PivotTableFieldOption = D1 ('MetaData "PivotTableFieldOption" "Amazonka.QuickSight.Types.PivotTableFieldOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableFieldOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPivotTableFieldOption Source #

Create a value of PivotTableFieldOption 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:customLabel:PivotTableFieldOption', pivotTableFieldOption_customLabel - The custom label of the pivot table field.

$sel:visibility:PivotTableFieldOption', pivotTableFieldOption_visibility - The visibility of the pivot table field.

$sel:fieldId:PivotTableFieldOption', pivotTableFieldOption_fieldId - The field ID of the pivot table field.

pivotTableFieldOption_customLabel :: Lens' PivotTableFieldOption (Maybe Text) Source #

The custom label of the pivot table field.

pivotTableFieldOption_fieldId :: Lens' PivotTableFieldOption Text Source #

The field ID of the pivot table field.

PivotTableFieldOptions

data PivotTableFieldOptions Source #

The field options for a pivot table visual.

See: newPivotTableFieldOptions smart constructor.

Constructors

PivotTableFieldOptions' 

Fields

Instances

Instances details
FromJSON PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

ToJSON PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Generic PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Associated Types

type Rep PivotTableFieldOptions :: Type -> Type #

Show PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

NFData PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Methods

rnf :: PivotTableFieldOptions -> () #

Eq PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Hashable PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

type Rep PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

type Rep PivotTableFieldOptions = D1 ('MetaData "PivotTableFieldOptions" "Amazonka.QuickSight.Types.PivotTableFieldOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableFieldOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataPathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PivotTableDataPathOption])) :*: S1 ('MetaSel ('Just "selectedFieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PivotTableFieldOption]))))

newPivotTableFieldOptions :: PivotTableFieldOptions Source #

Create a value of PivotTableFieldOptions 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:dataPathOptions:PivotTableFieldOptions', pivotTableFieldOptions_dataPathOptions - The data path options for the pivot table field options.

$sel:selectedFieldOptions:PivotTableFieldOptions', pivotTableFieldOptions_selectedFieldOptions - The selected field options for the pivot table field options.

pivotTableFieldOptions_dataPathOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableDataPathOption]) Source #

The data path options for the pivot table field options.

pivotTableFieldOptions_selectedFieldOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableFieldOption]) Source #

The selected field options for the pivot table field options.

PivotTableFieldSubtotalOptions

data PivotTableFieldSubtotalOptions Source #

The optional configuration of subtotals cells.

See: newPivotTableFieldSubtotalOptions smart constructor.

Constructors

PivotTableFieldSubtotalOptions' 

Fields

Instances

Instances details
FromJSON PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

ToJSON PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

Generic PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

Associated Types

type Rep PivotTableFieldSubtotalOptions :: Type -> Type #

Read PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

Show PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

NFData PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

Eq PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

Hashable PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

type Rep PivotTableFieldSubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions

type Rep PivotTableFieldSubtotalOptions = D1 ('MetaData "PivotTableFieldSubtotalOptions" "Amazonka.QuickSight.Types.PivotTableFieldSubtotalOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableFieldSubtotalOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPivotTableFieldSubtotalOptions :: PivotTableFieldSubtotalOptions Source #

Create a value of PivotTableFieldSubtotalOptions 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:fieldId:PivotTableFieldSubtotalOptions', pivotTableFieldSubtotalOptions_fieldId - The field ID of the subtotal options.

PivotTableFieldWells

data PivotTableFieldWells Source #

The field wells for a pivot table visual.

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

See: newPivotTableFieldWells smart constructor.

Constructors

PivotTableFieldWells' 

Fields

Instances

Instances details
FromJSON PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

ToJSON PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Generic PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Associated Types

type Rep PivotTableFieldWells :: Type -> Type #

Show PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

NFData PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Methods

rnf :: PivotTableFieldWells -> () #

Eq PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

Hashable PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

type Rep PivotTableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldWells

type Rep PivotTableFieldWells = D1 ('MetaData "PivotTableFieldWells" "Amazonka.QuickSight.Types.PivotTableFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pivotTableAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTableAggregatedFieldWells))))

newPivotTableFieldWells :: PivotTableFieldWells Source #

Create a value of PivotTableFieldWells 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:pivotTableAggregatedFieldWells:PivotTableFieldWells', pivotTableFieldWells_pivotTableAggregatedFieldWells - The aggregated field well for the pivot table.

PivotTableOptions

data PivotTableOptions Source #

The table options for a pivot table visual.

See: newPivotTableOptions smart constructor.

Constructors

PivotTableOptions' 

Fields

Instances

Instances details
FromJSON PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

ToJSON PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

Generic PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

Associated Types

type Rep PivotTableOptions :: Type -> Type #

Read PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

Show PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

NFData PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

Methods

rnf :: PivotTableOptions -> () #

Eq PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

Hashable PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

type Rep PivotTableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableOptions

newPivotTableOptions :: PivotTableOptions Source #

Create a value of PivotTableOptions 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:cellStyle:PivotTableOptions', pivotTableOptions_cellStyle - The table cell style of cells.

$sel:columnHeaderStyle:PivotTableOptions', pivotTableOptions_columnHeaderStyle - The table cell style of the column header.

$sel:columnNamesVisibility:PivotTableOptions', pivotTableOptions_columnNamesVisibility - The visibility of the column names.

$sel:metricPlacement:PivotTableOptions', pivotTableOptions_metricPlacement - The metric placement (row, column) options.

$sel:rowAlternateColorOptions:PivotTableOptions', pivotTableOptions_rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors).

$sel:rowFieldNamesStyle:PivotTableOptions', pivotTableOptions_rowFieldNamesStyle - The table cell style of row field names.

$sel:rowHeaderStyle:PivotTableOptions', pivotTableOptions_rowHeaderStyle - The table cell style of the row headers.

$sel:singleMetricVisibility:PivotTableOptions', pivotTableOptions_singleMetricVisibility - The visibility of the single metric options.

$sel:toggleButtonsVisibility:PivotTableOptions', pivotTableOptions_toggleButtonsVisibility - Determines the visibility of the pivot table.

pivotTableOptions_rowAlternateColorOptions :: Lens' PivotTableOptions (Maybe RowAlternateColorOptions) Source #

The row alternate color options (widget status, row alternate colors).

PivotTablePaginatedReportOptions

data PivotTablePaginatedReportOptions Source #

The paginated report options for a pivot table visual.

See: newPivotTablePaginatedReportOptions smart constructor.

Constructors

PivotTablePaginatedReportOptions' 

Fields

Instances

Instances details
FromJSON PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

ToJSON PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

Generic PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

Associated Types

type Rep PivotTablePaginatedReportOptions :: Type -> Type #

Read PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

Show PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

NFData PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

Eq PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

Hashable PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

type Rep PivotTablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions

type Rep PivotTablePaginatedReportOptions = D1 ('MetaData "PivotTablePaginatedReportOptions" "Amazonka.QuickSight.Types.PivotTablePaginatedReportOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTablePaginatedReportOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overflowColumnHeaderVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "verticalOverflowVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newPivotTablePaginatedReportOptions :: PivotTablePaginatedReportOptions Source #

Create a value of PivotTablePaginatedReportOptions 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:overflowColumnHeaderVisibility:PivotTablePaginatedReportOptions', pivotTablePaginatedReportOptions_overflowColumnHeaderVisibility - The visibility of the repeating header rows on each page.

$sel:verticalOverflowVisibility:PivotTablePaginatedReportOptions', pivotTablePaginatedReportOptions_verticalOverflowVisibility - The visibility of the printing table overflow across pages.

PivotTableSortBy

data PivotTableSortBy Source #

The sort by field for the field sort options.

See: newPivotTableSortBy smart constructor.

Constructors

PivotTableSortBy' 

Fields

Instances

Instances details
FromJSON PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

ToJSON PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Generic PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Associated Types

type Rep PivotTableSortBy :: Type -> Type #

Show PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

NFData PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Methods

rnf :: PivotTableSortBy -> () #

Eq PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

Hashable PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

type Rep PivotTableSortBy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortBy

type Rep PivotTableSortBy = D1 ('MetaData "PivotTableSortBy" "Amazonka.QuickSight.Types.PivotTableSortBy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnSort)) :*: (S1 ('MetaSel ('Just "dataPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPathSort)) :*: S1 ('MetaSel ('Just "field") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldSort)))))

newPivotTableSortBy :: PivotTableSortBy Source #

Create a value of PivotTableSortBy 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:column:PivotTableSortBy', pivotTableSortBy_column - The column sort (field id, direction) for the pivot table sort by options.

$sel:dataPath:PivotTableSortBy', pivotTableSortBy_dataPath - The data path sort (data path value, direction) for the pivot table sort by options.

$sel:field:PivotTableSortBy', pivotTableSortBy_field - The field sort (field id, direction) for the pivot table sort by options.

pivotTableSortBy_column :: Lens' PivotTableSortBy (Maybe ColumnSort) Source #

The column sort (field id, direction) for the pivot table sort by options.

pivotTableSortBy_dataPath :: Lens' PivotTableSortBy (Maybe DataPathSort) Source #

The data path sort (data path value, direction) for the pivot table sort by options.

pivotTableSortBy_field :: Lens' PivotTableSortBy (Maybe FieldSort) Source #

The field sort (field id, direction) for the pivot table sort by options.

PivotTableSortConfiguration

data PivotTableSortConfiguration Source #

The sort configuration for a PivotTableVisual.

See: newPivotTableSortConfiguration smart constructor.

Constructors

PivotTableSortConfiguration' 

Fields

Instances

Instances details
FromJSON PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

ToJSON PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Generic PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Associated Types

type Rep PivotTableSortConfiguration :: Type -> Type #

Show PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

NFData PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Eq PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Hashable PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

type Rep PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

type Rep PivotTableSortConfiguration = D1 ('MetaData "PivotTableSortConfiguration" "Amazonka.QuickSight.Types.PivotTableSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldSortOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PivotFieldSortOptions]))))

newPivotTableSortConfiguration :: PivotTableSortConfiguration Source #

Create a value of PivotTableSortConfiguration 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:fieldSortOptions:PivotTableSortConfiguration', pivotTableSortConfiguration_fieldSortOptions - The field sort options for a pivot table sort configuration.

pivotTableSortConfiguration_fieldSortOptions :: Lens' PivotTableSortConfiguration (Maybe [PivotFieldSortOptions]) Source #

The field sort options for a pivot table sort configuration.

PivotTableTotalOptions

data PivotTableTotalOptions Source #

The total options for a pivot table visual.

See: newPivotTableTotalOptions smart constructor.

Constructors

PivotTableTotalOptions' 

Fields

Instances

Instances details
FromJSON PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

ToJSON PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

Generic PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

Associated Types

type Rep PivotTableTotalOptions :: Type -> Type #

Read PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

Show PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

NFData PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

Methods

rnf :: PivotTableTotalOptions -> () #

Eq PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

Hashable PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

type Rep PivotTableTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableTotalOptions

type Rep PivotTableTotalOptions = D1 ('MetaData "PivotTableTotalOptions" "Amazonka.QuickSight.Types.PivotTableTotalOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableTotalOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columnSubtotalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SubtotalOptions)) :*: S1 ('MetaSel ('Just "columnTotalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTotalOptions))) :*: (S1 ('MetaSel ('Just "rowSubtotalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SubtotalOptions)) :*: S1 ('MetaSel ('Just "rowTotalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTotalOptions)))))

newPivotTableTotalOptions :: PivotTableTotalOptions Source #

Create a value of PivotTableTotalOptions 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:columnSubtotalOptions:PivotTableTotalOptions', pivotTableTotalOptions_columnSubtotalOptions - The column subtotal options.

$sel:columnTotalOptions:PivotTableTotalOptions', pivotTableTotalOptions_columnTotalOptions - The column total options.

$sel:rowSubtotalOptions:PivotTableTotalOptions', pivotTableTotalOptions_rowSubtotalOptions - The row subtotal options.

$sel:rowTotalOptions:PivotTableTotalOptions', pivotTableTotalOptions_rowTotalOptions - The row total options.

PivotTableVisual

data PivotTableVisual Source #

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

See: newPivotTableVisual smart constructor.

Constructors

PivotTableVisual' 

Fields

Instances

Instances details
FromJSON PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

ToJSON PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Generic PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Associated Types

type Rep PivotTableVisual :: Type -> Type #

Show PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

NFData PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Methods

rnf :: PivotTableVisual -> () #

Eq PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Hashable PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

type Rep PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

newPivotTableVisual Source #

Create a value of PivotTableVisual 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:actions:PivotTableVisual', pivotTableVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:PivotTableVisual', pivotTableVisual_chartConfiguration - The configuration settings of the visual.

$sel:conditionalFormatting:PivotTableVisual', pivotTableVisual_conditionalFormatting - The conditional formatting for a PivotTableVisual.

$sel:subtitle:PivotTableVisual', pivotTableVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:PivotTableVisual', pivotTableVisual_title - The title that is displayed on the visual.

$sel:visualId:PivotTableVisual', pivotTableVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

pivotTableVisual_actions :: Lens' PivotTableVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

pivotTableVisual_subtitle :: Lens' PivotTableVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

pivotTableVisual_title :: Lens' PivotTableVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

pivotTableVisual_visualId :: Lens' PivotTableVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

PivotTotalOptions

data PivotTotalOptions Source #

The optional configuration of totals cells in a PivotTableVisual.

See: newPivotTotalOptions smart constructor.

Constructors

PivotTotalOptions' 

Fields

Instances

Instances details
FromJSON PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

ToJSON PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Generic PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Associated Types

type Rep PivotTotalOptions :: Type -> Type #

Read PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Show PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

NFData PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Methods

rnf :: PivotTotalOptions -> () #

Eq PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Hashable PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

type Rep PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

newPivotTotalOptions :: PivotTotalOptions Source #

Create a value of PivotTotalOptions 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:customLabel:PivotTotalOptions', pivotTotalOptions_customLabel - The custom label string for the total cells.

$sel:metricHeaderCellStyle:PivotTotalOptions', pivotTotalOptions_metricHeaderCellStyle - The cell styling options for the total of header cells.

$sel:placement:PivotTotalOptions', pivotTotalOptions_placement - The placement (start, end) for the total cells.

$sel:scrollStatus:PivotTotalOptions', pivotTotalOptions_scrollStatus - The scroll status (pinned, scrolled) for the total cells.

$sel:totalCellStyle:PivotTotalOptions', pivotTotalOptions_totalCellStyle - The cell styling options for the total cells.

$sel:totalsVisibility:PivotTotalOptions', pivotTotalOptions_totalsVisibility - The visibility configuration for the total cells.

$sel:valueCellStyle:PivotTotalOptions', pivotTotalOptions_valueCellStyle - The cell styling options for the totals of value cells.

pivotTotalOptions_customLabel :: Lens' PivotTotalOptions (Maybe Text) Source #

The custom label string for the total cells.

pivotTotalOptions_metricHeaderCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the total of header cells.

pivotTotalOptions_placement :: Lens' PivotTotalOptions (Maybe TableTotalsPlacement) Source #

The placement (start, end) for the total cells.

pivotTotalOptions_scrollStatus :: Lens' PivotTotalOptions (Maybe TableTotalsScrollStatus) Source #

The scroll status (pinned, scrolled) for the total cells.

pivotTotalOptions_totalCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the total cells.

pivotTotalOptions_totalsVisibility :: Lens' PivotTotalOptions (Maybe Visibility) Source #

The visibility configuration for the total cells.

pivotTotalOptions_valueCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the totals of value cells.

PostgreSqlParameters

data PostgreSqlParameters Source #

The parameters for PostgreSQL.

See: newPostgreSqlParameters smart constructor.

Constructors

PostgreSqlParameters' 

Fields

Instances

Instances details
FromJSON PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

ToJSON PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Generic PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Associated Types

type Rep PostgreSqlParameters :: Type -> Type #

Read PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Show PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

NFData PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Methods

rnf :: PostgreSqlParameters -> () #

Eq PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Hashable PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

type Rep PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

type Rep PostgreSqlParameters = D1 ('MetaData "PostgreSqlParameters" "Amazonka.QuickSight.Types.PostgreSqlParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PostgreSqlParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPostgreSqlParameters Source #

Create a value of PostgreSqlParameters 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:host:PostgreSqlParameters', postgreSqlParameters_host - Host.

$sel:port:PostgreSqlParameters', postgreSqlParameters_port - Port.

$sel:database:PostgreSqlParameters', postgreSqlParameters_database - Database.

PredefinedHierarchy

data PredefinedHierarchy Source #

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

See: newPredefinedHierarchy smart constructor.

Constructors

PredefinedHierarchy' 

Fields

Instances

Instances details
FromJSON PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

ToJSON PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

Generic PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

Associated Types

type Rep PredefinedHierarchy :: Type -> Type #

Read PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

Show PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

NFData PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

Methods

rnf :: PredefinedHierarchy -> () #

Eq PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

Hashable PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

type Rep PredefinedHierarchy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PredefinedHierarchy

type Rep PredefinedHierarchy = D1 ('MetaData "PredefinedHierarchy" "Amazonka.QuickSight.Types.PredefinedHierarchy" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PredefinedHierarchy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "drillDownFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DrillDownFilter])) :*: (S1 ('MetaSel ('Just "hierarchyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "columns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ColumnIdentifier)))))

newPredefinedHierarchy Source #

Create a value of PredefinedHierarchy 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:drillDownFilters:PredefinedHierarchy', predefinedHierarchy_drillDownFilters - The option that determines the drill down filters for the predefined hierarchy.

$sel:hierarchyId:PredefinedHierarchy', predefinedHierarchy_hierarchyId - The hierarchy ID of the predefined hierarchy.

$sel:columns:PredefinedHierarchy', predefinedHierarchy_columns - The list of columns that define the predefined hierarchy.

predefinedHierarchy_drillDownFilters :: Lens' PredefinedHierarchy (Maybe [DrillDownFilter]) Source #

The option that determines the drill down filters for the predefined hierarchy.

predefinedHierarchy_hierarchyId :: Lens' PredefinedHierarchy Text Source #

The hierarchy ID of the predefined hierarchy.

predefinedHierarchy_columns :: Lens' PredefinedHierarchy (NonEmpty ColumnIdentifier) Source #

The list of columns that define the predefined hierarchy.

PrestoParameters

data PrestoParameters Source #

The parameters for Presto.

See: newPrestoParameters smart constructor.

Constructors

PrestoParameters' 

Fields

Instances

Instances details
FromJSON PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

ToJSON PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Generic PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Associated Types

type Rep PrestoParameters :: Type -> Type #

Read PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Show PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

NFData PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Methods

rnf :: PrestoParameters -> () #

Eq PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Hashable PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

type Rep PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

type Rep PrestoParameters = D1 ('MetaData "PrestoParameters" "Amazonka.QuickSight.Types.PrestoParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PrestoParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPrestoParameters Source #

Create a value of PrestoParameters 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:host:PrestoParameters', prestoParameters_host - Host.

$sel:port:PrestoParameters', prestoParameters_port - Port.

$sel:catalog:PrestoParameters', prestoParameters_catalog - Catalog.

ProgressBarOptions

data ProgressBarOptions Source #

The options that determine the presentation of the progress bar of a KPI visual.

See: newProgressBarOptions smart constructor.

Constructors

ProgressBarOptions' 

Fields

Instances

Instances details
FromJSON ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

ToJSON ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Generic ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Associated Types

type Rep ProgressBarOptions :: Type -> Type #

Read ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Show ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

NFData ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Methods

rnf :: ProgressBarOptions -> () #

Eq ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

Hashable ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

type Rep ProgressBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProgressBarOptions

type Rep ProgressBarOptions = D1 ('MetaData "ProgressBarOptions" "Amazonka.QuickSight.Types.ProgressBarOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ProgressBarOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newProgressBarOptions :: ProgressBarOptions Source #

Create a value of ProgressBarOptions 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:visibility:ProgressBarOptions', progressBarOptions_visibility - The visibility of the progress bar.

ProjectOperation

data ProjectOperation Source #

A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.

See: newProjectOperation smart constructor.

Constructors

ProjectOperation' 

Fields

Instances

Instances details
FromJSON ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

ToJSON ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Generic ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Associated Types

type Rep ProjectOperation :: Type -> Type #

Read ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Show ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

NFData ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Methods

rnf :: ProjectOperation -> () #

Eq ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Hashable ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

type Rep ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

type Rep ProjectOperation = D1 ('MetaData "ProjectOperation" "Amazonka.QuickSight.Types.ProjectOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ProjectOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectedColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newProjectOperation Source #

Create a value of ProjectOperation 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:projectedColumns:ProjectOperation', projectOperation_projectedColumns - Projected columns.

QueueInfo

data QueueInfo Source #

Information about a queued dataset SPICE ingestion.

See: newQueueInfo smart constructor.

Constructors

QueueInfo' 

Fields

Instances

Instances details
FromJSON QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Generic QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Associated Types

type Rep QueueInfo :: Type -> Type #

Read QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Show QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

NFData QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Methods

rnf :: QueueInfo -> () #

Eq QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Hashable QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

type Rep QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

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

newQueueInfo Source #

Create a value of QueueInfo 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:waitingOnIngestion:QueueInfo', queueInfo_waitingOnIngestion - The ID of the queued ingestion.

$sel:queuedIngestion:QueueInfo', queueInfo_queuedIngestion - The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.

queueInfo_waitingOnIngestion :: Lens' QueueInfo Text Source #

The ID of the queued ingestion.

queueInfo_queuedIngestion :: Lens' QueueInfo Text Source #

The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.

RangeEndsLabelType

data RangeEndsLabelType Source #

The range ends label type of a data path label.

See: newRangeEndsLabelType smart constructor.

Constructors

RangeEndsLabelType' 

Fields

Instances

Instances details
FromJSON RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

ToJSON RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Generic RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Associated Types

type Rep RangeEndsLabelType :: Type -> Type #

Read RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Show RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

NFData RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Methods

rnf :: RangeEndsLabelType -> () #

Eq RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

Hashable RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

type Rep RangeEndsLabelType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RangeEndsLabelType

type Rep RangeEndsLabelType = D1 ('MetaData "RangeEndsLabelType" "Amazonka.QuickSight.Types.RangeEndsLabelType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RangeEndsLabelType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newRangeEndsLabelType :: RangeEndsLabelType Source #

Create a value of RangeEndsLabelType 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:visibility:RangeEndsLabelType', rangeEndsLabelType_visibility - The visibility of the range ends label.

rangeEndsLabelType_visibility :: Lens' RangeEndsLabelType (Maybe Visibility) Source #

The visibility of the range ends label.

RdsParameters

data RdsParameters Source #

The parameters for Amazon RDS.

See: newRdsParameters smart constructor.

Constructors

RdsParameters' 

Fields

Instances

Instances details
FromJSON RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

ToJSON RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Generic RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Associated Types

type Rep RdsParameters :: Type -> Type #

Read RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Show RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

NFData RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Methods

rnf :: RdsParameters -> () #

Eq RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Hashable RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

type Rep RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

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

newRdsParameters Source #

Create a value of RdsParameters 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:instanceId:RdsParameters', rdsParameters_instanceId - Instance ID.

$sel:database:RdsParameters', rdsParameters_database - Database.

RedshiftParameters

data RedshiftParameters Source #

The parameters for Amazon Redshift. The ClusterId field can be blank if Host and Port are both set. The Host and Port fields can be blank if the ClusterId field is set.

See: newRedshiftParameters smart constructor.

Constructors

RedshiftParameters' 

Fields

Instances

Instances details
FromJSON RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

ToJSON RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Generic RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Associated Types

type Rep RedshiftParameters :: Type -> Type #

Read RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Show RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

NFData RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Methods

rnf :: RedshiftParameters -> () #

Eq RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Hashable RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

type Rep RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

type Rep RedshiftParameters = D1 ('MetaData "RedshiftParameters" "Amazonka.QuickSight.Types.RedshiftParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RedshiftParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedshiftParameters Source #

Create a value of RedshiftParameters 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:clusterId:RedshiftParameters', redshiftParameters_clusterId - Cluster ID. This field can be blank if the Host and Port are provided.

$sel:host:RedshiftParameters', redshiftParameters_host - Host. This field can be blank if ClusterId is provided.

$sel:port:RedshiftParameters', redshiftParameters_port - Port. This field can be blank if the ClusterId is provided.

$sel:database:RedshiftParameters', redshiftParameters_database - Database.

redshiftParameters_clusterId :: Lens' RedshiftParameters (Maybe Text) Source #

Cluster ID. This field can be blank if the Host and Port are provided.

redshiftParameters_host :: Lens' RedshiftParameters (Maybe Text) Source #

Host. This field can be blank if ClusterId is provided.

redshiftParameters_port :: Lens' RedshiftParameters (Maybe Natural) Source #

Port. This field can be blank if the ClusterId is provided.

ReferenceLine

data ReferenceLine Source #

The reference line visual display options.

See: newReferenceLine smart constructor.

Constructors

ReferenceLine' 

Fields

Instances

Instances details
FromJSON ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

ToJSON ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

Generic ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

Associated Types

type Rep ReferenceLine :: Type -> Type #

Show ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

NFData ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

Methods

rnf :: ReferenceLine -> () #

Eq ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

Hashable ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

type Rep ReferenceLine Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLine

type Rep ReferenceLine = D1 ('MetaData "ReferenceLine" "Amazonka.QuickSight.Types.ReferenceLine" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLine'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "labelConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineLabelConfiguration)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WidgetStatus))) :*: (S1 ('MetaSel ('Just "styleConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineStyleConfiguration)) :*: S1 ('MetaSel ('Just "dataConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReferenceLineDataConfiguration))))

newReferenceLine Source #

Create a value of ReferenceLine 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:labelConfiguration:ReferenceLine', referenceLine_labelConfiguration - The label configuration of the reference line.

$sel:status:ReferenceLine', referenceLine_status - The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

$sel:styleConfiguration:ReferenceLine', referenceLine_styleConfiguration - The style configuration of the reference line.

$sel:dataConfiguration:ReferenceLine', referenceLine_dataConfiguration - The data configuration of the reference line.

referenceLine_status :: Lens' ReferenceLine (Maybe WidgetStatus) Source #

The status of the reference line. Choose one of the following options:

  • ENABLE
  • DISABLE

ReferenceLineCustomLabelConfiguration

data ReferenceLineCustomLabelConfiguration Source #

The configuration for a custom label on a ReferenceLine.

See: newReferenceLineCustomLabelConfiguration smart constructor.

Constructors

ReferenceLineCustomLabelConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

ToJSON ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

Generic ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

Read ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

Show ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

NFData ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

Eq ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

Hashable ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

type Rep ReferenceLineCustomLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration

type Rep ReferenceLineCustomLabelConfiguration = D1 ('MetaData "ReferenceLineCustomLabelConfiguration" "Amazonka.QuickSight.Types.ReferenceLineCustomLabelConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineCustomLabelConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newReferenceLineCustomLabelConfiguration Source #

Create a value of ReferenceLineCustomLabelConfiguration 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:customLabel:ReferenceLineCustomLabelConfiguration', referenceLineCustomLabelConfiguration_customLabel - The string text of the custom label.

ReferenceLineDataConfiguration

data ReferenceLineDataConfiguration Source #

The data configuration of the reference line.

See: newReferenceLineDataConfiguration smart constructor.

Constructors

ReferenceLineDataConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

ToJSON ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

Generic ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

Associated Types

type Rep ReferenceLineDataConfiguration :: Type -> Type #

Show ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

NFData ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

Eq ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

Hashable ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

type Rep ReferenceLineDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDataConfiguration

type Rep ReferenceLineDataConfiguration = D1 ('MetaData "ReferenceLineDataConfiguration" "Amazonka.QuickSight.Types.ReferenceLineDataConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineDataConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "axisBinding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisBinding)) :*: (S1 ('MetaSel ('Just "dynamicConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineDynamicDataConfiguration)) :*: S1 ('MetaSel ('Just "staticConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineStaticDataConfiguration)))))

newReferenceLineDataConfiguration :: ReferenceLineDataConfiguration Source #

Create a value of ReferenceLineDataConfiguration 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:axisBinding:ReferenceLineDataConfiguration', referenceLineDataConfiguration_axisBinding - The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

$sel:dynamicConfiguration:ReferenceLineDataConfiguration', referenceLineDataConfiguration_dynamicConfiguration - The dynamic configuration of the reference line data configuration.

$sel:staticConfiguration:ReferenceLineDataConfiguration', referenceLineDataConfiguration_staticConfiguration - The static data configuration of the reference line data configuration.

referenceLineDataConfiguration_axisBinding :: Lens' ReferenceLineDataConfiguration (Maybe AxisBinding) Source #

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY

ReferenceLineDynamicDataConfiguration

data ReferenceLineDynamicDataConfiguration Source #

The dynamic configuration of the reference line data configuration.

See: newReferenceLineDynamicDataConfiguration smart constructor.

Constructors

ReferenceLineDynamicDataConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

ToJSON ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

Generic ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

Read ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

Show ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

NFData ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

Eq ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

Hashable ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

type Rep ReferenceLineDynamicDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration

type Rep ReferenceLineDynamicDataConfiguration = D1 ('MetaData "ReferenceLineDynamicDataConfiguration" "Amazonka.QuickSight.Types.ReferenceLineDynamicDataConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineDynamicDataConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: (S1 ('MetaSel ('Just "measureAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AggregationFunction) :*: S1 ('MetaSel ('Just "calculation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NumericalAggregationFunction))))

ReferenceLineLabelConfiguration

data ReferenceLineLabelConfiguration Source #

The label configuration of a reference line.

See: newReferenceLineLabelConfiguration smart constructor.

Constructors

ReferenceLineLabelConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

ToJSON ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

Generic ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

Associated Types

type Rep ReferenceLineLabelConfiguration :: Type -> Type #

Show ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

NFData ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

Eq ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

Hashable ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

type Rep ReferenceLineLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration

type Rep ReferenceLineLabelConfiguration = D1 ('MetaData "ReferenceLineLabelConfiguration" "Amazonka.QuickSight.Types.ReferenceLineLabelConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineLabelConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customLabelConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineCustomLabelConfiguration)) :*: (S1 ('MetaSel ('Just "fontColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)))) :*: (S1 ('MetaSel ('Just "horizontalPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineLabelHorizontalPosition)) :*: (S1 ('MetaSel ('Just "valueLabelConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineValueLabelConfiguration)) :*: S1 ('MetaSel ('Just "verticalPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineLabelVerticalPosition))))))

newReferenceLineLabelConfiguration :: ReferenceLineLabelConfiguration Source #

Create a value of ReferenceLineLabelConfiguration 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:customLabelConfiguration:ReferenceLineLabelConfiguration', referenceLineLabelConfiguration_customLabelConfiguration - The custom label configuration of the label in a reference line.

ReferenceLineLabelConfiguration, referenceLineLabelConfiguration_fontColor - The font color configuration of the label in a reference line.

$sel:fontConfiguration:ReferenceLineLabelConfiguration', referenceLineLabelConfiguration_fontConfiguration - The font configuration of the label in a reference line.

$sel:horizontalPosition:ReferenceLineLabelConfiguration', referenceLineLabelConfiguration_horizontalPosition - The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

$sel:valueLabelConfiguration:ReferenceLineLabelConfiguration', referenceLineLabelConfiguration_valueLabelConfiguration - The value label configuration of the label in a reference line.

$sel:verticalPosition:ReferenceLineLabelConfiguration', referenceLineLabelConfiguration_verticalPosition - The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

referenceLineLabelConfiguration_fontColor :: Lens' ReferenceLineLabelConfiguration (Maybe Text) Source #

The font color configuration of the label in a reference line.

referenceLineLabelConfiguration_horizontalPosition :: Lens' ReferenceLineLabelConfiguration (Maybe ReferenceLineLabelHorizontalPosition) Source #

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
  • CENTER
  • RIGHT

referenceLineLabelConfiguration_verticalPosition :: Lens' ReferenceLineLabelConfiguration (Maybe ReferenceLineLabelVerticalPosition) Source #

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
  • BELOW

ReferenceLineStaticDataConfiguration

data ReferenceLineStaticDataConfiguration Source #

The static data configuration of the reference line data configuration.

See: newReferenceLineStaticDataConfiguration smart constructor.

Constructors

ReferenceLineStaticDataConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

ToJSON ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

Generic ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

Show ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

NFData ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

Eq ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

Hashable ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

type Rep ReferenceLineStaticDataConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration

type Rep ReferenceLineStaticDataConfiguration = D1 ('MetaData "ReferenceLineStaticDataConfiguration" "Amazonka.QuickSight.Types.ReferenceLineStaticDataConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineStaticDataConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Double))))

newReferenceLineStaticDataConfiguration Source #

Create a value of ReferenceLineStaticDataConfiguration 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:value:ReferenceLineStaticDataConfiguration', referenceLineStaticDataConfiguration_value - The double input of the static data.

ReferenceLineStyleConfiguration

data ReferenceLineStyleConfiguration Source #

The style configuration of the reference line.

See: newReferenceLineStyleConfiguration smart constructor.

Constructors

ReferenceLineStyleConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

ToJSON ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

Generic ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

Associated Types

type Rep ReferenceLineStyleConfiguration :: Type -> Type #

Read ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

Show ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

NFData ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

Eq ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

Hashable ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

type Rep ReferenceLineStyleConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration

type Rep ReferenceLineStyleConfiguration = D1 ('MetaData "ReferenceLineStyleConfiguration" "Amazonka.QuickSight.Types.ReferenceLineStyleConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineStyleConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLinePatternType))))

newReferenceLineStyleConfiguration :: ReferenceLineStyleConfiguration Source #

Create a value of ReferenceLineStyleConfiguration 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:color:ReferenceLineStyleConfiguration', referenceLineStyleConfiguration_color - The hex color of the reference line.

$sel:pattern':ReferenceLineStyleConfiguration', referenceLineStyleConfiguration_pattern - The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

referenceLineStyleConfiguration_pattern :: Lens' ReferenceLineStyleConfiguration (Maybe ReferenceLinePatternType) Source #

The pattern type of the line style. Choose one of the following options:

  • SOLID
  • DASHED
  • DOTTED

ReferenceLineValueLabelConfiguration

data ReferenceLineValueLabelConfiguration Source #

The value label configuration of the label in a reference line.

See: newReferenceLineValueLabelConfiguration smart constructor.

Constructors

ReferenceLineValueLabelConfiguration' 

Fields

Instances

Instances details
FromJSON ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

ToJSON ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

Generic ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

Show ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

NFData ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

Eq ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

Hashable ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

type Rep ReferenceLineValueLabelConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration

type Rep ReferenceLineValueLabelConfiguration = D1 ('MetaData "ReferenceLineValueLabelConfiguration" "Amazonka.QuickSight.Types.ReferenceLineValueLabelConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ReferenceLineValueLabelConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration)) :*: S1 ('MetaSel ('Just "relativePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceLineValueLabelRelativePosition))))

newReferenceLineValueLabelConfiguration :: ReferenceLineValueLabelConfiguration Source #

Create a value of ReferenceLineValueLabelConfiguration 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:formatConfiguration:ReferenceLineValueLabelConfiguration', referenceLineValueLabelConfiguration_formatConfiguration - The format configuration of the value label.

$sel:relativePosition:ReferenceLineValueLabelConfiguration', referenceLineValueLabelConfiguration_relativePosition - The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

referenceLineValueLabelConfiguration_relativePosition :: Lens' ReferenceLineValueLabelConfiguration (Maybe ReferenceLineValueLabelRelativePosition) Source #

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL

RegisteredUserDashboardEmbeddingConfiguration

data RegisteredUserDashboardEmbeddingConfiguration Source #

Information about the dashboard you want to embed.

See: newRegisteredUserDashboardEmbeddingConfiguration smart constructor.

Constructors

RegisteredUserDashboardEmbeddingConfiguration' 

Fields

  • initialDashboardId :: Text

    The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.

    If the user does not have permission to view this dashboard, they see a permissions error message.

Instances

Instances details
ToJSON RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

Generic RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

Read RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

Show RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

NFData RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

Eq RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

Hashable RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

type Rep RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

type Rep RegisteredUserDashboardEmbeddingConfiguration = D1 ('MetaData "RegisteredUserDashboardEmbeddingConfiguration" "Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RegisteredUserDashboardEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialDashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegisteredUserDashboardEmbeddingConfiguration Source #

Create a value of RegisteredUserDashboardEmbeddingConfiguration 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:initialDashboardId:RegisteredUserDashboardEmbeddingConfiguration', registeredUserDashboardEmbeddingConfiguration_initialDashboardId - The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.

If the user does not have permission to view this dashboard, they see a permissions error message.

registeredUserDashboardEmbeddingConfiguration_initialDashboardId :: Lens' RegisteredUserDashboardEmbeddingConfiguration Text Source #

The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.

If the user does not have permission to view this dashboard, they see a permissions error message.

RegisteredUserDashboardVisualEmbeddingConfiguration

data RegisteredUserDashboardVisualEmbeddingConfiguration Source #

The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.

See: newRegisteredUserDashboardVisualEmbeddingConfiguration smart constructor.

Constructors

RegisteredUserDashboardVisualEmbeddingConfiguration' 

Fields

  • initialDashboardVisualId :: DashboardVisualId

    The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

    The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

Instances

Instances details
ToJSON RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

Generic RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

Read RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

Show RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

NFData RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

Eq RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

Hashable RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

type Rep RegisteredUserDashboardVisualEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration

type Rep RegisteredUserDashboardVisualEmbeddingConfiguration = D1 ('MetaData "RegisteredUserDashboardVisualEmbeddingConfiguration" "Amazonka.QuickSight.Types.RegisteredUserDashboardVisualEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RegisteredUserDashboardVisualEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialDashboardVisualId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DashboardVisualId)))

newRegisteredUserDashboardVisualEmbeddingConfiguration Source #

Create a value of RegisteredUserDashboardVisualEmbeddingConfiguration 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:initialDashboardVisualId:RegisteredUserDashboardVisualEmbeddingConfiguration', registeredUserDashboardVisualEmbeddingConfiguration_initialDashboardVisualId - The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

registeredUserDashboardVisualEmbeddingConfiguration_initialDashboardVisualId :: Lens' RegisteredUserDashboardVisualEmbeddingConfiguration DashboardVisualId Source #

The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

RegisteredUserEmbeddingExperienceConfiguration

data RegisteredUserEmbeddingExperienceConfiguration Source #

The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.

Exactly one of the experience configurations is required. You can choose Dashboard or QuickSightConsole. You cannot choose more than one experience configuration.

See: newRegisteredUserEmbeddingExperienceConfiguration smart constructor.

Constructors

RegisteredUserEmbeddingExperienceConfiguration' 

Fields

Instances

Instances details
ToJSON RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Generic RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Read RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Show RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

NFData RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Eq RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Hashable RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

type Rep RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

type Rep RegisteredUserEmbeddingExperienceConfiguration = D1 ('MetaData "RegisteredUserEmbeddingExperienceConfiguration" "Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RegisteredUserEmbeddingExperienceConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserDashboardEmbeddingConfiguration)) :*: S1 ('MetaSel ('Just "dashboardVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserDashboardVisualEmbeddingConfiguration))) :*: (S1 ('MetaSel ('Just "qSearchBar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserQSearchBarEmbeddingConfiguration)) :*: S1 ('MetaSel ('Just "quickSightConsole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration)))))

newRegisteredUserEmbeddingExperienceConfiguration :: RegisteredUserEmbeddingExperienceConfiguration Source #

Create a value of RegisteredUserEmbeddingExperienceConfiguration 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:dashboard:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_dashboard - The configuration details for providing a dashboard embedding experience.

$sel:dashboardVisual:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_dashboardVisual - The type of embedding experience. In this case, Amazon QuickSight visuals.

$sel:qSearchBar:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_qSearchBar - The configuration details for embedding the Q search bar.

For more information about embedding the Q search bar, see Embedding Overview in the Amazon QuickSight User Guide.

$sel:quickSightConsole:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_quickSightConsole - The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.

Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use the RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

registeredUserEmbeddingExperienceConfiguration_qSearchBar :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQSearchBarEmbeddingConfiguration) Source #

The configuration details for embedding the Q search bar.

For more information about embedding the Q search bar, see Embedding Overview in the Amazon QuickSight User Guide.

registeredUserEmbeddingExperienceConfiguration_quickSightConsole :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration) Source #

The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.

Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use the RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections in the Amazon QuickSight User Guide:

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

RegisteredUserQSearchBarEmbeddingConfiguration

data RegisteredUserQSearchBarEmbeddingConfiguration Source #

Information about the Q search bar embedding experience.

See: newRegisteredUserQSearchBarEmbeddingConfiguration smart constructor.

Constructors

RegisteredUserQSearchBarEmbeddingConfiguration' 

Fields

  • initialTopicId :: Maybe Text

    The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.

    If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.

Instances

Instances details
ToJSON RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

Generic RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

Read RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

Show RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

NFData RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

Eq RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

Hashable RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

type Rep RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

type Rep RegisteredUserQSearchBarEmbeddingConfiguration = D1 ('MetaData "RegisteredUserQSearchBarEmbeddingConfiguration" "Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RegisteredUserQSearchBarEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialTopicId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegisteredUserQSearchBarEmbeddingConfiguration :: RegisteredUserQSearchBarEmbeddingConfiguration Source #

Create a value of RegisteredUserQSearchBarEmbeddingConfiguration 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:initialTopicId:RegisteredUserQSearchBarEmbeddingConfiguration', registeredUserQSearchBarEmbeddingConfiguration_initialTopicId - The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.

If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.

registeredUserQSearchBarEmbeddingConfiguration_initialTopicId :: Lens' RegisteredUserQSearchBarEmbeddingConfiguration (Maybe Text) Source #

The ID of the Q topic that you want to make the starting topic in the Q search bar. You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening a topic. The ID is in the URL for the topic that you open.

If you don't specify an initial topic, a list of all shared topics is shown in the Q bar for your readers. When you select an initial topic, you can specify whether or not readers are allowed to select other topics from the available ones in the list.

RegisteredUserQuickSightConsoleEmbeddingConfiguration

data RegisteredUserQuickSightConsoleEmbeddingConfiguration Source #

Information about the Amazon QuickSight console that you want to embed.

See: newRegisteredUserQuickSightConsoleEmbeddingConfiguration smart constructor.

Constructors

RegisteredUserQuickSightConsoleEmbeddingConfiguration' 

Fields

  • initialPath :: Maybe Text

    The initial URL path for the Amazon QuickSight console. InitialPath is required.

    The entry point URL is constrained to the following paths:

    • /start
    • /start/analyses
    • /start/dashboards
    • /start/favorites
    • /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard.
    • /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.

Instances

Instances details
ToJSON RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

Generic RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

Read RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

Show RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

NFData RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

Eq RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

Hashable RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

type Rep RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

type Rep RegisteredUserQuickSightConsoleEmbeddingConfiguration = D1 ('MetaData "RegisteredUserQuickSightConsoleEmbeddingConfiguration" "Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RegisteredUserQuickSightConsoleEmbeddingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initialPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegisteredUserQuickSightConsoleEmbeddingConfiguration :: RegisteredUserQuickSightConsoleEmbeddingConfiguration Source #

Create a value of RegisteredUserQuickSightConsoleEmbeddingConfiguration 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:initialPath:RegisteredUserQuickSightConsoleEmbeddingConfiguration', registeredUserQuickSightConsoleEmbeddingConfiguration_initialPath - The initial URL path for the Amazon QuickSight console. InitialPath is required.

The entry point URL is constrained to the following paths:

  • /start
  • /start/analyses
  • /start/dashboards
  • /start/favorites
  • /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard.
  • /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.

registeredUserQuickSightConsoleEmbeddingConfiguration_initialPath :: Lens' RegisteredUserQuickSightConsoleEmbeddingConfiguration (Maybe Text) Source #

The initial URL path for the Amazon QuickSight console. InitialPath is required.

The entry point URL is constrained to the following paths:

  • /start
  • /start/analyses
  • /start/dashboards
  • /start/favorites
  • /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard.
  • /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.

RelationalTable

data RelationalTable Source #

A physical table type for relational data sources.

See: newRelationalTable smart constructor.

Constructors

RelationalTable' 

Fields

Instances

Instances details
FromJSON RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

ToJSON RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Generic RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Associated Types

type Rep RelationalTable :: Type -> Type #

Read RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Show RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

NFData RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Methods

rnf :: RelationalTable -> () #

Eq RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Hashable RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

type Rep RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

type Rep RelationalTable = D1 ('MetaData "RelationalTable" "Amazonka.QuickSight.Types.RelationalTable" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RelationalTable'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty InputColumn))))))

newRelationalTable Source #

Create a value of RelationalTable 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:catalog:RelationalTable', relationalTable_catalog - The catalog associated with a table.

$sel:schema:RelationalTable', relationalTable_schema - The schema name. This name applies to certain relational database engines.

$sel:dataSourceArn:RelationalTable', relationalTable_dataSourceArn - The Amazon Resource Name (ARN) for the data source.

RelationalTable, relationalTable_name - The name of the relational table.

$sel:inputColumns:RelationalTable', relationalTable_inputColumns - The column schema of the table.

relationalTable_catalog :: Lens' RelationalTable (Maybe Text) Source #

The catalog associated with a table.

relationalTable_schema :: Lens' RelationalTable (Maybe Text) Source #

The schema name. This name applies to certain relational database engines.

relationalTable_dataSourceArn :: Lens' RelationalTable Text Source #

The Amazon Resource Name (ARN) for the data source.

relationalTable_name :: Lens' RelationalTable Text Source #

The name of the relational table.

RelativeDateTimeControlDisplayOptions

data RelativeDateTimeControlDisplayOptions Source #

The display options of a control.

See: newRelativeDateTimeControlDisplayOptions smart constructor.

Constructors

RelativeDateTimeControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

ToJSON RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

Generic RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

Read RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

Show RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

NFData RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

Eq RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

Hashable RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

type Rep RelativeDateTimeControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions

type Rep RelativeDateTimeControlDisplayOptions = D1 ('MetaData "RelativeDateTimeControlDisplayOptions" "Amazonka.QuickSight.Types.RelativeDateTimeControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RelativeDateTimeControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateTimeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newRelativeDateTimeControlDisplayOptions :: RelativeDateTimeControlDisplayOptions Source #

Create a value of RelativeDateTimeControlDisplayOptions 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:dateTimeFormat:RelativeDateTimeControlDisplayOptions', relativeDateTimeControlDisplayOptions_dateTimeFormat - Customize how dates are formatted in controls.

$sel:titleOptions:RelativeDateTimeControlDisplayOptions', relativeDateTimeControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

relativeDateTimeControlDisplayOptions_titleOptions :: Lens' RelativeDateTimeControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

RelativeDatesFilter

data RelativeDatesFilter Source #

A RelativeDatesFilter filters relative dates values.

See: newRelativeDatesFilter smart constructor.

Constructors

RelativeDatesFilter' 

Fields

Instances

Instances details
FromJSON RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

ToJSON RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

Generic RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

Associated Types

type Rep RelativeDatesFilter :: Type -> Type #

Read RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

Show RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

NFData RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

Methods

rnf :: RelativeDatesFilter -> () #

Eq RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

Hashable RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

type Rep RelativeDatesFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelativeDatesFilter

type Rep RelativeDatesFilter = D1 ('MetaData "RelativeDatesFilter" "Amazonka.QuickSight.Types.RelativeDatesFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RelativeDatesFilter'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "excludePeriodConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExcludePeriodConfiguration)) :*: S1 ('MetaSel ('Just "minimumGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity))) :*: (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "relativeDateValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "filterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: S1 ('MetaSel ('Just "anchorDateConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnchorDateConfiguration)) :*: (S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimeGranularity) :*: (S1 ('MetaSel ('Just "relativeDateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RelativeDateType) :*: S1 ('MetaSel ('Just "nullOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterNullOption))))))

newRelativeDatesFilter Source #

Create a value of RelativeDatesFilter 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:excludePeriodConfiguration:RelativeDatesFilter', relativeDatesFilter_excludePeriodConfiguration - The configuration for the exclude period of the filter.

$sel:minimumGranularity:RelativeDatesFilter', relativeDatesFilter_minimumGranularity - The minimum granularity (period granularity) of the relative dates filter.

RelativeDatesFilter, relativeDatesFilter_parameterName - The parameter whose value should be used for the filter value.

$sel:relativeDateValue:RelativeDatesFilter', relativeDatesFilter_relativeDateValue - The date value of the filter.

$sel:filterId:RelativeDatesFilter', relativeDatesFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

$sel:column:RelativeDatesFilter', relativeDatesFilter_column - The column that the filter is applied to.

$sel:anchorDateConfiguration:RelativeDatesFilter', relativeDatesFilter_anchorDateConfiguration - The date configuration of the filter.

$sel:timeGranularity:RelativeDatesFilter', relativeDatesFilter_timeGranularity - The level of time precision that is used to aggregate DateTime values.

$sel:relativeDateType:RelativeDatesFilter', relativeDatesFilter_relativeDateType - The range date type of the filter. Choose one of the options below:

  • PREVIOUS
  • THIS
  • LAST
  • NOW
  • NEXT

$sel:nullOption:RelativeDatesFilter', relativeDatesFilter_nullOption - This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

relativeDatesFilter_minimumGranularity :: Lens' RelativeDatesFilter (Maybe TimeGranularity) Source #

The minimum granularity (period granularity) of the relative dates filter.

relativeDatesFilter_parameterName :: Lens' RelativeDatesFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

relativeDatesFilter_filterId :: Lens' RelativeDatesFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

relativeDatesFilter_column :: Lens' RelativeDatesFilter ColumnIdentifier Source #

The column that the filter is applied to.

relativeDatesFilter_timeGranularity :: Lens' RelativeDatesFilter TimeGranularity Source #

The level of time precision that is used to aggregate DateTime values.

relativeDatesFilter_relativeDateType :: Lens' RelativeDatesFilter RelativeDateType Source #

The range date type of the filter. Choose one of the options below:

  • PREVIOUS
  • THIS
  • LAST
  • NOW
  • NEXT

relativeDatesFilter_nullOption :: Lens' RelativeDatesFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

RenameColumnOperation

data RenameColumnOperation Source #

A transform operation that renames a column.

See: newRenameColumnOperation smart constructor.

Constructors

RenameColumnOperation' 

Fields

Instances

Instances details
FromJSON RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

ToJSON RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Generic RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Associated Types

type Rep RenameColumnOperation :: Type -> Type #

Read RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Show RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

NFData RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Methods

rnf :: RenameColumnOperation -> () #

Eq RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Hashable RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

type Rep RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

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

newRenameColumnOperation Source #

Create a value of RenameColumnOperation 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:columnName:RenameColumnOperation', renameColumnOperation_columnName - The name of the column to be renamed.

$sel:newColumnName':RenameColumnOperation', renameColumnOperation_newColumnName - The new name for the column.

ResourcePermission

data ResourcePermission Source #

Permission for the resource.

See: newResourcePermission smart constructor.

Constructors

ResourcePermission' 

Fields

  • principal :: Text

    The Amazon Resource Name (ARN) of the principal. This can be one of the following:

    • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
    • The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
    • The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)
  • actions :: NonEmpty Text

    The IAM action to grant or revoke permissions on.

Instances

Instances details
FromJSON ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

ToJSON ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Generic ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Associated Types

type Rep ResourcePermission :: Type -> Type #

Read ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Show ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

NFData ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Methods

rnf :: ResourcePermission -> () #

Eq ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Hashable ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

type Rep ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

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

newResourcePermission Source #

Create a value of ResourcePermission 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:principal:ResourcePermission', resourcePermission_principal - The Amazon Resource Name (ARN) of the principal. This can be one of the following:

  • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
  • The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
  • The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)

$sel:actions:ResourcePermission', resourcePermission_actions - The IAM action to grant or revoke permissions on.

resourcePermission_principal :: Lens' ResourcePermission Text Source #

The Amazon Resource Name (ARN) of the principal. This can be one of the following:

  • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
  • The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
  • The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)

resourcePermission_actions :: Lens' ResourcePermission (NonEmpty Text) Source #

The IAM action to grant or revoke permissions on.

RollingDateConfiguration

data RollingDateConfiguration Source #

The rolling date configuration of a date time filter.

See: newRollingDateConfiguration smart constructor.

Constructors

RollingDateConfiguration' 

Fields

Instances

Instances details
FromJSON RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

ToJSON RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

Generic RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

Associated Types

type Rep RollingDateConfiguration :: Type -> Type #

Show RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

NFData RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

Eq RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

Hashable RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

type Rep RollingDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RollingDateConfiguration

type Rep RollingDateConfiguration = D1 ('MetaData "RollingDateConfiguration" "Amazonka.QuickSight.Types.RollingDateConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RollingDateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newRollingDateConfiguration Source #

Create a value of RollingDateConfiguration 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:dataSetIdentifier:RollingDateConfiguration', rollingDateConfiguration_dataSetIdentifier - The data set that is used in the rolling date configuration.

$sel:expression:RollingDateConfiguration', rollingDateConfiguration_expression - The expression of the rolling date configuration.

rollingDateConfiguration_dataSetIdentifier :: Lens' RollingDateConfiguration (Maybe Text) Source #

The data set that is used in the rolling date configuration.

rollingDateConfiguration_expression :: Lens' RollingDateConfiguration Text Source #

The expression of the rolling date configuration.

RowAlternateColorOptions

data RowAlternateColorOptions Source #

Determines the row alternate color options.

See: newRowAlternateColorOptions smart constructor.

Constructors

RowAlternateColorOptions' 

Fields

Instances

Instances details
FromJSON RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

ToJSON RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

Generic RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

Associated Types

type Rep RowAlternateColorOptions :: Type -> Type #

Read RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

Show RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

NFData RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

Eq RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

Hashable RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

type Rep RowAlternateColorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowAlternateColorOptions

type Rep RowAlternateColorOptions = D1 ('MetaData "RowAlternateColorOptions" "Amazonka.QuickSight.Types.RowAlternateColorOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RowAlternateColorOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowAlternateColors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WidgetStatus))))

newRowAlternateColorOptions :: RowAlternateColorOptions Source #

Create a value of RowAlternateColorOptions 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:rowAlternateColors:RowAlternateColorOptions', rowAlternateColorOptions_rowAlternateColors - Determines the list of row alternate colors.

$sel:status:RowAlternateColorOptions', rowAlternateColorOptions_status - Determines the widget status.

RowInfo

data RowInfo Source #

Information about rows for a data set SPICE ingestion.

See: newRowInfo smart constructor.

Constructors

RowInfo' 

Fields

Instances

Instances details
FromJSON RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Generic RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Associated Types

type Rep RowInfo :: Type -> Type #

Methods

from :: RowInfo -> Rep RowInfo x #

to :: Rep RowInfo x -> RowInfo #

Read RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Show RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

NFData RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Methods

rnf :: RowInfo -> () #

Eq RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Methods

(==) :: RowInfo -> RowInfo -> Bool #

(/=) :: RowInfo -> RowInfo -> Bool #

Hashable RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Methods

hashWithSalt :: Int -> RowInfo -> Int #

hash :: RowInfo -> Int #

type Rep RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

type Rep RowInfo = D1 ('MetaData "RowInfo" "Amazonka.QuickSight.Types.RowInfo" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RowInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowsDropped") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "rowsIngested") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "totalRowsInDataset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newRowInfo :: RowInfo Source #

Create a value of RowInfo 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:rowsDropped:RowInfo', rowInfo_rowsDropped - The number of rows that were not ingested.

$sel:rowsIngested:RowInfo', rowInfo_rowsIngested - The number of rows that were ingested.

$sel:totalRowsInDataset:RowInfo', rowInfo_totalRowsInDataset - The total number of rows in the dataset.

rowInfo_rowsDropped :: Lens' RowInfo (Maybe Integer) Source #

The number of rows that were not ingested.

rowInfo_rowsIngested :: Lens' RowInfo (Maybe Integer) Source #

The number of rows that were ingested.

rowInfo_totalRowsInDataset :: Lens' RowInfo (Maybe Integer) Source #

The total number of rows in the dataset.

RowLevelPermissionDataSet

data RowLevelPermissionDataSet Source #

Information about a dataset that contains permissions for row-level security (RLS). The permissions dataset maps fields to users or groups. For more information, see Using Row-Level Security (RLS) to Restrict Access to a Dataset in the Amazon QuickSight User Guide.

The option to deny permissions by setting PermissionPolicy to DENY_ACCESS is not supported for new RLS datasets.

See: newRowLevelPermissionDataSet smart constructor.

Constructors

RowLevelPermissionDataSet' 

Fields

  • formatVersion :: Maybe RowLevelPermissionFormatVersion

    The user or group rules associated with the dataset that contains permissions for RLS.

    By default, FormatVersion is VERSION_1. When FormatVersion is VERSION_1, UserName and GroupName are required. When FormatVersion is VERSION_2, UserARN and GroupARN are required, and Namespace must not exist.

  • namespace :: Maybe Text

    The namespace associated with the dataset that contains permissions for RLS.

  • status :: Maybe Status

    The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

  • arn :: Text

    The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.

  • permissionPolicy :: RowLevelPermissionPolicy

    The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.

Instances

Instances details
FromJSON RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

ToJSON RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Generic RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Associated Types

type Rep RowLevelPermissionDataSet :: Type -> Type #

Read RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Show RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

NFData RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Eq RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Hashable RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

type Rep RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

type Rep RowLevelPermissionDataSet = D1 ('MetaData "RowLevelPermissionDataSet" "Amazonka.QuickSight.Types.RowLevelPermissionDataSet" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RowLevelPermissionDataSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "formatVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionFormatVersion)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "permissionPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RowLevelPermissionPolicy)))))

newRowLevelPermissionDataSet Source #

Create a value of RowLevelPermissionDataSet 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:formatVersion:RowLevelPermissionDataSet', rowLevelPermissionDataSet_formatVersion - The user or group rules associated with the dataset that contains permissions for RLS.

By default, FormatVersion is VERSION_1. When FormatVersion is VERSION_1, UserName and GroupName are required. When FormatVersion is VERSION_2, UserARN and GroupARN are required, and Namespace must not exist.

$sel:namespace:RowLevelPermissionDataSet', rowLevelPermissionDataSet_namespace - The namespace associated with the dataset that contains permissions for RLS.

$sel:status:RowLevelPermissionDataSet', rowLevelPermissionDataSet_status - The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

$sel:arn:RowLevelPermissionDataSet', rowLevelPermissionDataSet_arn - The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.

$sel:permissionPolicy:RowLevelPermissionDataSet', rowLevelPermissionDataSet_permissionPolicy - The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.

rowLevelPermissionDataSet_formatVersion :: Lens' RowLevelPermissionDataSet (Maybe RowLevelPermissionFormatVersion) Source #

The user or group rules associated with the dataset that contains permissions for RLS.

By default, FormatVersion is VERSION_1. When FormatVersion is VERSION_1, UserName and GroupName are required. When FormatVersion is VERSION_2, UserARN and GroupARN are required, and Namespace must not exist.

rowLevelPermissionDataSet_namespace :: Lens' RowLevelPermissionDataSet (Maybe Text) Source #

The namespace associated with the dataset that contains permissions for RLS.

rowLevelPermissionDataSet_status :: Lens' RowLevelPermissionDataSet (Maybe Status) Source #

The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

rowLevelPermissionDataSet_arn :: Lens' RowLevelPermissionDataSet Text Source #

The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.

rowLevelPermissionDataSet_permissionPolicy :: Lens' RowLevelPermissionDataSet RowLevelPermissionPolicy Source #

The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.

RowLevelPermissionTagConfiguration

data RowLevelPermissionTagConfiguration Source #

The configuration of tags on a dataset to set row-level security.

See: newRowLevelPermissionTagConfiguration smart constructor.

Constructors

RowLevelPermissionTagConfiguration' 

Fields

Instances

Instances details
FromJSON RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

ToJSON RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

Generic RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

Associated Types

type Rep RowLevelPermissionTagConfiguration :: Type -> Type #

Show RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

NFData RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

Eq RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

Hashable RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

type Rep RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

type Rep RowLevelPermissionTagConfiguration = D1 ('MetaData "RowLevelPermissionTagConfiguration" "Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RowLevelPermissionTagConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status)) :*: S1 ('MetaSel ('Just "tagRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RowLevelPermissionTagRule))))

newRowLevelPermissionTagConfiguration Source #

Create a value of RowLevelPermissionTagConfiguration 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:status:RowLevelPermissionTagConfiguration', rowLevelPermissionTagConfiguration_status - The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

$sel:tagRules:RowLevelPermissionTagConfiguration', rowLevelPermissionTagConfiguration_tagRules - A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.

rowLevelPermissionTagConfiguration_status :: Lens' RowLevelPermissionTagConfiguration (Maybe Status) Source #

The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

rowLevelPermissionTagConfiguration_tagRules :: Lens' RowLevelPermissionTagConfiguration (NonEmpty RowLevelPermissionTagRule) Source #

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.

RowLevelPermissionTagRule

data RowLevelPermissionTagRule Source #

A set of rules associated with a tag.

See: newRowLevelPermissionTagRule smart constructor.

Constructors

RowLevelPermissionTagRule' 

Fields

  • matchAllValue :: Maybe (Sensitive Text)

    A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

  • tagMultiValueDelimiter :: Maybe Text

    A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

  • tagKey :: Text

    The unique key for a tag.

  • columnName :: Text

    The column name that a tag key is assigned to.

Instances

Instances details
FromJSON RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

ToJSON RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

Generic RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

Associated Types

type Rep RowLevelPermissionTagRule :: Type -> Type #

Show RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

NFData RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

Eq RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

Hashable RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

type Rep RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

type Rep RowLevelPermissionTagRule = D1 ('MetaData "RowLevelPermissionTagRule" "Amazonka.QuickSight.Types.RowLevelPermissionTagRule" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RowLevelPermissionTagRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "matchAllValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "tagMultiValueDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRowLevelPermissionTagRule Source #

Create a value of RowLevelPermissionTagRule 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:matchAllValue:RowLevelPermissionTagRule', rowLevelPermissionTagRule_matchAllValue - A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

$sel:tagMultiValueDelimiter:RowLevelPermissionTagRule', rowLevelPermissionTagRule_tagMultiValueDelimiter - A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

$sel:tagKey:RowLevelPermissionTagRule', rowLevelPermissionTagRule_tagKey - The unique key for a tag.

$sel:columnName:RowLevelPermissionTagRule', rowLevelPermissionTagRule_columnName - The column name that a tag key is assigned to.

rowLevelPermissionTagRule_matchAllValue :: Lens' RowLevelPermissionTagRule (Maybe Text) Source #

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

rowLevelPermissionTagRule_tagMultiValueDelimiter :: Lens' RowLevelPermissionTagRule (Maybe Text) Source #

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.

rowLevelPermissionTagRule_columnName :: Lens' RowLevelPermissionTagRule Text Source #

The column name that a tag key is assigned to.

S3Parameters

data S3Parameters Source #

The parameters for S3.

See: newS3Parameters smart constructor.

Constructors

S3Parameters' 

Fields

Instances

Instances details
FromJSON S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

ToJSON S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Generic S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Associated Types

type Rep S3Parameters :: Type -> Type #

Read S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Show S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

NFData S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Methods

rnf :: S3Parameters -> () #

Eq S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Hashable S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

type Rep S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

type Rep S3Parameters = D1 ('MetaData "S3Parameters" "Amazonka.QuickSight.Types.S3Parameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "S3Parameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestFileLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ManifestFileLocation)))

newS3Parameters Source #

Create a value of S3Parameters 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:manifestFileLocation:S3Parameters', s3Parameters_manifestFileLocation - Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.

s3Parameters_manifestFileLocation :: Lens' S3Parameters ManifestFileLocation Source #

Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.

S3Source

data S3Source Source #

A physical table type for an S3 data source.

See: newS3Source smart constructor.

Constructors

S3Source' 

Fields

Instances

Instances details
FromJSON S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

ToJSON S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Generic S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Associated Types

type Rep S3Source :: Type -> Type #

Methods

from :: S3Source -> Rep S3Source x #

to :: Rep S3Source x -> S3Source #

Read S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Show S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

NFData S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Methods

rnf :: S3Source -> () #

Eq S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Hashable S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Methods

hashWithSalt :: Int -> S3Source -> Int #

hash :: S3Source -> Int #

type Rep S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.QuickSight.Types.S3Source" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "S3Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uploadSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UploadSettings)) :*: (S1 ('MetaSel ('Just "dataSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty InputColumn)))))

newS3Source Source #

Create a value of S3Source 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:uploadSettings:S3Source', s3Source_uploadSettings - Information about the format for the S3 source file or files.

$sel:dataSourceArn:S3Source', s3Source_dataSourceArn - The Amazon Resource Name (ARN) for the data source.

$sel:inputColumns:S3Source', s3Source_inputColumns - A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.

s3Source_uploadSettings :: Lens' S3Source (Maybe UploadSettings) Source #

Information about the format for the S3 source file or files.

s3Source_dataSourceArn :: Lens' S3Source Text Source #

The Amazon Resource Name (ARN) for the data source.

s3Source_inputColumns :: Lens' S3Source (NonEmpty InputColumn) Source #

A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.

SameSheetTargetVisualConfiguration

data SameSheetTargetVisualConfiguration Source #

The configuration of the same-sheet target visuals that you want to be filtered.

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

See: newSameSheetTargetVisualConfiguration smart constructor.

Constructors

SameSheetTargetVisualConfiguration' 

Fields

Instances

Instances details
FromJSON SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

ToJSON SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

Generic SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

Associated Types

type Rep SameSheetTargetVisualConfiguration :: Type -> Type #

Read SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

Show SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

NFData SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

Eq SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

Hashable SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

type Rep SameSheetTargetVisualConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration

type Rep SameSheetTargetVisualConfiguration = D1 ('MetaData "SameSheetTargetVisualConfiguration" "Amazonka.QuickSight.Types.SameSheetTargetVisualConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SameSheetTargetVisualConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetVisualOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetVisualOptions)) :*: S1 ('MetaSel ('Just "targetVisuals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newSameSheetTargetVisualConfiguration :: SameSheetTargetVisualConfiguration Source #

Create a value of SameSheetTargetVisualConfiguration 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:targetVisualOptions:SameSheetTargetVisualConfiguration', sameSheetTargetVisualConfiguration_targetVisualOptions - The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

$sel:targetVisuals:SameSheetTargetVisualConfiguration', sameSheetTargetVisualConfiguration_targetVisuals - A list of the target visual IDs that are located in the same sheet of the analysis.

sameSheetTargetVisualConfiguration_targetVisualOptions :: Lens' SameSheetTargetVisualConfiguration (Maybe TargetVisualOptions) Source #

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

sameSheetTargetVisualConfiguration_targetVisuals :: Lens' SameSheetTargetVisualConfiguration (Maybe (NonEmpty Text)) Source #

A list of the target visual IDs that are located in the same sheet of the analysis.

SankeyDiagramAggregatedFieldWells

data SankeyDiagramAggregatedFieldWells Source #

The field well configuration of a sankey diagram.

See: newSankeyDiagramAggregatedFieldWells smart constructor.

Constructors

SankeyDiagramAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

ToJSON SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

Generic SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

Associated Types

type Rep SankeyDiagramAggregatedFieldWells :: Type -> Type #

Show SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

NFData SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

Eq SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

Hashable SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

type Rep SankeyDiagramAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells

type Rep SankeyDiagramAggregatedFieldWells = D1 ('MetaData "SankeyDiagramAggregatedFieldWells" "Amazonka.QuickSight.Types.SankeyDiagramAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SankeyDiagramAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "weight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newSankeyDiagramAggregatedFieldWells :: SankeyDiagramAggregatedFieldWells Source #

Create a value of SankeyDiagramAggregatedFieldWells 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:destination:SankeyDiagramAggregatedFieldWells', sankeyDiagramAggregatedFieldWells_destination - The destination field wells of a sankey diagram.

$sel:source:SankeyDiagramAggregatedFieldWells', sankeyDiagramAggregatedFieldWells_source - The source field wells of a sankey diagram.

$sel:weight:SankeyDiagramAggregatedFieldWells', sankeyDiagramAggregatedFieldWells_weight - The weight field wells of a sankey diagram.

SankeyDiagramChartConfiguration

data SankeyDiagramChartConfiguration Source #

The configuration of a sankey diagram.

See: newSankeyDiagramChartConfiguration smart constructor.

Constructors

SankeyDiagramChartConfiguration' 

Fields

Instances

Instances details
FromJSON SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

ToJSON SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

Generic SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

Associated Types

type Rep SankeyDiagramChartConfiguration :: Type -> Type #

Show SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

NFData SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

Eq SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

Hashable SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

type Rep SankeyDiagramChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration

type Rep SankeyDiagramChartConfiguration = D1 ('MetaData "SankeyDiagramChartConfiguration" "Amazonka.QuickSight.Types.SankeyDiagramChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SankeyDiagramChartConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions)) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SankeyDiagramFieldWells)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SankeyDiagramSortConfiguration)))))

newSankeyDiagramChartConfiguration :: SankeyDiagramChartConfiguration Source #

Create a value of SankeyDiagramChartConfiguration 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:dataLabels:SankeyDiagramChartConfiguration', sankeyDiagramChartConfiguration_dataLabels - The data label configuration of a sankey diagram.

$sel:fieldWells:SankeyDiagramChartConfiguration', sankeyDiagramChartConfiguration_fieldWells - The field well configuration of a sankey diagram.

$sel:sortConfiguration:SankeyDiagramChartConfiguration', sankeyDiagramChartConfiguration_sortConfiguration - The sort configuration of a sankey diagram.

SankeyDiagramFieldWells

data SankeyDiagramFieldWells Source #

The field well configuration of a sankey diagram.

See: newSankeyDiagramFieldWells smart constructor.

Constructors

SankeyDiagramFieldWells' 

Fields

Instances

Instances details
FromJSON SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

ToJSON SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

Generic SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

Associated Types

type Rep SankeyDiagramFieldWells :: Type -> Type #

Show SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

NFData SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

Methods

rnf :: SankeyDiagramFieldWells -> () #

Eq SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

Hashable SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

type Rep SankeyDiagramFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramFieldWells

type Rep SankeyDiagramFieldWells = D1 ('MetaData "SankeyDiagramFieldWells" "Amazonka.QuickSight.Types.SankeyDiagramFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SankeyDiagramFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sankeyDiagramAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SankeyDiagramAggregatedFieldWells))))

newSankeyDiagramFieldWells :: SankeyDiagramFieldWells Source #

Create a value of SankeyDiagramFieldWells 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:sankeyDiagramAggregatedFieldWells:SankeyDiagramFieldWells', sankeyDiagramFieldWells_sankeyDiagramAggregatedFieldWells - The field well configuration of a sankey diagram.

SankeyDiagramSortConfiguration

data SankeyDiagramSortConfiguration Source #

The sort configuration of a sankey diagram.

See: newSankeyDiagramSortConfiguration smart constructor.

Constructors

SankeyDiagramSortConfiguration' 

Fields

Instances

Instances details
FromJSON SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

ToJSON SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

Generic SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

Associated Types

type Rep SankeyDiagramSortConfiguration :: Type -> Type #

Read SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

Show SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

NFData SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

Eq SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

Hashable SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

type Rep SankeyDiagramSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration

type Rep SankeyDiagramSortConfiguration = D1 ('MetaData "SankeyDiagramSortConfiguration" "Amazonka.QuickSight.Types.SankeyDiagramSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SankeyDiagramSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: (S1 ('MetaSel ('Just "sourceItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "weightSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions])))))

newSankeyDiagramSortConfiguration :: SankeyDiagramSortConfiguration Source #

Create a value of SankeyDiagramSortConfiguration 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:destinationItemsLimit:SankeyDiagramSortConfiguration', sankeyDiagramSortConfiguration_destinationItemsLimit - The limit on the number of destination nodes that are displayed in a sankey diagram.

$sel:sourceItemsLimit:SankeyDiagramSortConfiguration', sankeyDiagramSortConfiguration_sourceItemsLimit - The limit on the number of source nodes that are displayed in a sankey diagram.

$sel:weightSort:SankeyDiagramSortConfiguration', sankeyDiagramSortConfiguration_weightSort - The sort configuration of the weight fields.

sankeyDiagramSortConfiguration_destinationItemsLimit :: Lens' SankeyDiagramSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of destination nodes that are displayed in a sankey diagram.

sankeyDiagramSortConfiguration_sourceItemsLimit :: Lens' SankeyDiagramSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of source nodes that are displayed in a sankey diagram.

SankeyDiagramVisual

data SankeyDiagramVisual Source #

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

See: newSankeyDiagramVisual smart constructor.

Constructors

SankeyDiagramVisual' 

Fields

Instances

Instances details
FromJSON SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

ToJSON SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Generic SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Associated Types

type Rep SankeyDiagramVisual :: Type -> Type #

Show SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

NFData SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Methods

rnf :: SankeyDiagramVisual -> () #

Eq SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Hashable SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

type Rep SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

newSankeyDiagramVisual Source #

Create a value of SankeyDiagramVisual 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:actions:SankeyDiagramVisual', sankeyDiagramVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:SankeyDiagramVisual', sankeyDiagramVisual_chartConfiguration - The configuration of a sankey diagram.

$sel:subtitle:SankeyDiagramVisual', sankeyDiagramVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:SankeyDiagramVisual', sankeyDiagramVisual_title - The title that is displayed on the visual.

$sel:visualId:SankeyDiagramVisual', sankeyDiagramVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

sankeyDiagramVisual_actions :: Lens' SankeyDiagramVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

sankeyDiagramVisual_visualId :: Lens' SankeyDiagramVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

ScatterPlotCategoricallyAggregatedFieldWells

data ScatterPlotCategoricallyAggregatedFieldWells Source #

The aggregated field well of a scatter plot.

See: newScatterPlotCategoricallyAggregatedFieldWells smart constructor.

Constructors

ScatterPlotCategoricallyAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

ToJSON ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Generic ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Show ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

NFData ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Eq ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

Hashable ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

type Rep ScatterPlotCategoricallyAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells

type Rep ScatterPlotCategoricallyAggregatedFieldWells = D1 ('MetaData "ScatterPlotCategoricallyAggregatedFieldWells" "Amazonka.QuickSight.Types.ScatterPlotCategoricallyAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ScatterPlotCategoricallyAggregatedFieldWells'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))) :*: (S1 ('MetaSel ('Just "xAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: S1 ('MetaSel ('Just "yAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newScatterPlotCategoricallyAggregatedFieldWells :: ScatterPlotCategoricallyAggregatedFieldWells Source #

Create a value of ScatterPlotCategoricallyAggregatedFieldWells 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:category:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_category - The category field well of a scatter plot.

$sel:size:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_size - The size field well of a scatter plot.

$sel:xAxis:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_xAxis - The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

$sel:yAxis:ScatterPlotCategoricallyAggregatedFieldWells', scatterPlotCategoricallyAggregatedFieldWells_yAxis - The y-axis field well of a scatter plot.

The y-axis is aggregated by category.

scatterPlotCategoricallyAggregatedFieldWells_xAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

scatterPlotCategoricallyAggregatedFieldWells_yAxis :: Lens' ScatterPlotCategoricallyAggregatedFieldWells (Maybe [MeasureField]) Source #

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.

ScatterPlotConfiguration

data ScatterPlotConfiguration Source #

The configuration of a scatter plot.

See: newScatterPlotConfiguration smart constructor.

Constructors

ScatterPlotConfiguration' 

Fields

Instances

Instances details
FromJSON ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

ToJSON ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Generic ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Associated Types

type Rep ScatterPlotConfiguration :: Type -> Type #

Show ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

NFData ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Eq ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

Hashable ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

type Rep ScatterPlotConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotConfiguration

newScatterPlotConfiguration :: ScatterPlotConfiguration Source #

Create a value of ScatterPlotConfiguration 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:dataLabels:ScatterPlotConfiguration', scatterPlotConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:fieldWells:ScatterPlotConfiguration', scatterPlotConfiguration_fieldWells - The field wells of the visual.

$sel:legend:ScatterPlotConfiguration', scatterPlotConfiguration_legend - The legend display setup of the visual.

$sel:tooltip:ScatterPlotConfiguration', scatterPlotConfiguration_tooltip - The legend display setup of the visual.

$sel:visualPalette:ScatterPlotConfiguration', scatterPlotConfiguration_visualPalette - The palette (chart color) display setup of the visual.

$sel:xAxisDisplayOptions:ScatterPlotConfiguration', scatterPlotConfiguration_xAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

$sel:xAxisLabelOptions:ScatterPlotConfiguration', scatterPlotConfiguration_xAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

$sel:yAxisDisplayOptions:ScatterPlotConfiguration', scatterPlotConfiguration_yAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

$sel:yAxisLabelOptions:ScatterPlotConfiguration', scatterPlotConfiguration_yAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

scatterPlotConfiguration_dataLabels :: Lens' ScatterPlotConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

scatterPlotConfiguration_visualPalette :: Lens' ScatterPlotConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.

scatterPlotConfiguration_xAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

scatterPlotConfiguration_xAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

scatterPlotConfiguration_yAxisDisplayOptions :: Lens' ScatterPlotConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

scatterPlotConfiguration_yAxisLabelOptions :: Lens' ScatterPlotConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

ScatterPlotFieldWells

data ScatterPlotFieldWells Source #

The field well configuration of a scatter plot.

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

See: newScatterPlotFieldWells smart constructor.

Constructors

ScatterPlotFieldWells' 

Fields

Instances

Instances details
FromJSON ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

ToJSON ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Generic ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Associated Types

type Rep ScatterPlotFieldWells :: Type -> Type #

Show ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

NFData ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Methods

rnf :: ScatterPlotFieldWells -> () #

Eq ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

Hashable ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

type Rep ScatterPlotFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotFieldWells

type Rep ScatterPlotFieldWells = D1 ('MetaData "ScatterPlotFieldWells" "Amazonka.QuickSight.Types.ScatterPlotFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ScatterPlotFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scatterPlotCategoricallyAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScatterPlotCategoricallyAggregatedFieldWells)) :*: S1 ('MetaSel ('Just "scatterPlotUnaggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScatterPlotUnaggregatedFieldWells))))

newScatterPlotFieldWells :: ScatterPlotFieldWells Source #

Create a value of ScatterPlotFieldWells 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:scatterPlotCategoricallyAggregatedFieldWells:ScatterPlotFieldWells', scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells - The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.

$sel:scatterPlotUnaggregatedFieldWells:ScatterPlotFieldWells', scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells - The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.

scatterPlotFieldWells_scatterPlotCategoricallyAggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotCategoricallyAggregatedFieldWells) Source #

The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.

scatterPlotFieldWells_scatterPlotUnaggregatedFieldWells :: Lens' ScatterPlotFieldWells (Maybe ScatterPlotUnaggregatedFieldWells) Source #

The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.

ScatterPlotUnaggregatedFieldWells

data ScatterPlotUnaggregatedFieldWells Source #

The unaggregated field wells of a scatter plot.

See: newScatterPlotUnaggregatedFieldWells smart constructor.

Constructors

ScatterPlotUnaggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

ToJSON ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Generic ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Associated Types

type Rep ScatterPlotUnaggregatedFieldWells :: Type -> Type #

Show ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

NFData ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Eq ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

Hashable ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

type Rep ScatterPlotUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells

type Rep ScatterPlotUnaggregatedFieldWells = D1 ('MetaData "ScatterPlotUnaggregatedFieldWells" "Amazonka.QuickSight.Types.ScatterPlotUnaggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ScatterPlotUnaggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: (S1 ('MetaSel ('Just "xAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "yAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])))))

newScatterPlotUnaggregatedFieldWells :: ScatterPlotUnaggregatedFieldWells Source #

Create a value of ScatterPlotUnaggregatedFieldWells 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:size:ScatterPlotUnaggregatedFieldWells', scatterPlotUnaggregatedFieldWells_size - The size field well of a scatter plot.

$sel:xAxis:ScatterPlotUnaggregatedFieldWells', scatterPlotUnaggregatedFieldWells_xAxis - The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

$sel:yAxis:ScatterPlotUnaggregatedFieldWells', scatterPlotUnaggregatedFieldWells_yAxis - The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.

scatterPlotUnaggregatedFieldWells_xAxis :: Lens' ScatterPlotUnaggregatedFieldWells (Maybe [DimensionField]) Source #

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

scatterPlotUnaggregatedFieldWells_yAxis :: Lens' ScatterPlotUnaggregatedFieldWells (Maybe [DimensionField]) Source #

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.

ScatterPlotVisual

data ScatterPlotVisual Source #

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

See: newScatterPlotVisual smart constructor.

Constructors

ScatterPlotVisual' 

Fields

Instances

Instances details
FromJSON ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

ToJSON ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Generic ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Associated Types

type Rep ScatterPlotVisual :: Type -> Type #

Show ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

NFData ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Methods

rnf :: ScatterPlotVisual -> () #

Eq ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Hashable ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

type Rep ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

newScatterPlotVisual Source #

Create a value of ScatterPlotVisual 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:actions:ScatterPlotVisual', scatterPlotVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:ScatterPlotVisual', scatterPlotVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:ScatterPlotVisual', scatterPlotVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:ScatterPlotVisual', scatterPlotVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:ScatterPlotVisual', scatterPlotVisual_title - The title that is displayed on the visual.

$sel:visualId:ScatterPlotVisual', scatterPlotVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

scatterPlotVisual_actions :: Lens' ScatterPlotVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

scatterPlotVisual_columnHierarchies :: Lens' ScatterPlotVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

scatterPlotVisual_visualId :: Lens' ScatterPlotVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

ScrollBarOptions

data ScrollBarOptions Source #

The visual display options for a data zoom scroll bar.

See: newScrollBarOptions smart constructor.

Constructors

ScrollBarOptions' 

Fields

Instances

Instances details
FromJSON ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

ToJSON ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

Generic ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

Associated Types

type Rep ScrollBarOptions :: Type -> Type #

Read ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

Show ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

NFData ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

Methods

rnf :: ScrollBarOptions -> () #

Eq ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

Hashable ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

type Rep ScrollBarOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScrollBarOptions

type Rep ScrollBarOptions = D1 ('MetaData "ScrollBarOptions" "Amazonka.QuickSight.Types.ScrollBarOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ScrollBarOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "visibleRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisibleRangeOptions))))

newScrollBarOptions :: ScrollBarOptions Source #

Create a value of ScrollBarOptions 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:visibility:ScrollBarOptions', scrollBarOptions_visibility - The visibility of the data zoom scroll bar.

$sel:visibleRange:ScrollBarOptions', scrollBarOptions_visibleRange - The visibility range for the data zoom scroll bar.

scrollBarOptions_visibility :: Lens' ScrollBarOptions (Maybe Visibility) Source #

The visibility of the data zoom scroll bar.

scrollBarOptions_visibleRange :: Lens' ScrollBarOptions (Maybe VisibleRangeOptions) Source #

The visibility range for the data zoom scroll bar.

SecondaryValueOptions

data SecondaryValueOptions Source #

The options that determine the presentation of the secondary value of a KPI visual.

See: newSecondaryValueOptions smart constructor.

Constructors

SecondaryValueOptions' 

Fields

Instances

Instances details
FromJSON SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

ToJSON SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Generic SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Associated Types

type Rep SecondaryValueOptions :: Type -> Type #

Read SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Show SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

NFData SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Methods

rnf :: SecondaryValueOptions -> () #

Eq SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

Hashable SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

type Rep SecondaryValueOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SecondaryValueOptions

type Rep SecondaryValueOptions = D1 ('MetaData "SecondaryValueOptions" "Amazonka.QuickSight.Types.SecondaryValueOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SecondaryValueOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newSecondaryValueOptions :: SecondaryValueOptions Source #

Create a value of SecondaryValueOptions 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:visibility:SecondaryValueOptions', secondaryValueOptions_visibility - Determines the visibility of the secondary value.

secondaryValueOptions_visibility :: Lens' SecondaryValueOptions (Maybe Visibility) Source #

Determines the visibility of the secondary value.

SectionAfterPageBreak

data SectionAfterPageBreak Source #

The configuration of a page break after a section.

See: newSectionAfterPageBreak smart constructor.

Constructors

SectionAfterPageBreak' 

Fields

Instances

Instances details
FromJSON SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

ToJSON SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Generic SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Associated Types

type Rep SectionAfterPageBreak :: Type -> Type #

Read SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Show SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

NFData SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Methods

rnf :: SectionAfterPageBreak -> () #

Eq SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Hashable SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

type Rep SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

type Rep SectionAfterPageBreak = D1 ('MetaData "SectionAfterPageBreak" "Amazonka.QuickSight.Types.SectionAfterPageBreak" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionAfterPageBreak'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionPageBreakStatus))))

newSectionAfterPageBreak :: SectionAfterPageBreak Source #

Create a value of SectionAfterPageBreak 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:status:SectionAfterPageBreak', sectionAfterPageBreak_status - The option that enables or disables a page break at the end of a section.

sectionAfterPageBreak_status :: Lens' SectionAfterPageBreak (Maybe SectionPageBreakStatus) Source #

The option that enables or disables a page break at the end of a section.

SectionBasedLayoutCanvasSizeOptions

data SectionBasedLayoutCanvasSizeOptions Source #

The options for the canvas of a section-based layout.

See: newSectionBasedLayoutCanvasSizeOptions smart constructor.

Constructors

SectionBasedLayoutCanvasSizeOptions' 

Fields

Instances

Instances details
FromJSON SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

ToJSON SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

Generic SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

Read SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

Show SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

NFData SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

Eq SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

Hashable SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

type Rep SectionBasedLayoutCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions

type Rep SectionBasedLayoutCanvasSizeOptions = D1 ('MetaData "SectionBasedLayoutCanvasSizeOptions" "Amazonka.QuickSight.Types.SectionBasedLayoutCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionBasedLayoutCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "paperCanvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionBasedLayoutPaperCanvasSizeOptions))))

newSectionBasedLayoutCanvasSizeOptions :: SectionBasedLayoutCanvasSizeOptions Source #

Create a value of SectionBasedLayoutCanvasSizeOptions 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:paperCanvasSizeOptions:SectionBasedLayoutCanvasSizeOptions', sectionBasedLayoutCanvasSizeOptions_paperCanvasSizeOptions - The options for a paper canvas of a section-based layout.

SectionBasedLayoutConfiguration

data SectionBasedLayoutConfiguration Source #

The configuration for a section-based layout.

See: newSectionBasedLayoutConfiguration smart constructor.

Constructors

SectionBasedLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

ToJSON SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Generic SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Associated Types

type Rep SectionBasedLayoutConfiguration :: Type -> Type #

Show SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

NFData SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Eq SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Hashable SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

type Rep SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

type Rep SectionBasedLayoutConfiguration = D1 ('MetaData "SectionBasedLayoutConfiguration" "Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionBasedLayoutConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "headerSections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HeaderFooterSectionConfiguration]) :*: S1 ('MetaSel ('Just "bodySections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BodySectionConfiguration])) :*: (S1 ('MetaSel ('Just "footerSections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HeaderFooterSectionConfiguration]) :*: S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SectionBasedLayoutCanvasSizeOptions))))

newSectionBasedLayoutConfiguration Source #

Create a value of SectionBasedLayoutConfiguration 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:headerSections:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_headerSections - A list of header section configurations.

$sel:bodySections:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_bodySections - A list of body section configurations.

$sel:footerSections:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_footerSections - A list of footer section configurations.

$sel:canvasSizeOptions:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_canvasSizeOptions - The options for the canvas of a section-based layout.

SectionBasedLayoutPaperCanvasSizeOptions

data SectionBasedLayoutPaperCanvasSizeOptions Source #

The options for a paper canvas of a section-based layout.

See: newSectionBasedLayoutPaperCanvasSizeOptions smart constructor.

Constructors

SectionBasedLayoutPaperCanvasSizeOptions' 

Fields

Instances

Instances details
FromJSON SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

ToJSON SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

Generic SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

Read SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

Show SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

NFData SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

Eq SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

Hashable SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

type Rep SectionBasedLayoutPaperCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions

type Rep SectionBasedLayoutPaperCanvasSizeOptions = D1 ('MetaData "SectionBasedLayoutPaperCanvasSizeOptions" "Amazonka.QuickSight.Types.SectionBasedLayoutPaperCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionBasedLayoutPaperCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "paperMargin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Spacing)) :*: (S1 ('MetaSel ('Just "paperOrientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PaperOrientation)) :*: S1 ('MetaSel ('Just "paperSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PaperSize)))))

newSectionBasedLayoutPaperCanvasSizeOptions :: SectionBasedLayoutPaperCanvasSizeOptions Source #

Create a value of SectionBasedLayoutPaperCanvasSizeOptions 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:paperMargin:SectionBasedLayoutPaperCanvasSizeOptions', sectionBasedLayoutPaperCanvasSizeOptions_paperMargin - Defines the spacing between the canvas content and the top, bottom, left, and right edges.

$sel:paperOrientation:SectionBasedLayoutPaperCanvasSizeOptions', sectionBasedLayoutPaperCanvasSizeOptions_paperOrientation - The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT
  • LANDSCAPE

$sel:paperSize:SectionBasedLayoutPaperCanvasSizeOptions', sectionBasedLayoutPaperCanvasSizeOptions_paperSize - The paper size that is used to define canvas dimensions.

sectionBasedLayoutPaperCanvasSizeOptions_paperMargin :: Lens' SectionBasedLayoutPaperCanvasSizeOptions (Maybe Spacing) Source #

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

sectionBasedLayoutPaperCanvasSizeOptions_paperOrientation :: Lens' SectionBasedLayoutPaperCanvasSizeOptions (Maybe PaperOrientation) Source #

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT
  • LANDSCAPE

SectionLayoutConfiguration

data SectionLayoutConfiguration Source #

The layout configuration of a section.

See: newSectionLayoutConfiguration smart constructor.

Constructors

SectionLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

ToJSON SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Generic SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Associated Types

type Rep SectionLayoutConfiguration :: Type -> Type #

Show SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

NFData SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Eq SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Hashable SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

type Rep SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

type Rep SectionLayoutConfiguration = D1 ('MetaData "SectionLayoutConfiguration" "Amazonka.QuickSight.Types.SectionLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "freeFormLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FreeFormSectionLayoutConfiguration)))

newSectionLayoutConfiguration Source #

Create a value of SectionLayoutConfiguration 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:freeFormLayout:SectionLayoutConfiguration', sectionLayoutConfiguration_freeFormLayout - The free-form layout configuration of a section.

SectionPageBreakConfiguration

data SectionPageBreakConfiguration Source #

The configuration of a page break for a section.

See: newSectionPageBreakConfiguration smart constructor.

Constructors

SectionPageBreakConfiguration' 

Fields

Instances

Instances details
FromJSON SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

ToJSON SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

Generic SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

Associated Types

type Rep SectionPageBreakConfiguration :: Type -> Type #

Read SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

Show SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

NFData SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

Eq SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

Hashable SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

type Rep SectionPageBreakConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionPageBreakConfiguration

type Rep SectionPageBreakConfiguration = D1 ('MetaData "SectionPageBreakConfiguration" "Amazonka.QuickSight.Types.SectionPageBreakConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionPageBreakConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "after") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionAfterPageBreak))))

newSectionPageBreakConfiguration :: SectionPageBreakConfiguration Source #

Create a value of SectionPageBreakConfiguration 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:after:SectionPageBreakConfiguration', sectionPageBreakConfiguration_after - The configuration of a page break after a section.

SectionStyle

data SectionStyle Source #

The options that style a section.

See: newSectionStyle smart constructor.

Constructors

SectionStyle' 

Fields

  • height :: Maybe Text

    The height of a section.

    Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

  • padding :: Maybe Spacing

    The spacing between section content and its top, bottom, left, and right edges.

    There is no padding by default.

Instances

Instances details
FromJSON SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

ToJSON SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Generic SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Associated Types

type Rep SectionStyle :: Type -> Type #

Read SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Show SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

NFData SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Methods

rnf :: SectionStyle -> () #

Eq SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

Hashable SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

type Rep SectionStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionStyle

type Rep SectionStyle = D1 ('MetaData "SectionStyle" "Amazonka.QuickSight.Types.SectionStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "height") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "padding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Spacing))))

newSectionStyle :: SectionStyle Source #

Create a value of SectionStyle 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:height:SectionStyle', sectionStyle_height - The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

$sel:padding:SectionStyle', sectionStyle_padding - The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

sectionStyle_height :: Lens' SectionStyle (Maybe Text) Source #

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

sectionStyle_padding :: Lens' SectionStyle (Maybe Spacing) Source #

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

SelectedSheetsFilterScopeConfiguration

data SelectedSheetsFilterScopeConfiguration Source #

The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

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

See: newSelectedSheetsFilterScopeConfiguration smart constructor.

Constructors

SelectedSheetsFilterScopeConfiguration' 

Fields

Instances

Instances details
FromJSON SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

ToJSON SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

Generic SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

Read SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

Show SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

NFData SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

Eq SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

Hashable SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

type Rep SelectedSheetsFilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration

type Rep SelectedSheetsFilterScopeConfiguration = D1 ('MetaData "SelectedSheetsFilterScopeConfiguration" "Amazonka.QuickSight.Types.SelectedSheetsFilterScopeConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SelectedSheetsFilterScopeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sheetVisualScopingConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SheetVisualScopingConfiguration)))))

newSelectedSheetsFilterScopeConfiguration :: SelectedSheetsFilterScopeConfiguration Source #

Create a value of SelectedSheetsFilterScopeConfiguration 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:sheetVisualScopingConfigurations:SelectedSheetsFilterScopeConfiguration', selectedSheetsFilterScopeConfiguration_sheetVisualScopingConfigurations - The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.

SeriesItem

data SeriesItem Source #

The series item configuration of a line chart.

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

See: newSeriesItem smart constructor.

Constructors

SeriesItem' 

Fields

Instances

Instances details
FromJSON SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

ToJSON SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Generic SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Associated Types

type Rep SeriesItem :: Type -> Type #

Show SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

NFData SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Methods

rnf :: SeriesItem -> () #

Eq SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

Hashable SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

type Rep SeriesItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SeriesItem

type Rep SeriesItem = D1 ('MetaData "SeriesItem" "Amazonka.QuickSight.Types.SeriesItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SeriesItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataFieldSeriesItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFieldSeriesItem)) :*: S1 ('MetaSel ('Just "fieldSeriesItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldSeriesItem))))

newSeriesItem :: SeriesItem Source #

Create a value of SeriesItem 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:dataFieldSeriesItem:SeriesItem', seriesItem_dataFieldSeriesItem - The data field series item configuration of a line chart.

$sel:fieldSeriesItem:SeriesItem', seriesItem_fieldSeriesItem - The field series item configuration of a line chart.

seriesItem_dataFieldSeriesItem :: Lens' SeriesItem (Maybe DataFieldSeriesItem) Source #

The data field series item configuration of a line chart.

seriesItem_fieldSeriesItem :: Lens' SeriesItem (Maybe FieldSeriesItem) Source #

The field series item configuration of a line chart.

ServiceNowParameters

data ServiceNowParameters Source #

The parameters for ServiceNow.

See: newServiceNowParameters smart constructor.

Constructors

ServiceNowParameters' 

Fields

Instances

Instances details
FromJSON ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

ToJSON ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Generic ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Associated Types

type Rep ServiceNowParameters :: Type -> Type #

Read ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Show ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

NFData ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Methods

rnf :: ServiceNowParameters -> () #

Eq ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Hashable ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

type Rep ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

type Rep ServiceNowParameters = D1 ('MetaData "ServiceNowParameters" "Amazonka.QuickSight.Types.ServiceNowParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ServiceNowParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "siteBaseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newServiceNowParameters Source #

Create a value of ServiceNowParameters 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:siteBaseUrl:ServiceNowParameters', serviceNowParameters_siteBaseUrl - URL of the base site.

SessionTag

data SessionTag Source #

The key-value pair used for the row-level security tags feature.

See: newSessionTag smart constructor.

Constructors

SessionTag' 

Fields

Instances

Instances details
ToJSON SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Generic SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Associated Types

type Rep SessionTag :: Type -> Type #

Show SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

NFData SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Methods

rnf :: SessionTag -> () #

Eq SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Hashable SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

type Rep SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

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

newSessionTag Source #

Create a value of SessionTag 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:key:SessionTag', sessionTag_key - The key for the tag.

$sel:value:SessionTag', sessionTag_value - The value that you want to assign the tag.

sessionTag_key :: Lens' SessionTag Text Source #

The key for the tag.

sessionTag_value :: Lens' SessionTag Text Source #

The value that you want to assign the tag.

SetParameterValueConfiguration

data SetParameterValueConfiguration Source #

The configuration of adding parameters in action.

See: newSetParameterValueConfiguration smart constructor.

Constructors

SetParameterValueConfiguration' 

Fields

Instances

Instances details
FromJSON SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

ToJSON SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Generic SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Associated Types

type Rep SetParameterValueConfiguration :: Type -> Type #

Show SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

NFData SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Eq SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

Hashable SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

type Rep SetParameterValueConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SetParameterValueConfiguration

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

newSetParameterValueConfiguration Source #

Create a value of SetParameterValueConfiguration 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:destinationParameterName:SetParameterValueConfiguration', setParameterValueConfiguration_destinationParameterName - The destination parameter name of the SetParameterValueConfiguration.

$sel:value:SetParameterValueConfiguration', setParameterValueConfiguration_value - Undocumented member.

setParameterValueConfiguration_destinationParameterName :: Lens' SetParameterValueConfiguration Text Source #

The destination parameter name of the SetParameterValueConfiguration.

ShapeConditionalFormat

data ShapeConditionalFormat Source #

The shape conditional formatting of a filled map visual.

See: newShapeConditionalFormat smart constructor.

Constructors

ShapeConditionalFormat' 

Fields

Instances

Instances details
FromJSON ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

ToJSON ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Generic ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Associated Types

type Rep ShapeConditionalFormat :: Type -> Type #

Show ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

NFData ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Methods

rnf :: ShapeConditionalFormat -> () #

Eq ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Hashable ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

type Rep ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

type Rep ShapeConditionalFormat = D1 ('MetaData "ShapeConditionalFormat" "Amazonka.QuickSight.Types.ShapeConditionalFormat" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ShapeConditionalFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backgroundColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConditionalFormattingColor)))

newShapeConditionalFormat Source #

Create a value of ShapeConditionalFormat 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:backgroundColor:ShapeConditionalFormat', shapeConditionalFormat_backgroundColor - The conditional formatting for the shape background color of a filled map visual.

shapeConditionalFormat_backgroundColor :: Lens' ShapeConditionalFormat ConditionalFormattingColor Source #

The conditional formatting for the shape background color of a filled map visual.

Sheet

data Sheet Source #

A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

See: newSheet smart constructor.

Constructors

Sheet' 

Fields

  • name :: Maybe Text

    The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

  • sheetId :: Maybe Text

    The unique identifier associated with a sheet.

Instances

Instances details
FromJSON Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Generic Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Associated Types

type Rep Sheet :: Type -> Type #

Methods

from :: Sheet -> Rep Sheet x #

to :: Rep Sheet x -> Sheet #

Read Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Show Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

showsPrec :: Int -> Sheet -> ShowS #

show :: Sheet -> String #

showList :: [Sheet] -> ShowS #

NFData Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

rnf :: Sheet -> () #

Eq Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

(==) :: Sheet -> Sheet -> Bool #

(/=) :: Sheet -> Sheet -> Bool #

Hashable Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

hashWithSalt :: Int -> Sheet -> Int #

hash :: Sheet -> Int #

type Rep Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

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

newSheet :: Sheet Source #

Create a value of Sheet 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:name:Sheet', sheet_name - The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

$sel:sheetId:Sheet', sheet_sheetId - The unique identifier associated with a sheet.

sheet_name :: Lens' Sheet (Maybe Text) Source #

The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

sheet_sheetId :: Lens' Sheet (Maybe Text) Source #

The unique identifier associated with a sheet.

SheetControlLayout

data SheetControlLayout Source #

A grid layout to define the placement of sheet control.

See: newSheetControlLayout smart constructor.

Constructors

SheetControlLayout' 

Fields

Instances

Instances details
FromJSON SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

ToJSON SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Generic SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Associated Types

type Rep SheetControlLayout :: Type -> Type #

Read SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Show SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

NFData SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Methods

rnf :: SheetControlLayout -> () #

Eq SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

Hashable SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

type Rep SheetControlLayout Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayout

type Rep SheetControlLayout = D1 ('MetaData "SheetControlLayout" "Amazonka.QuickSight.Types.SheetControlLayout" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetControlLayout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SheetControlLayoutConfiguration)))

newSheetControlLayout Source #

Create a value of SheetControlLayout 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:configuration:SheetControlLayout', sheetControlLayout_configuration - The configuration that determines the elements and canvas size options of sheet control.

sheetControlLayout_configuration :: Lens' SheetControlLayout SheetControlLayoutConfiguration Source #

The configuration that determines the elements and canvas size options of sheet control.

SheetControlLayoutConfiguration

data SheetControlLayoutConfiguration Source #

The configuration that determines the elements and canvas size options of sheet control.

See: newSheetControlLayoutConfiguration smart constructor.

Constructors

SheetControlLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

ToJSON SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

Generic SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

Associated Types

type Rep SheetControlLayoutConfiguration :: Type -> Type #

Read SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

Show SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

NFData SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

Eq SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

Hashable SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

type Rep SheetControlLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlLayoutConfiguration

type Rep SheetControlLayoutConfiguration = D1 ('MetaData "SheetControlLayoutConfiguration" "Amazonka.QuickSight.Types.SheetControlLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetControlLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gridLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GridLayoutConfiguration))))

newSheetControlLayoutConfiguration :: SheetControlLayoutConfiguration Source #

Create a value of SheetControlLayoutConfiguration 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:gridLayout:SheetControlLayoutConfiguration', sheetControlLayoutConfiguration_gridLayout - The configuration that determines the elements and canvas size options of sheet control.

sheetControlLayoutConfiguration_gridLayout :: Lens' SheetControlLayoutConfiguration (Maybe GridLayoutConfiguration) Source #

The configuration that determines the elements and canvas size options of sheet control.

SheetControlsOption

data SheetControlsOption Source #

Sheet controls option.

See: newSheetControlsOption smart constructor.

Constructors

SheetControlsOption' 

Fields

Instances

Instances details
ToJSON SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Generic SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Associated Types

type Rep SheetControlsOption :: Type -> Type #

Read SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Show SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

NFData SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Methods

rnf :: SheetControlsOption -> () #

Eq SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Hashable SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

type Rep SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

type Rep SheetControlsOption = D1 ('MetaData "SheetControlsOption" "Amazonka.QuickSight.Types.SheetControlsOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetControlsOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibilityState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardUIState))))

newSheetControlsOption :: SheetControlsOption Source #

Create a value of SheetControlsOption 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:visibilityState:SheetControlsOption', sheetControlsOption_visibilityState - Visibility state.

SheetDefinition

data SheetDefinition Source #

A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.

See: newSheetDefinition smart constructor.

Constructors

SheetDefinition' 

Fields

Instances

Instances details
FromJSON SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

ToJSON SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

Generic SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

Associated Types

type Rep SheetDefinition :: Type -> Type #

Show SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

NFData SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

Methods

rnf :: SheetDefinition -> () #

Eq SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

Hashable SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

type Rep SheetDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetDefinition

type Rep SheetDefinition = D1 ('MetaData "SheetDefinition" "Amazonka.QuickSight.Types.SheetDefinition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetContentType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filterControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterControl])) :*: (S1 ('MetaSel ('Just "layouts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Layout))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "parameterControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterControl])) :*: (S1 ('MetaSel ('Just "sheetControlLayouts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SheetControlLayout])) :*: S1 ('MetaSel ('Just "textBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SheetTextBox])))) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "visuals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Visual])) :*: S1 ('MetaSel ('Just "sheetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newSheetDefinition Source #

Create a value of SheetDefinition 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:contentType:SheetDefinition', sheetDefinition_contentType - The layout content type of the sheet. Choose one of the following options:

  • PAGINATED: Creates a sheet for a paginated report.
  • INTERACTIVE: Creates a sheet for an interactive dashboard.

$sel:description:SheetDefinition', sheetDefinition_description - A description of the sheet.

$sel:filterControls:SheetDefinition', sheetDefinition_filterControls - The list of filter controls that are on a sheet.

For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide.

$sel:layouts:SheetDefinition', sheetDefinition_layouts - Layouts define how the components of a sheet are arranged.

For more information, see Types of layout in the Amazon QuickSight User Guide.

$sel:name:SheetDefinition', sheetDefinition_name - The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

$sel:parameterControls:SheetDefinition', sheetDefinition_parameterControls - The list of parameter controls that are on a sheet.

For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide.

$sel:sheetControlLayouts:SheetDefinition', sheetDefinition_sheetControlLayouts - The control layouts of the sheet.

$sel:textBoxes:SheetDefinition', sheetDefinition_textBoxes - The text boxes that are on a sheet.

$sel:title:SheetDefinition', sheetDefinition_title - The title of the sheet.

$sel:visuals:SheetDefinition', sheetDefinition_visuals - A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.

$sel:sheetId:SheetDefinition', sheetDefinition_sheetId - The unique identifier of a sheet.

sheetDefinition_contentType :: Lens' SheetDefinition (Maybe SheetContentType) Source #

The layout content type of the sheet. Choose one of the following options:

  • PAGINATED: Creates a sheet for a paginated report.
  • INTERACTIVE: Creates a sheet for an interactive dashboard.

sheetDefinition_filterControls :: Lens' SheetDefinition (Maybe [FilterControl]) Source #

The list of filter controls that are on a sheet.

For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide.

sheetDefinition_layouts :: Lens' SheetDefinition (Maybe (NonEmpty Layout)) Source #

Layouts define how the components of a sheet are arranged.

For more information, see Types of layout in the Amazon QuickSight User Guide.

sheetDefinition_name :: Lens' SheetDefinition (Maybe Text) Source #

The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

sheetDefinition_parameterControls :: Lens' SheetDefinition (Maybe [ParameterControl]) Source #

The list of parameter controls that are on a sheet.

For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide.

sheetDefinition_textBoxes :: Lens' SheetDefinition (Maybe [SheetTextBox]) Source #

The text boxes that are on a sheet.

sheetDefinition_visuals :: Lens' SheetDefinition (Maybe [Visual]) Source #

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.

sheetDefinition_sheetId :: Lens' SheetDefinition Text Source #

The unique identifier of a sheet.

SheetElementConfigurationOverrides

data SheetElementConfigurationOverrides Source #

The override configuration of the rendering rules of a sheet.

See: newSheetElementConfigurationOverrides smart constructor.

Constructors

SheetElementConfigurationOverrides' 

Fields

  • visibility :: Maybe Visibility

    Determines whether or not the overrides are visible. Choose one of the following options:

    • VISIBLE
    • HIDDEN

Instances

Instances details
FromJSON SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

ToJSON SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

Generic SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

Associated Types

type Rep SheetElementConfigurationOverrides :: Type -> Type #

Read SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

Show SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

NFData SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

Eq SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

Hashable SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

type Rep SheetElementConfigurationOverrides Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementConfigurationOverrides

type Rep SheetElementConfigurationOverrides = D1 ('MetaData "SheetElementConfigurationOverrides" "Amazonka.QuickSight.Types.SheetElementConfigurationOverrides" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetElementConfigurationOverrides'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newSheetElementConfigurationOverrides :: SheetElementConfigurationOverrides Source #

Create a value of SheetElementConfigurationOverrides 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:visibility:SheetElementConfigurationOverrides', sheetElementConfigurationOverrides_visibility - Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

sheetElementConfigurationOverrides_visibility :: Lens' SheetElementConfigurationOverrides (Maybe Visibility) Source #

Determines whether or not the overrides are visible. Choose one of the following options:

  • VISIBLE
  • HIDDEN

SheetElementRenderingRule

data SheetElementRenderingRule Source #

The rendering rules of a sheet that uses a free-form layout.

See: newSheetElementRenderingRule smart constructor.

Constructors

SheetElementRenderingRule' 

Fields

Instances

Instances details
FromJSON SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

ToJSON SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

Generic SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

Associated Types

type Rep SheetElementRenderingRule :: Type -> Type #

Show SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

NFData SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

Eq SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

Hashable SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

type Rep SheetElementRenderingRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetElementRenderingRule

type Rep SheetElementRenderingRule = D1 ('MetaData "SheetElementRenderingRule" "Amazonka.QuickSight.Types.SheetElementRenderingRule" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetElementRenderingRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "configurationOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SheetElementConfigurationOverrides)))

newSheetElementRenderingRule Source #

Create a value of SheetElementRenderingRule 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:expression:SheetElementRenderingRule', sheetElementRenderingRule_expression - The expression of the rendering rules of a sheet.

$sel:configurationOverrides:SheetElementRenderingRule', sheetElementRenderingRule_configurationOverrides - The override configuration of the rendering rules of a sheet.

sheetElementRenderingRule_expression :: Lens' SheetElementRenderingRule Text Source #

The expression of the rendering rules of a sheet.

SheetStyle

data SheetStyle Source #

The theme display options for sheets.

See: newSheetStyle smart constructor.

Constructors

SheetStyle' 

Fields

Instances

Instances details
FromJSON SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

ToJSON SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Generic SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Associated Types

type Rep SheetStyle :: Type -> Type #

Read SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Show SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

NFData SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Methods

rnf :: SheetStyle -> () #

Eq SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Hashable SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

type Rep SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

type Rep SheetStyle = D1 ('MetaData "SheetStyle" "Amazonka.QuickSight.Types.SheetStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TileStyle)) :*: S1 ('MetaSel ('Just "tileLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TileLayoutStyle))))

newSheetStyle :: SheetStyle Source #

Create a value of SheetStyle 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:tile:SheetStyle', sheetStyle_tile - The display options for tiles.

$sel:tileLayout:SheetStyle', sheetStyle_tileLayout - The layout options for tiles.

sheetStyle_tile :: Lens' SheetStyle (Maybe TileStyle) Source #

The display options for tiles.

SheetTextBox

data SheetTextBox Source #

A text box.

See: newSheetTextBox smart constructor.

Constructors

SheetTextBox' 

Fields

  • content :: Maybe Text

    The content that is displayed in the text box.

  • sheetTextBoxId :: Text

    The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Instances

Instances details
FromJSON SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

ToJSON SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Generic SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Associated Types

type Rep SheetTextBox :: Type -> Type #

Read SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Show SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

NFData SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Methods

rnf :: SheetTextBox -> () #

Eq SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

Hashable SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

type Rep SheetTextBox Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetTextBox

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

newSheetTextBox Source #

Create a value of SheetTextBox 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:content:SheetTextBox', sheetTextBox_content - The content that is displayed in the text box.

$sel:sheetTextBoxId:SheetTextBox', sheetTextBox_sheetTextBoxId - The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

sheetTextBox_content :: Lens' SheetTextBox (Maybe Text) Source #

The content that is displayed in the text box.

sheetTextBox_sheetTextBoxId :: Lens' SheetTextBox Text Source #

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

SheetVisualScopingConfiguration

data SheetVisualScopingConfiguration Source #

The filter that is applied to the options.

See: newSheetVisualScopingConfiguration smart constructor.

Constructors

SheetVisualScopingConfiguration' 

Fields

  • visualIds :: Maybe [Text]

    The selected visuals that the filter is applied to.

  • sheetId :: Text

    The selected sheet that the filter is applied to.

  • scope :: FilterVisualScope

    The scope of the applied entities. Choose one of the following options:

    • ALL_VISUALS
    • SELECTED_VISUALS

Instances

Instances details
FromJSON SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

ToJSON SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

Generic SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

Associated Types

type Rep SheetVisualScopingConfiguration :: Type -> Type #

Read SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

Show SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

NFData SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

Eq SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

Hashable SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

type Rep SheetVisualScopingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetVisualScopingConfiguration

type Rep SheetVisualScopingConfiguration = D1 ('MetaData "SheetVisualScopingConfiguration" "Amazonka.QuickSight.Types.SheetVisualScopingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SheetVisualScopingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visualIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "sheetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterVisualScope))))

newSheetVisualScopingConfiguration Source #

Create a value of SheetVisualScopingConfiguration 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:visualIds:SheetVisualScopingConfiguration', sheetVisualScopingConfiguration_visualIds - The selected visuals that the filter is applied to.

$sel:sheetId:SheetVisualScopingConfiguration', sheetVisualScopingConfiguration_sheetId - The selected sheet that the filter is applied to.

$sel:scope:SheetVisualScopingConfiguration', sheetVisualScopingConfiguration_scope - The scope of the applied entities. Choose one of the following options:

  • ALL_VISUALS
  • SELECTED_VISUALS

sheetVisualScopingConfiguration_visualIds :: Lens' SheetVisualScopingConfiguration (Maybe [Text]) Source #

The selected visuals that the filter is applied to.

sheetVisualScopingConfiguration_scope :: Lens' SheetVisualScopingConfiguration FilterVisualScope Source #

The scope of the applied entities. Choose one of the following options:

  • ALL_VISUALS
  • SELECTED_VISUALS

ShortFormatText

data ShortFormatText Source #

The text format for the title.

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

See: newShortFormatText smart constructor.

Constructors

ShortFormatText' 

Fields

Instances

Instances details
FromJSON ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

ToJSON ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Generic ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Associated Types

type Rep ShortFormatText :: Type -> Type #

Read ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Show ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

NFData ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Methods

rnf :: ShortFormatText -> () #

Eq ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

Hashable ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

type Rep ShortFormatText Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShortFormatText

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

newShortFormatText :: ShortFormatText Source #

Create a value of ShortFormatText 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:plainText:ShortFormatText', shortFormatText_plainText - Plain text format.

$sel:richText:ShortFormatText', shortFormatText_richText - Rich text. Examples of rich text include bold, underline, and italics.

shortFormatText_richText :: Lens' ShortFormatText (Maybe Text) Source #

Rich text. Examples of rich text include bold, underline, and italics.

SignupResponse

data SignupResponse Source #

A SignupResponse object that contains a summary of a newly created account.

See: newSignupResponse smart constructor.

Constructors

SignupResponse' 

Fields

  • iAMUser :: Maybe Bool

    A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.

  • accountName :: Maybe Text

    The name of your Amazon QuickSight account.

  • directoryType :: Maybe Text

    The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

  • userLoginName :: Maybe Text

    The user login name for your Amazon QuickSight account.

Instances

Instances details
FromJSON SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

Generic SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

Associated Types

type Rep SignupResponse :: Type -> Type #

Read SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

Show SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

NFData SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

Methods

rnf :: SignupResponse -> () #

Eq SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

Hashable SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

type Rep SignupResponse Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SignupResponse

type Rep SignupResponse = D1 ('MetaData "SignupResponse" "Amazonka.QuickSight.Types.SignupResponse" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SignupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "iAMUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "directoryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userLoginName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSignupResponse :: SignupResponse Source #

Create a value of SignupResponse 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:iAMUser:SignupResponse', signupResponse_iAMUser - A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.

$sel:accountName:SignupResponse', signupResponse_accountName - The name of your Amazon QuickSight account.

$sel:directoryType:SignupResponse', signupResponse_directoryType - The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

$sel:userLoginName:SignupResponse', signupResponse_userLoginName - The user login name for your Amazon QuickSight account.

signupResponse_iAMUser :: Lens' SignupResponse (Maybe Bool) Source #

A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.

signupResponse_accountName :: Lens' SignupResponse (Maybe Text) Source #

The name of your Amazon QuickSight account.

signupResponse_directoryType :: Lens' SignupResponse (Maybe Text) Source #

The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

signupResponse_userLoginName :: Lens' SignupResponse (Maybe Text) Source #

The user login name for your Amazon QuickSight account.

SimpleClusterMarker

data SimpleClusterMarker Source #

The simple cluster marker of the cluster marker.

See: newSimpleClusterMarker smart constructor.

Constructors

SimpleClusterMarker' 

Fields

Instances

Instances details
FromJSON SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

ToJSON SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Generic SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Associated Types

type Rep SimpleClusterMarker :: Type -> Type #

Read SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Show SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

NFData SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Methods

rnf :: SimpleClusterMarker -> () #

Eq SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

Hashable SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

type Rep SimpleClusterMarker Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SimpleClusterMarker

type Rep SimpleClusterMarker = D1 ('MetaData "SimpleClusterMarker" "Amazonka.QuickSight.Types.SimpleClusterMarker" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SimpleClusterMarker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSimpleClusterMarker :: SimpleClusterMarker Source #

Create a value of SimpleClusterMarker 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:color:SimpleClusterMarker', simpleClusterMarker_color - The color of the simple cluster marker.

simpleClusterMarker_color :: Lens' SimpleClusterMarker (Maybe Text) Source #

The color of the simple cluster marker.

SliderControlDisplayOptions

data SliderControlDisplayOptions Source #

The display options of a control.

See: newSliderControlDisplayOptions smart constructor.

Constructors

SliderControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

ToJSON SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

Generic SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

Associated Types

type Rep SliderControlDisplayOptions :: Type -> Type #

Read SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

Show SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

NFData SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

Eq SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

Hashable SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

type Rep SliderControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SliderControlDisplayOptions

type Rep SliderControlDisplayOptions = D1 ('MetaData "SliderControlDisplayOptions" "Amazonka.QuickSight.Types.SliderControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SliderControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newSliderControlDisplayOptions :: SliderControlDisplayOptions Source #

Create a value of SliderControlDisplayOptions 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:titleOptions:SliderControlDisplayOptions', sliderControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

sliderControlDisplayOptions_titleOptions :: Lens' SliderControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

SmallMultiplesOptions

data SmallMultiplesOptions Source #

Options that determine the layout and display options of a chart's small multiples.

See: newSmallMultiplesOptions smart constructor.

Constructors

SmallMultiplesOptions' 

Fields

  • maxVisibleColumns :: Maybe Natural

    Sets the maximum number of visible columns to display in the grid of small multiples panels.

    The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

  • maxVisibleRows :: Maybe Natural

    Sets the maximum number of visible rows to display in the grid of small multiples panels.

    The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

  • panelConfiguration :: Maybe PanelConfiguration

    Configures the display options for each small multiples panel.

Instances

Instances details
FromJSON SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

ToJSON SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Generic SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Associated Types

type Rep SmallMultiplesOptions :: Type -> Type #

Read SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Show SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

NFData SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Methods

rnf :: SmallMultiplesOptions -> () #

Eq SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

Hashable SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

type Rep SmallMultiplesOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SmallMultiplesOptions

type Rep SmallMultiplesOptions = D1 ('MetaData "SmallMultiplesOptions" "Amazonka.QuickSight.Types.SmallMultiplesOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SmallMultiplesOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxVisibleColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maxVisibleRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "panelConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PanelConfiguration)))))

newSmallMultiplesOptions :: SmallMultiplesOptions Source #

Create a value of SmallMultiplesOptions 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:maxVisibleColumns:SmallMultiplesOptions', smallMultiplesOptions_maxVisibleColumns - Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

$sel:maxVisibleRows:SmallMultiplesOptions', smallMultiplesOptions_maxVisibleRows - Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

$sel:panelConfiguration:SmallMultiplesOptions', smallMultiplesOptions_panelConfiguration - Configures the display options for each small multiples panel.

smallMultiplesOptions_maxVisibleColumns :: Lens' SmallMultiplesOptions (Maybe Natural) Source #

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

smallMultiplesOptions_maxVisibleRows :: Lens' SmallMultiplesOptions (Maybe Natural) Source #

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

smallMultiplesOptions_panelConfiguration :: Lens' SmallMultiplesOptions (Maybe PanelConfiguration) Source #

Configures the display options for each small multiples panel.

SnowflakeParameters

data SnowflakeParameters Source #

The parameters for Snowflake.

See: newSnowflakeParameters smart constructor.

Constructors

SnowflakeParameters' 

Fields

Instances

Instances details
FromJSON SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

ToJSON SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Generic SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Associated Types

type Rep SnowflakeParameters :: Type -> Type #

Read SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Show SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

NFData SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Methods

rnf :: SnowflakeParameters -> () #

Eq SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Hashable SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

type Rep SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

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

newSnowflakeParameters Source #

Create a value of SnowflakeParameters 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:host:SnowflakeParameters', snowflakeParameters_host - Host.

$sel:database:SnowflakeParameters', snowflakeParameters_database - Database.

$sel:warehouse:SnowflakeParameters', snowflakeParameters_warehouse - Warehouse.

Spacing

data Spacing Source #

The configuration of spacing (often a margin or padding).

See: newSpacing smart constructor.

Constructors

Spacing' 

Fields

Instances

Instances details
FromJSON Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

ToJSON Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Generic Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Associated Types

type Rep Spacing :: Type -> Type #

Methods

from :: Spacing -> Rep Spacing x #

to :: Rep Spacing x -> Spacing #

Read Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Show Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

NFData Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Methods

rnf :: Spacing -> () #

Eq Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Methods

(==) :: Spacing -> Spacing -> Bool #

(/=) :: Spacing -> Spacing -> Bool #

Hashable Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

Methods

hashWithSalt :: Int -> Spacing -> Int #

hash :: Spacing -> Int #

type Rep Spacing Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Spacing

type Rep Spacing = D1 ('MetaData "Spacing" "Amazonka.QuickSight.Types.Spacing" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Spacing'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSpacing :: Spacing Source #

Create a value of Spacing 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:bottom:Spacing', spacing_bottom - Define the bottom spacing.

$sel:left:Spacing', spacing_left - Define the left spacing.

$sel:right:Spacing', spacing_right - Define the right spacing.

$sel:top:Spacing', spacing_top - Define the top spacing.

spacing_bottom :: Lens' Spacing (Maybe Text) Source #

Define the bottom spacing.

spacing_left :: Lens' Spacing (Maybe Text) Source #

Define the left spacing.

spacing_right :: Lens' Spacing (Maybe Text) Source #

Define the right spacing.

spacing_top :: Lens' Spacing (Maybe Text) Source #

Define the top spacing.

SparkParameters

data SparkParameters Source #

The parameters for Spark.

See: newSparkParameters smart constructor.

Constructors

SparkParameters' 

Fields

Instances

Instances details
FromJSON SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

ToJSON SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Generic SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Associated Types

type Rep SparkParameters :: Type -> Type #

Read SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Show SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

NFData SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Methods

rnf :: SparkParameters -> () #

Eq SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Hashable SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

type Rep SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

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

newSparkParameters Source #

Create a value of SparkParameters 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:host:SparkParameters', sparkParameters_host - Host.

$sel:port:SparkParameters', sparkParameters_port - Port.

SqlServerParameters

data SqlServerParameters Source #

The parameters for SQL Server.

See: newSqlServerParameters smart constructor.

Constructors

SqlServerParameters' 

Fields

Instances

Instances details
FromJSON SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

ToJSON SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Generic SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Associated Types

type Rep SqlServerParameters :: Type -> Type #

Read SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Show SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

NFData SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Methods

rnf :: SqlServerParameters -> () #

Eq SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Hashable SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

type Rep SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

type Rep SqlServerParameters = D1 ('MetaData "SqlServerParameters" "Amazonka.QuickSight.Types.SqlServerParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SqlServerParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSqlServerParameters Source #

Create a value of SqlServerParameters 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:host:SqlServerParameters', sqlServerParameters_host - Host.

$sel:port:SqlServerParameters', sqlServerParameters_port - Port.

$sel:database:SqlServerParameters', sqlServerParameters_database - Database.

SslProperties

data SslProperties Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

See: newSslProperties smart constructor.

Constructors

SslProperties' 

Fields

Instances

Instances details
FromJSON SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

ToJSON SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Generic SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Associated Types

type Rep SslProperties :: Type -> Type #

Read SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Show SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

NFData SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Methods

rnf :: SslProperties -> () #

Eq SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Hashable SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

type Rep SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

type Rep SslProperties = D1 ('MetaData "SslProperties" "Amazonka.QuickSight.Types.SslProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SslProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableSsl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSslProperties :: SslProperties Source #

Create a value of SslProperties 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:disableSsl:SslProperties', sslProperties_disableSsl - A Boolean option to control whether SSL should be disabled.

sslProperties_disableSsl :: Lens' SslProperties (Maybe Bool) Source #

A Boolean option to control whether SSL should be disabled.

StringDefaultValues

data StringDefaultValues Source #

The default values of the StringParameterDeclaration.

See: newStringDefaultValues smart constructor.

Constructors

StringDefaultValues' 

Fields

Instances

Instances details
FromJSON StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

ToJSON StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

Generic StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

Associated Types

type Rep StringDefaultValues :: Type -> Type #

Show StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

NFData StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

Methods

rnf :: StringDefaultValues -> () #

Eq StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

Hashable StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

type Rep StringDefaultValues Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringDefaultValues

type Rep StringDefaultValues = D1 ('MetaData "StringDefaultValues" "Amazonka.QuickSight.Types.StringDefaultValues" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringDefaultValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dynamicValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicDefaultValue)) :*: S1 ('MetaSel ('Just "staticValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text]))))

newStringDefaultValues :: StringDefaultValues Source #

Create a value of StringDefaultValues 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:dynamicValue:StringDefaultValues', stringDefaultValues_dynamicValue - The dynamic value of the StringDefaultValues. Different defaults displayed according to users, groups, and values mapping.

$sel:staticValues:StringDefaultValues', stringDefaultValues_staticValues - The static values of the DecimalDefaultValues.

stringDefaultValues_dynamicValue :: Lens' StringDefaultValues (Maybe DynamicDefaultValue) Source #

The dynamic value of the StringDefaultValues. Different defaults displayed according to users, groups, and values mapping.

stringDefaultValues_staticValues :: Lens' StringDefaultValues (Maybe [Text]) Source #

The static values of the DecimalDefaultValues.

StringFormatConfiguration

data StringFormatConfiguration Source #

Formatting configuration for string fields.

See: newStringFormatConfiguration smart constructor.

Constructors

StringFormatConfiguration' 

Fields

Instances

Instances details
FromJSON StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

ToJSON StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Generic StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Associated Types

type Rep StringFormatConfiguration :: Type -> Type #

Show StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

NFData StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Eq StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

Hashable StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

type Rep StringFormatConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringFormatConfiguration

type Rep StringFormatConfiguration = D1 ('MetaData "StringFormatConfiguration" "Amazonka.QuickSight.Types.StringFormatConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nullValueFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NullValueFormatConfiguration)) :*: S1 ('MetaSel ('Just "numericFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericFormatConfiguration))))

newStringFormatConfiguration :: StringFormatConfiguration Source #

Create a value of StringFormatConfiguration 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:nullValueFormatConfiguration:StringFormatConfiguration', stringFormatConfiguration_nullValueFormatConfiguration - The options that determine the null value format configuration.

$sel:numericFormatConfiguration:StringFormatConfiguration', stringFormatConfiguration_numericFormatConfiguration - The formatting configuration for numeric strings.

StringParameter

data StringParameter Source #

A string parameter.

See: newStringParameter smart constructor.

Constructors

StringParameter' 

Fields

Instances

Instances details
ToJSON StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Generic StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Associated Types

type Rep StringParameter :: Type -> Type #

Show StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

NFData StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Methods

rnf :: StringParameter -> () #

Eq StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Hashable StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

type Rep StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

type Rep StringParameter = D1 ('MetaData "StringParameter" "Amazonka.QuickSight.Types.StringParameter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

newStringParameter Source #

Create a value of StringParameter 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:name:StringParameter', stringParameter_name - A display name for a string parameter.

$sel:values:StringParameter', stringParameter_values - The values of a string parameter.

stringParameter_name :: Lens' StringParameter Text Source #

A display name for a string parameter.

stringParameter_values :: Lens' StringParameter [Text] Source #

The values of a string parameter.

StringParameterDeclaration

data StringParameterDeclaration Source #

A parameter declaration for the String data type.

See: newStringParameterDeclaration smart constructor.

Constructors

StringParameterDeclaration' 

Fields

Instances

Instances details
FromJSON StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

ToJSON StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

Generic StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

Associated Types

type Rep StringParameterDeclaration :: Type -> Type #

Show StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

NFData StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

Eq StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

Hashable StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

type Rep StringParameterDeclaration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameterDeclaration

type Rep StringParameterDeclaration = D1 ('MetaData "StringParameterDeclaration" "Amazonka.QuickSight.Types.StringParameterDeclaration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringDefaultValues)) :*: S1 ('MetaSel ('Just "valueWhenUnset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringValueWhenUnsetConfiguration))) :*: (S1 ('MetaSel ('Just "parameterValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterValueType) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStringParameterDeclaration Source #

Create a value of StringParameterDeclaration 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:defaultValues:StringParameterDeclaration', stringParameterDeclaration_defaultValues - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

$sel:valueWhenUnset:StringParameterDeclaration', stringParameterDeclaration_valueWhenUnset - The configuration that defines the default value of a String parameter when a value has not been set.

$sel:parameterValueType:StringParameterDeclaration', stringParameterDeclaration_parameterValueType - The value type determines whether the parameter is a single-value or multi-value parameter.

$sel:name:StringParameterDeclaration', stringParameterDeclaration_name - The name of the parameter that is being declared.

stringParameterDeclaration_defaultValues :: Lens' StringParameterDeclaration (Maybe StringDefaultValues) Source #

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

stringParameterDeclaration_valueWhenUnset :: Lens' StringParameterDeclaration (Maybe StringValueWhenUnsetConfiguration) Source #

The configuration that defines the default value of a String parameter when a value has not been set.

stringParameterDeclaration_parameterValueType :: Lens' StringParameterDeclaration ParameterValueType Source #

The value type determines whether the parameter is a single-value or multi-value parameter.

stringParameterDeclaration_name :: Lens' StringParameterDeclaration Text Source #

The name of the parameter that is being declared.

StringValueWhenUnsetConfiguration

data StringValueWhenUnsetConfiguration Source #

The configuration that defines the default value of a String parameter when a value has not been set.

See: newStringValueWhenUnsetConfiguration smart constructor.

Constructors

StringValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

ToJSON StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Generic StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Associated Types

type Rep StringValueWhenUnsetConfiguration :: Type -> Type #

Show StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

NFData StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Eq StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

Hashable StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

type Rep StringValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration

type Rep StringValueWhenUnsetConfiguration = D1 ('MetaData "StringValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.StringValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "StringValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newStringValueWhenUnsetConfiguration :: StringValueWhenUnsetConfiguration Source #

Create a value of StringValueWhenUnsetConfiguration 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:customValue:StringValueWhenUnsetConfiguration', stringValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:StringValueWhenUnsetConfiguration', stringValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

stringValueWhenUnsetConfiguration_customValue :: Lens' StringValueWhenUnsetConfiguration (Maybe Text) Source #

A custom value that's used when the value of a parameter isn't set.

stringValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' StringValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

SubtotalOptions

data SubtotalOptions Source #

The subtotal options.

See: newSubtotalOptions smart constructor.

Constructors

SubtotalOptions' 

Fields

Instances

Instances details
FromJSON SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

ToJSON SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Generic SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Associated Types

type Rep SubtotalOptions :: Type -> Type #

Read SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Show SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

NFData SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Methods

rnf :: SubtotalOptions -> () #

Eq SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Hashable SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

type Rep SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

newSubtotalOptions :: SubtotalOptions Source #

Create a value of SubtotalOptions 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:customLabel:SubtotalOptions', subtotalOptions_customLabel - The custom label string for the subtotal cells.

$sel:fieldLevel:SubtotalOptions', subtotalOptions_fieldLevel - The field level (all, custom, last) for the subtotal cells.

$sel:fieldLevelOptions:SubtotalOptions', subtotalOptions_fieldLevelOptions - The optional configuration of subtotal cells.

$sel:metricHeaderCellStyle:SubtotalOptions', subtotalOptions_metricHeaderCellStyle - The cell styling options for the subtotals of header cells.

$sel:totalCellStyle:SubtotalOptions', subtotalOptions_totalCellStyle - The cell styling options for the subtotal cells.

$sel:totalsVisibility:SubtotalOptions', subtotalOptions_totalsVisibility - The visibility configuration for the subtotal cells.

$sel:valueCellStyle:SubtotalOptions', subtotalOptions_valueCellStyle - The cell styling options for the subtotals of value cells.

subtotalOptions_customLabel :: Lens' SubtotalOptions (Maybe Text) Source #

The custom label string for the subtotal cells.

subtotalOptions_fieldLevel :: Lens' SubtotalOptions (Maybe PivotTableSubtotalLevel) Source #

The field level (all, custom, last) for the subtotal cells.

subtotalOptions_metricHeaderCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the subtotals of header cells.

subtotalOptions_totalCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the subtotal cells.

subtotalOptions_totalsVisibility :: Lens' SubtotalOptions (Maybe Visibility) Source #

The visibility configuration for the subtotal cells.

subtotalOptions_valueCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #

The cell styling options for the subtotals of value cells.

TableAggregatedFieldWells

data TableAggregatedFieldWells Source #

The aggregated field well for the table.

See: newTableAggregatedFieldWells smart constructor.

Constructors

TableAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

ToJSON TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

Generic TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

Associated Types

type Rep TableAggregatedFieldWells :: Type -> Type #

Show TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

NFData TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

Eq TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

Hashable TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

type Rep TableAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableAggregatedFieldWells

type Rep TableAggregatedFieldWells = D1 ('MetaData "TableAggregatedFieldWells" "Amazonka.QuickSight.Types.TableAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newTableAggregatedFieldWells :: TableAggregatedFieldWells Source #

Create a value of TableAggregatedFieldWells 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:groupBy:TableAggregatedFieldWells', tableAggregatedFieldWells_groupBy - The group by field well for a pivot table. Values are grouped by group by fields.

$sel:values:TableAggregatedFieldWells', tableAggregatedFieldWells_values - The values field well for a pivot table. Values are aggregated based on group by fields.

tableAggregatedFieldWells_groupBy :: Lens' TableAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well for a pivot table. Values are grouped by group by fields.

tableAggregatedFieldWells_values :: Lens' TableAggregatedFieldWells (Maybe [MeasureField]) Source #

The values field well for a pivot table. Values are aggregated based on group by fields.

TableBorderOptions

data TableBorderOptions Source #

The border options for a table border.

See: newTableBorderOptions smart constructor.

Constructors

TableBorderOptions' 

Fields

Instances

Instances details
FromJSON TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

ToJSON TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Generic TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Associated Types

type Rep TableBorderOptions :: Type -> Type #

Read TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Show TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

NFData TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Methods

rnf :: TableBorderOptions -> () #

Eq TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

Hashable TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

type Rep TableBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableBorderOptions

type Rep TableBorderOptions = D1 ('MetaData "TableBorderOptions" "Amazonka.QuickSight.Types.TableBorderOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableBorderOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "style") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableBorderStyle)) :*: S1 ('MetaSel ('Just "thickness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newTableBorderOptions :: TableBorderOptions Source #

Create a value of TableBorderOptions 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:color:TableBorderOptions', tableBorderOptions_color - The color of a table border.

$sel:style:TableBorderOptions', tableBorderOptions_style - The style (none, solid) of a table border.

$sel:thickness:TableBorderOptions', tableBorderOptions_thickness - The thickness of a table border.

tableBorderOptions_style :: Lens' TableBorderOptions (Maybe TableBorderStyle) Source #

The style (none, solid) of a table border.

TableCellConditionalFormatting

data TableCellConditionalFormatting Source #

The cell conditional formatting option for a table.

See: newTableCellConditionalFormatting smart constructor.

Constructors

TableCellConditionalFormatting' 

Fields

Instances

Instances details
FromJSON TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

ToJSON TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Generic TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Associated Types

type Rep TableCellConditionalFormatting :: Type -> Type #

Show TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

NFData TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Eq TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Hashable TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

type Rep TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

type Rep TableCellConditionalFormatting = D1 ('MetaData "TableCellConditionalFormatting" "Amazonka.QuickSight.Types.TableCellConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableCellConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "textFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextConditionalFormat)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTableCellConditionalFormatting Source #

Create a value of TableCellConditionalFormatting 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:textFormat:TableCellConditionalFormatting', tableCellConditionalFormatting_textFormat - The text format of the cell for conditional formatting.

$sel:fieldId:TableCellConditionalFormatting', tableCellConditionalFormatting_fieldId - The field ID of the cell for conditional formatting.

tableCellConditionalFormatting_fieldId :: Lens' TableCellConditionalFormatting Text Source #

The field ID of the cell for conditional formatting.

TableCellImageSizingConfiguration

data TableCellImageSizingConfiguration Source #

The sizing options for the table image configuration.

See: newTableCellImageSizingConfiguration smart constructor.

Constructors

TableCellImageSizingConfiguration' 

Fields

Instances

Instances details
FromJSON TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

ToJSON TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Generic TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Associated Types

type Rep TableCellImageSizingConfiguration :: Type -> Type #

Read TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Show TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

NFData TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Eq TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

Hashable TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

type Rep TableCellImageSizingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellImageSizingConfiguration

type Rep TableCellImageSizingConfiguration = D1 ('MetaData "TableCellImageSizingConfiguration" "Amazonka.QuickSight.Types.TableCellImageSizingConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableCellImageSizingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableCellImageScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellImageScalingConfiguration))))

newTableCellImageSizingConfiguration :: TableCellImageSizingConfiguration Source #

Create a value of TableCellImageSizingConfiguration 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:tableCellImageScalingConfiguration:TableCellImageSizingConfiguration', tableCellImageSizingConfiguration_tableCellImageScalingConfiguration - The cell scaling configuration of the sizing options for the table image configuration.

TableCellStyle

data TableCellStyle Source #

The table cell style for a cell in pivot table or table visual.

See: newTableCellStyle smart constructor.

Constructors

TableCellStyle' 

Fields

Instances

Instances details
FromJSON TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

ToJSON TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Generic TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Associated Types

type Rep TableCellStyle :: Type -> Type #

Read TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Show TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

NFData TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Methods

rnf :: TableCellStyle -> () #

Eq TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

Hashable TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

type Rep TableCellStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellStyle

newTableCellStyle :: TableCellStyle Source #

Create a value of TableCellStyle 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:backgroundColor:TableCellStyle', tableCellStyle_backgroundColor - The background color for the table cells.

$sel:border:TableCellStyle', tableCellStyle_border - The borders for the table cells.

$sel:fontConfiguration:TableCellStyle', tableCellStyle_fontConfiguration - The font configuration of the table cells.

$sel:height:TableCellStyle', tableCellStyle_height - The height color for the table cells.

$sel:horizontalTextAlignment:TableCellStyle', tableCellStyle_horizontalTextAlignment - The horizontal text alignment (left, center, right, auto) for the table cells.

$sel:textWrap:TableCellStyle', tableCellStyle_textWrap - The text wrap (none, wrap) for the table cells.

$sel:verticalTextAlignment:TableCellStyle', tableCellStyle_verticalTextAlignment - The vertical text alignment (top, middle, bottom) for the table cells.

$sel:visibility:TableCellStyle', tableCellStyle_visibility - The visibility of the table cells.

tableCellStyle_backgroundColor :: Lens' TableCellStyle (Maybe Text) Source #

The background color for the table cells.

tableCellStyle_height :: Lens' TableCellStyle (Maybe Natural) Source #

The height color for the table cells.

tableCellStyle_horizontalTextAlignment :: Lens' TableCellStyle (Maybe HorizontalTextAlignment) Source #

The horizontal text alignment (left, center, right, auto) for the table cells.

tableCellStyle_textWrap :: Lens' TableCellStyle (Maybe TextWrap) Source #

The text wrap (none, wrap) for the table cells.

tableCellStyle_verticalTextAlignment :: Lens' TableCellStyle (Maybe VerticalTextAlignment) Source #

The vertical text alignment (top, middle, bottom) for the table cells.

tableCellStyle_visibility :: Lens' TableCellStyle (Maybe Visibility) Source #

The visibility of the table cells.

TableConditionalFormatting

data TableConditionalFormatting Source #

The conditional formatting for a PivotTableVisual.

See: newTableConditionalFormatting smart constructor.

Constructors

TableConditionalFormatting' 

Fields

Instances

Instances details
FromJSON TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

ToJSON TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

Generic TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

Associated Types

type Rep TableConditionalFormatting :: Type -> Type #

Show TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

NFData TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

Eq TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

Hashable TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

type Rep TableConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormatting

type Rep TableConditionalFormatting = D1 ('MetaData "TableConditionalFormatting" "Amazonka.QuickSight.Types.TableConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionalFormattingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TableConditionalFormattingOption]))))

newTableConditionalFormatting :: TableConditionalFormatting Source #

Create a value of TableConditionalFormatting 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:conditionalFormattingOptions:TableConditionalFormatting', tableConditionalFormatting_conditionalFormattingOptions - Conditional formatting options for a PivotTableVisual.

TableConditionalFormattingOption

data TableConditionalFormattingOption Source #

Conditional formatting options for a PivotTableVisual.

See: newTableConditionalFormattingOption smart constructor.

Constructors

TableConditionalFormattingOption' 

Fields

Instances

Instances details
FromJSON TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

ToJSON TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

Generic TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

Associated Types

type Rep TableConditionalFormattingOption :: Type -> Type #

Show TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

NFData TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

Eq TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

Hashable TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

type Rep TableConditionalFormattingOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConditionalFormattingOption

type Rep TableConditionalFormattingOption = D1 ('MetaData "TableConditionalFormattingOption" "Amazonka.QuickSight.Types.TableConditionalFormattingOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableConditionalFormattingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cell") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellConditionalFormatting)) :*: S1 ('MetaSel ('Just "row") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableRowConditionalFormatting))))

newTableConditionalFormattingOption :: TableConditionalFormattingOption Source #

Create a value of TableConditionalFormattingOption 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:cell:TableConditionalFormattingOption', tableConditionalFormattingOption_cell - The cell conditional formatting option for a table.

$sel:row:TableConditionalFormattingOption', tableConditionalFormattingOption_row - The row conditional formatting option for a table.

TableConfiguration

data TableConfiguration Source #

The configuration for a TableVisual.

See: newTableConfiguration smart constructor.

Constructors

TableConfiguration' 

Fields

Instances

Instances details
FromJSON TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

ToJSON TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

Generic TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

Associated Types

type Rep TableConfiguration :: Type -> Type #

Show TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

NFData TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

Methods

rnf :: TableConfiguration -> () #

Eq TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

Hashable TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

type Rep TableConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableConfiguration

type Rep TableConfiguration = D1 ('MetaData "TableConfiguration" "Amazonka.QuickSight.Types.TableConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldOptions)) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldWells)) :*: S1 ('MetaSel ('Just "paginatedReportOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TablePaginatedReportOptions)))) :*: (S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableSortConfiguration)) :*: (S1 ('MetaSel ('Just "tableOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableOptions)) :*: S1 ('MetaSel ('Just "totalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TotalOptions))))))

newTableConfiguration :: TableConfiguration Source #

Create a value of TableConfiguration 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:fieldOptions:TableConfiguration', tableConfiguration_fieldOptions - The field options for a table visual.

$sel:fieldWells:TableConfiguration', tableConfiguration_fieldWells - The field wells of the visual.

$sel:paginatedReportOptions:TableConfiguration', tableConfiguration_paginatedReportOptions - The paginated report options for a table visual.

$sel:sortConfiguration:TableConfiguration', tableConfiguration_sortConfiguration - The sort configuration for a TableVisual.

$sel:tableOptions:TableConfiguration', tableConfiguration_tableOptions - The table options for a table visual.

$sel:totalOptions:TableConfiguration', tableConfiguration_totalOptions - The total options for a table visual.

TableFieldCustomIconContent

data TableFieldCustomIconContent Source #

The custom icon content for the table link content configuration.

See: newTableFieldCustomIconContent smart constructor.

Constructors

TableFieldCustomIconContent' 

Fields

Instances

Instances details
FromJSON TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

ToJSON TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Generic TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Associated Types

type Rep TableFieldCustomIconContent :: Type -> Type #

Read TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Show TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

NFData TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Eq TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

Hashable TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

type Rep TableFieldCustomIconContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomIconContent

type Rep TableFieldCustomIconContent = D1 ('MetaData "TableFieldCustomIconContent" "Amazonka.QuickSight.Types.TableFieldCustomIconContent" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldCustomIconContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldIconSetType))))

newTableFieldCustomIconContent :: TableFieldCustomIconContent Source #

Create a value of TableFieldCustomIconContent 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:icon:TableFieldCustomIconContent', tableFieldCustomIconContent_icon - The icon set type (link) of the custom icon content for table URL link content.

tableFieldCustomIconContent_icon :: Lens' TableFieldCustomIconContent (Maybe TableFieldIconSetType) Source #

The icon set type (link) of the custom icon content for table URL link content.

TableFieldCustomTextContent

data TableFieldCustomTextContent Source #

The custom text content (value, font configuration) for the table link content configuration.

See: newTableFieldCustomTextContent smart constructor.

Constructors

TableFieldCustomTextContent' 

Fields

Instances

Instances details
FromJSON TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

ToJSON TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Generic TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Associated Types

type Rep TableFieldCustomTextContent :: Type -> Type #

Read TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Show TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

NFData TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Eq TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

Hashable TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

type Rep TableFieldCustomTextContent Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldCustomTextContent

type Rep TableFieldCustomTextContent = D1 ('MetaData "TableFieldCustomTextContent" "Amazonka.QuickSight.Types.TableFieldCustomTextContent" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldCustomTextContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FontConfiguration)))

newTableFieldCustomTextContent Source #

Create a value of TableFieldCustomTextContent 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:value:TableFieldCustomTextContent', tableFieldCustomTextContent_value - The string value of the custom text content for the table URL link content.

$sel:fontConfiguration:TableFieldCustomTextContent', tableFieldCustomTextContent_fontConfiguration - The font configuration of the custom text content for the table URL link content.

tableFieldCustomTextContent_value :: Lens' TableFieldCustomTextContent (Maybe Text) Source #

The string value of the custom text content for the table URL link content.

tableFieldCustomTextContent_fontConfiguration :: Lens' TableFieldCustomTextContent FontConfiguration Source #

The font configuration of the custom text content for the table URL link content.

TableFieldImageConfiguration

data TableFieldImageConfiguration Source #

The image configuration of a table field URL.

See: newTableFieldImageConfiguration smart constructor.

Constructors

TableFieldImageConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

ToJSON TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Generic TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Associated Types

type Rep TableFieldImageConfiguration :: Type -> Type #

Read TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Show TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

NFData TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Eq TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

Hashable TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

type Rep TableFieldImageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldImageConfiguration

type Rep TableFieldImageConfiguration = D1 ('MetaData "TableFieldImageConfiguration" "Amazonka.QuickSight.Types.TableFieldImageConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldImageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellImageSizingConfiguration))))

newTableFieldImageConfiguration :: TableFieldImageConfiguration Source #

Create a value of TableFieldImageConfiguration 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:sizingOptions:TableFieldImageConfiguration', tableFieldImageConfiguration_sizingOptions - The sizing options for the table image configuration.

TableFieldLinkConfiguration

data TableFieldLinkConfiguration Source #

The link configuration of a table field URL.

See: newTableFieldLinkConfiguration smart constructor.

Constructors

TableFieldLinkConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

ToJSON TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Generic TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Associated Types

type Rep TableFieldLinkConfiguration :: Type -> Type #

Read TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Show TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

NFData TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Eq TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

Hashable TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

type Rep TableFieldLinkConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkConfiguration

type Rep TableFieldLinkConfiguration = D1 ('MetaData "TableFieldLinkConfiguration" "Amazonka.QuickSight.Types.TableFieldLinkConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldLinkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 URLTargetConfiguration) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TableFieldLinkContentConfiguration)))

newTableFieldLinkConfiguration Source #

Create a value of TableFieldLinkConfiguration 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:target:TableFieldLinkConfiguration', tableFieldLinkConfiguration_target - The URL target (new tab, new window, same tab) for the table link configuration.

$sel:content:TableFieldLinkConfiguration', tableFieldLinkConfiguration_content - The URL content (text, icon) for the table link configuration.

tableFieldLinkConfiguration_target :: Lens' TableFieldLinkConfiguration URLTargetConfiguration Source #

The URL target (new tab, new window, same tab) for the table link configuration.

TableFieldLinkContentConfiguration

data TableFieldLinkContentConfiguration Source #

The URL content (text, icon) for the table link configuration.

See: newTableFieldLinkContentConfiguration smart constructor.

Constructors

TableFieldLinkContentConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

ToJSON TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Generic TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Associated Types

type Rep TableFieldLinkContentConfiguration :: Type -> Type #

Read TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Show TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

NFData TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Eq TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

Hashable TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

type Rep TableFieldLinkContentConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration

type Rep TableFieldLinkContentConfiguration = D1 ('MetaData "TableFieldLinkContentConfiguration" "Amazonka.QuickSight.Types.TableFieldLinkContentConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldLinkContentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customIconContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldCustomIconContent)) :*: S1 ('MetaSel ('Just "customTextContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldCustomTextContent))))

newTableFieldLinkContentConfiguration :: TableFieldLinkContentConfiguration Source #

Create a value of TableFieldLinkContentConfiguration 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:customIconContent:TableFieldLinkContentConfiguration', tableFieldLinkContentConfiguration_customIconContent - The custom icon content for the table link content configuration.

$sel:customTextContent:TableFieldLinkContentConfiguration', tableFieldLinkContentConfiguration_customTextContent - The custom text content (value, font configuration) for the table link content configuration.

tableFieldLinkContentConfiguration_customTextContent :: Lens' TableFieldLinkContentConfiguration (Maybe TableFieldCustomTextContent) Source #

The custom text content (value, font configuration) for the table link content configuration.

TableFieldOption

data TableFieldOption Source #

The options for a table field.

See: newTableFieldOption smart constructor.

Constructors

TableFieldOption' 

Fields

Instances

Instances details
FromJSON TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

ToJSON TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Generic TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Associated Types

type Rep TableFieldOption :: Type -> Type #

Read TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Show TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

NFData TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Methods

rnf :: TableFieldOption -> () #

Eq TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

Hashable TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

type Rep TableFieldOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOption

type Rep TableFieldOption = D1 ('MetaData "TableFieldOption" "Amazonka.QuickSight.Types.TableFieldOption" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uRLStyling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldURLConfiguration))) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "width") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTableFieldOption Source #

Create a value of TableFieldOption 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:customLabel:TableFieldOption', tableFieldOption_customLabel - The custom label for a table field.

$sel:uRLStyling:TableFieldOption', tableFieldOption_uRLStyling - The URL configuration for a table field.

$sel:visibility:TableFieldOption', tableFieldOption_visibility - The visibility of a table field.

$sel:width:TableFieldOption', tableFieldOption_width - The width for a table field.

$sel:fieldId:TableFieldOption', tableFieldOption_fieldId - The field ID for a table field.

tableFieldOption_customLabel :: Lens' TableFieldOption (Maybe Text) Source #

The custom label for a table field.

tableFieldOption_fieldId :: Lens' TableFieldOption Text Source #

The field ID for a table field.

TableFieldOptions

data TableFieldOptions Source #

The field options for a table visual.

See: newTableFieldOptions smart constructor.

Constructors

TableFieldOptions' 

Fields

Instances

Instances details
FromJSON TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

ToJSON TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

Generic TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

Associated Types

type Rep TableFieldOptions :: Type -> Type #

Read TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

Show TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

NFData TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

Methods

rnf :: TableFieldOptions -> () #

Eq TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

Hashable TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

type Rep TableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldOptions

type Rep TableFieldOptions = D1 ('MetaData "TableFieldOptions" "Amazonka.QuickSight.Types.TableFieldOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "selectedFieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TableFieldOption]))))

newTableFieldOptions :: TableFieldOptions Source #

Create a value of TableFieldOptions 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:order:TableFieldOptions', tableFieldOptions_order - The order of field IDs of the field options for a table visual.

$sel:selectedFieldOptions:TableFieldOptions', tableFieldOptions_selectedFieldOptions - The selected field options for the table field options.

tableFieldOptions_order :: Lens' TableFieldOptions (Maybe [Text]) Source #

The order of field IDs of the field options for a table visual.

tableFieldOptions_selectedFieldOptions :: Lens' TableFieldOptions (Maybe [TableFieldOption]) Source #

The selected field options for the table field options.

TableFieldURLConfiguration

data TableFieldURLConfiguration Source #

The URL configuration for a table field.

See: newTableFieldURLConfiguration smart constructor.

Constructors

TableFieldURLConfiguration' 

Fields

Instances

Instances details
FromJSON TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

ToJSON TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Generic TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Associated Types

type Rep TableFieldURLConfiguration :: Type -> Type #

Read TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Show TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

NFData TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Eq TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

Hashable TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

type Rep TableFieldURLConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldURLConfiguration

type Rep TableFieldURLConfiguration = D1 ('MetaData "TableFieldURLConfiguration" "Amazonka.QuickSight.Types.TableFieldURLConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldURLConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldImageConfiguration)) :*: S1 ('MetaSel ('Just "linkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableFieldLinkConfiguration))))

newTableFieldURLConfiguration :: TableFieldURLConfiguration Source #

Create a value of TableFieldURLConfiguration 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:imageConfiguration:TableFieldURLConfiguration', tableFieldURLConfiguration_imageConfiguration - The image configuration of a table field URL.

$sel:linkConfiguration:TableFieldURLConfiguration', tableFieldURLConfiguration_linkConfiguration - The link configuration of a table field URL.

TableFieldWells

data TableFieldWells Source #

The field wells for a table visual.

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

See: newTableFieldWells smart constructor.

Constructors

TableFieldWells' 

Fields

Instances

Instances details
FromJSON TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

ToJSON TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

Generic TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

Associated Types

type Rep TableFieldWells :: Type -> Type #

Show TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

NFData TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

Methods

rnf :: TableFieldWells -> () #

Eq TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

Hashable TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

type Rep TableFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableFieldWells

type Rep TableFieldWells = D1 ('MetaData "TableFieldWells" "Amazonka.QuickSight.Types.TableFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableAggregatedFieldWells)) :*: S1 ('MetaSel ('Just "tableUnaggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableUnaggregatedFieldWells))))

newTableFieldWells :: TableFieldWells Source #

Create a value of TableFieldWells 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:tableAggregatedFieldWells:TableFieldWells', tableFieldWells_tableAggregatedFieldWells - The aggregated field well for the table.

$sel:tableUnaggregatedFieldWells:TableFieldWells', tableFieldWells_tableUnaggregatedFieldWells - The unaggregated field well for the table.

TableOptions

data TableOptions Source #

The table options for a table visual.

See: newTableOptions smart constructor.

Constructors

TableOptions' 

Fields

Instances

Instances details
FromJSON TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

ToJSON TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Generic TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Associated Types

type Rep TableOptions :: Type -> Type #

Read TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Show TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

NFData TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Methods

rnf :: TableOptions -> () #

Eq TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

Hashable TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

type Rep TableOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableOptions

type Rep TableOptions = D1 ('MetaData "TableOptions" "Amazonka.QuickSight.Types.TableOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cellStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellStyle)) :*: S1 ('MetaSel ('Just "headerStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellStyle))) :*: (S1 ('MetaSel ('Just "orientation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableOrientation)) :*: S1 ('MetaSel ('Just "rowAlternateColorOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowAlternateColorOptions)))))

newTableOptions :: TableOptions Source #

Create a value of TableOptions 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:cellStyle:TableOptions', tableOptions_cellStyle - The table cell style of table cells.

$sel:headerStyle:TableOptions', tableOptions_headerStyle - The table cell style of a table header.

$sel:orientation:TableOptions', tableOptions_orientation - The orientation (vertical, horizontal) for a table.

$sel:rowAlternateColorOptions:TableOptions', tableOptions_rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors) for a table.

tableOptions_cellStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #

The table cell style of table cells.

tableOptions_headerStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #

The table cell style of a table header.

tableOptions_orientation :: Lens' TableOptions (Maybe TableOrientation) Source #

The orientation (vertical, horizontal) for a table.

tableOptions_rowAlternateColorOptions :: Lens' TableOptions (Maybe RowAlternateColorOptions) Source #

The row alternate color options (widget status, row alternate colors) for a table.

TablePaginatedReportOptions

data TablePaginatedReportOptions Source #

The paginated report options for a table visual.

See: newTablePaginatedReportOptions smart constructor.

Constructors

TablePaginatedReportOptions' 

Fields

Instances

Instances details
FromJSON TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

ToJSON TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

Generic TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

Associated Types

type Rep TablePaginatedReportOptions :: Type -> Type #

Read TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

Show TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

NFData TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

Eq TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

Hashable TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

type Rep TablePaginatedReportOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TablePaginatedReportOptions

type Rep TablePaginatedReportOptions = D1 ('MetaData "TablePaginatedReportOptions" "Amazonka.QuickSight.Types.TablePaginatedReportOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TablePaginatedReportOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "overflowColumnHeaderVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "verticalOverflowVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newTablePaginatedReportOptions :: TablePaginatedReportOptions Source #

Create a value of TablePaginatedReportOptions 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:overflowColumnHeaderVisibility:TablePaginatedReportOptions', tablePaginatedReportOptions_overflowColumnHeaderVisibility - The visibility of repeating header rows on each page.

$sel:verticalOverflowVisibility:TablePaginatedReportOptions', tablePaginatedReportOptions_verticalOverflowVisibility - The visibility of printing table overflow across pages.

TableRowConditionalFormatting

data TableRowConditionalFormatting Source #

The conditional formatting of a table row.

See: newTableRowConditionalFormatting smart constructor.

Constructors

TableRowConditionalFormatting' 

Fields

Instances

Instances details
FromJSON TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

ToJSON TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Generic TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Associated Types

type Rep TableRowConditionalFormatting :: Type -> Type #

Show TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

NFData TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Eq TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Hashable TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

type Rep TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

type Rep TableRowConditionalFormatting = D1 ('MetaData "TableRowConditionalFormatting" "Amazonka.QuickSight.Types.TableRowConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableRowConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backgroundColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor)) :*: S1 ('MetaSel ('Just "textColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor))))

newTableRowConditionalFormatting :: TableRowConditionalFormatting Source #

Create a value of TableRowConditionalFormatting 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:backgroundColor:TableRowConditionalFormatting', tableRowConditionalFormatting_backgroundColor - The conditional formatting color (solid, gradient) of the background for a table row.

$sel:textColor:TableRowConditionalFormatting', tableRowConditionalFormatting_textColor - The conditional formatting color (solid, gradient) of the text for a table row.

tableRowConditionalFormatting_backgroundColor :: Lens' TableRowConditionalFormatting (Maybe ConditionalFormattingColor) Source #

The conditional formatting color (solid, gradient) of the background for a table row.

tableRowConditionalFormatting_textColor :: Lens' TableRowConditionalFormatting (Maybe ConditionalFormattingColor) Source #

The conditional formatting color (solid, gradient) of the text for a table row.

TableSideBorderOptions

data TableSideBorderOptions Source #

The side border options for a table.

See: newTableSideBorderOptions smart constructor.

Constructors

TableSideBorderOptions' 

Fields

Instances

Instances details
FromJSON TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

ToJSON TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Generic TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Associated Types

type Rep TableSideBorderOptions :: Type -> Type #

Read TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Show TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

NFData TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Methods

rnf :: TableSideBorderOptions -> () #

Eq TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

Hashable TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

type Rep TableSideBorderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSideBorderOptions

newTableSideBorderOptions :: TableSideBorderOptions Source #

Create a value of TableSideBorderOptions 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:bottom:TableSideBorderOptions', tableSideBorderOptions_bottom - The table border options of the bottom border.

$sel:innerHorizontal:TableSideBorderOptions', tableSideBorderOptions_innerHorizontal - The table border options of the inner horizontal border.

$sel:innerVertical:TableSideBorderOptions', tableSideBorderOptions_innerVertical - The table border options of the inner vertical border.

$sel:left:TableSideBorderOptions', tableSideBorderOptions_left - The table border options of the left border.

$sel:right:TableSideBorderOptions', tableSideBorderOptions_right - The table border options of the right border.

$sel:top:TableSideBorderOptions', tableSideBorderOptions_top - The table border options of the top border.

tableSideBorderOptions_innerHorizontal :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #

The table border options of the inner horizontal border.

tableSideBorderOptions_innerVertical :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #

The table border options of the inner vertical border.

TableSortConfiguration

data TableSortConfiguration Source #

The sort configuration for a TableVisual.

See: newTableSortConfiguration smart constructor.

Constructors

TableSortConfiguration' 

Fields

Instances

Instances details
FromJSON TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

ToJSON TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Generic TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Associated Types

type Rep TableSortConfiguration :: Type -> Type #

Read TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Show TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

NFData TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Methods

rnf :: TableSortConfiguration -> () #

Eq TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Hashable TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

type Rep TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

type Rep TableSortConfiguration = D1 ('MetaData "TableSortConfiguration" "Amazonka.QuickSight.Types.TableSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "paginationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PaginationConfiguration)) :*: S1 ('MetaSel ('Just "rowSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newTableSortConfiguration :: TableSortConfiguration Source #

Create a value of TableSortConfiguration 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:paginationConfiguration:TableSortConfiguration', tableSortConfiguration_paginationConfiguration - The pagination configuration (page size, page number) for the table.

$sel:rowSort:TableSortConfiguration', tableSortConfiguration_rowSort - The field sort options for rows in the table.

tableSortConfiguration_paginationConfiguration :: Lens' TableSortConfiguration (Maybe PaginationConfiguration) Source #

The pagination configuration (page size, page number) for the table.

tableSortConfiguration_rowSort :: Lens' TableSortConfiguration (Maybe [FieldSortOptions]) Source #

The field sort options for rows in the table.

TableUnaggregatedFieldWells

data TableUnaggregatedFieldWells Source #

The unaggregated field well for the table.

See: newTableUnaggregatedFieldWells smart constructor.

Constructors

TableUnaggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

ToJSON TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

Generic TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

Associated Types

type Rep TableUnaggregatedFieldWells :: Type -> Type #

Show TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

NFData TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

Eq TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

Hashable TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

type Rep TableUnaggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableUnaggregatedFieldWells

type Rep TableUnaggregatedFieldWells = D1 ('MetaData "TableUnaggregatedFieldWells" "Amazonka.QuickSight.Types.TableUnaggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TableUnaggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnaggregatedField]))))

newTableUnaggregatedFieldWells :: TableUnaggregatedFieldWells Source #

Create a value of TableUnaggregatedFieldWells 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:values:TableUnaggregatedFieldWells', tableUnaggregatedFieldWells_values - The values field well for a pivot table. Values are unaggregated for an unaggregated table.

tableUnaggregatedFieldWells_values :: Lens' TableUnaggregatedFieldWells (Maybe [UnaggregatedField]) Source #

The values field well for a pivot table. Values are unaggregated for an unaggregated table.

TableVisual

data TableVisual Source #

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

See: newTableVisual smart constructor.

Constructors

TableVisual' 

Fields

Instances

Instances details
FromJSON TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

ToJSON TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Generic TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Associated Types

type Rep TableVisual :: Type -> Type #

Show TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

NFData TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Methods

rnf :: TableVisual -> () #

Eq TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

Hashable TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

type Rep TableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableVisual

newTableVisual Source #

Create a value of TableVisual 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:actions:TableVisual', tableVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:TableVisual', tableVisual_chartConfiguration - The configuration settings of the visual.

$sel:conditionalFormatting:TableVisual', tableVisual_conditionalFormatting - The conditional formatting for a PivotTableVisual.

$sel:subtitle:TableVisual', tableVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:TableVisual', tableVisual_title - The title that is displayed on the visual.

$sel:visualId:TableVisual', tableVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

tableVisual_actions :: Lens' TableVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

tableVisual_chartConfiguration :: Lens' TableVisual (Maybe TableConfiguration) Source #

The configuration settings of the visual.

tableVisual_conditionalFormatting :: Lens' TableVisual (Maybe TableConditionalFormatting) Source #

The conditional formatting for a PivotTableVisual.

tableVisual_subtitle :: Lens' TableVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

tableVisual_title :: Lens' TableVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

tableVisual_visualId :: Lens' TableVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Tag

data Tag Source #

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

See: newTag smart constructor.

Constructors

Tag' 

Fields

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

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

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - Tag key.

$sel:value:Tag', tag_value - Tag value.

TagColumnOperation

data TagColumnOperation Source #

A transform operation that tags a column with additional information.

See: newTagColumnOperation smart constructor.

Constructors

TagColumnOperation' 

Fields

  • columnName :: Text

    The column that this operation acts on.

  • tags :: NonEmpty ColumnTag

    The dataset column tag, currently only used for geospatial type tagging.

    This is not tags for the Amazon Web Services tagging feature.

Instances

Instances details
FromJSON TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

ToJSON TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Generic TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Associated Types

type Rep TagColumnOperation :: Type -> Type #

Read TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Show TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

NFData TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Methods

rnf :: TagColumnOperation -> () #

Eq TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Hashable TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

type Rep TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

type Rep TagColumnOperation = D1 ('MetaData "TagColumnOperation" "Amazonka.QuickSight.Types.TagColumnOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TagColumnOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ColumnTag))))

newTagColumnOperation Source #

Create a value of TagColumnOperation 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:columnName:TagColumnOperation', tagColumnOperation_columnName - The column that this operation acts on.

$sel:tags:TagColumnOperation', tagColumnOperation_tags - The dataset column tag, currently only used for geospatial type tagging.

This is not tags for the Amazon Web Services tagging feature.

tagColumnOperation_columnName :: Lens' TagColumnOperation Text Source #

The column that this operation acts on.

tagColumnOperation_tags :: Lens' TagColumnOperation (NonEmpty ColumnTag) Source #

The dataset column tag, currently only used for geospatial type tagging.

This is not tags for the Amazon Web Services tagging feature.

Template

data Template Source #

A template object. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.

See: newTemplate smart constructor.

Constructors

Template' 

Fields

Instances

Instances details
FromJSON Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Generic Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Associated Types

type Rep Template :: Type -> Type #

Methods

from :: Template -> Rep Template x #

to :: Rep Template x -> Template #

Read Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Show Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

NFData Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

rnf :: Template -> () #

Eq Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Hashable Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

type Rep Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

newTemplate :: Template Source #

Create a value of Template 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:arn:Template', template_arn - The Amazon Resource Name (ARN) of the template.

Template, template_createdTime - Time when this was created.

$sel:lastUpdatedTime:Template', template_lastUpdatedTime - Time when this was last updated.

$sel:name:Template', template_name - The display name of the template.

$sel:templateId:Template', template_templateId - The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

$sel:version:Template', template_version - A structure describing the versions of the template.

template_arn :: Lens' Template (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template.

template_createdTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was created.

template_lastUpdatedTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was last updated.

template_name :: Lens' Template (Maybe Text) Source #

The display name of the template.

template_templateId :: Lens' Template (Maybe Text) Source #

The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

template_version :: Lens' Template (Maybe TemplateVersion) Source #

A structure describing the versions of the template.

TemplateAlias

data TemplateAlias Source #

The template alias.

See: newTemplateAlias smart constructor.

Constructors

TemplateAlias' 

Fields

Instances

Instances details
FromJSON TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Generic TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Associated Types

type Rep TemplateAlias :: Type -> Type #

Read TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Show TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

NFData TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Methods

rnf :: TemplateAlias -> () #

Eq TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Hashable TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

type Rep TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

type Rep TemplateAlias = D1 ('MetaData "TemplateAlias" "Amazonka.QuickSight.Types.TemplateAlias" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newTemplateAlias :: TemplateAlias Source #

Create a value of TemplateAlias 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:aliasName:TemplateAlias', templateAlias_aliasName - The display name of the template alias.

$sel:arn:TemplateAlias', templateAlias_arn - The Amazon Resource Name (ARN) of the template alias.

$sel:templateVersionNumber:TemplateAlias', templateAlias_templateVersionNumber - The version number of the template alias.

templateAlias_aliasName :: Lens' TemplateAlias (Maybe Text) Source #

The display name of the template alias.

templateAlias_arn :: Lens' TemplateAlias (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template alias.

templateAlias_templateVersionNumber :: Lens' TemplateAlias (Maybe Natural) Source #

The version number of the template alias.

TemplateError

data TemplateError Source #

List of errors that occurred when the template version creation failed.

See: newTemplateError smart constructor.

Constructors

TemplateError' 

Fields

Instances

Instances details
FromJSON TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Generic TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Associated Types

type Rep TemplateError :: Type -> Type #

Read TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Show TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

NFData TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Methods

rnf :: TemplateError -> () #

Eq TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Hashable TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

type Rep TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

type Rep TemplateError = D1 ('MetaData "TemplateError" "Amazonka.QuickSight.Types.TemplateError" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateErrorType)) :*: S1 ('MetaSel ('Just "violatedEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entity])))))

newTemplateError :: TemplateError Source #

Create a value of TemplateError 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:message:TemplateError', templateError_message - Description of the error type.

$sel:type':TemplateError', templateError_type - Type of error.

$sel:violatedEntities:TemplateError', templateError_violatedEntities -

templateError_message :: Lens' TemplateError (Maybe Text) Source #

Description of the error type.

TemplateSourceAnalysis

data TemplateSourceAnalysis Source #

The source analysis of the template.

See: newTemplateSourceAnalysis smart constructor.

Constructors

TemplateSourceAnalysis' 

Fields

Instances

Instances details
ToJSON TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Generic TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Associated Types

type Rep TemplateSourceAnalysis :: Type -> Type #

Read TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Show TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

NFData TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Methods

rnf :: TemplateSourceAnalysis -> () #

Eq TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Hashable TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

type Rep TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

type Rep TemplateSourceAnalysis = D1 ('MetaData "TemplateSourceAnalysis" "Amazonka.QuickSight.Types.TemplateSourceAnalysis" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateSourceAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSetReferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSetReference))))

newTemplateSourceAnalysis Source #

Create a value of TemplateSourceAnalysis 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:arn:TemplateSourceAnalysis', templateSourceAnalysis_arn - The Amazon Resource Name (ARN) of the resource.

$sel:dataSetReferences:TemplateSourceAnalysis', templateSourceAnalysis_dataSetReferences - A structure containing information about the dataset references used as placeholders in the template.

templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text Source #

The Amazon Resource Name (ARN) of the resource.

templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference) Source #

A structure containing information about the dataset references used as placeholders in the template.

TemplateSourceEntity

data TemplateSourceEntity Source #

The source entity of the template.

See: newTemplateSourceEntity smart constructor.

Constructors

TemplateSourceEntity' 

Fields

Instances

Instances details
ToJSON TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Generic TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Associated Types

type Rep TemplateSourceEntity :: Type -> Type #

Read TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Show TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

NFData TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Methods

rnf :: TemplateSourceEntity -> () #

Eq TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Hashable TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

type Rep TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

type Rep TemplateSourceEntity = D1 ('MetaData "TemplateSourceEntity" "Amazonka.QuickSight.Types.TemplateSourceEntity" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateSourceEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceAnalysis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateSourceAnalysis)) :*: S1 ('MetaSel ('Just "sourceTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateSourceTemplate))))

newTemplateSourceEntity :: TemplateSourceEntity Source #

Create a value of TemplateSourceEntity 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:sourceAnalysis:TemplateSourceEntity', templateSourceEntity_sourceAnalysis - The source analysis, if it is based on an analysis.

$sel:sourceTemplate:TemplateSourceEntity', templateSourceEntity_sourceTemplate - The source template, if it is based on an template.

TemplateSourceTemplate

data TemplateSourceTemplate Source #

The source template of the template.

See: newTemplateSourceTemplate smart constructor.

Constructors

TemplateSourceTemplate' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the resource.

Instances

Instances details
ToJSON TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Generic TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Associated Types

type Rep TemplateSourceTemplate :: Type -> Type #

Read TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Show TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

NFData TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Methods

rnf :: TemplateSourceTemplate -> () #

Eq TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Hashable TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

type Rep TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

type Rep TemplateSourceTemplate = D1 ('MetaData "TemplateSourceTemplate" "Amazonka.QuickSight.Types.TemplateSourceTemplate" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateSourceTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTemplateSourceTemplate Source #

Create a value of TemplateSourceTemplate 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:arn:TemplateSourceTemplate', templateSourceTemplate_arn - The Amazon Resource Name (ARN) of the resource.

templateSourceTemplate_arn :: Lens' TemplateSourceTemplate Text Source #

The Amazon Resource Name (ARN) of the resource.

TemplateSummary

data TemplateSummary Source #

The template summary.

See: newTemplateSummary smart constructor.

Constructors

TemplateSummary' 

Fields

Instances

Instances details
FromJSON TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Generic TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Associated Types

type Rep TemplateSummary :: Type -> Type #

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Show TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

type Rep TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

type Rep TemplateSummary = D1 ('MetaData "TemplateSummary" "Amazonka.QuickSight.Types.TemplateSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "latestVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTemplateSummary :: TemplateSummary Source #

Create a value of TemplateSummary 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:arn:TemplateSummary', templateSummary_arn - A summary of a template.

$sel:createdTime:TemplateSummary', templateSummary_createdTime - The last time that this template was created.

$sel:lastUpdatedTime:TemplateSummary', templateSummary_lastUpdatedTime - The last time that this template was updated.

$sel:latestVersionNumber:TemplateSummary', templateSummary_latestVersionNumber - A structure containing a list of version numbers for the template summary.

$sel:name:TemplateSummary', templateSummary_name - A display name for the template.

$sel:templateId:TemplateSummary', templateSummary_templateId - The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

templateSummary_createdTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was created.

templateSummary_lastUpdatedTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was updated.

templateSummary_latestVersionNumber :: Lens' TemplateSummary (Maybe Natural) Source #

A structure containing a list of version numbers for the template summary.

templateSummary_name :: Lens' TemplateSummary (Maybe Text) Source #

A display name for the template.

templateSummary_templateId :: Lens' TemplateSummary (Maybe Text) Source #

The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

TemplateVersion

data TemplateVersion Source #

A version of a template.

See: newTemplateVersion smart constructor.

Constructors

TemplateVersion' 

Fields

Instances

Instances details
FromJSON TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Generic TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Associated Types

type Rep TemplateVersion :: Type -> Type #

Read TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Show TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

NFData TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Methods

rnf :: TemplateVersion -> () #

Eq TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Hashable TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

type Rep TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

newTemplateVersion :: TemplateVersion Source #

Create a value of TemplateVersion 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:createdTime:TemplateVersion', templateVersion_createdTime - The time that this template version was created.

$sel:dataSetConfigurations:TemplateVersion', templateVersion_dataSetConfigurations - Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

$sel:description:TemplateVersion', templateVersion_description - The description of the template.

$sel:errors:TemplateVersion', templateVersion_errors - Errors associated with this template version.

$sel:sheets:TemplateVersion', templateVersion_sheets - A list of the associated sheets with the unique identifier and name of each sheet.

$sel:sourceEntityArn:TemplateVersion', templateVersion_sourceEntityArn - The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

$sel:status:TemplateVersion', templateVersion_status - The HTTP status of the request.

$sel:themeArn:TemplateVersion', templateVersion_themeArn - The ARN of the theme associated with this version of the template.

$sel:versionNumber:TemplateVersion', templateVersion_versionNumber - The version number of the template version.

templateVersion_createdTime :: Lens' TemplateVersion (Maybe UTCTime) Source #

The time that this template version was created.

templateVersion_dataSetConfigurations :: Lens' TemplateVersion (Maybe [DataSetConfiguration]) Source #

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

templateVersion_description :: Lens' TemplateVersion (Maybe Text) Source #

The description of the template.

templateVersion_errors :: Lens' TemplateVersion (Maybe (NonEmpty TemplateError)) Source #

Errors associated with this template version.

templateVersion_sheets :: Lens' TemplateVersion (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

templateVersion_sourceEntityArn :: Lens' TemplateVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

templateVersion_themeArn :: Lens' TemplateVersion (Maybe Text) Source #

The ARN of the theme associated with this version of the template.

templateVersion_versionNumber :: Lens' TemplateVersion (Maybe Natural) Source #

The version number of the template version.

TemplateVersionDefinition

data TemplateVersionDefinition Source #

The detailed definition of a template.

See: newTemplateVersionDefinition smart constructor.

Constructors

TemplateVersionDefinition' 

Fields

Instances

Instances details
FromJSON TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

ToJSON TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

Generic TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

Associated Types

type Rep TemplateVersionDefinition :: Type -> Type #

Show TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

NFData TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

Eq TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

Hashable TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

type Rep TemplateVersionDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionDefinition

type Rep TemplateVersionDefinition = D1 ('MetaData "TemplateVersionDefinition" "Amazonka.QuickSight.Types.TemplateVersionDefinition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateVersionDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analysisDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisDefaults)) :*: (S1 ('MetaSel ('Just "calculatedFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CalculatedField])) :*: S1 ('MetaSel ('Just "columnConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnConfiguration])))) :*: ((S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FilterGroup])) :*: S1 ('MetaSel ('Just "parameterDeclarations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterDeclaration]))) :*: (S1 ('MetaSel ('Just "sheets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SheetDefinition])) :*: S1 ('MetaSel ('Just "dataSetConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataSetConfiguration])))))

newTemplateVersionDefinition :: TemplateVersionDefinition Source #

Create a value of TemplateVersionDefinition 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:analysisDefaults:TemplateVersionDefinition', templateVersionDefinition_analysisDefaults - Undocumented member.

$sel:calculatedFields:TemplateVersionDefinition', templateVersionDefinition_calculatedFields - An array of calculated field definitions for the template.

$sel:columnConfigurations:TemplateVersionDefinition', templateVersionDefinition_columnConfigurations - An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.

$sel:filterGroups:TemplateVersionDefinition', templateVersionDefinition_filterGroups - Filter definitions for a template.

For more information, see Filtering Data in the Amazon QuickSight User Guide.

$sel:parameterDeclarations:TemplateVersionDefinition', templateVersionDefinition_parameterDeclarations - An array of parameter declarations for a template.

Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

$sel:sheets:TemplateVersionDefinition', templateVersionDefinition_sheets - An array of sheet definitions for a template.

$sel:dataSetConfigurations:TemplateVersionDefinition', templateVersionDefinition_dataSetConfigurations - An array of dataset configurations. These configurations define the required columns for each dataset used within a template.

templateVersionDefinition_calculatedFields :: Lens' TemplateVersionDefinition (Maybe [CalculatedField]) Source #

An array of calculated field definitions for the template.

templateVersionDefinition_columnConfigurations :: Lens' TemplateVersionDefinition (Maybe [ColumnConfiguration]) Source #

An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.

templateVersionDefinition_filterGroups :: Lens' TemplateVersionDefinition (Maybe [FilterGroup]) Source #

Filter definitions for a template.

For more information, see Filtering Data in the Amazon QuickSight User Guide.

templateVersionDefinition_parameterDeclarations :: Lens' TemplateVersionDefinition (Maybe [ParameterDeclaration]) Source #

An array of parameter declarations for a template.

Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

templateVersionDefinition_dataSetConfigurations :: Lens' TemplateVersionDefinition [DataSetConfiguration] Source #

An array of dataset configurations. These configurations define the required columns for each dataset used within a template.

TemplateVersionSummary

data TemplateVersionSummary Source #

The template version.

See: newTemplateVersionSummary smart constructor.

Constructors

TemplateVersionSummary' 

Fields

Instances

Instances details
FromJSON TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Generic TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Associated Types

type Rep TemplateVersionSummary :: Type -> Type #

Read TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Show TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

NFData TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Methods

rnf :: TemplateVersionSummary -> () #

Eq TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Hashable TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

type Rep TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

type Rep TemplateVersionSummary = D1 ('MetaData "TemplateVersionSummary" "Amazonka.QuickSight.Types.TemplateVersionSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newTemplateVersionSummary :: TemplateVersionSummary Source #

Create a value of TemplateVersionSummary 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:arn:TemplateVersionSummary', templateVersionSummary_arn - The Amazon Resource Name (ARN) of the template version.

$sel:createdTime:TemplateVersionSummary', templateVersionSummary_createdTime - The time that this template version was created.

$sel:description:TemplateVersionSummary', templateVersionSummary_description - The description of the template version.

$sel:status:TemplateVersionSummary', templateVersionSummary_status - The status of the template version.

$sel:versionNumber:TemplateVersionSummary', templateVersionSummary_versionNumber - The version number of the template version.

templateVersionSummary_arn :: Lens' TemplateVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template version.

templateVersionSummary_createdTime :: Lens' TemplateVersionSummary (Maybe UTCTime) Source #

The time that this template version was created.

TeradataParameters

data TeradataParameters Source #

The parameters for Teradata.

See: newTeradataParameters smart constructor.

Constructors

TeradataParameters' 

Fields

Instances

Instances details
FromJSON TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

ToJSON TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Generic TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Associated Types

type Rep TeradataParameters :: Type -> Type #

Read TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Show TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

NFData TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Methods

rnf :: TeradataParameters -> () #

Eq TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Hashable TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

type Rep TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

type Rep TeradataParameters = D1 ('MetaData "TeradataParameters" "Amazonka.QuickSight.Types.TeradataParameters" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TeradataParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTeradataParameters Source #

Create a value of TeradataParameters 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:host:TeradataParameters', teradataParameters_host - Host.

$sel:port:TeradataParameters', teradataParameters_port - Port.

$sel:database:TeradataParameters', teradataParameters_database - Database.

TextAreaControlDisplayOptions

data TextAreaControlDisplayOptions Source #

The display options of a control.

See: newTextAreaControlDisplayOptions smart constructor.

Constructors

TextAreaControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

ToJSON TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Generic TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Associated Types

type Rep TextAreaControlDisplayOptions :: Type -> Type #

Read TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Show TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

NFData TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Eq TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

Hashable TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

type Rep TextAreaControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextAreaControlDisplayOptions

type Rep TextAreaControlDisplayOptions = D1 ('MetaData "TextAreaControlDisplayOptions" "Amazonka.QuickSight.Types.TextAreaControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TextAreaControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placeholderOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextControlPlaceholderOptions)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newTextAreaControlDisplayOptions :: TextAreaControlDisplayOptions Source #

Create a value of TextAreaControlDisplayOptions 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:placeholderOptions:TextAreaControlDisplayOptions', textAreaControlDisplayOptions_placeholderOptions - The configuration of the placeholder options in a text area control.

$sel:titleOptions:TextAreaControlDisplayOptions', textAreaControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

textAreaControlDisplayOptions_titleOptions :: Lens' TextAreaControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

TextConditionalFormat

data TextConditionalFormat Source #

The conditional formatting for the text.

See: newTextConditionalFormat smart constructor.

Constructors

TextConditionalFormat' 

Fields

Instances

Instances details
FromJSON TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

ToJSON TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

Generic TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

Associated Types

type Rep TextConditionalFormat :: Type -> Type #

Show TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

NFData TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

Methods

rnf :: TextConditionalFormat -> () #

Eq TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

Hashable TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

type Rep TextConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextConditionalFormat

type Rep TextConditionalFormat = D1 ('MetaData "TextConditionalFormat" "Amazonka.QuickSight.Types.TextConditionalFormat" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TextConditionalFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backgroundColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor)) :*: (S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingIcon)) :*: S1 ('MetaSel ('Just "textColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionalFormattingColor)))))

newTextConditionalFormat :: TextConditionalFormat Source #

Create a value of TextConditionalFormat 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:backgroundColor:TextConditionalFormat', textConditionalFormat_backgroundColor - The conditional formatting for the text background color.

$sel:icon:TextConditionalFormat', textConditionalFormat_icon - The conditional formatting for the icon.

$sel:textColor:TextConditionalFormat', textConditionalFormat_textColor - The conditional formatting for the text color.

textConditionalFormat_backgroundColor :: Lens' TextConditionalFormat (Maybe ConditionalFormattingColor) Source #

The conditional formatting for the text background color.

TextControlPlaceholderOptions

data TextControlPlaceholderOptions Source #

The configuration of the placeholder options in a text control.

See: newTextControlPlaceholderOptions smart constructor.

Constructors

TextControlPlaceholderOptions' 

Fields

Instances

Instances details
FromJSON TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

ToJSON TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Generic TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Associated Types

type Rep TextControlPlaceholderOptions :: Type -> Type #

Read TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Show TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

NFData TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Eq TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

Hashable TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

type Rep TextControlPlaceholderOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextControlPlaceholderOptions

type Rep TextControlPlaceholderOptions = D1 ('MetaData "TextControlPlaceholderOptions" "Amazonka.QuickSight.Types.TextControlPlaceholderOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TextControlPlaceholderOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newTextControlPlaceholderOptions :: TextControlPlaceholderOptions Source #

Create a value of TextControlPlaceholderOptions 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:visibility:TextControlPlaceholderOptions', textControlPlaceholderOptions_visibility - The visibility configuration of the placeholder options in a text control.

textControlPlaceholderOptions_visibility :: Lens' TextControlPlaceholderOptions (Maybe Visibility) Source #

The visibility configuration of the placeholder options in a text control.

TextFieldControlDisplayOptions

data TextFieldControlDisplayOptions Source #

The display options of a control.

See: newTextFieldControlDisplayOptions smart constructor.

Constructors

TextFieldControlDisplayOptions' 

Fields

Instances

Instances details
FromJSON TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

ToJSON TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

Generic TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

Associated Types

type Rep TextFieldControlDisplayOptions :: Type -> Type #

Read TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

Show TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

NFData TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

Eq TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

Hashable TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

type Rep TextFieldControlDisplayOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextFieldControlDisplayOptions

type Rep TextFieldControlDisplayOptions = D1 ('MetaData "TextFieldControlDisplayOptions" "Amazonka.QuickSight.Types.TextFieldControlDisplayOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TextFieldControlDisplayOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placeholderOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextControlPlaceholderOptions)) :*: S1 ('MetaSel ('Just "titleOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelOptions))))

newTextFieldControlDisplayOptions :: TextFieldControlDisplayOptions Source #

Create a value of TextFieldControlDisplayOptions 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:placeholderOptions:TextFieldControlDisplayOptions', textFieldControlDisplayOptions_placeholderOptions - The configuration of the placeholder options in a text field control.

$sel:titleOptions:TextFieldControlDisplayOptions', textFieldControlDisplayOptions_titleOptions - The options to configure the title visibility, name, and font size.

textFieldControlDisplayOptions_titleOptions :: Lens' TextFieldControlDisplayOptions (Maybe LabelOptions) Source #

The options to configure the title visibility, name, and font size.

Theme

data Theme Source #

Summary information about a theme.

See: newTheme smart constructor.

Constructors

Theme' 

Fields

Instances

Instances details
FromJSON Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Generic Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Associated Types

type Rep Theme :: Type -> Type #

Methods

from :: Theme -> Rep Theme x #

to :: Rep Theme x -> Theme #

Read Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Show Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

showsPrec :: Int -> Theme -> ShowS #

show :: Theme -> String #

showList :: [Theme] -> ShowS #

NFData Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

rnf :: Theme -> () #

Eq Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

(==) :: Theme -> Theme -> Bool #

(/=) :: Theme -> Theme -> Bool #

Hashable Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

hashWithSalt :: Int -> Theme -> Int #

hash :: Theme -> Int #

type Rep Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

newTheme :: Theme Source #

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

Theme, theme_arn - The Amazon Resource Name (ARN) of the theme.

Theme, theme_createdTime - The date and time that the theme was created.

$sel:lastUpdatedTime:Theme', theme_lastUpdatedTime - The date and time that the theme was last updated.

$sel:name:Theme', theme_name - The name that the user gives to the theme.

$sel:themeId:Theme', theme_themeId - The identifier that the user gives to the theme.

$sel:type':Theme', theme_type - The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

$sel:version:Theme', theme_version - Undocumented member.

theme_arn :: Lens' Theme (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme.

theme_createdTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was created.

theme_lastUpdatedTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was last updated.

theme_name :: Lens' Theme (Maybe Text) Source #

The name that the user gives to the theme.

theme_themeId :: Lens' Theme (Maybe Text) Source #

The identifier that the user gives to the theme.

theme_type :: Lens' Theme (Maybe ThemeType) Source #

The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

ThemeAlias

data ThemeAlias Source #

An alias for a theme.

See: newThemeAlias smart constructor.

Constructors

ThemeAlias' 

Fields

Instances

Instances details
FromJSON ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Generic ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Associated Types

type Rep ThemeAlias :: Type -> Type #

Read ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Show ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

NFData ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Methods

rnf :: ThemeAlias -> () #

Eq ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Hashable ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

type Rep ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

type Rep ThemeAlias = D1 ('MetaData "ThemeAlias" "Amazonka.QuickSight.Types.ThemeAlias" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ThemeAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "themeVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newThemeAlias :: ThemeAlias Source #

Create a value of ThemeAlias 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:aliasName:ThemeAlias', themeAlias_aliasName - The display name of the theme alias.

$sel:arn:ThemeAlias', themeAlias_arn - The Amazon Resource Name (ARN) of the theme alias.

$sel:themeVersionNumber:ThemeAlias', themeAlias_themeVersionNumber - The version number of the theme alias.

themeAlias_aliasName :: Lens' ThemeAlias (Maybe Text) Source #

The display name of the theme alias.

themeAlias_arn :: Lens' ThemeAlias (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme alias.

themeAlias_themeVersionNumber :: Lens' ThemeAlias (Maybe Natural) Source #

The version number of the theme alias.

ThemeConfiguration

data ThemeConfiguration Source #

The theme configuration. This configuration contains all of the display properties for a theme.

See: newThemeConfiguration smart constructor.

Constructors

ThemeConfiguration' 

Fields

Instances

Instances details
FromJSON ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

ToJSON ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Generic ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Associated Types

type Rep ThemeConfiguration :: Type -> Type #

Read ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Show ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

NFData ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Methods

rnf :: ThemeConfiguration -> () #

Eq ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Hashable ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

type Rep ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

type Rep ThemeConfiguration = D1 ('MetaData "ThemeConfiguration" "Amazonka.QuickSight.Types.ThemeConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ThemeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataColorPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataColorPalette)) :*: S1 ('MetaSel ('Just "sheet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetStyle))) :*: (S1 ('MetaSel ('Just "typography") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Typography)) :*: S1 ('MetaSel ('Just "uIColorPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UIColorPalette)))))

newThemeConfiguration :: ThemeConfiguration Source #

Create a value of ThemeConfiguration 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:dataColorPalette:ThemeConfiguration', themeConfiguration_dataColorPalette - Color properties that apply to chart data colors.

$sel:sheet:ThemeConfiguration', themeConfiguration_sheet - Display options related to sheets.

$sel:typography:ThemeConfiguration', themeConfiguration_typography - Undocumented member.

$sel:uIColorPalette:ThemeConfiguration', themeConfiguration_uIColorPalette - Color properties that apply to the UI and to charts, excluding the colors that apply to data.

themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette) Source #

Color properties that apply to chart data colors.

themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette) Source #

Color properties that apply to the UI and to charts, excluding the colors that apply to data.

ThemeError

data ThemeError Source #

Theme error.

See: newThemeError smart constructor.

Constructors

ThemeError' 

Fields

Instances

Instances details
FromJSON ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Generic ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Associated Types

type Rep ThemeError :: Type -> Type #

Read ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Show ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

NFData ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Methods

rnf :: ThemeError -> () #

Eq ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Hashable ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

type Rep ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

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

newThemeError :: ThemeError Source #

Create a value of ThemeError 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:message:ThemeError', themeError_message - The error message.

$sel:type':ThemeError', themeError_type - The type of error.

ThemeSummary

data ThemeSummary Source #

The theme summary.

See: newThemeSummary smart constructor.

Constructors

ThemeSummary' 

Fields

Instances

Instances details
FromJSON ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Generic ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Associated Types

type Rep ThemeSummary :: Type -> Type #

Read ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Show ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

NFData ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Methods

rnf :: ThemeSummary -> () #

Eq ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Hashable ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

type Rep ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

type Rep ThemeSummary = D1 ('MetaData "ThemeSummary" "Amazonka.QuickSight.Types.ThemeSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ThemeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "latestVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newThemeSummary :: ThemeSummary Source #

Create a value of ThemeSummary 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:arn:ThemeSummary', themeSummary_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:ThemeSummary', themeSummary_createdTime - The date and time that this theme was created.

$sel:lastUpdatedTime:ThemeSummary', themeSummary_lastUpdatedTime - The last date and time that this theme was updated.

$sel:latestVersionNumber:ThemeSummary', themeSummary_latestVersionNumber - The latest version number for the theme.

$sel:name:ThemeSummary', themeSummary_name - the display name for the theme.

$sel:themeId:ThemeSummary', themeSummary_themeId - The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

themeSummary_arn :: Lens' ThemeSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

themeSummary_createdTime :: Lens' ThemeSummary (Maybe UTCTime) Source #

The date and time that this theme was created.

themeSummary_lastUpdatedTime :: Lens' ThemeSummary (Maybe UTCTime) Source #

The last date and time that this theme was updated.

themeSummary_latestVersionNumber :: Lens' ThemeSummary (Maybe Natural) Source #

The latest version number for the theme.

themeSummary_name :: Lens' ThemeSummary (Maybe Text) Source #

the display name for the theme.

themeSummary_themeId :: Lens' ThemeSummary (Maybe Text) Source #

The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

ThemeVersion

data ThemeVersion Source #

A version of a theme.

See: newThemeVersion smart constructor.

Constructors

ThemeVersion' 

Fields

Instances

Instances details
FromJSON ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Generic ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Associated Types

type Rep ThemeVersion :: Type -> Type #

Read ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Show ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

NFData ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Methods

rnf :: ThemeVersion -> () #

Eq ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Hashable ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

type Rep ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

newThemeVersion :: ThemeVersion Source #

Create a value of ThemeVersion 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:arn:ThemeVersion', themeVersion_arn - The Amazon Resource Name (ARN) of the resource.

$sel:baseThemeId:ThemeVersion', themeVersion_baseThemeId - The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

$sel:configuration:ThemeVersion', themeVersion_configuration - The theme configuration, which contains all the theme display properties.

$sel:createdTime:ThemeVersion', themeVersion_createdTime - The date and time that this theme version was created.

$sel:description:ThemeVersion', themeVersion_description - The description of the theme.

$sel:errors:ThemeVersion', themeVersion_errors - Errors associated with the theme.

$sel:status:ThemeVersion', themeVersion_status - The status of the theme version.

$sel:versionNumber:ThemeVersion', themeVersion_versionNumber - The version number of the theme.

themeVersion_arn :: Lens' ThemeVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

themeVersion_baseThemeId :: Lens' ThemeVersion (Maybe Text) Source #

The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

themeVersion_configuration :: Lens' ThemeVersion (Maybe ThemeConfiguration) Source #

The theme configuration, which contains all the theme display properties.

themeVersion_createdTime :: Lens' ThemeVersion (Maybe UTCTime) Source #

The date and time that this theme version was created.

themeVersion_description :: Lens' ThemeVersion (Maybe Text) Source #

The description of the theme.

themeVersion_errors :: Lens' ThemeVersion (Maybe (NonEmpty ThemeError)) Source #

Errors associated with the theme.

themeVersion_status :: Lens' ThemeVersion (Maybe ResourceStatus) Source #

The status of the theme version.

themeVersion_versionNumber :: Lens' ThemeVersion (Maybe Natural) Source #

The version number of the theme.

ThemeVersionSummary

data ThemeVersionSummary Source #

The theme version.

See: newThemeVersionSummary smart constructor.

Constructors

ThemeVersionSummary' 

Fields

Instances

Instances details
FromJSON ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Generic ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Associated Types

type Rep ThemeVersionSummary :: Type -> Type #

Read ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Show ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

NFData ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Methods

rnf :: ThemeVersionSummary -> () #

Eq ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Hashable ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

type Rep ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

type Rep ThemeVersionSummary = D1 ('MetaData "ThemeVersionSummary" "Amazonka.QuickSight.Types.ThemeVersionSummary" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ThemeVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newThemeVersionSummary :: ThemeVersionSummary Source #

Create a value of ThemeVersionSummary 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:arn:ThemeVersionSummary', themeVersionSummary_arn - The Amazon Resource Name (ARN) of the theme version.

$sel:createdTime:ThemeVersionSummary', themeVersionSummary_createdTime - The date and time that this theme version was created.

$sel:description:ThemeVersionSummary', themeVersionSummary_description - The description of the theme version.

$sel:status:ThemeVersionSummary', themeVersionSummary_status - The status of the theme version.

$sel:versionNumber:ThemeVersionSummary', themeVersionSummary_versionNumber - The version number of the theme version.

themeVersionSummary_arn :: Lens' ThemeVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the theme version.

themeVersionSummary_createdTime :: Lens' ThemeVersionSummary (Maybe UTCTime) Source #

The date and time that this theme version was created.

themeVersionSummary_description :: Lens' ThemeVersionSummary (Maybe Text) Source #

The description of the theme version.

themeVersionSummary_versionNumber :: Lens' ThemeVersionSummary (Maybe Natural) Source #

The version number of the theme version.

ThousandSeparatorOptions

data ThousandSeparatorOptions Source #

The options that determine the thousands separator configuration.

See: newThousandSeparatorOptions smart constructor.

Constructors

ThousandSeparatorOptions' 

Fields

Instances

Instances details
FromJSON ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

ToJSON ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Generic ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Associated Types

type Rep ThousandSeparatorOptions :: Type -> Type #

Read ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Show ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

NFData ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Eq ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

Hashable ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

type Rep ThousandSeparatorOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThousandSeparatorOptions

type Rep ThousandSeparatorOptions = D1 ('MetaData "ThousandSeparatorOptions" "Amazonka.QuickSight.Types.ThousandSeparatorOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ThousandSeparatorOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "symbol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumericSeparatorSymbol)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newThousandSeparatorOptions :: ThousandSeparatorOptions Source #

Create a value of ThousandSeparatorOptions 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:symbol:ThousandSeparatorOptions', thousandSeparatorOptions_symbol - Determines the thousands separator symbol.

$sel:visibility:ThousandSeparatorOptions', thousandSeparatorOptions_visibility - Determines the visibility of the thousands separator.

thousandSeparatorOptions_visibility :: Lens' ThousandSeparatorOptions (Maybe Visibility) Source #

Determines the visibility of the thousands separator.

TileLayoutStyle

data TileLayoutStyle Source #

The display options for the layout of tiles on a sheet.

See: newTileLayoutStyle smart constructor.

Constructors

TileLayoutStyle' 

Fields

Instances

Instances details
FromJSON TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

ToJSON TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Generic TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Associated Types

type Rep TileLayoutStyle :: Type -> Type #

Read TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Show TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

NFData TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Methods

rnf :: TileLayoutStyle -> () #

Eq TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Hashable TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

type Rep TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

type Rep TileLayoutStyle = D1 ('MetaData "TileLayoutStyle" "Amazonka.QuickSight.Types.TileLayoutStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TileLayoutStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gutter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GutterStyle)) :*: S1 ('MetaSel ('Just "margin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarginStyle))))

newTileLayoutStyle :: TileLayoutStyle Source #

Create a value of TileLayoutStyle 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:gutter:TileLayoutStyle', tileLayoutStyle_gutter - The gutter settings that apply between tiles.

$sel:margin:TileLayoutStyle', tileLayoutStyle_margin - The margin settings that apply around the outside edge of sheets.

tileLayoutStyle_gutter :: Lens' TileLayoutStyle (Maybe GutterStyle) Source #

The gutter settings that apply between tiles.

tileLayoutStyle_margin :: Lens' TileLayoutStyle (Maybe MarginStyle) Source #

The margin settings that apply around the outside edge of sheets.

TileStyle

data TileStyle Source #

Display options related to tiles on a sheet.

See: newTileStyle smart constructor.

Constructors

TileStyle' 

Fields

Instances

Instances details
FromJSON TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

ToJSON TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Generic TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Associated Types

type Rep TileStyle :: Type -> Type #

Read TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Show TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

NFData TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Methods

rnf :: TileStyle -> () #

Eq TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Hashable TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

type Rep TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

type Rep TileStyle = D1 ('MetaData "TileStyle" "Amazonka.QuickSight.Types.TileStyle" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TileStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "border") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BorderStyle))))

newTileStyle :: TileStyle Source #

Create a value of TileStyle 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:border:TileStyle', tileStyle_border - The border around a tile.

tileStyle_border :: Lens' TileStyle (Maybe BorderStyle) Source #

The border around a tile.

TimeBasedForecastProperties

data TimeBasedForecastProperties Source #

The forecast properties setup of a forecast in the line chart.

See: newTimeBasedForecastProperties smart constructor.

Constructors

TimeBasedForecastProperties' 

Fields

Instances

Instances details
FromJSON TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

ToJSON TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Generic TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Associated Types

type Rep TimeBasedForecastProperties :: Type -> Type #

Read TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Show TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

NFData TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Eq TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

Hashable TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

type Rep TimeBasedForecastProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeBasedForecastProperties

type Rep TimeBasedForecastProperties = D1 ('MetaData "TimeBasedForecastProperties" "Amazonka.QuickSight.Types.TimeBasedForecastProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TimeBasedForecastProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lowerBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "periodsBackward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "periodsForward") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "predictionInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "seasonality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "upperBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newTimeBasedForecastProperties :: TimeBasedForecastProperties Source #

Create a value of TimeBasedForecastProperties 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:lowerBoundary:TimeBasedForecastProperties', timeBasedForecastProperties_lowerBoundary - The lower boundary setup of a forecast computation.

$sel:periodsBackward:TimeBasedForecastProperties', timeBasedForecastProperties_periodsBackward - The periods backward setup of a forecast computation.

$sel:periodsForward:TimeBasedForecastProperties', timeBasedForecastProperties_periodsForward - The periods forward setup of a forecast computation.

$sel:predictionInterval:TimeBasedForecastProperties', timeBasedForecastProperties_predictionInterval - The prediction interval setup of a forecast computation.

$sel:seasonality:TimeBasedForecastProperties', timeBasedForecastProperties_seasonality - The seasonality setup of a forecast computation. Choose one of the following options:

  • NULL: The input is set to NULL.
  • NON_NULL: The input is set to a custom value.

$sel:upperBoundary:TimeBasedForecastProperties', timeBasedForecastProperties_upperBoundary - The upper boundary setup of a forecast computation.

timeBasedForecastProperties_lowerBoundary :: Lens' TimeBasedForecastProperties (Maybe Double) Source #

The lower boundary setup of a forecast computation.

timeBasedForecastProperties_periodsBackward :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The periods backward setup of a forecast computation.

timeBasedForecastProperties_periodsForward :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The periods forward setup of a forecast computation.

timeBasedForecastProperties_predictionInterval :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The prediction interval setup of a forecast computation.

timeBasedForecastProperties_seasonality :: Lens' TimeBasedForecastProperties (Maybe Natural) Source #

The seasonality setup of a forecast computation. Choose one of the following options:

  • NULL: The input is set to NULL.
  • NON_NULL: The input is set to a custom value.

timeBasedForecastProperties_upperBoundary :: Lens' TimeBasedForecastProperties (Maybe Double) Source #

The upper boundary setup of a forecast computation.

TimeEqualityFilter

data TimeEqualityFilter Source #

A TimeEqualityFilter filters values that are equal to a given value.

See: newTimeEqualityFilter smart constructor.

Constructors

TimeEqualityFilter' 

Fields

Instances

Instances details
FromJSON TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

ToJSON TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

Generic TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

Associated Types

type Rep TimeEqualityFilter :: Type -> Type #

Read TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

Show TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

NFData TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

Methods

rnf :: TimeEqualityFilter -> () #

Eq TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

Hashable TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

type Rep TimeEqualityFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeEqualityFilter

type Rep TimeEqualityFilter = D1 ('MetaData "TimeEqualityFilter" "Amazonka.QuickSight.Types.TimeEqualityFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TimeEqualityFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity))) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "filterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier)))))

newTimeEqualityFilter Source #

Create a value of TimeEqualityFilter 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:parameterName:TimeEqualityFilter', timeEqualityFilter_parameterName - The parameter whose value should be used for the filter value.

This field is mutually exclusive to Value.

$sel:timeGranularity:TimeEqualityFilter', timeEqualityFilter_timeGranularity - The level of time precision that is used to aggregate DateTime values.

$sel:value:TimeEqualityFilter', timeEqualityFilter_value - The value of a TimeEquality filter.

This field is mutually exclusive to ParameterName.

$sel:filterId:TimeEqualityFilter', timeEqualityFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

$sel:column:TimeEqualityFilter', timeEqualityFilter_column - The column that the filter is applied to.

timeEqualityFilter_parameterName :: Lens' TimeEqualityFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

This field is mutually exclusive to Value.

timeEqualityFilter_timeGranularity :: Lens' TimeEqualityFilter (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

timeEqualityFilter_value :: Lens' TimeEqualityFilter (Maybe UTCTime) Source #

The value of a TimeEquality filter.

This field is mutually exclusive to ParameterName.

timeEqualityFilter_filterId :: Lens' TimeEqualityFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

timeEqualityFilter_column :: Lens' TimeEqualityFilter ColumnIdentifier Source #

The column that the filter is applied to.

TimeRangeDrillDownFilter

data TimeRangeDrillDownFilter Source #

The time range drill down filter.

See: newTimeRangeDrillDownFilter smart constructor.

Constructors

TimeRangeDrillDownFilter' 

Fields

Instances

Instances details
FromJSON TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

ToJSON TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

Generic TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

Associated Types

type Rep TimeRangeDrillDownFilter :: Type -> Type #

Read TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

Show TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

NFData TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

Eq TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

Hashable TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

type Rep TimeRangeDrillDownFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeDrillDownFilter

type Rep TimeRangeDrillDownFilter = D1 ('MetaData "TimeRangeDrillDownFilter" "Amazonka.QuickSight.Types.TimeRangeDrillDownFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TimeRangeDrillDownFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: S1 ('MetaSel ('Just "rangeMinimum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "rangeMaximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimeGranularity))))

newTimeRangeDrillDownFilter Source #

Create a value of TimeRangeDrillDownFilter 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:column:TimeRangeDrillDownFilter', timeRangeDrillDownFilter_column - The column that the filter is applied to.

$sel:rangeMinimum:TimeRangeDrillDownFilter', timeRangeDrillDownFilter_rangeMinimum - The minimum value for the filter value range.

$sel:rangeMaximum:TimeRangeDrillDownFilter', timeRangeDrillDownFilter_rangeMaximum - The maximum value for the filter value range.

$sel:timeGranularity:TimeRangeDrillDownFilter', timeRangeDrillDownFilter_timeGranularity - The level of time precision that is used to aggregate DateTime values.

timeRangeDrillDownFilter_timeGranularity :: Lens' TimeRangeDrillDownFilter TimeGranularity Source #

The level of time precision that is used to aggregate DateTime values.

TimeRangeFilter

data TimeRangeFilter Source #

A TimeRangeFilter filters values that are between two specified values.

See: newTimeRangeFilter smart constructor.

Constructors

TimeRangeFilter' 

Fields

Instances

Instances details
FromJSON TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

ToJSON TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

Generic TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

Associated Types

type Rep TimeRangeFilter :: Type -> Type #

Show TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

NFData TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

Methods

rnf :: TimeRangeFilter -> () #

Eq TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

Hashable TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

type Rep TimeRangeFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilter

newTimeRangeFilter Source #

Create a value of TimeRangeFilter 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:excludePeriodConfiguration:TimeRangeFilter', timeRangeFilter_excludePeriodConfiguration - The exclude period of the time range filter.

$sel:includeMaximum:TimeRangeFilter', timeRangeFilter_includeMaximum - Determines whether the maximum value in the filter value range should be included in the filtered results.

$sel:includeMinimum:TimeRangeFilter', timeRangeFilter_includeMinimum - Determines whether the minimum value in the filter value range should be included in the filtered results.

$sel:rangeMaximumValue:TimeRangeFilter', timeRangeFilter_rangeMaximumValue - The maximum value for the filter value range.

$sel:rangeMinimumValue:TimeRangeFilter', timeRangeFilter_rangeMinimumValue - The minimum value for the filter value range.

$sel:timeGranularity:TimeRangeFilter', timeRangeFilter_timeGranularity - The level of time precision that is used to aggregate DateTime values.

$sel:filterId:TimeRangeFilter', timeRangeFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

$sel:column:TimeRangeFilter', timeRangeFilter_column - The column that the filter is applied to.

$sel:nullOption:TimeRangeFilter', timeRangeFilter_nullOption - This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

timeRangeFilter_includeMaximum :: Lens' TimeRangeFilter (Maybe Bool) Source #

Determines whether the maximum value in the filter value range should be included in the filtered results.

timeRangeFilter_includeMinimum :: Lens' TimeRangeFilter (Maybe Bool) Source #

Determines whether the minimum value in the filter value range should be included in the filtered results.

timeRangeFilter_timeGranularity :: Lens' TimeRangeFilter (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

timeRangeFilter_filterId :: Lens' TimeRangeFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

timeRangeFilter_column :: Lens' TimeRangeFilter ColumnIdentifier Source #

The column that the filter is applied to.

timeRangeFilter_nullOption :: Lens' TimeRangeFilter FilterNullOption Source #

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.

TimeRangeFilterValue

data TimeRangeFilterValue Source #

The value of a time range filter.

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

See: newTimeRangeFilterValue smart constructor.

Constructors

TimeRangeFilterValue' 

Fields

Instances

Instances details
FromJSON TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

ToJSON TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Generic TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Associated Types

type Rep TimeRangeFilterValue :: Type -> Type #

Show TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

NFData TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Methods

rnf :: TimeRangeFilterValue -> () #

Eq TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

Hashable TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

type Rep TimeRangeFilterValue Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TimeRangeFilterValue

type Rep TimeRangeFilterValue = D1 ('MetaData "TimeRangeFilterValue" "Amazonka.QuickSight.Types.TimeRangeFilterValue" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TimeRangeFilterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rollingDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollingDateConfiguration)) :*: S1 ('MetaSel ('Just "staticValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newTimeRangeFilterValue :: TimeRangeFilterValue Source #

Create a value of TimeRangeFilterValue 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:parameter:TimeRangeFilterValue', timeRangeFilterValue_parameter - The parameter type input value.

$sel:rollingDate:TimeRangeFilterValue', timeRangeFilterValue_rollingDate - The rolling date input value.

$sel:staticValue:TimeRangeFilterValue', timeRangeFilterValue_staticValue - The static input value.

TooltipItem

data TooltipItem Source #

The tooltip.

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

See: newTooltipItem smart constructor.

Constructors

TooltipItem' 

Fields

Instances

Instances details
FromJSON TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

ToJSON TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Generic TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Associated Types

type Rep TooltipItem :: Type -> Type #

Read TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Show TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

NFData TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Methods

rnf :: TooltipItem -> () #

Eq TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

Hashable TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

type Rep TooltipItem Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipItem

type Rep TooltipItem = D1 ('MetaData "TooltipItem" "Amazonka.QuickSight.Types.TooltipItem" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TooltipItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnTooltipItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnTooltipItem)) :*: S1 ('MetaSel ('Just "fieldTooltipItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldTooltipItem))))

newTooltipItem :: TooltipItem Source #

Create a value of TooltipItem 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:columnTooltipItem:TooltipItem', tooltipItem_columnTooltipItem - The tooltip item for the columns that are not part of a field well.

$sel:fieldTooltipItem:TooltipItem', tooltipItem_fieldTooltipItem - The tooltip item for the fields.

tooltipItem_columnTooltipItem :: Lens' TooltipItem (Maybe ColumnTooltipItem) Source #

The tooltip item for the columns that are not part of a field well.

TooltipOptions

data TooltipOptions Source #

The display options for the visual tooltip.

See: newTooltipOptions smart constructor.

Constructors

TooltipOptions' 

Fields

Instances

Instances details
FromJSON TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

ToJSON TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

Generic TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

Associated Types

type Rep TooltipOptions :: Type -> Type #

Read TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

Show TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

NFData TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

Methods

rnf :: TooltipOptions -> () #

Eq TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

Hashable TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

type Rep TooltipOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TooltipOptions

type Rep TooltipOptions = D1 ('MetaData "TooltipOptions" "Amazonka.QuickSight.Types.TooltipOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TooltipOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldBasedTooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldBasedTooltip)) :*: (S1 ('MetaSel ('Just "selectedTooltipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectedTooltipType)) :*: S1 ('MetaSel ('Just "tooltipVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newTooltipOptions :: TooltipOptions Source #

Create a value of TooltipOptions 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:fieldBasedTooltip:TooltipOptions', tooltipOptions_fieldBasedTooltip - The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

$sel:selectedTooltipType:TooltipOptions', tooltipOptions_selectedTooltipType - The selected type for the tooltip. Choose one of the following options:

  • BASIC: A basic tooltip.
  • DETAILED: A detailed tooltip.

$sel:tooltipVisibility:TooltipOptions', tooltipOptions_tooltipVisibility - Determines whether or not the tooltip is visible.

tooltipOptions_fieldBasedTooltip :: Lens' TooltipOptions (Maybe FieldBasedTooltip) Source #

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

tooltipOptions_selectedTooltipType :: Lens' TooltipOptions (Maybe SelectedTooltipType) Source #

The selected type for the tooltip. Choose one of the following options:

  • BASIC: A basic tooltip.
  • DETAILED: A detailed tooltip.

tooltipOptions_tooltipVisibility :: Lens' TooltipOptions (Maybe Visibility) Source #

Determines whether or not the tooltip is visible.

TopBottomFilter

data TopBottomFilter Source #

A TopBottomFilter filters values that are at the top or the bottom.

See: newTopBottomFilter smart constructor.

Constructors

TopBottomFilter' 

Fields

Instances

Instances details
FromJSON TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

ToJSON TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

Generic TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

Associated Types

type Rep TopBottomFilter :: Type -> Type #

Read TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

Show TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

NFData TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

Methods

rnf :: TopBottomFilter -> () #

Eq TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

Hashable TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

type Rep TopBottomFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomFilter

type Rep TopBottomFilter = D1 ('MetaData "TopBottomFilter" "Amazonka.QuickSight.Types.TopBottomFilter" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TopBottomFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity)))) :*: (S1 ('MetaSel ('Just "filterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier) :*: S1 ('MetaSel ('Just "aggregationSortConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AggregationSortConfiguration])))))

newTopBottomFilter Source #

Create a value of TopBottomFilter 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:limit:TopBottomFilter', topBottomFilter_limit - The number of items to include in the top bottom filter results.

$sel:parameterName:TopBottomFilter', topBottomFilter_parameterName - The parameter whose value should be used for the filter value.

$sel:timeGranularity:TopBottomFilter', topBottomFilter_timeGranularity - The level of time precision that is used to aggregate DateTime values.

$sel:filterId:TopBottomFilter', topBottomFilter_filterId - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

TopBottomFilter, topBottomFilter_column - The column that the filter is applied to.

$sel:aggregationSortConfigurations:TopBottomFilter', topBottomFilter_aggregationSortConfigurations - The aggregation and sort configuration of the top bottom filter.

topBottomFilter_limit :: Lens' TopBottomFilter (Maybe Int) Source #

The number of items to include in the top bottom filter results.

topBottomFilter_parameterName :: Lens' TopBottomFilter (Maybe Text) Source #

The parameter whose value should be used for the filter value.

topBottomFilter_timeGranularity :: Lens' TopBottomFilter (Maybe TimeGranularity) Source #

The level of time precision that is used to aggregate DateTime values.

topBottomFilter_filterId :: Lens' TopBottomFilter Text Source #

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

topBottomFilter_column :: Lens' TopBottomFilter ColumnIdentifier Source #

The column that the filter is applied to.

topBottomFilter_aggregationSortConfigurations :: Lens' TopBottomFilter [AggregationSortConfiguration] Source #

The aggregation and sort configuration of the top bottom filter.

TopBottomMoversComputation

data TopBottomMoversComputation Source #

The top movers and bottom movers computation setup.

See: newTopBottomMoversComputation smart constructor.

Constructors

TopBottomMoversComputation' 

Fields

Instances

Instances details
FromJSON TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

ToJSON TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Generic TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Associated Types

type Rep TopBottomMoversComputation :: Type -> Type #

Show TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

NFData TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Eq TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

Hashable TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

type Rep TopBottomMoversComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomMoversComputation

newTopBottomMoversComputation Source #

Create a value of TopBottomMoversComputation 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:moverSize:TopBottomMoversComputation', topBottomMoversComputation_moverSize - The mover size setup of the top and bottom movers computation.

$sel:name:TopBottomMoversComputation', topBottomMoversComputation_name - The name of a computation.

$sel:sortOrder:TopBottomMoversComputation', topBottomMoversComputation_sortOrder - The sort order setup of the top and bottom movers computation.

$sel:value:TopBottomMoversComputation', topBottomMoversComputation_value - The value field that is used in a computation.

$sel:computationId:TopBottomMoversComputation', topBottomMoversComputation_computationId - The ID for a computation.

$sel:time:TopBottomMoversComputation', topBottomMoversComputation_time - The time field that is used in a computation.

$sel:category:TopBottomMoversComputation', topBottomMoversComputation_category - The category field that is used in a computation.

$sel:type':TopBottomMoversComputation', topBottomMoversComputation_type - The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.

topBottomMoversComputation_moverSize :: Lens' TopBottomMoversComputation (Maybe Natural) Source #

The mover size setup of the top and bottom movers computation.

topBottomMoversComputation_sortOrder :: Lens' TopBottomMoversComputation (Maybe TopBottomSortOrder) Source #

The sort order setup of the top and bottom movers computation.

topBottomMoversComputation_type :: Lens' TopBottomMoversComputation TopBottomComputationType Source #

The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.

TopBottomRankedComputation

data TopBottomRankedComputation Source #

The top ranked and bottom ranked computation configuration.

See: newTopBottomRankedComputation smart constructor.

Constructors

TopBottomRankedComputation' 

Fields

Instances

Instances details
FromJSON TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

ToJSON TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Generic TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Associated Types

type Rep TopBottomRankedComputation :: Type -> Type #

Show TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

NFData TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Eq TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

Hashable TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

type Rep TopBottomRankedComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TopBottomRankedComputation

type Rep TopBottomRankedComputation = D1 ('MetaData "TopBottomRankedComputation" "Amazonka.QuickSight.Types.TopBottomRankedComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TopBottomRankedComputation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resultSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeasureField)))) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TopBottomComputationType)))))

newTopBottomRankedComputation Source #

Create a value of TopBottomRankedComputation 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:name:TopBottomRankedComputation', topBottomRankedComputation_name - The name of a computation.

$sel:resultSize:TopBottomRankedComputation', topBottomRankedComputation_resultSize - The result size of a top and bottom ranked computation.

$sel:value:TopBottomRankedComputation', topBottomRankedComputation_value - The value field that is used in a computation.

$sel:computationId:TopBottomRankedComputation', topBottomRankedComputation_computationId - The ID for a computation.

$sel:category:TopBottomRankedComputation', topBottomRankedComputation_category - The category field that is used in a computation.

$sel:type':TopBottomRankedComputation', topBottomRankedComputation_type - The computation type. Choose one of the following options:

  • TOP: A top ranked computation.
  • BOTTOM: A bottom ranked computation.

topBottomRankedComputation_resultSize :: Lens' TopBottomRankedComputation (Maybe Natural) Source #

The result size of a top and bottom ranked computation.

topBottomRankedComputation_type :: Lens' TopBottomRankedComputation TopBottomComputationType Source #

The computation type. Choose one of the following options:

  • TOP: A top ranked computation.
  • BOTTOM: A bottom ranked computation.

TotalAggregationComputation

data TotalAggregationComputation Source #

The total aggregation computation configuration.

See: newTotalAggregationComputation smart constructor.

Constructors

TotalAggregationComputation' 

Fields

Instances

Instances details
FromJSON TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

ToJSON TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Generic TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Associated Types

type Rep TotalAggregationComputation :: Type -> Type #

Show TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

NFData TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Eq TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

Hashable TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

type Rep TotalAggregationComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalAggregationComputation

type Rep TotalAggregationComputation = D1 ('MetaData "TotalAggregationComputation" "Amazonka.QuickSight.Types.TotalAggregationComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TotalAggregationComputation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MeasureField))))

newTotalAggregationComputation Source #

Create a value of TotalAggregationComputation 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:name:TotalAggregationComputation', totalAggregationComputation_name - The name of a computation.

$sel:computationId:TotalAggregationComputation', totalAggregationComputation_computationId - The ID for a computation.

$sel:value:TotalAggregationComputation', totalAggregationComputation_value - The value field that is used in a computation.

TotalOptions

data TotalOptions Source #

The total options for a table visual.

See: newTotalOptions smart constructor.

Constructors

TotalOptions' 

Fields

Instances

Instances details
FromJSON TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

ToJSON TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Generic TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Associated Types

type Rep TotalOptions :: Type -> Type #

Read TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Show TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

NFData TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Methods

rnf :: TotalOptions -> () #

Eq TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

Hashable TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

type Rep TotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TotalOptions

type Rep TotalOptions = D1 ('MetaData "TotalOptions" "Amazonka.QuickSight.Types.TotalOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TotalOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "placement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableTotalsPlacement))) :*: (S1 ('MetaSel ('Just "scrollStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableTotalsScrollStatus)) :*: (S1 ('MetaSel ('Just "totalCellStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableCellStyle)) :*: S1 ('MetaSel ('Just "totalsVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))))

newTotalOptions :: TotalOptions Source #

Create a value of TotalOptions 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:customLabel:TotalOptions', totalOptions_customLabel - The custom label string for the total cells.

$sel:placement:TotalOptions', totalOptions_placement - The placement (start, end) for the total cells.

$sel:scrollStatus:TotalOptions', totalOptions_scrollStatus - The scroll status (pinned, scrolled) for the total cells.

$sel:totalCellStyle:TotalOptions', totalOptions_totalCellStyle - Cell styling options for the total cells.

$sel:totalsVisibility:TotalOptions', totalOptions_totalsVisibility - The visibility configuration for the total cells.

totalOptions_customLabel :: Lens' TotalOptions (Maybe Text) Source #

The custom label string for the total cells.

totalOptions_placement :: Lens' TotalOptions (Maybe TableTotalsPlacement) Source #

The placement (start, end) for the total cells.

totalOptions_scrollStatus :: Lens' TotalOptions (Maybe TableTotalsScrollStatus) Source #

The scroll status (pinned, scrolled) for the total cells.

totalOptions_totalCellStyle :: Lens' TotalOptions (Maybe TableCellStyle) Source #

Cell styling options for the total cells.

totalOptions_totalsVisibility :: Lens' TotalOptions (Maybe Visibility) Source #

The visibility configuration for the total cells.

TransformOperation

data TransformOperation Source #

A data transformation on a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

See: newTransformOperation smart constructor.

Constructors

TransformOperation' 

Fields

Instances

Instances details
FromJSON TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

ToJSON TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Generic TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Associated Types

type Rep TransformOperation :: Type -> Type #

Show TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

NFData TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Methods

rnf :: TransformOperation -> () #

Eq TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Hashable TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

type Rep TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

type Rep TransformOperation = D1 ('MetaData "TransformOperation" "Amazonka.QuickSight.Types.TransformOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TransformOperation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "castColumnTypeOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CastColumnTypeOperation)) :*: (S1 ('MetaSel ('Just "createColumnsOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateColumnsOperation)) :*: S1 ('MetaSel ('Just "filterOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterOperation)))) :*: ((S1 ('MetaSel ('Just "projectOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectOperation)) :*: S1 ('MetaSel ('Just "renameColumnOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenameColumnOperation))) :*: (S1 ('MetaSel ('Just "tagColumnOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagColumnOperation)) :*: S1 ('MetaSel ('Just "untagColumnOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UntagColumnOperation))))))

newTransformOperation :: TransformOperation Source #

Create a value of TransformOperation 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:castColumnTypeOperation:TransformOperation', transformOperation_castColumnTypeOperation - A transform operation that casts a column to a different type.

$sel:createColumnsOperation:TransformOperation', transformOperation_createColumnsOperation - An operation that creates calculated columns. Columns created in one such operation form a lexical closure.

$sel:filterOperation:TransformOperation', transformOperation_filterOperation - An operation that filters rows based on some condition.

$sel:projectOperation:TransformOperation', transformOperation_projectOperation - An operation that projects columns. Operations that come after a projection can only refer to projected columns.

$sel:renameColumnOperation:TransformOperation', transformOperation_renameColumnOperation - An operation that renames a column.

$sel:tagColumnOperation:TransformOperation', transformOperation_tagColumnOperation - An operation that tags a column with additional information.

$sel:untagColumnOperation:TransformOperation', transformOperation_untagColumnOperation - Undocumented member.

transformOperation_castColumnTypeOperation :: Lens' TransformOperation (Maybe CastColumnTypeOperation) Source #

A transform operation that casts a column to a different type.

transformOperation_createColumnsOperation :: Lens' TransformOperation (Maybe CreateColumnsOperation) Source #

An operation that creates calculated columns. Columns created in one such operation form a lexical closure.

transformOperation_filterOperation :: Lens' TransformOperation (Maybe FilterOperation) Source #

An operation that filters rows based on some condition.

transformOperation_projectOperation :: Lens' TransformOperation (Maybe ProjectOperation) Source #

An operation that projects columns. Operations that come after a projection can only refer to projected columns.

transformOperation_tagColumnOperation :: Lens' TransformOperation (Maybe TagColumnOperation) Source #

An operation that tags a column with additional information.

TreeMapAggregatedFieldWells

data TreeMapAggregatedFieldWells Source #

Aggregated field wells of a tree map.

See: newTreeMapAggregatedFieldWells smart constructor.

Constructors

TreeMapAggregatedFieldWells' 

Fields

  • colors :: Maybe [MeasureField]

    The color field well of a tree map. Values are grouped by aggregations based on group by fields.

  • groups :: Maybe [DimensionField]

    The group by field well of a tree map. Values are grouped based on group by fields.

  • sizes :: Maybe [MeasureField]

    The size field well of a tree map. Values are aggregated based on group by fields.

Instances

Instances details
FromJSON TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

ToJSON TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Generic TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Associated Types

type Rep TreeMapAggregatedFieldWells :: Type -> Type #

Show TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

NFData TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Eq TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Hashable TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

type Rep TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

type Rep TreeMapAggregatedFieldWells = D1 ('MetaData "TreeMapAggregatedFieldWells" "Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TreeMapAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "sizes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newTreeMapAggregatedFieldWells :: TreeMapAggregatedFieldWells Source #

Create a value of TreeMapAggregatedFieldWells 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:colors:TreeMapAggregatedFieldWells', treeMapAggregatedFieldWells_colors - The color field well of a tree map. Values are grouped by aggregations based on group by fields.

$sel:groups:TreeMapAggregatedFieldWells', treeMapAggregatedFieldWells_groups - The group by field well of a tree map. Values are grouped based on group by fields.

$sel:sizes:TreeMapAggregatedFieldWells', treeMapAggregatedFieldWells_sizes - The size field well of a tree map. Values are aggregated based on group by fields.

treeMapAggregatedFieldWells_colors :: Lens' TreeMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

treeMapAggregatedFieldWells_groups :: Lens' TreeMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a tree map. Values are grouped based on group by fields.

treeMapAggregatedFieldWells_sizes :: Lens' TreeMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field well of a tree map. Values are aggregated based on group by fields.

TreeMapConfiguration

data TreeMapConfiguration Source #

The configuration of a tree map.

See: newTreeMapConfiguration smart constructor.

Constructors

TreeMapConfiguration' 

Fields

Instances

Instances details
FromJSON TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

ToJSON TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Generic TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Associated Types

type Rep TreeMapConfiguration :: Type -> Type #

Show TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

NFData TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Methods

rnf :: TreeMapConfiguration -> () #

Eq TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

Hashable TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

type Rep TreeMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapConfiguration

newTreeMapConfiguration :: TreeMapConfiguration Source #

Create a value of TreeMapConfiguration 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:colorLabelOptions:TreeMapConfiguration', treeMapConfiguration_colorLabelOptions - The label options (label text, label visibility) for the colors displayed in a tree map.

$sel:colorScale:TreeMapConfiguration', treeMapConfiguration_colorScale - The color options (gradient color, point of divergence) of a tree map.

$sel:dataLabels:TreeMapConfiguration', treeMapConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:fieldWells:TreeMapConfiguration', treeMapConfiguration_fieldWells - The field wells of the visual.

$sel:groupLabelOptions:TreeMapConfiguration', treeMapConfiguration_groupLabelOptions - The label options (label text, label visibility) of the groups that are displayed in a tree map.

$sel:legend:TreeMapConfiguration', treeMapConfiguration_legend - The legend display setup of the visual.

$sel:sizeLabelOptions:TreeMapConfiguration', treeMapConfiguration_sizeLabelOptions - The label options (label text, label visibility) of the sizes that are displayed in a tree map.

$sel:sortConfiguration:TreeMapConfiguration', treeMapConfiguration_sortConfiguration - The sort configuration of a tree map.

$sel:tooltip:TreeMapConfiguration', treeMapConfiguration_tooltip - The tooltip display setup of the visual.

treeMapConfiguration_colorLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) for the colors displayed in a tree map.

treeMapConfiguration_colorScale :: Lens' TreeMapConfiguration (Maybe ColorScale) Source #

The color options (gradient color, point of divergence) of a tree map.

treeMapConfiguration_dataLabels :: Lens' TreeMapConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

treeMapConfiguration_groupLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) of the groups that are displayed in a tree map.

treeMapConfiguration_sizeLabelOptions :: Lens' TreeMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility) of the sizes that are displayed in a tree map.

TreeMapFieldWells

data TreeMapFieldWells Source #

The field wells of a tree map.

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

See: newTreeMapFieldWells smart constructor.

Constructors

TreeMapFieldWells' 

Fields

Instances

Instances details
FromJSON TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

ToJSON TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

Generic TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

Associated Types

type Rep TreeMapFieldWells :: Type -> Type #

Show TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

NFData TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

Methods

rnf :: TreeMapFieldWells -> () #

Eq TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

Hashable TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

type Rep TreeMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapFieldWells

type Rep TreeMapFieldWells = D1 ('MetaData "TreeMapFieldWells" "Amazonka.QuickSight.Types.TreeMapFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TreeMapFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "treeMapAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TreeMapAggregatedFieldWells))))

newTreeMapFieldWells :: TreeMapFieldWells Source #

Create a value of TreeMapFieldWells 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:treeMapAggregatedFieldWells:TreeMapFieldWells', treeMapFieldWells_treeMapAggregatedFieldWells - The aggregated field wells of a tree map.

TreeMapSortConfiguration

data TreeMapSortConfiguration Source #

The sort configuration of a tree map.

See: newTreeMapSortConfiguration smart constructor.

Constructors

TreeMapSortConfiguration' 

Fields

Instances

Instances details
FromJSON TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

ToJSON TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Generic TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Associated Types

type Rep TreeMapSortConfiguration :: Type -> Type #

Read TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Show TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

NFData TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Eq TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Hashable TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

type Rep TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

type Rep TreeMapSortConfiguration = D1 ('MetaData "TreeMapSortConfiguration" "Amazonka.QuickSight.Types.TreeMapSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TreeMapSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "treeMapGroupItemsLimitConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "treeMapSort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newTreeMapSortConfiguration :: TreeMapSortConfiguration Source #

Create a value of TreeMapSortConfiguration 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:treeMapGroupItemsLimitConfiguration:TreeMapSortConfiguration', treeMapSortConfiguration_treeMapGroupItemsLimitConfiguration - The limit on the number of groups that are displayed.

$sel:treeMapSort:TreeMapSortConfiguration', treeMapSortConfiguration_treeMapSort - The sort configuration of group by fields.

TreeMapVisual

data TreeMapVisual Source #

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

See: newTreeMapVisual smart constructor.

Constructors

TreeMapVisual' 

Fields

Instances

Instances details
FromJSON TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

ToJSON TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Generic TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Associated Types

type Rep TreeMapVisual :: Type -> Type #

Show TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

NFData TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Methods

rnf :: TreeMapVisual -> () #

Eq TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Hashable TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

type Rep TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

newTreeMapVisual Source #

Create a value of TreeMapVisual 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:actions:TreeMapVisual', treeMapVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:TreeMapVisual', treeMapVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:TreeMapVisual', treeMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:TreeMapVisual', treeMapVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:TreeMapVisual', treeMapVisual_title - The title that is displayed on the visual.

$sel:visualId:TreeMapVisual', treeMapVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

treeMapVisual_actions :: Lens' TreeMapVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

treeMapVisual_columnHierarchies :: Lens' TreeMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

treeMapVisual_subtitle :: Lens' TreeMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

treeMapVisual_title :: Lens' TreeMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

treeMapVisual_visualId :: Lens' TreeMapVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

TrendArrowOptions

data TrendArrowOptions Source #

The options that determine the presentation of trend arrows in a KPI visual.

See: newTrendArrowOptions smart constructor.

Constructors

TrendArrowOptions' 

Fields

Instances

Instances details
FromJSON TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

ToJSON TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Generic TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Associated Types

type Rep TrendArrowOptions :: Type -> Type #

Read TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Show TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

NFData TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Methods

rnf :: TrendArrowOptions -> () #

Eq TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

Hashable TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

type Rep TrendArrowOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TrendArrowOptions

type Rep TrendArrowOptions = D1 ('MetaData "TrendArrowOptions" "Amazonka.QuickSight.Types.TrendArrowOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TrendArrowOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newTrendArrowOptions :: TrendArrowOptions Source #

Create a value of TrendArrowOptions 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:visibility:TrendArrowOptions', trendArrowOptions_visibility - The visibility of the trend arrows.

TwitterParameters

data TwitterParameters Source #

The parameters for Twitter.

See: newTwitterParameters smart constructor.

Constructors

TwitterParameters' 

Fields

Instances

Instances details
FromJSON TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

ToJSON TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Generic TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Associated Types

type Rep TwitterParameters :: Type -> Type #

Read TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Show TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

NFData TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Methods

rnf :: TwitterParameters -> () #

Eq TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Hashable TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

type Rep TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

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

newTwitterParameters Source #

Create a value of TwitterParameters 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:query:TwitterParameters', twitterParameters_query - Twitter query string.

$sel:maxRows:TwitterParameters', twitterParameters_maxRows - Maximum number of rows to query Twitter.

twitterParameters_maxRows :: Lens' TwitterParameters Natural Source #

Maximum number of rows to query Twitter.

Typography

data Typography Source #

Determines the typography options.

See: newTypography smart constructor.

Constructors

Typography' 

Fields

Instances

Instances details
FromJSON Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

ToJSON Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Generic Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Associated Types

type Rep Typography :: Type -> Type #

Read Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Show Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

NFData Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Methods

rnf :: Typography -> () #

Eq Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

Hashable Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

type Rep Typography Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Typography

type Rep Typography = D1 ('MetaData "Typography" "Amazonka.QuickSight.Types.Typography" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Typography'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fontFamilies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Font]))))

newTypography :: Typography Source #

Create a value of Typography 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:fontFamilies:Typography', typography_fontFamilies - Determines the list of font families.

typography_fontFamilies :: Lens' Typography (Maybe [Font]) Source #

Determines the list of font families.

UIColorPalette

data UIColorPalette Source #

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

See: newUIColorPalette smart constructor.

Constructors

UIColorPalette' 

Fields

  • accent :: Maybe Text

    This color is that applies to selected states and buttons.

  • accentForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the accent color.

  • danger :: Maybe Text

    The color that applies to error messages.

  • dangerForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the error color.

  • dimension :: Maybe Text

    The color that applies to the names of fields that are identified as dimensions.

  • dimensionForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the dimension color.

  • measure :: Maybe Text

    The color that applies to the names of fields that are identified as measures.

  • measureForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the measure color.

  • primaryBackground :: Maybe Text

    The background color that applies to visuals and other high emphasis UI.

  • primaryForeground :: Maybe Text

    The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

  • secondaryBackground :: Maybe Text

    The background color that applies to the sheet background and sheet controls.

  • secondaryForeground :: Maybe Text

    The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

  • success :: Maybe Text

    The color that applies to success messages, for example the check mark for a successful download.

  • successForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the success color.

  • warning :: Maybe Text

    This color that applies to warning and informational messages.

  • warningForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the warning color.

Instances

Instances details
FromJSON UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

ToJSON UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Generic UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Associated Types

type Rep UIColorPalette :: Type -> Type #

Read UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Show UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

NFData UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Methods

rnf :: UIColorPalette -> () #

Eq UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Hashable UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

type Rep UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

type Rep UIColorPalette = D1 ('MetaData "UIColorPalette" "Amazonka.QuickSight.Types.UIColorPalette" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UIColorPalette'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accentForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "danger") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dangerForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dimensionForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "measure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "measureForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "primaryBackground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "primaryForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secondaryBackground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secondaryForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "success") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "successForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "warning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warningForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newUIColorPalette :: UIColorPalette Source #

Create a value of UIColorPalette 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:accent:UIColorPalette', uIColorPalette_accent - This color is that applies to selected states and buttons.

$sel:accentForeground:UIColorPalette', uIColorPalette_accentForeground - The foreground color that applies to any text or other elements that appear over the accent color.

$sel:danger:UIColorPalette', uIColorPalette_danger - The color that applies to error messages.

$sel:dangerForeground:UIColorPalette', uIColorPalette_dangerForeground - The foreground color that applies to any text or other elements that appear over the error color.

$sel:dimension:UIColorPalette', uIColorPalette_dimension - The color that applies to the names of fields that are identified as dimensions.

$sel:dimensionForeground:UIColorPalette', uIColorPalette_dimensionForeground - The foreground color that applies to any text or other elements that appear over the dimension color.

$sel:measure:UIColorPalette', uIColorPalette_measure - The color that applies to the names of fields that are identified as measures.

$sel:measureForeground:UIColorPalette', uIColorPalette_measureForeground - The foreground color that applies to any text or other elements that appear over the measure color.

$sel:primaryBackground:UIColorPalette', uIColorPalette_primaryBackground - The background color that applies to visuals and other high emphasis UI.

$sel:primaryForeground:UIColorPalette', uIColorPalette_primaryForeground - The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

$sel:secondaryBackground:UIColorPalette', uIColorPalette_secondaryBackground - The background color that applies to the sheet background and sheet controls.

$sel:secondaryForeground:UIColorPalette', uIColorPalette_secondaryForeground - The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

$sel:success:UIColorPalette', uIColorPalette_success - The color that applies to success messages, for example the check mark for a successful download.

$sel:successForeground:UIColorPalette', uIColorPalette_successForeground - The foreground color that applies to any text or other elements that appear over the success color.

$sel:warning:UIColorPalette', uIColorPalette_warning - This color that applies to warning and informational messages.

$sel:warningForeground:UIColorPalette', uIColorPalette_warningForeground - The foreground color that applies to any text or other elements that appear over the warning color.

uIColorPalette_accent :: Lens' UIColorPalette (Maybe Text) Source #

This color is that applies to selected states and buttons.

uIColorPalette_accentForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the accent color.

uIColorPalette_danger :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to error messages.

uIColorPalette_dangerForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the error color.

uIColorPalette_dimension :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to the names of fields that are identified as dimensions.

uIColorPalette_dimensionForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the dimension color.

uIColorPalette_measure :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to the names of fields that are identified as measures.

uIColorPalette_measureForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the measure color.

uIColorPalette_primaryBackground :: Lens' UIColorPalette (Maybe Text) Source #

The background color that applies to visuals and other high emphasis UI.

uIColorPalette_primaryForeground :: Lens' UIColorPalette (Maybe Text) Source #

The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

uIColorPalette_secondaryBackground :: Lens' UIColorPalette (Maybe Text) Source #

The background color that applies to the sheet background and sheet controls.

uIColorPalette_secondaryForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

uIColorPalette_success :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to success messages, for example the check mark for a successful download.

uIColorPalette_successForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the success color.

uIColorPalette_warning :: Lens' UIColorPalette (Maybe Text) Source #

This color that applies to warning and informational messages.

uIColorPalette_warningForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the warning color.

UnaggregatedField

data UnaggregatedField Source #

The unaggregated field for a table.

See: newUnaggregatedField smart constructor.

Constructors

UnaggregatedField' 

Fields

Instances

Instances details
FromJSON UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

ToJSON UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Generic UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Associated Types

type Rep UnaggregatedField :: Type -> Type #

Show UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

NFData UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Methods

rnf :: UnaggregatedField -> () #

Eq UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

Hashable UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

type Rep UnaggregatedField Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UnaggregatedField

type Rep UnaggregatedField = D1 ('MetaData "UnaggregatedField" "Amazonka.QuickSight.Types.UnaggregatedField" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UnaggregatedField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FormatConfiguration)) :*: (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "column") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColumnIdentifier))))

newUnaggregatedField Source #

Create a value of UnaggregatedField 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:formatConfiguration:UnaggregatedField', unaggregatedField_formatConfiguration - The format configuration of the field.

$sel:fieldId:UnaggregatedField', unaggregatedField_fieldId - The custom field ID.

$sel:column:UnaggregatedField', unaggregatedField_column - The column that is used in the UnaggregatedField.

unaggregatedField_column :: Lens' UnaggregatedField ColumnIdentifier Source #

The column that is used in the UnaggregatedField.

UniqueValuesComputation

data UniqueValuesComputation Source #

The unique values computation configuration.

See: newUniqueValuesComputation smart constructor.

Constructors

UniqueValuesComputation' 

Fields

Instances

Instances details
FromJSON UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

ToJSON UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

Generic UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

Associated Types

type Rep UniqueValuesComputation :: Type -> Type #

Show UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

NFData UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

Methods

rnf :: UniqueValuesComputation -> () #

Eq UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

Hashable UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

type Rep UniqueValuesComputation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UniqueValuesComputation

type Rep UniqueValuesComputation = D1 ('MetaData "UniqueValuesComputation" "Amazonka.QuickSight.Types.UniqueValuesComputation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UniqueValuesComputation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "computationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionField))))

newUniqueValuesComputation Source #

Create a value of UniqueValuesComputation 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:name:UniqueValuesComputation', uniqueValuesComputation_name - The name of a computation.

$sel:computationId:UniqueValuesComputation', uniqueValuesComputation_computationId - The ID for a computation.

$sel:category:UniqueValuesComputation', uniqueValuesComputation_category - The category field that is used in a computation.

uniqueValuesComputation_category :: Lens' UniqueValuesComputation DimensionField Source #

The category field that is used in a computation.

UntagColumnOperation

data UntagColumnOperation Source #

A transform operation that removes tags associated with a column.

See: newUntagColumnOperation smart constructor.

Constructors

UntagColumnOperation' 

Fields

Instances

Instances details
FromJSON UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

ToJSON UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Generic UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Associated Types

type Rep UntagColumnOperation :: Type -> Type #

Read UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Show UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

NFData UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Methods

rnf :: UntagColumnOperation -> () #

Eq UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Hashable UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

type Rep UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

type Rep UntagColumnOperation = D1 ('MetaData "UntagColumnOperation" "Amazonka.QuickSight.Types.UntagColumnOperation" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UntagColumnOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ColumnTagName])))

newUntagColumnOperation Source #

Create a value of UntagColumnOperation 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:columnName:UntagColumnOperation', untagColumnOperation_columnName - The column that this operation acts on.

$sel:tagNames:UntagColumnOperation', untagColumnOperation_tagNames - The column tags to remove from this column.

untagColumnOperation_columnName :: Lens' UntagColumnOperation Text Source #

The column that this operation acts on.

untagColumnOperation_tagNames :: Lens' UntagColumnOperation [ColumnTagName] Source #

The column tags to remove from this column.

UploadSettings

data UploadSettings Source #

Information about the format for a source file or files.

See: newUploadSettings smart constructor.

Constructors

UploadSettings' 

Fields

Instances

Instances details
FromJSON UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

ToJSON UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Generic UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Associated Types

type Rep UploadSettings :: Type -> Type #

Read UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Show UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

NFData UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Methods

rnf :: UploadSettings -> () #

Eq UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Hashable UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

type Rep UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

type Rep UploadSettings = D1 ('MetaData "UploadSettings" "Amazonka.QuickSight.Types.UploadSettings" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UploadSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containsHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileFormat)) :*: (S1 ('MetaSel ('Just "startFromRow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "textQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextQualifier))))))

newUploadSettings :: UploadSettings Source #

Create a value of UploadSettings 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:containsHeader:UploadSettings', uploadSettings_containsHeader - Whether the file has a header row, or the files each have a header row.

$sel:delimiter:UploadSettings', uploadSettings_delimiter - The delimiter between values in the file.

$sel:format:UploadSettings', uploadSettings_format - File format.

$sel:startFromRow:UploadSettings', uploadSettings_startFromRow - A row number to start reading data from.

$sel:textQualifier:UploadSettings', uploadSettings_textQualifier - Text qualifier.

uploadSettings_containsHeader :: Lens' UploadSettings (Maybe Bool) Source #

Whether the file has a header row, or the files each have a header row.

uploadSettings_delimiter :: Lens' UploadSettings (Maybe Text) Source #

The delimiter between values in the file.

uploadSettings_startFromRow :: Lens' UploadSettings (Maybe Natural) Source #

A row number to start reading data from.

User

data User Source #

A registered user of Amazon QuickSight.

See: newUser smart constructor.

Constructors

User' 

Fields

  • active :: Maybe Bool

    The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) for the user.

  • customPermissionsName :: Maybe Text

    The custom permissions profile associated with this user.

  • email :: Maybe Text

    The user's email address.

  • externalLoginFederationProviderType :: Maybe Text

    The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.

    • COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
    • CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.
  • externalLoginFederationProviderUrl :: Maybe Text

    The URL of the external login provider.

  • externalLoginId :: Maybe Text

    The identity ID for the user in the external login provider.

  • identityType :: Maybe IdentityType

    The type of identity authentication used by the user.

  • principalId :: Maybe Text

    The principal ID of the user.

  • role' :: Maybe UserRole

    The Amazon QuickSight role for the user. The user role can be one of the following:.

    • READER: A user who has read-only access to dashboards.
    • AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
    • ADMIN: A user who is an author, who can also manage Amazon Amazon QuickSight settings.
    • RESTRICTED_READER: This role isn't currently available for use.
    • RESTRICTED_AUTHOR: This role isn't currently available for use.
  • userName :: Maybe Text

    The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.

Instances

Instances details
FromJSON User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Generic User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

Read User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Show User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

NFData User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

rnf :: User -> () #

Eq User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Hashable User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

type Rep User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

type Rep User = D1 ('MetaData "User" "Amazonka.QuickSight.Types.User" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "User'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "customPermissionsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalLoginFederationProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "externalLoginFederationProviderUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "externalLoginId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)))) :*: (S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserRole)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newUser :: User Source #

Create a value of User 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:active:User', user_active - The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.

$sel:arn:User', user_arn - The Amazon Resource Name (ARN) for the user.

$sel:customPermissionsName:User', user_customPermissionsName - The custom permissions profile associated with this user.

$sel:email:User', user_email - The user's email address.

$sel:externalLoginFederationProviderType:User', user_externalLoginFederationProviderType - The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.

  • COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
  • CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.

$sel:externalLoginFederationProviderUrl:User', user_externalLoginFederationProviderUrl - The URL of the external login provider.

$sel:externalLoginId:User', user_externalLoginId - The identity ID for the user in the external login provider.

$sel:identityType:User', user_identityType - The type of identity authentication used by the user.

$sel:principalId:User', user_principalId - The principal ID of the user.

$sel:role':User', user_role - The Amazon QuickSight role for the user. The user role can be one of the following:.

  • READER: A user who has read-only access to dashboards.
  • AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
  • ADMIN: A user who is an author, who can also manage Amazon Amazon QuickSight settings.
  • RESTRICTED_READER: This role isn't currently available for use.
  • RESTRICTED_AUTHOR: This role isn't currently available for use.

$sel:userName:User', user_userName - The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.

user_active :: Lens' User (Maybe Bool) Source #

The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.

user_arn :: Lens' User (Maybe Text) Source #

The Amazon Resource Name (ARN) for the user.

user_customPermissionsName :: Lens' User (Maybe Text) Source #

The custom permissions profile associated with this user.

user_email :: Lens' User (Maybe Text) Source #

The user's email address.

user_externalLoginFederationProviderType :: Lens' User (Maybe Text) Source #

The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.

  • COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
  • CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.

user_externalLoginFederationProviderUrl :: Lens' User (Maybe Text) Source #

The URL of the external login provider.

user_externalLoginId :: Lens' User (Maybe Text) Source #

The identity ID for the user in the external login provider.

user_identityType :: Lens' User (Maybe IdentityType) Source #

The type of identity authentication used by the user.

user_principalId :: Lens' User (Maybe Text) Source #

The principal ID of the user.

user_role :: Lens' User (Maybe UserRole) Source #

The Amazon QuickSight role for the user. The user role can be one of the following:.

  • READER: A user who has read-only access to dashboards.
  • AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
  • ADMIN: A user who is an author, who can also manage Amazon Amazon QuickSight settings.
  • RESTRICTED_READER: This role isn't currently available for use.
  • RESTRICTED_AUTHOR: This role isn't currently available for use.

user_userName :: Lens' User (Maybe Text) Source #

The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.

VisibleRangeOptions

data VisibleRangeOptions Source #

The range options for the data zoom scroll bar.

See: newVisibleRangeOptions smart constructor.

Constructors

VisibleRangeOptions' 

Fields

Instances

Instances details
FromJSON VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

ToJSON VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

Generic VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

Associated Types

type Rep VisibleRangeOptions :: Type -> Type #

Read VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

Show VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

NFData VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

Methods

rnf :: VisibleRangeOptions -> () #

Eq VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

Hashable VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

type Rep VisibleRangeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisibleRangeOptions

type Rep VisibleRangeOptions = D1 ('MetaData "VisibleRangeOptions" "Amazonka.QuickSight.Types.VisibleRangeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisibleRangeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PercentVisibleRange))))

newVisibleRangeOptions :: VisibleRangeOptions Source #

Create a value of VisibleRangeOptions 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:percentRange:VisibleRangeOptions', visibleRangeOptions_percentRange - The percent range in the visible range.

Visual

data Visual Source #

A visual displayed on a sheet in an analysis, dashboard, or template.

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

See: newVisual smart constructor.

Constructors

Visual' 

Fields

Instances

Instances details
FromJSON Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

ToJSON Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

Generic Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

Associated Types

type Rep Visual :: Type -> Type #

Methods

from :: Visual -> Rep Visual x #

to :: Rep Visual x -> Visual #

Show Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

NFData Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

Methods

rnf :: Visual -> () #

Eq Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

Methods

(==) :: Visual -> Visual -> Bool #

(/=) :: Visual -> Visual -> Bool #

Hashable Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

Methods

hashWithSalt :: Int -> Visual -> Int #

hash :: Visual -> Int #

type Rep Visual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Visual

type Rep Visual = D1 ('MetaData "Visual" "Amazonka.QuickSight.Types.Visual" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Visual'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "barChartVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BarChartVisual)) :*: S1 ('MetaSel ('Just "boxPlotVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotVisual))) :*: (S1 ('MetaSel ('Just "comboChartVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComboChartVisual)) :*: (S1 ('MetaSel ('Just "customContentVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomContentVisual)) :*: S1 ('MetaSel ('Just "emptyVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmptyVisual))))) :*: ((S1 ('MetaSel ('Just "filledMapVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilledMapVisual)) :*: (S1 ('MetaSel ('Just "funnelChartVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FunnelChartVisual)) :*: S1 ('MetaSel ('Just "gaugeChartVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GaugeChartVisual)))) :*: (S1 ('MetaSel ('Just "geospatialMapVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeospatialMapVisual)) :*: (S1 ('MetaSel ('Just "heatMapVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HeatMapVisual)) :*: S1 ('MetaSel ('Just "histogramVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistogramVisual)))))) :*: (((S1 ('MetaSel ('Just "insightVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightVisual)) :*: S1 ('MetaSel ('Just "kPIVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIVisual))) :*: (S1 ('MetaSel ('Just "lineChartVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineChartVisual)) :*: (S1 ('MetaSel ('Just "pieChartVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PieChartVisual)) :*: S1 ('MetaSel ('Just "pivotTableVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PivotTableVisual))))) :*: ((S1 ('MetaSel ('Just "sankeyDiagramVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SankeyDiagramVisual)) :*: (S1 ('MetaSel ('Just "scatterPlotVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScatterPlotVisual)) :*: S1 ('MetaSel ('Just "tableVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableVisual)))) :*: (S1 ('MetaSel ('Just "treeMapVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TreeMapVisual)) :*: (S1 ('MetaSel ('Just "waterfallVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallVisual)) :*: S1 ('MetaSel ('Just "wordCloudVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WordCloudVisual))))))))

newVisual :: Visual Source #

Create a value of Visual 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:barChartVisual:Visual', visual_barChartVisual - A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide.

$sel:boxPlotVisual:Visual', visual_boxPlotVisual - A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

$sel:comboChartVisual:Visual', visual_comboChartVisual - A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide.

$sel:customContentVisual:Visual', visual_customContentVisual - A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

$sel:emptyVisual:Visual', visual_emptyVisual - An empty visual.

$sel:filledMapVisual:Visual', visual_filledMapVisual - A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

$sel:funnelChartVisual:Visual', visual_funnelChartVisual - A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

$sel:gaugeChartVisual:Visual', visual_gaugeChartVisual - A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

$sel:geospatialMapVisual:Visual', visual_geospatialMapVisual - A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

$sel:heatMapVisual:Visual', visual_heatMapVisual - A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

$sel:histogramVisual:Visual', visual_histogramVisual - A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

$sel:insightVisual:Visual', visual_insightVisual - An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

$sel:kPIVisual:Visual', visual_kPIVisual - A key performance indicator (KPI).

For more information, see Using KPIs in the Amazon QuickSight User Guide.

$sel:lineChartVisual:Visual', visual_lineChartVisual - A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

$sel:pieChartVisual:Visual', visual_pieChartVisual - A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide.

$sel:pivotTableVisual:Visual', visual_pivotTableVisual - A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

$sel:sankeyDiagramVisual:Visual', visual_sankeyDiagramVisual - A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

$sel:scatterPlotVisual:Visual', visual_scatterPlotVisual - A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

$sel:tableVisual:Visual', visual_tableVisual - A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

$sel:treeMapVisual:Visual', visual_treeMapVisual - A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

$sel:waterfallVisual:Visual', visual_waterfallVisual - A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

$sel:wordCloudVisual:Visual', visual_wordCloudVisual - A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

visual_barChartVisual :: Lens' Visual (Maybe BarChartVisual) Source #

A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide.

visual_boxPlotVisual :: Lens' Visual (Maybe BoxPlotVisual) Source #

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

visual_comboChartVisual :: Lens' Visual (Maybe ComboChartVisual) Source #

A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide.

visual_customContentVisual :: Lens' Visual (Maybe CustomContentVisual) Source #

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

visual_filledMapVisual :: Lens' Visual (Maybe FilledMapVisual) Source #

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

visual_funnelChartVisual :: Lens' Visual (Maybe FunnelChartVisual) Source #

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

visual_gaugeChartVisual :: Lens' Visual (Maybe GaugeChartVisual) Source #

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

visual_geospatialMapVisual :: Lens' Visual (Maybe GeospatialMapVisual) Source #

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

visual_heatMapVisual :: Lens' Visual (Maybe HeatMapVisual) Source #

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

visual_histogramVisual :: Lens' Visual (Maybe HistogramVisual) Source #

A histogram.

For more information, see Using histograms in the Amazon QuickSight User Guide.

visual_insightVisual :: Lens' Visual (Maybe InsightVisual) Source #

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

visual_kPIVisual :: Lens' Visual (Maybe KPIVisual) Source #

A key performance indicator (KPI).

For more information, see Using KPIs in the Amazon QuickSight User Guide.

visual_lineChartVisual :: Lens' Visual (Maybe LineChartVisual) Source #

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

visual_pieChartVisual :: Lens' Visual (Maybe PieChartVisual) Source #

A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide.

visual_pivotTableVisual :: Lens' Visual (Maybe PivotTableVisual) Source #

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

visual_sankeyDiagramVisual :: Lens' Visual (Maybe SankeyDiagramVisual) Source #

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

visual_scatterPlotVisual :: Lens' Visual (Maybe ScatterPlotVisual) Source #

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

visual_tableVisual :: Lens' Visual (Maybe TableVisual) Source #

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

visual_treeMapVisual :: Lens' Visual (Maybe TreeMapVisual) Source #

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

visual_waterfallVisual :: Lens' Visual (Maybe WaterfallVisual) Source #

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

visual_wordCloudVisual :: Lens' Visual (Maybe WordCloudVisual) Source #

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

VisualCustomAction

data VisualCustomAction Source #

A custom action defined on a visual.

See: newVisualCustomAction smart constructor.

Constructors

VisualCustomAction' 

Fields

Instances

Instances details
FromJSON VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

ToJSON VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

Generic VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

Associated Types

type Rep VisualCustomAction :: Type -> Type #

Show VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

NFData VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

Methods

rnf :: VisualCustomAction -> () #

Eq VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

Hashable VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

type Rep VisualCustomAction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualCustomAction

type Rep VisualCustomAction = D1 ('MetaData "VisualCustomAction" "Amazonka.QuickSight.Types.VisualCustomAction" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisualCustomAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WidgetStatus)) :*: S1 ('MetaSel ('Just "customActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "trigger") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VisualCustomActionTrigger) :*: S1 ('MetaSel ('Just "actionOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty VisualCustomActionOperation))))))

newVisualCustomAction Source #

Create a value of VisualCustomAction 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:status:VisualCustomAction', visualCustomAction_status - The status of the VisualCustomAction.

$sel:customActionId:VisualCustomAction', visualCustomAction_customActionId - The ID of the VisualCustomAction.

$sel:name:VisualCustomAction', visualCustomAction_name - The name of the VisualCustomAction.

$sel:trigger:VisualCustomAction', visualCustomAction_trigger - The trigger of the VisualCustomAction.

Valid values are defined as follows:

  • DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.

$sel:actionOperations:VisualCustomAction', visualCustomAction_actionOperations - A list of VisualCustomActionOperations.

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

visualCustomAction_status :: Lens' VisualCustomAction (Maybe WidgetStatus) Source #

The status of the VisualCustomAction.

visualCustomAction_name :: Lens' VisualCustomAction Text Source #

The name of the VisualCustomAction.

visualCustomAction_trigger :: Lens' VisualCustomAction VisualCustomActionTrigger Source #

The trigger of the VisualCustomAction.

Valid values are defined as follows:

  • DATA_POINT_CLICK: Initiates a custom action by a left pointer click on a data point.
  • DATA_POINT_MENU: Initiates a custom action by right pointer click from the menu.

visualCustomAction_actionOperations :: Lens' VisualCustomAction (NonEmpty VisualCustomActionOperation) Source #

A list of VisualCustomActionOperations.

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

VisualCustomActionOperation

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.

VisualPalette

data VisualPalette Source #

The visual display options for the visual palette.

See: newVisualPalette smart constructor.

Constructors

VisualPalette' 

Fields

Instances

Instances details
FromJSON VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

ToJSON VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

Generic VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

Associated Types

type Rep VisualPalette :: Type -> Type #

Show VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

NFData VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

Methods

rnf :: VisualPalette -> () #

Eq VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

Hashable VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

type Rep VisualPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualPalette

type Rep VisualPalette = D1 ('MetaData "VisualPalette" "Amazonka.QuickSight.Types.VisualPalette" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisualPalette'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chartColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "colorMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataPathColor]))))

newVisualPalette :: VisualPalette Source #

Create a value of VisualPalette 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:chartColor:VisualPalette', visualPalette_chartColor - The chart color options for the visual palette.

$sel:colorMap:VisualPalette', visualPalette_colorMap - The color map options for the visual palette.

visualPalette_chartColor :: Lens' VisualPalette (Maybe Text) Source #

The chart color options for the visual palette.

visualPalette_colorMap :: Lens' VisualPalette (Maybe [DataPathColor]) Source #

The color map options for the visual palette.

VisualSubtitleLabelOptions

data VisualSubtitleLabelOptions Source #

The subtitle label options for a visual.

See: newVisualSubtitleLabelOptions smart constructor.

Constructors

VisualSubtitleLabelOptions' 

Fields

Instances

Instances details
FromJSON VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

ToJSON VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Generic VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Associated Types

type Rep VisualSubtitleLabelOptions :: Type -> Type #

Read VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Show VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

NFData VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Eq VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

Hashable VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

type Rep VisualSubtitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualSubtitleLabelOptions

type Rep VisualSubtitleLabelOptions = D1 ('MetaData "VisualSubtitleLabelOptions" "Amazonka.QuickSight.Types.VisualSubtitleLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisualSubtitleLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LongFormatText)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newVisualSubtitleLabelOptions :: VisualSubtitleLabelOptions Source #

Create a value of VisualSubtitleLabelOptions 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:formatText:VisualSubtitleLabelOptions', visualSubtitleLabelOptions_formatText - The long text format of the subtitle label, such as plain text or rich text.

$sel:visibility:VisualSubtitleLabelOptions', visualSubtitleLabelOptions_visibility - The visibility of the subtitle label.

visualSubtitleLabelOptions_formatText :: Lens' VisualSubtitleLabelOptions (Maybe LongFormatText) Source #

The long text format of the subtitle label, such as plain text or rich text.

VisualTitleLabelOptions

data VisualTitleLabelOptions Source #

The title label options for a visual.

See: newVisualTitleLabelOptions smart constructor.

Constructors

VisualTitleLabelOptions' 

Fields

Instances

Instances details
FromJSON VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

ToJSON VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Generic VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Associated Types

type Rep VisualTitleLabelOptions :: Type -> Type #

Read VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Show VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

NFData VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Methods

rnf :: VisualTitleLabelOptions -> () #

Eq VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

Hashable VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

type Rep VisualTitleLabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VisualTitleLabelOptions

type Rep VisualTitleLabelOptions = D1 ('MetaData "VisualTitleLabelOptions" "Amazonka.QuickSight.Types.VisualTitleLabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VisualTitleLabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "formatText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShortFormatText)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility))))

newVisualTitleLabelOptions :: VisualTitleLabelOptions Source #

Create a value of VisualTitleLabelOptions 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:formatText:VisualTitleLabelOptions', visualTitleLabelOptions_formatText - The short text format of the title label, such as plain text or rich text.

$sel:visibility:VisualTitleLabelOptions', visualTitleLabelOptions_visibility - The visibility of the title label.

visualTitleLabelOptions_formatText :: Lens' VisualTitleLabelOptions (Maybe ShortFormatText) Source #

The short text format of the title label, such as plain text or rich text.

VpcConnectionProperties

data VpcConnectionProperties Source #

VPC connection properties.

See: newVpcConnectionProperties smart constructor.

Constructors

VpcConnectionProperties' 

Fields

Instances

Instances details
FromJSON VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

ToJSON VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Generic VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Associated Types

type Rep VpcConnectionProperties :: Type -> Type #

Read VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Show VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

NFData VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Methods

rnf :: VpcConnectionProperties -> () #

Eq VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Hashable VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

type Rep VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

type Rep VpcConnectionProperties = D1 ('MetaData "VpcConnectionProperties" "Amazonka.QuickSight.Types.VpcConnectionProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VpcConnectionProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcConnectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVpcConnectionProperties Source #

Create a value of VpcConnectionProperties 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:vpcConnectionArn:VpcConnectionProperties', vpcConnectionProperties_vpcConnectionArn - The Amazon Resource Name (ARN) for the VPC connection.

vpcConnectionProperties_vpcConnectionArn :: Lens' VpcConnectionProperties Text Source #

The Amazon Resource Name (ARN) for the VPC connection.

WaterfallChartAggregatedFieldWells

data WaterfallChartAggregatedFieldWells Source #

The field well configuration of a waterfall visual.

See: newWaterfallChartAggregatedFieldWells smart constructor.

Constructors

WaterfallChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

ToJSON WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

Generic WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

Associated Types

type Rep WaterfallChartAggregatedFieldWells :: Type -> Type #

Show WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

NFData WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

Eq WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

Hashable WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

type Rep WaterfallChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells

type Rep WaterfallChartAggregatedFieldWells = D1 ('MetaData "WaterfallChartAggregatedFieldWells" "Amazonka.QuickSight.Types.WaterfallChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "breakdowns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: (S1 ('MetaSel ('Just "categories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newWaterfallChartAggregatedFieldWells :: WaterfallChartAggregatedFieldWells Source #

Create a value of WaterfallChartAggregatedFieldWells 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:breakdowns:WaterfallChartAggregatedFieldWells', waterfallChartAggregatedFieldWells_breakdowns - The breakdown field wells of a waterfall visual.

$sel:categories:WaterfallChartAggregatedFieldWells', waterfallChartAggregatedFieldWells_categories - The category field wells of a waterfall visual.

$sel:values:WaterfallChartAggregatedFieldWells', waterfallChartAggregatedFieldWells_values - The value field wells of a waterfall visual.

WaterfallChartConfiguration

data WaterfallChartConfiguration Source #

The configuration for a waterfall visual.

See: newWaterfallChartConfiguration smart constructor.

Constructors

WaterfallChartConfiguration' 

Fields

Instances

Instances details
FromJSON WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

ToJSON WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Generic WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Associated Types

type Rep WaterfallChartConfiguration :: Type -> Type #

Show WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

NFData WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Eq WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

Hashable WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

type Rep WaterfallChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartConfiguration

type Rep WaterfallChartConfiguration = D1 ('MetaData "WaterfallChartConfiguration" "Amazonka.QuickSight.Types.WaterfallChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "categoryAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "categoryAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))) :*: (S1 ('MetaSel ('Just "dataLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLabelOptions)) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartFieldWells)) :*: S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions))))) :*: ((S1 ('MetaSel ('Just "primaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: S1 ('MetaSel ('Just "primaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions))) :*: (S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartSortConfiguration)) :*: (S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)) :*: S1 ('MetaSel ('Just "waterfallChartOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartOptions)))))))

newWaterfallChartConfiguration :: WaterfallChartConfiguration Source #

Create a value of WaterfallChartConfiguration 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:categoryAxisDisplayOptions:WaterfallChartConfiguration', waterfallChartConfiguration_categoryAxisDisplayOptions - The options that determine the presentation of the category axis.

$sel:categoryAxisLabelOptions:WaterfallChartConfiguration', waterfallChartConfiguration_categoryAxisLabelOptions - The options that determine the presentation of the category axis label.

$sel:dataLabels:WaterfallChartConfiguration', waterfallChartConfiguration_dataLabels - The data label configuration of a waterfall visual.

$sel:fieldWells:WaterfallChartConfiguration', waterfallChartConfiguration_fieldWells - The field well configuration of a waterfall visual.

$sel:legend:WaterfallChartConfiguration', waterfallChartConfiguration_legend - The legend configuration of a waterfall visual.

$sel:primaryYAxisDisplayOptions:WaterfallChartConfiguration', waterfallChartConfiguration_primaryYAxisDisplayOptions - The options that determine the presentation of the y-axis.

$sel:primaryYAxisLabelOptions:WaterfallChartConfiguration', waterfallChartConfiguration_primaryYAxisLabelOptions - The options that determine the presentation of the y-axis label.

$sel:sortConfiguration:WaterfallChartConfiguration', waterfallChartConfiguration_sortConfiguration - The sort configuration of a waterfall visual.

$sel:visualPalette:WaterfallChartConfiguration', waterfallChartConfiguration_visualPalette - The visual palette configuration of a waterfall visual.

$sel:waterfallChartOptions:WaterfallChartConfiguration', waterfallChartConfiguration_waterfallChartOptions - The options that determine the presentation of a waterfall visual.

waterfallChartConfiguration_categoryAxisLabelOptions :: Lens' WaterfallChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The options that determine the presentation of the category axis label.

waterfallChartConfiguration_visualPalette :: Lens' WaterfallChartConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a waterfall visual.

waterfallChartConfiguration_waterfallChartOptions :: Lens' WaterfallChartConfiguration (Maybe WaterfallChartOptions) Source #

The options that determine the presentation of a waterfall visual.

WaterfallChartFieldWells

data WaterfallChartFieldWells Source #

The field well configuration of a waterfall visual.

See: newWaterfallChartFieldWells smart constructor.

Constructors

WaterfallChartFieldWells' 

Fields

Instances

Instances details
FromJSON WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

ToJSON WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Generic WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Associated Types

type Rep WaterfallChartFieldWells :: Type -> Type #

Show WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

NFData WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Eq WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Hashable WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

type Rep WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

type Rep WaterfallChartFieldWells = D1 ('MetaData "WaterfallChartFieldWells" "Amazonka.QuickSight.Types.WaterfallChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "waterfallChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartAggregatedFieldWells))))

newWaterfallChartFieldWells :: WaterfallChartFieldWells Source #

Create a value of WaterfallChartFieldWells 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:waterfallChartAggregatedFieldWells:WaterfallChartFieldWells', waterfallChartFieldWells_waterfallChartAggregatedFieldWells - The field well configuration of a waterfall visual.

WaterfallChartOptions

data WaterfallChartOptions Source #

The options that determine the presentation of a waterfall visual.

See: newWaterfallChartOptions smart constructor.

Constructors

WaterfallChartOptions' 

Fields

Instances

Instances details
FromJSON WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

ToJSON WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Generic WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Associated Types

type Rep WaterfallChartOptions :: Type -> Type #

Read WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Show WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

NFData WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Methods

rnf :: WaterfallChartOptions -> () #

Eq WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

Hashable WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

type Rep WaterfallChartOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartOptions

type Rep WaterfallChartOptions = D1 ('MetaData "WaterfallChartOptions" "Amazonka.QuickSight.Types.WaterfallChartOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "totalBarLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newWaterfallChartOptions :: WaterfallChartOptions Source #

Create a value of WaterfallChartOptions 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:totalBarLabel:WaterfallChartOptions', waterfallChartOptions_totalBarLabel - This option determines the total bar label of a waterfall visual.

waterfallChartOptions_totalBarLabel :: Lens' WaterfallChartOptions (Maybe Text) Source #

This option determines the total bar label of a waterfall visual.

WaterfallChartSortConfiguration

data WaterfallChartSortConfiguration Source #

The sort configuration of a waterfall visual.

See: newWaterfallChartSortConfiguration smart constructor.

Constructors

WaterfallChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

ToJSON WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Generic WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Associated Types

type Rep WaterfallChartSortConfiguration :: Type -> Type #

Read WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Show WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

NFData WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Eq WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Hashable WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

type Rep WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

type Rep WaterfallChartSortConfiguration = D1 ('MetaData "WaterfallChartSortConfiguration" "Amazonka.QuickSight.Types.WaterfallChartSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "breakdownItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newWaterfallChartSortConfiguration :: WaterfallChartSortConfiguration Source #

Create a value of WaterfallChartSortConfiguration 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:breakdownItemsLimit:WaterfallChartSortConfiguration', waterfallChartSortConfiguration_breakdownItemsLimit - The limit on the number of bar groups that are displayed.

$sel:categorySort:WaterfallChartSortConfiguration', waterfallChartSortConfiguration_categorySort - The sort configuration of the category fields.

WaterfallVisual

data WaterfallVisual Source #

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

See: newWaterfallVisual smart constructor.

Constructors

WaterfallVisual' 

Fields

Instances

Instances details
FromJSON WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

ToJSON WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Generic WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Associated Types

type Rep WaterfallVisual :: Type -> Type #

Show WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

NFData WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Methods

rnf :: WaterfallVisual -> () #

Eq WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Hashable WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

type Rep WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

newWaterfallVisual Source #

Create a value of WaterfallVisual 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:actions:WaterfallVisual', waterfallVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:WaterfallVisual', waterfallVisual_chartConfiguration - The configuration for a waterfall visual.

$sel:columnHierarchies:WaterfallVisual', waterfallVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:WaterfallVisual', waterfallVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:WaterfallVisual', waterfallVisual_title - The title that is displayed on the visual.

$sel:visualId:WaterfallVisual', waterfallVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

waterfallVisual_actions :: Lens' WaterfallVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

waterfallVisual_columnHierarchies :: Lens' WaterfallVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

waterfallVisual_subtitle :: Lens' WaterfallVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

waterfallVisual_title :: Lens' WaterfallVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

waterfallVisual_visualId :: Lens' WaterfallVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

WhatIfPointScenario

data WhatIfPointScenario Source #

Provides the forecast to meet the target for a particular date.

See: newWhatIfPointScenario smart constructor.

Constructors

WhatIfPointScenario' 

Fields

  • date :: POSIX

    The date that you need the forecast results for.

  • value :: Double

    The target value that you want to meet for the provided date.

Instances

Instances details
FromJSON WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

ToJSON WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Generic WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Associated Types

type Rep WhatIfPointScenario :: Type -> Type #

Read WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Show WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

NFData WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Methods

rnf :: WhatIfPointScenario -> () #

Eq WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

Hashable WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

type Rep WhatIfPointScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfPointScenario

type Rep WhatIfPointScenario = D1 ('MetaData "WhatIfPointScenario" "Amazonka.QuickSight.Types.WhatIfPointScenario" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WhatIfPointScenario'" 'PrefixI 'True) (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newWhatIfPointScenario Source #

Create a value of WhatIfPointScenario 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:date:WhatIfPointScenario', whatIfPointScenario_date - The date that you need the forecast results for.

$sel:value:WhatIfPointScenario', whatIfPointScenario_value - The target value that you want to meet for the provided date.

whatIfPointScenario_date :: Lens' WhatIfPointScenario UTCTime Source #

The date that you need the forecast results for.

whatIfPointScenario_value :: Lens' WhatIfPointScenario Double Source #

The target value that you want to meet for the provided date.

WhatIfRangeScenario

data WhatIfRangeScenario Source #

Provides the forecast to meet the target for a particular date range.

See: newWhatIfRangeScenario smart constructor.

Constructors

WhatIfRangeScenario' 

Fields

  • startDate :: POSIX

    The start date in the date range that you need the forecast results for.

  • endDate :: POSIX

    The end date in the date range that you need the forecast results for.

  • value :: Double

    The target value that you want to meet for the provided date range.

Instances

Instances details
FromJSON WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

ToJSON WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

Generic WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

Associated Types

type Rep WhatIfRangeScenario :: Type -> Type #

Read WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

Show WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

NFData WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

Methods

rnf :: WhatIfRangeScenario -> () #

Eq WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

Hashable WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

type Rep WhatIfRangeScenario Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WhatIfRangeScenario

type Rep WhatIfRangeScenario = D1 ('MetaData "WhatIfRangeScenario" "Amazonka.QuickSight.Types.WhatIfRangeScenario" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WhatIfRangeScenario'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newWhatIfRangeScenario Source #

Create a value of WhatIfRangeScenario 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:startDate:WhatIfRangeScenario', whatIfRangeScenario_startDate - The start date in the date range that you need the forecast results for.

$sel:endDate:WhatIfRangeScenario', whatIfRangeScenario_endDate - The end date in the date range that you need the forecast results for.

$sel:value:WhatIfRangeScenario', whatIfRangeScenario_value - The target value that you want to meet for the provided date range.

whatIfRangeScenario_startDate :: Lens' WhatIfRangeScenario UTCTime Source #

The start date in the date range that you need the forecast results for.

whatIfRangeScenario_endDate :: Lens' WhatIfRangeScenario UTCTime Source #

The end date in the date range that you need the forecast results for.

whatIfRangeScenario_value :: Lens' WhatIfRangeScenario Double Source #

The target value that you want to meet for the provided date range.

WordCloudAggregatedFieldWells

data WordCloudAggregatedFieldWells Source #

The aggregated field wells of a word cloud.

See: newWordCloudAggregatedFieldWells smart constructor.

Constructors

WordCloudAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

ToJSON WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

Generic WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

Associated Types

type Rep WordCloudAggregatedFieldWells :: Type -> Type #

Show WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

NFData WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

Eq WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

Hashable WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

type Rep WordCloudAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells

type Rep WordCloudAggregatedFieldWells = D1 ('MetaData "WordCloudAggregatedFieldWells" "Amazonka.QuickSight.Types.WordCloudAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WordCloudAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField]))))

newWordCloudAggregatedFieldWells :: WordCloudAggregatedFieldWells Source #

Create a value of WordCloudAggregatedFieldWells 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:groupBy:WordCloudAggregatedFieldWells', wordCloudAggregatedFieldWells_groupBy - The group by field well of a word cloud. Values are grouped by group by fields.

$sel:size:WordCloudAggregatedFieldWells', wordCloudAggregatedFieldWells_size - The size field well of a word cloud. Values are aggregated based on group by fields.

wordCloudAggregatedFieldWells_groupBy :: Lens' WordCloudAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a word cloud. Values are grouped by group by fields.

wordCloudAggregatedFieldWells_size :: Lens' WordCloudAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field well of a word cloud. Values are aggregated based on group by fields.

WordCloudChartConfiguration

data WordCloudChartConfiguration Source #

The configuration of a word cloud visual.

See: newWordCloudChartConfiguration smart constructor.

Constructors

WordCloudChartConfiguration' 

Fields

Instances

Instances details
FromJSON WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

ToJSON WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

Generic WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

Associated Types

type Rep WordCloudChartConfiguration :: Type -> Type #

Show WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

NFData WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

Eq WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

Hashable WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

type Rep WordCloudChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudChartConfiguration

type Rep WordCloudChartConfiguration = D1 ('MetaData "WordCloudChartConfiguration" "Amazonka.QuickSight.Types.WordCloudChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WordCloudChartConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "categoryLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WordCloudFieldWells))) :*: (S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WordCloudSortConfiguration)) :*: S1 ('MetaSel ('Just "wordCloudOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WordCloudOptions)))))

newWordCloudChartConfiguration :: WordCloudChartConfiguration Source #

Create a value of WordCloudChartConfiguration 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:categoryLabelOptions:WordCloudChartConfiguration', wordCloudChartConfiguration_categoryLabelOptions - The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

$sel:fieldWells:WordCloudChartConfiguration', wordCloudChartConfiguration_fieldWells - The field wells of the visual.

$sel:sortConfiguration:WordCloudChartConfiguration', wordCloudChartConfiguration_sortConfiguration - The sort configuration of a word cloud visual.

$sel:wordCloudOptions:WordCloudChartConfiguration', wordCloudChartConfiguration_wordCloudOptions - The options for a word cloud visual.

wordCloudChartConfiguration_categoryLabelOptions :: Lens' WordCloudChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

WordCloudFieldWells

data WordCloudFieldWells Source #

The field wells of a word cloud visual.

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

See: newWordCloudFieldWells smart constructor.

Constructors

WordCloudFieldWells' 

Fields

Instances

Instances details
FromJSON WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

ToJSON WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

Generic WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

Associated Types

type Rep WordCloudFieldWells :: Type -> Type #

Show WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

NFData WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

Methods

rnf :: WordCloudFieldWells -> () #

Eq WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

Hashable WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

type Rep WordCloudFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudFieldWells

type Rep WordCloudFieldWells = D1 ('MetaData "WordCloudFieldWells" "Amazonka.QuickSight.Types.WordCloudFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WordCloudFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "wordCloudAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WordCloudAggregatedFieldWells))))

newWordCloudFieldWells :: WordCloudFieldWells Source #

Create a value of WordCloudFieldWells 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:wordCloudAggregatedFieldWells:WordCloudFieldWells', wordCloudFieldWells_wordCloudAggregatedFieldWells - The aggregated field wells of a word cloud.

WordCloudOptions

data WordCloudOptions Source #

The word cloud options for a word cloud visual.

See: newWordCloudOptions smart constructor.

Constructors

WordCloudOptions' 

Fields

Instances

Instances details
FromJSON WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

ToJSON WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Generic WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Associated Types

type Rep WordCloudOptions :: Type -> Type #

Read WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Show WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

NFData WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Methods

rnf :: WordCloudOptions -> () #

Eq WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Hashable WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

type Rep WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

newWordCloudOptions :: WordCloudOptions Source #

Create a value of WordCloudOptions 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:cloudLayout:WordCloudOptions', wordCloudOptions_cloudLayout - The cloud layout options (fluid, normal) of a word cloud.

$sel:maximumStringLength:WordCloudOptions', wordCloudOptions_maximumStringLength - The length limit of each word from 1-100.

$sel:wordCasing:WordCloudOptions', wordCloudOptions_wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.

$sel:wordOrientation:WordCloudOptions', wordCloudOptions_wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

$sel:wordPadding:WordCloudOptions', wordCloudOptions_wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.

$sel:wordScaling:WordCloudOptions', wordCloudOptions_wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.

wordCloudOptions_cloudLayout :: Lens' WordCloudOptions (Maybe WordCloudCloudLayout) Source #

The cloud layout options (fluid, normal) of a word cloud.

wordCloudOptions_maximumStringLength :: Lens' WordCloudOptions (Maybe Natural) Source #

The length limit of each word from 1-100.

wordCloudOptions_wordCasing :: Lens' WordCloudOptions (Maybe WordCloudWordCasing) Source #

The word casing options (lower_case, existing_case) for the words in a word cloud.

wordCloudOptions_wordOrientation :: Lens' WordCloudOptions (Maybe WordCloudWordOrientation) Source #

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

wordCloudOptions_wordPadding :: Lens' WordCloudOptions (Maybe WordCloudWordPadding) Source #

The word padding options (none, small, medium, large) for the words in a word cloud.

wordCloudOptions_wordScaling :: Lens' WordCloudOptions (Maybe WordCloudWordScaling) Source #

The word scaling options (emphasize, normal) for the words in a word cloud.

WordCloudSortConfiguration

data WordCloudSortConfiguration Source #

The sort configuration of a word cloud visual.

See: newWordCloudSortConfiguration smart constructor.

Constructors

WordCloudSortConfiguration' 

Fields

Instances

Instances details
FromJSON WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

ToJSON WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Generic WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Associated Types

type Rep WordCloudSortConfiguration :: Type -> Type #

Read WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Show WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

NFData WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Eq WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Hashable WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

type Rep WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

type Rep WordCloudSortConfiguration = D1 ('MetaData "WordCloudSortConfiguration" "Amazonka.QuickSight.Types.WordCloudSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WordCloudSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

newWordCloudSortConfiguration :: WordCloudSortConfiguration Source #

Create a value of WordCloudSortConfiguration 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:categoryItemsLimit:WordCloudSortConfiguration', wordCloudSortConfiguration_categoryItemsLimit - The limit on the number of groups that are displayed in a word cloud.

$sel:categorySort:WordCloudSortConfiguration', wordCloudSortConfiguration_categorySort - The sort configuration of group by fields.

wordCloudSortConfiguration_categoryItemsLimit :: Lens' WordCloudSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The limit on the number of groups that are displayed in a word cloud.

WordCloudVisual

data WordCloudVisual Source #

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

See: newWordCloudVisual smart constructor.

Constructors

WordCloudVisual' 

Fields

Instances

Instances details
FromJSON WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

ToJSON WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

Generic WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

Associated Types

type Rep WordCloudVisual :: Type -> Type #

Show WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

NFData WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

Methods

rnf :: WordCloudVisual -> () #

Eq WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

Hashable WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

type Rep WordCloudVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudVisual

newWordCloudVisual Source #

Create a value of WordCloudVisual 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:actions:WordCloudVisual', wordCloudVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:WordCloudVisual', wordCloudVisual_chartConfiguration - The configuration settings of the visual.

$sel:columnHierarchies:WordCloudVisual', wordCloudVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:WordCloudVisual', wordCloudVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:WordCloudVisual', wordCloudVisual_title - The title that is displayed on the visual.

$sel:visualId:WordCloudVisual', wordCloudVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

wordCloudVisual_actions :: Lens' WordCloudVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

wordCloudVisual_columnHierarchies :: Lens' WordCloudVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

wordCloudVisual_subtitle :: Lens' WordCloudVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

wordCloudVisual_title :: Lens' WordCloudVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

wordCloudVisual_visualId :: Lens' WordCloudVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..