libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_AccessDeniedException :: AsError a => Getting (First ServiceError) 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.

_ResourceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

This resource is currently unavailable.

_IdentityTypeNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_DomainNotWhitelistedException :: AsError a => Getting (First ServiceError) 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.

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Updating or deleting a resource can cause an inconsistent state.

_UnsupportedPricingPlanException :: AsError a => Getting (First ServiceError) 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 Amazon 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.

_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_UnsupportedUserEditionException :: AsError a => Getting (First ServiceError) 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.

_PreconditionNotMetException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more preconditions aren't met.

_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The NextToken value isn't valid.

_ResourceExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource specified already exists.

_ConcurrentUpdatingException :: AsError a => Getting (First ServiceError) 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.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more resources can't be found.

_QuickSightUserNotFoundException :: AsError a => Getting (First ServiceError) 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.

_SessionLifetimeInMinutesInvalidException :: AsError a => Getting (First ServiceError) 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.

AnalysisErrorType

newtype AnalysisErrorType Source #

Instances

Instances details
Eq AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Ord AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Read AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Show 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 #

NFData AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

Methods

rnf :: AnalysisErrorType -> () #

Hashable 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

FromJSON AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

FromJSONKey AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToLog AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToHeader AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

ToQuery 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

ToByteString 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

type Rep AnalysisErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisErrorType

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

AnalysisFilterAttribute

newtype AnalysisFilterAttribute Source #

Instances

Instances details
Eq AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Ord AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Read AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Show 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 #

NFData AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

Methods

rnf :: AnalysisFilterAttribute -> () #

Hashable 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

FromJSON AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

FromJSONKey AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToLog AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToHeader AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

ToQuery 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

ToByteString 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

type Rep AnalysisFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisFilterAttribute

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

AssignmentStatus

newtype AssignmentStatus Source #

Instances

Instances details
Eq AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Ord AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Read AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Show 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 #

NFData AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

Methods

rnf :: AssignmentStatus -> () #

Hashable 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

FromJSON AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

FromJSONKey AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToLog AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToHeader AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

ToQuery 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

ToByteString 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

type Rep AssignmentStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AssignmentStatus

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

ColumnDataType

newtype ColumnDataType Source #

Constructors

ColumnDataType' 

Instances

Instances details
Eq ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Ord ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Read ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Show ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Generic ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Associated Types

type Rep ColumnDataType :: Type -> Type #

NFData ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

Methods

rnf :: ColumnDataType -> () #

Hashable 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

FromJSON ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

FromJSONKey ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToLog ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToHeader ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

ToQuery 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 #

ToByteString 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

type Rep ColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDataType

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

ColumnTagName

newtype ColumnTagName Source #

Constructors

ColumnTagName' 

Instances

Instances details
Eq ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Ord ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Read ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Show ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Generic ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Associated Types

type Rep ColumnTagName :: Type -> Type #

NFData ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

Methods

rnf :: ColumnTagName -> () #

Hashable 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

FromJSON ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

FromJSONKey ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToLog ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToHeader ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

ToQuery ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

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 #

ToByteString 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 #

type Rep ColumnTagName Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTagName

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

DashboardBehavior

newtype DashboardBehavior Source #

Instances

Instances details
Eq DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Ord DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Read DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Show 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 #

NFData DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

Methods

rnf :: DashboardBehavior -> () #

Hashable 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

FromJSON DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

FromJSONKey DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToLog DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToHeader DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

ToQuery 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

ToByteString 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

type Rep DashboardBehavior Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardBehavior

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

DashboardErrorType

newtype DashboardErrorType Source #

Instances

Instances details
Eq DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Ord DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Read DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Show 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 #

NFData DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

Methods

rnf :: DashboardErrorType -> () #

Hashable 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

FromJSON DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

FromJSONKey DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToLog DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToHeader DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

ToQuery 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

ToByteString 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

type Rep DashboardErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardErrorType

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

DashboardFilterAttribute

newtype DashboardFilterAttribute Source #

Instances

Instances details
Eq DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Ord DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Read DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Show 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 #

NFData DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

Hashable 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

FromJSON DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

FromJSONKey DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToLog DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToHeader DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

ToQuery 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

ToByteString 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

type Rep DashboardFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardFilterAttribute

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

DashboardUIState

newtype DashboardUIState Source #

Instances

Instances details
Eq DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Ord DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Read DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Show 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 #

NFData DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

Methods

rnf :: DashboardUIState -> () #

Hashable 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

FromJSON DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

FromJSONKey DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToLog DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToHeader DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

ToQuery 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

ToByteString 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

type Rep DashboardUIState Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardUIState

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

DataSetImportMode

newtype DataSetImportMode Source #

Instances

Instances details
Eq DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Ord DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Read DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Show 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 #

NFData DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

Methods

rnf :: DataSetImportMode -> () #

Hashable 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

FromJSON DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

FromJSONKey DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToLog DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToHeader DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

ToQuery 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

ToByteString 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

type Rep DataSetImportMode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetImportMode

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

DataSourceErrorInfoType

newtype DataSourceErrorInfoType Source #

Instances

Instances details
Eq DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Ord DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Read DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Show 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 #

NFData DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

Methods

rnf :: DataSourceErrorInfoType -> () #

Hashable 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

FromJSON DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

FromJSONKey DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToLog DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToHeader DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

ToQuery 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

ToByteString 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

type Rep DataSourceErrorInfoType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfoType

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

DataSourceType

newtype DataSourceType Source #

Constructors

DataSourceType' 

Instances

Instances details
Eq DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Ord DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Read DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Show DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Generic DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Associated Types

type Rep DataSourceType :: Type -> Type #

NFData DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

Methods

rnf :: DataSourceType -> () #

Hashable 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

FromJSON DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

FromJSONKey DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToLog DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToHeader DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

ToQuery 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 #

ToByteString 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

type Rep DataSourceType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceType

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

Edition

newtype Edition Source #

Constructors

Edition' 

Fields

Bundled Patterns

pattern Edition_ENTERPRISE :: Edition 
pattern Edition_STANDARD :: Edition 

Instances

Instances details
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

Read Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Show Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

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 #

NFData Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

rnf :: Edition -> () #

Hashable Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

hashWithSalt :: Int -> Edition -> Int #

hash :: Edition -> Int #

ToJSON Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToJSONKey Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

FromJSON Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

FromJSONKey Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToLog Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

ToHeader Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

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

ToQuery Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

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 #

ToByteString Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

Methods

toBS :: Edition -> ByteString #

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 #

type Rep Edition Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Edition

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

EmbeddingIdentityType

newtype EmbeddingIdentityType Source #

Instances

Instances details
Eq EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Ord EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Read EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Show 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 #

NFData EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

Methods

rnf :: EmbeddingIdentityType -> () #

Hashable 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

FromJSON EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

FromJSONKey EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToLog EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToHeader EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

ToQuery 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

ToByteString 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

type Rep EmbeddingIdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.EmbeddingIdentityType

type Rep EmbeddingIdentityType = D1 ('MetaData "EmbeddingIdentityType" "Amazonka.QuickSight.Types.EmbeddingIdentityType" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Ord FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Read FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Show FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Generic FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Associated Types

type Rep FileFormat :: Type -> Type #

NFData FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

Methods

rnf :: FileFormat -> () #

Hashable 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

FromJSON FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

FromJSONKey FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToLog FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToHeader FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

ToQuery FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

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 #

ToByteString 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 #

type Rep FileFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FileFormat

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

FilterOperator

newtype FilterOperator Source #

Constructors

FilterOperator' 

Bundled Patterns

pattern FilterOperator_StringEquals :: FilterOperator 

Instances

Instances details
Eq FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Ord FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Read FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Show FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Generic FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Associated Types

type Rep FilterOperator :: Type -> Type #

NFData FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

Methods

rnf :: FilterOperator -> () #

Hashable 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

FromJSON FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

FromJSONKey FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToLog FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToHeader FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

ToQuery 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 #

ToByteString 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

type Rep FilterOperator Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperator

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

FolderFilterAttribute

newtype FolderFilterAttribute Source #

Instances

Instances details
Eq FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Ord FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Read FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Show 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 #

NFData FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

Methods

rnf :: FolderFilterAttribute -> () #

Hashable 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

FromJSON FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

FromJSONKey FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToLog FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToHeader FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

ToQuery 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

ToByteString 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

type Rep FolderFilterAttribute Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderFilterAttribute

type Rep FolderFilterAttribute = D1 ('MetaData "FolderFilterAttribute" "Amazonka.QuickSight.Types.FolderFilterAttribute" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Ord FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Read FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Show FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Generic FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Associated Types

type Rep FolderType :: Type -> Type #

NFData FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

rnf :: FolderType -> () #

Hashable 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

FromJSON FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

FromJSONKey FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToLog FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToHeader FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToQuery FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

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 #

ToByteString 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 #

type Rep FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

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

GeoSpatialCountryCode

newtype GeoSpatialCountryCode Source #

Bundled Patterns

pattern GeoSpatialCountryCode_US :: GeoSpatialCountryCode 

Instances

Instances details
Eq GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Ord GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Read GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Show 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 #

NFData GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

Methods

rnf :: GeoSpatialCountryCode -> () #

Hashable 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

FromJSON GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

FromJSONKey GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToLog GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToHeader GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

ToQuery 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

ToByteString 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

type Rep GeoSpatialCountryCode Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialCountryCode

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

GeoSpatialDataRole

newtype GeoSpatialDataRole Source #

Instances

Instances details
Eq GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Ord GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Read GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Show 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 #

NFData GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

Methods

rnf :: GeoSpatialDataRole -> () #

Hashable 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

FromJSON GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

FromJSONKey GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToLog GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToHeader GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

ToQuery 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

ToByteString 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

type Rep GeoSpatialDataRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialDataRole

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

IdentityStore

newtype IdentityStore Source #

Constructors

IdentityStore' 

Bundled Patterns

pattern IdentityStore_QUICKSIGHT :: IdentityStore 

Instances

Instances details
Eq IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Ord IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Read IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Show IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Generic IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Associated Types

type Rep IdentityStore :: Type -> Type #

NFData IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

Methods

rnf :: IdentityStore -> () #

Hashable 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

FromJSON IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

FromJSONKey IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToLog IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToHeader IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

ToQuery IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

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 #

ToByteString 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 #

type Rep IdentityStore Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityStore

type Rep IdentityStore = D1 ('MetaData "IdentityStore" "Amazonka.QuickSight.Types.IdentityStore" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Ord IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Read IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Show IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Generic IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Associated Types

type Rep IdentityType :: Type -> Type #

NFData IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

Methods

rnf :: IdentityType -> () #

Hashable 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

FromJSON IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

FromJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToLog IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToHeader IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

ToQuery IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

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 #

ToByteString 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 #

type Rep IdentityType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IdentityType

type Rep IdentityType = D1 ('MetaData "IdentityType" "Amazonka.QuickSight.Types.IdentityType" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Ord IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Read IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Show 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 #

NFData IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

Methods

rnf :: IngestionErrorType -> () #

Hashable 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

FromJSON IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

FromJSONKey IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToLog IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToHeader IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

ToQuery 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

ToByteString 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

type Rep IngestionErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionErrorType

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

IngestionRequestSource

newtype IngestionRequestSource Source #

Instances

Instances details
Eq IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Ord IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Read IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Show 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 #

NFData IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

Methods

rnf :: IngestionRequestSource -> () #

Hashable 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

FromJSON IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

FromJSONKey IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToLog IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToHeader IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

ToQuery 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

ToByteString 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

type Rep IngestionRequestSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestSource

type Rep IngestionRequestSource = D1 ('MetaData "IngestionRequestSource" "Amazonka.QuickSight.Types.IngestionRequestSource" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Ord IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Read IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Show 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 #

NFData IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

Methods

rnf :: IngestionRequestType -> () #

Hashable 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

FromJSON IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

FromJSONKey IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToLog IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToHeader IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

ToQuery 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

ToByteString 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

type Rep IngestionRequestType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionRequestType

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

IngestionStatus

newtype IngestionStatus Source #

Constructors

IngestionStatus' 

Instances

Instances details
Eq IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Ord IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Read IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Show IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Generic IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Associated Types

type Rep IngestionStatus :: Type -> Type #

NFData IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

Methods

rnf :: IngestionStatus -> () #

Hashable 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

FromJSON IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

FromJSONKey IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToLog IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToHeader IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

ToQuery 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 #

ToByteString 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

type Rep IngestionStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionStatus

type Rep IngestionStatus = D1 ('MetaData "IngestionStatus" "Amazonka.QuickSight.Types.IngestionStatus" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Ord IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Read IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Show IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Generic IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Associated Types

type Rep IngestionType :: Type -> Type #

NFData IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

rnf :: IngestionType -> () #

Hashable 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

FromJSON IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromJSONKey IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToLog IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToHeader IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToQuery IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

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 #

ToByteString 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 #

type Rep IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

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

InputColumnDataType

newtype InputColumnDataType Source #

Instances

Instances details
Eq InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Ord InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Read InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Show 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 #

NFData InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

Methods

rnf :: InputColumnDataType -> () #

Hashable 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

FromJSON InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

FromJSONKey InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToLog InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToHeader InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

ToQuery 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

ToByteString 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

type Rep InputColumnDataType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumnDataType

type Rep InputColumnDataType = D1 ('MetaData "InputColumnDataType" "Amazonka.QuickSight.Types.InputColumnDataType" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Ord JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Read JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Show JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

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 #

NFData JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

rnf :: JoinType -> () #

Hashable JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

hashWithSalt :: Int -> JoinType -> Int #

hash :: JoinType -> Int #

ToJSON JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToJSONKey JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

FromJSON JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

FromJSONKey JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToLog JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

ToHeader JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

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

ToQuery JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

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 #

ToByteString JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

Methods

toBS :: JoinType -> ByteString #

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 #

type Rep JoinType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinType

type Rep JoinType = D1 ('MetaData "JoinType" "Amazonka.QuickSight.Types.JoinType" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'True) (C1 ('MetaCons "JoinType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJoinType") '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
Eq MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Ord MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Read MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Show MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Generic MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Associated Types

type Rep MemberType :: Type -> Type #

NFData MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

Methods

rnf :: MemberType -> () #

Hashable 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

FromJSON MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

FromJSONKey MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToLog MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToHeader MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

ToQuery MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

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 #

ToByteString 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 #

type Rep MemberType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberType

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

NamespaceErrorType

newtype NamespaceErrorType Source #

Instances

Instances details
Eq NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Ord NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Read NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Show 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 #

NFData NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

Methods

rnf :: NamespaceErrorType -> () #

Hashable 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

FromJSON NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

FromJSONKey NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToLog NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToHeader NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

ToQuery 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

ToByteString 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

type Rep NamespaceErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceErrorType

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

NamespaceStatus

newtype NamespaceStatus Source #

Constructors

NamespaceStatus' 

Instances

Instances details
Eq NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Ord NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Read NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Show NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Generic NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Associated Types

type Rep NamespaceStatus :: Type -> Type #

NFData NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

Methods

rnf :: NamespaceStatus -> () #

Hashable 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

FromJSON NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

FromJSONKey NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToLog NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToHeader NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

ToQuery 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 #

ToByteString 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

type Rep NamespaceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceStatus

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

ResourceStatus

newtype ResourceStatus Source #

Constructors

ResourceStatus' 

Instances

Instances details
Eq ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Ord ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Read ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Show ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Generic ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Associated Types

type Rep ResourceStatus :: Type -> Type #

NFData ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

Methods

rnf :: ResourceStatus -> () #

Hashable 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

FromJSON ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

FromJSONKey ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToLog ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToHeader ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

ToQuery 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 #

ToByteString 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

type Rep ResourceStatus Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourceStatus

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

RowLevelPermissionFormatVersion

newtype RowLevelPermissionFormatVersion Source #

Instances

Instances details
Eq RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Ord RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Read RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Show 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 #

NFData RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

Hashable 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

FromJSON RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

FromJSONKey RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToLog RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToHeader RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

ToQuery 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

ToByteString 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

type Rep RowLevelPermissionFormatVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionFormatVersion

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

RowLevelPermissionPolicy

newtype RowLevelPermissionPolicy Source #

Instances

Instances details
Eq RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Ord RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Read RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Show 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 #

NFData RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

Hashable 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

FromJSON RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

FromJSONKey RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToLog RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToHeader RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

ToQuery 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

ToByteString 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

type Rep RowLevelPermissionPolicy Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionPolicy

type Rep RowLevelPermissionPolicy = D1 ('MetaData "RowLevelPermissionPolicy" "Amazonka.QuickSight.Types.RowLevelPermissionPolicy" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'True) (C1 ('MetaCons "RowLevelPermissionPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRowLevelPermissionPolicy") '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
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

Read Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Show Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

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 #

NFData Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

rnf :: Status -> () #

Hashable Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

hashWithSalt :: Int -> Status -> Int #

hash :: Status -> Int #

ToJSON Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToJSONKey Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

FromJSON Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

FromJSONKey Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToLog Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

ToHeader Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

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

ToQuery Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

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 #

ToByteString Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

Methods

toBS :: Status -> ByteString #

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 #

type Rep Status Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Status

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

TemplateErrorType

newtype TemplateErrorType Source #

Instances

Instances details
Eq TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Ord TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Read TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Show 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 #

NFData TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

Methods

rnf :: TemplateErrorType -> () #

Hashable 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

FromJSON TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

FromJSONKey TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToLog TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToHeader TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

ToQuery 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

ToByteString 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

type Rep TemplateErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateErrorType

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

TextQualifier

newtype TextQualifier Source #

Constructors

TextQualifier' 

Instances

Instances details
Eq TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Ord TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Read TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Show TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Generic TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Associated Types

type Rep TextQualifier :: Type -> Type #

NFData TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

Methods

rnf :: TextQualifier -> () #

Hashable 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

FromJSON TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

FromJSONKey TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToLog TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToHeader TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

ToQuery TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

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 #

ToByteString 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 #

type Rep TextQualifier Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TextQualifier

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

ThemeErrorType

newtype ThemeErrorType Source #

Constructors

ThemeErrorType' 

Bundled Patterns

pattern ThemeErrorType_INTERNAL_FAILURE :: ThemeErrorType 

Instances

Instances details
Eq ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Ord ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Read ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Show ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Generic ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Associated Types

type Rep ThemeErrorType :: Type -> Type #

NFData ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

Methods

rnf :: ThemeErrorType -> () #

Hashable 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

FromJSON ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

FromJSONKey ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToLog ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToHeader ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

ToQuery 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 #

ToByteString 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

type Rep ThemeErrorType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeErrorType

type Rep ThemeErrorType = D1 ('MetaData "ThemeErrorType" "Amazonka.QuickSight.Types.ThemeErrorType" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Ord ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Read ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Show ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Generic ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Associated Types

type Rep ThemeType :: Type -> Type #

NFData ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Methods

rnf :: ThemeType -> () #

Hashable 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

FromJSON ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

FromJSONKey ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToLog ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToHeader ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

ToQuery ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

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 #

ToByteString ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

Methods

toBS :: ThemeType -> ByteString #

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 #

type Rep ThemeType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeType

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

UserRole

newtype UserRole Source #

Constructors

UserRole' 

Fields

Instances

Instances details
Eq UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Ord UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Read UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Show UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

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 #

NFData UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

rnf :: UserRole -> () #

Hashable UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

hashWithSalt :: Int -> UserRole -> Int #

hash :: UserRole -> Int #

ToJSON UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToJSONKey UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

FromJSON UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

FromJSONKey UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToLog UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

ToHeader UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

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

ToQuery UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

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 #

ToByteString UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

Methods

toBS :: UserRole -> ByteString #

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 #

type Rep UserRole Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UserRole

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

AccountCustomization

data AccountCustomization Source #

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

See: newAccountCustomization smart constructor.

Constructors

AccountCustomization' 

Fields

Instances

Instances details
Eq AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Read AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Show 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 #

NFData AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

Methods

rnf :: AccountCustomization -> () #

Hashable AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

ToJSON AccountCustomization Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountCustomization

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AccountCustomization'" 'PrefixI 'True) (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: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.

AccountSettings

data AccountSettings Source #

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

See: newAccountSettings smart constructor.

Constructors

AccountSettings' 

Fields

  • edition :: Maybe Edition

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

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

  • notificationEmail :: Maybe Text

    The main notification email for your Amazon QuickSight subscription.

Instances

Instances details
Eq AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Read AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Show 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 #

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AccountSettings

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Edition)) :*: S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notificationEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:edition:AccountSettings', accountSettings_edition - The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

$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:notificationEmail:AccountSettings', accountSettings_notificationEmail - The main notification email for your Amazon QuickSight subscription.

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

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

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_notificationEmail :: Lens' AccountSettings (Maybe Text) Source #

The main notification email for your Amazon QuickSight subscription.

ActiveIAMPolicyAssignment

data ActiveIAMPolicyAssignment Source #

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

See: newActiveIAMPolicyAssignment smart constructor.

Constructors

ActiveIAMPolicyAssignment' 

Fields

Instances

Instances details
Eq ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Read ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Show 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 #

NFData ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

Hashable ActiveIAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ActiveIAMPolicyAssignment

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 IAMpolicy 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 #

Ad hoc (one-time) filtering option.

See: newAdHocFilteringOption smart constructor.

Constructors

AdHocFilteringOption' 

Fields

Instances

Instances details
Eq AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Read AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Show 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 #

NFData AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

Methods

rnf :: AdHocFilteringOption -> () #

Hashable AdHocFilteringOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AdHocFilteringOption

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

AmazonElasticsearchParameters

data AmazonElasticsearchParameters Source #

The parameters for OpenSearch.

See: newAmazonElasticsearchParameters smart constructor.

Constructors

AmazonElasticsearchParameters' 

Fields

Instances

Instances details
Eq AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Read AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Show 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 #

NFData AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

Hashable AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

ToJSON AmazonElasticsearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonElasticsearchParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 #

See: newAmazonOpenSearchParameters smart constructor.

Constructors

AmazonOpenSearchParameters' 

Fields

Instances

Instances details
Eq AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Read AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Show 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 #

NFData AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

Hashable AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

ToJSON AmazonOpenSearchParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AmazonOpenSearchParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 - Undocumented member.

Analysis

data Analysis Source #

Metadata structure for an analysis in Amazon QuickSight

See: newAnalysis smart constructor.

Constructors

Analysis' 

Fields

Instances

Instances details
Eq Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Read Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Show 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 #

NFData Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Methods

rnf :: Analysis -> () #

Hashable Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

Methods

hashWithSalt :: Int -> Analysis -> Int #

hash :: Analysis -> Int #

FromJSON Analysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Analysis

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:status:Analysis', analysis_status - Status associated with the analysis.

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

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

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

$sel:analysisId:Analysis', analysis_analysisId - The ID of the analysis.

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

$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:name:Analysis', analysis_name - The descriptive name of the analysis.

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

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.

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

The ARNs of the datasets 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_analysisId :: Lens' Analysis (Maybe Text) Source #

The ID of the analysis.

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

The time that the analysis was last updated.

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_name :: Lens' Analysis (Maybe Text) Source #

The descriptive name of the analysis.

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

Errors associated with the analysis.

AnalysisError

data AnalysisError Source #

Analysis error.

See: newAnalysisError smart constructor.

Constructors

AnalysisError' 

Fields

Instances

Instances details
Eq AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Read AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Show 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 #

NFData AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

Methods

rnf :: AnalysisError -> () #

Hashable AnalysisError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisError

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AnalysisError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':AnalysisError', analysisError_type - The type of the analysis error.

$sel:message:AnalysisError', analysisError_message - The message associated with the analysis error.

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

  • operator :: Maybe FilterOperator

    The comparison operator that you want to use as a filter, for example "Operator": "StringEquals".

  • 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".

  • name :: Maybe AnalysisFilterAttribute

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

Instances

Instances details
Eq AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Read AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Show 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 #

NFData AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

Methods

rnf :: AnalysisSearchFilter -> () #

Hashable AnalysisSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSearchFilter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AnalysisSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterOperator)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisFilterAttribute)))))

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:operator:AnalysisSearchFilter', analysisSearchFilter_operator - The comparison operator that you want to use as a filter, for example "Operator": "StringEquals".

$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".

$sel:name:AnalysisSearchFilter', analysisSearchFilter_name - The name of the value that you want to use as a filter, for example "Name": "QUICKSIGHT_USER".

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

The comparison operator that you want to use as a filter, for example "Operator": "StringEquals".

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

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

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

AnalysisSourceEntity

data AnalysisSourceEntity Source #

The source entity of an analysis.

See: newAnalysisSourceEntity smart constructor.

Constructors

AnalysisSourceEntity' 

Fields

Instances

Instances details
Eq AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Read AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Show 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 #

NFData AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

Methods

rnf :: AnalysisSourceEntity -> () #

Hashable AnalysisSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceEntity

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Read AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Show 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 #

NFData AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

Methods

rnf :: AnalysisSourceTemplate -> () #

Hashable AnalysisSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSourceTemplate

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Read AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Show 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 #

NFData AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

Methods

rnf :: AnalysisSummary -> () #

Hashable AnalysisSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnalysisSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AnalysisSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: (S1 ('MetaSel ('Just "analysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:AnalysisSummary', analysisSummary_status - The last known status for the analysis.

$sel:analysisId:AnalysisSummary', analysisSummary_analysisId - The ID of the analysis. This ID displays in the URL.

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

$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:name:AnalysisSummary', analysisSummary_name - 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.

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

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

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

The time that the analysis was last updated.

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_name :: Lens' AnalysisSummary (Maybe Text) Source #

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

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
Eq 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

Generic AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

NFData AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

Hashable AnonymousUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserDashboardEmbeddingConfiguration

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

AnonymousUserEmbeddingExperienceConfiguration

data AnonymousUserEmbeddingExperienceConfiguration Source #

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

See: newAnonymousUserEmbeddingExperienceConfiguration smart constructor.

Constructors

AnonymousUserEmbeddingExperienceConfiguration' 

Fields

Instances

Instances details
Eq 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

Generic AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

NFData AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

Hashable AnonymousUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnonymousUserEmbeddingExperienceConfiguration

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AnonymousUserEmbeddingExperienceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnonymousUserDashboardEmbeddingConfiguration))))

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, an Amazon QuickSight dashboard.

AthenaParameters

data AthenaParameters Source #

Parameters for Amazon Athena.

See: newAthenaParameters smart constructor.

Constructors

AthenaParameters' 

Fields

Instances

Instances details
Eq AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Read AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Show 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 #

NFData AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

Methods

rnf :: AthenaParameters -> () #

Hashable AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

ToJSON AthenaParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AthenaParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "AthenaParameters'" 'PrefixI 'True) (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:workGroup:AthenaParameters', athenaParameters_workGroup - The workgroup that Amazon Athena uses.

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
Eq AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Read AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Show 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 #

NFData AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

Methods

rnf :: AuroraParameters -> () #

Hashable AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

ToJSON AuroraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Read AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Show 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 #

NFData AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Hashable AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

ToJSON AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Read AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Show 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 #

NFData AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

Hashable AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

ToJSON AwsIotAnalyticsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AwsIotAnalyticsParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Read BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Show 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 #

NFData BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

Methods

rnf :: BorderStyle -> () #

Hashable BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

ToJSON BorderStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BorderStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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 :: Text

    An expression that defines the calculated column.

Instances

Instances details
Eq CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Read CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Show 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 #

NFData CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

Methods

rnf :: CalculatedColumn -> () #

Hashable CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

ToJSON CalculatedColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CalculatedColumn

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 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.

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
Eq CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Read CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Show 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 #

NFData CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

Methods

rnf :: CastColumnTypeOperation -> () #

Hashable CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

ToJSON CastColumnTypeOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CastColumnTypeOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

ColumnDescription

data ColumnDescription Source #

Metadata that contains a description for a column.

See: newColumnDescription smart constructor.

Constructors

ColumnDescription' 

Fields

Instances

Instances details
Eq ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Read ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Show 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 #

NFData ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

Methods

rnf :: ColumnDescription -> () #

Hashable ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

ToJSON ColumnDescription Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnDescription

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Read ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Show 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 #

NFData ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

Methods

rnf :: ColumnGroup -> () #

Hashable ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

ToJSON ColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroup

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Read ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Show 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 #

NFData ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

Methods

rnf :: ColumnGroupColumnSchema -> () #

Hashable ColumnGroupColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupColumnSchema

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Read ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Show 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 #

NFData ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

Methods

rnf :: ColumnGroupSchema -> () #

Hashable ColumnGroupSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnGroupSchema

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

$sel:name: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.

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
Eq ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Read ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Show 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 #

NFData ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

Hashable ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

ToJSON ColumnLevelPermissionRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnLevelPermissionRule

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ColumnLevelPermissionRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "principals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "columnNames") '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:principals:ColumnLevelPermissionRule', columnLevelPermissionRule_principals - An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.

$sel:columnNames:ColumnLevelPermissionRule', columnLevelPermissionRule_columnNames - An array of column names.

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
Eq ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Read ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Show 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 #

NFData ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

Methods

rnf :: ColumnSchema -> () #

Hashable ColumnSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnSchema

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ColumnSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "geographicRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataType") '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:geographicRole:ColumnSchema', columnSchema_geographicRole - The geographic role of the column schema.

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

$sel:dataType:ColumnSchema', columnSchema_dataType - 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.

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

The data type of the column schema.

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
Eq ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Read ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Show 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 #

NFData ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

Methods

rnf :: ColumnTag -> () #

Hashable ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

ToJSON ColumnTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColumnTag

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Read CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Show 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 #

NFData CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

Methods

rnf :: CreateColumnsOperation -> () #

Hashable CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

ToJSON CreateColumnsOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CreateColumnsOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Read CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Show 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 #

NFData CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

Methods

rnf :: CredentialPair -> () #

Hashable CredentialPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CredentialPair

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Read CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Show 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 #

NFData CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

Methods

rnf :: CustomSql -> () #

Hashable CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

ToJSON CustomSql Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomSql

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

$sel:name: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.

Dashboard

data Dashboard Source #

Dashboard.

See: newDashboard smart constructor.

Constructors

Dashboard' 

Fields

Instances

Instances details
Eq Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Read Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Show 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 #

NFData Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

Methods

rnf :: Dashboard -> () #

Hashable Dashboard Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Dashboard

FromJSON 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:

$sel:lastUpdatedTime:Dashboard', dashboard_lastUpdatedTime - The last time that this dataset was updated.

$sel:arn:Dashboard', dashboard_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:Dashboard', dashboard_createdTime - The time that this dataset was created.

$sel:dashboardId:Dashboard', dashboard_dashboardId - Dashboard ID.

$sel:lastPublishedTime:Dashboard', dashboard_lastPublishedTime - The last time that this dataset was published.

$sel:name:Dashboard', dashboard_name - A display name for the dashboard.

$sel:version:Dashboard', dashboard_version - Version.

dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dataset was updated.

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 dataset was created.

dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime) Source #

The last time that this dataset was published.

dashboard_name :: Lens' Dashboard (Maybe Text) Source #

A display name for the dashboard.

DashboardError

data DashboardError Source #

Dashboard error.

See: newDashboardError smart constructor.

Constructors

DashboardError' 

Instances

Instances details
Eq DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Read DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Show 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 #

NFData DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Methods

rnf :: DashboardError -> () #

Hashable DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DashboardError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':DashboardError', dashboardError_type - Type.

$sel:message:DashboardError', dashboardError_message - Message.

DashboardPublishOptions

data DashboardPublishOptions Source #

Dashboard publish options.

See: newDashboardPublishOptions smart constructor.

Constructors

DashboardPublishOptions' 

Fields

Instances

Instances details
Eq DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Read DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Show 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 #

NFData DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

Methods

rnf :: DashboardPublishOptions -> () #

Hashable DashboardPublishOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardPublishOptions

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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)))))

newDashboardPublishOptions :: DashboardPublishOptions Source #

Create a value of DashboardPublishOptions with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adHocFilteringOption:DashboardPublishOptions', dashboardPublishOptions_adHocFilteringOption - Ad hoc (one-time) filtering option.

$sel:exportToCSVOption:DashboardPublishOptions', dashboardPublishOptions_exportToCSVOption - Export to .csv option.

$sel:sheetControlsOption:DashboardPublishOptions', dashboardPublishOptions_sheetControlsOption - Sheet controls option.

DashboardSearchFilter

data DashboardSearchFilter Source #

A filter that you apply when searching for dashboards.

See: newDashboardSearchFilter smart constructor.

Constructors

DashboardSearchFilter' 

Fields

  • 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".

  • name :: Maybe DashboardFilterAttribute

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

  • operator :: FilterOperator

    The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

Instances

Instances details
Eq DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Read DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Show 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 #

NFData DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Methods

rnf :: DashboardSearchFilter -> () #

Hashable DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DashboardSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardFilterAttribute)) :*: 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: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:name:DashboardSearchFilter', dashboardSearchFilter_name - The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

$sel:operator:DashboardSearchFilter', dashboardSearchFilter_operator - The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

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_name :: Lens' DashboardSearchFilter (Maybe DashboardFilterAttribute) Source #

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

dashboardSearchFilter_operator :: Lens' DashboardSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

DashboardSourceEntity

data DashboardSourceEntity Source #

Dashboard source entity.

See: newDashboardSourceEntity smart constructor.

Instances

Instances details
Eq DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Read DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Show 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 #

NFData DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

Methods

rnf :: DashboardSourceEntity -> () #

Hashable DashboardSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceEntity

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Read DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Show 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 #

NFData DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

Methods

rnf :: DashboardSourceTemplate -> () #

Hashable DashboardSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSourceTemplate

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Read DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Show 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 #

NFData DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

Methods

rnf :: DashboardSummary -> () #

Hashable DashboardSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DashboardSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (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 "publishedVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "lastPublishedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:lastUpdatedTime:DashboardSummary', dashboardSummary_lastUpdatedTime - The last time that this dashboard was updated.

$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:publishedVersionNumber:DashboardSummary', dashboardSummary_publishedVersionNumber - Published version number.

$sel:lastPublishedTime:DashboardSummary', dashboardSummary_lastPublishedTime - The last time that this dashboard was published.

$sel:name:DashboardSummary', dashboardSummary_name - A display name for the dashboard.

dashboardSummary_lastUpdatedTime :: Lens' DashboardSummary (Maybe UTCTime) Source #

The last time that this dashboard was updated.

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_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
Eq DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Read DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Show 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 #

NFData DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Methods

rnf :: DashboardVersion -> () #

Hashable DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

FromJSON 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: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:dataSetArns:DashboardVersion', dashboardVersion_dataSetArns - The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

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

$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:sourceEntityArn:DashboardVersion', dashboardVersion_sourceEntityArn - Source entity ARN.

$sel:versionNumber:DashboardVersion', dashboardVersion_versionNumber - Version number for this version of the dashboard.

$sel:errors:DashboardVersion', dashboardVersion_errors - Errors associated with this dashboard version.

$sel:description:DashboardVersion', dashboardVersion_description - Description.

dashboardVersion_themeArn :: Lens' DashboardVersion (Maybe Text) Source #

The ARN of the theme associated with a version of the dashboard.

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_sheets :: Lens' DashboardVersion (Maybe [Sheet]) Source #

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

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_versionNumber :: Lens' DashboardVersion (Maybe Natural) Source #

Version number for this version of the dashboard.

dashboardVersion_errors :: Lens' DashboardVersion (Maybe (NonEmpty DashboardError)) Source #

Errors associated with this dashboard version.

DashboardVersionSummary

data DashboardVersionSummary Source #

Dashboard version summary.

See: newDashboardVersionSummary smart constructor.

Constructors

DashboardVersionSummary' 

Fields

Instances

Instances details
Eq DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Read DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Show 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 #

NFData DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

Methods

rnf :: DashboardVersionSummary -> () #

Hashable DashboardVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersionSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DashboardVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "sourceEntityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:DashboardVersionSummary', dashboardVersionSummary_status - The HTTP status of the request.

$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:sourceEntityArn:DashboardVersionSummary', dashboardVersionSummary_sourceEntityArn - Source entity ARN.

$sel:versionNumber:DashboardVersionSummary', dashboardVersionSummary_versionNumber - Version number.

$sel:description:DashboardVersionSummary', dashboardVersionSummary_description - Description.

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.

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
Eq DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Read DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Show 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 #

NFData DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

Methods

rnf :: DataColorPalette -> () #

Hashable DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

ToJSON DataColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataColorPalette

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataColorPalette'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minMaxGradient") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "emptyFillColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "colors") '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:minMaxGradient:DataColorPalette', dataColorPalette_minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.

$sel:emptyFillColor:DataColorPalette', dataColorPalette_emptyFillColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

$sel:colors:DataColorPalette', dataColorPalette_colors - The hexadecimal codes for the colors.

dataColorPalette_minMaxGradient :: Lens' DataColorPalette (Maybe [Text]) Source #

The minimum and maximum hexadecimal codes that describe a color gradient.

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_colors :: Lens' DataColorPalette (Maybe [Text]) Source #

The hexadecimal codes for the colors.

DataSet

data DataSet Source #

Dataset.

See: newDataSet smart constructor.

Constructors

DataSet' 

Fields

Instances

Instances details
Eq DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Methods

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

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

Show 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 #

NFData DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Methods

rnf :: DataSet -> () #

Hashable DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

Methods

hashWithSalt :: Int -> DataSet -> Int #

hash :: DataSet -> Int #

FromJSON DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

type Rep DataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSet

type Rep DataSet = D1 ('MetaData "DataSet" "Amazonka.QuickSight.Types.DataSet" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataSet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "fieldFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text FieldFolder))) :*: S1 ('MetaSel ('Just "columnGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnGroup)))) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "consumedSpiceCapacityInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "importMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetImportMode)) :*: S1 ('MetaSel ('Just "physicalTableMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PhysicalTable)))))) :*: (((S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSetUsageConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetUsageConfiguration)) :*: S1 ('MetaSel ('Just "outputColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputColumn])))) :*: ((S1 ('MetaSel ('Just "rowLevelPermissionTagConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionTagConfiguration)) :*: S1 ('MetaSel ('Just "rowLevelPermissionDataSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionDataSet))) :*: (S1 ('MetaSel ('Just "columnLevelPermissionRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ColumnLevelPermissionRule))) :*: S1 ('MetaSel ('Just "logicalTableMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text LogicalTable))))))))

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:

$sel:fieldFolders:DataSet', dataSet_fieldFolders - The folder that contains fields and nested subfolders for your dataset.

$sel:columnGroups:DataSet', dataSet_columnGroups - Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

$sel:lastUpdatedTime:DataSet', dataSet_lastUpdatedTime - The last time that this dataset was updated.

$sel:arn:DataSet', dataSet_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:DataSet', dataSet_createdTime - The time that this dataset was created.

$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:importMode:DataSet', dataSet_importMode - A value that indicates whether you want to import the data into SPICE.

$sel:physicalTableMap:DataSet', dataSet_physicalTableMap - Declares the physical tables that are available in the underlying data sources.

$sel:dataSetId:DataSet', dataSet_dataSetId - The ID of the dataset.

$sel:name:DataSet', dataSet_name - A display name for the dataset.

$sel:dataSetUsageConfiguration:DataSet', dataSet_dataSetUsageConfiguration - The usage configuration to apply to child datasets that reference this dataset as a source.

$sel:outputColumns:DataSet', dataSet_outputColumns - The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

$sel:rowLevelPermissionTagConfiguration:DataSet', dataSet_rowLevelPermissionTagConfiguration - The element you can use to define tags for row-level security.

$sel:rowLevelPermissionDataSet:DataSet', dataSet_rowLevelPermissionDataSet - The row-level security configuration for the dataset.

$sel:columnLevelPermissionRules:DataSet', dataSet_columnLevelPermissionRules - A set of one or more definitions of a ColumnLevelPermissionRule .

$sel:logicalTableMap:DataSet', dataSet_logicalTableMap - Configures the combination and transformation of the data from the physical tables.

dataSet_fieldFolders :: Lens' DataSet (Maybe (HashMap Text FieldFolder)) Source #

The folder that contains fields and nested subfolders for your dataset.

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_lastUpdatedTime :: Lens' DataSet (Maybe UTCTime) Source #

The last time that this dataset was updated.

dataSet_arn :: Lens' DataSet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dataSet_createdTime :: Lens' DataSet (Maybe UTCTime) Source #

The time that this dataset was created.

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_importMode :: Lens' DataSet (Maybe DataSetImportMode) Source #

A value that indicates whether you want to import the data into SPICE.

dataSet_physicalTableMap :: Lens' DataSet (Maybe (HashMap Text PhysicalTable)) Source #

Declares the physical tables that are available in the underlying data sources.

dataSet_dataSetId :: Lens' DataSet (Maybe Text) Source #

The ID of the dataset.

dataSet_name :: Lens' DataSet (Maybe Text) Source #

A display name for 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_outputColumns :: Lens' DataSet (Maybe [OutputColumn]) Source #

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

dataSet_rowLevelPermissionTagConfiguration :: Lens' DataSet (Maybe RowLevelPermissionTagConfiguration) Source #

The element you can use to define tags for row-level security.

dataSet_rowLevelPermissionDataSet :: Lens' DataSet (Maybe RowLevelPermissionDataSet) Source #

The row-level security configuration for the dataset.

dataSet_columnLevelPermissionRules :: Lens' DataSet (Maybe (NonEmpty ColumnLevelPermissionRule)) Source #

A set of one or more definitions of a ColumnLevelPermissionRule .

dataSet_logicalTableMap :: Lens' DataSet (Maybe (HashMap Text LogicalTable)) Source #

Configures the combination and transformation of the data from the physical tables.

DataSetConfiguration

data DataSetConfiguration Source #

Dataset configuration.

See: newDataSetConfiguration smart constructor.

Constructors

DataSetConfiguration' 

Fields

Instances

Instances details
Eq DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Read DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Show 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 #

NFData DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

Methods

rnf :: DataSetConfiguration -> () #

Hashable DataSetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetConfiguration

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

DataSetReference

data DataSetReference Source #

Dataset reference.

See: newDataSetReference smart constructor.

Constructors

DataSetReference' 

Fields

Instances

Instances details
Eq DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Read DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Show 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 #

NFData DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

Methods

rnf :: DataSetReference -> () #

Hashable DataSetReference Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetReference

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Read DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Show 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 #

NFData DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

Methods

rnf :: DataSetSchema -> () #

Hashable DataSetSchema Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSchema

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

DataSetSummary

data DataSetSummary Source #

Dataset summary.

See: newDataSetSummary smart constructor.

Constructors

DataSetSummary' 

Fields

Instances

Instances details
Eq DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Read DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Show 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 #

NFData DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

Methods

rnf :: DataSetSummary -> () #

Hashable DataSetSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataSetSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "rowLevelPermissionTagConfigurationApplied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "columnLevelPermissionRulesApplied") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "importMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetImportMode))) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rowLevelPermissionDataSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionDataSet)))))))

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:

$sel:lastUpdatedTime:DataSetSummary', dataSetSummary_lastUpdatedTime - The last time that this dataset was updated.

$sel:arn:DataSetSummary', dataSetSummary_arn - The Amazon Resource Name (ARN) of the dataset.

$sel:createdTime:DataSetSummary', dataSetSummary_createdTime - The time that this dataset was created.

$sel:rowLevelPermissionTagConfigurationApplied:DataSetSummary', dataSetSummary_rowLevelPermissionTagConfigurationApplied - Whether or not the row level permission tags are applied.

$sel:columnLevelPermissionRulesApplied:DataSetSummary', dataSetSummary_columnLevelPermissionRulesApplied - A value that indicates if the dataset has column level permission configured.

$sel:importMode:DataSetSummary', dataSetSummary_importMode - A value that indicates whether you want to import the data into SPICE.

$sel:dataSetId:DataSetSummary', dataSetSummary_dataSetId - The ID of the dataset.

$sel:name:DataSetSummary', dataSetSummary_name - A display name for the dataset.

$sel:rowLevelPermissionDataSet:DataSetSummary', dataSetSummary_rowLevelPermissionDataSet - The row-level security configuration for the dataset.

dataSetSummary_lastUpdatedTime :: Lens' DataSetSummary (Maybe UTCTime) Source #

The last time that this dataset was updated.

dataSetSummary_arn :: Lens' DataSetSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset.

dataSetSummary_createdTime :: Lens' DataSetSummary (Maybe UTCTime) Source #

The time that this dataset was created.

dataSetSummary_rowLevelPermissionTagConfigurationApplied :: Lens' DataSetSummary (Maybe Bool) Source #

Whether or not the row level permission tags are applied.

dataSetSummary_columnLevelPermissionRulesApplied :: Lens' DataSetSummary (Maybe Bool) Source #

A value that indicates if the dataset has column level permission configured.

dataSetSummary_importMode :: Lens' DataSetSummary (Maybe DataSetImportMode) Source #

A value that indicates whether you want to import the data into SPICE.

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.

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
Eq DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Read DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Show 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 #

NFData DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

Hashable DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

ToJSON DataSetUsageConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSetUsageConfiguration

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataSetUsageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableUseAsImportedSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disableUseAsDirectQuerySource") '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:disableUseAsImportedSource:DataSetUsageConfiguration', dataSetUsageConfiguration_disableUseAsImportedSource - An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.

$sel:disableUseAsDirectQuerySource:DataSetUsageConfiguration', dataSetUsageConfiguration_disableUseAsDirectQuerySource - 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.

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.

DataSource

data DataSource Source #

The structure of a data source.

See: newDataSource smart constructor.

Constructors

DataSource' 

Fields

  • status :: Maybe ResourceStatus

    The HTTP status of the request.

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

  • lastUpdatedTime :: Maybe POSIX

    The last time that this data source was updated.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the data source.

  • createdTime :: Maybe POSIX

    The time that this data source was created.

  • sslProperties :: Maybe SslProperties

    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

  • dataSourceId :: Maybe Text

    The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

  • name :: Maybe Text

    A display name for the data source.

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

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

  • type' :: Maybe DataSourceType

    The type of the data source. This type indicates which database engine the data source connects to.

  • errorInfo :: Maybe DataSourceErrorInfo

    Error information from the last update or the creation of the data source.

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Show 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 #

NFData DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSource

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: (S1 ('MetaSel ('Just "dataSourceParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceParameters)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sslProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SslProperties))))) :*: ((S1 ('MetaSel ('Just "dataSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alternateDataSourceParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceParameters))))) :*: (S1 ('MetaSel ('Just "vpcConnectionProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConnectionProperties)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceType)) :*: S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceErrorInfo)))))))

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:status:DataSource', dataSource_status - The HTTP status of the request.

$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:lastUpdatedTime:DataSource', dataSource_lastUpdatedTime - The last time that this data source was updated.

$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:sslProperties:DataSource', dataSource_sslProperties - Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

$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:name:DataSource', dataSource_name - A display name for the data source.

$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: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.

$sel:type':DataSource', dataSource_type - The type of the data source. This type indicates which database engine the data source connects to.

$sel:errorInfo:DataSource', dataSource_errorInfo - Error information from the last update or the creation of the data source.

dataSource_status :: Lens' DataSource (Maybe ResourceStatus) Source #

The HTTP status of the request.

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_lastUpdatedTime :: Lens' DataSource (Maybe UTCTime) Source #

The last time that this data source was updated.

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_sslProperties :: Lens' DataSource (Maybe SslProperties) Source #

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.

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_name :: Lens' DataSource (Maybe Text) Source #

A display name for the data 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_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.

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_errorInfo :: Lens' DataSource (Maybe DataSourceErrorInfo) Source #

Error information from the last update or the creation of the data 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.

Instances

Instances details
Eq DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

Show 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 #

NFData DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

Methods

rnf :: DataSourceCredentials -> () #

Hashable DataSourceCredentials Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceCredentials

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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))))

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.

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_credentialPair :: Lens' DataSourceCredentials (Maybe CredentialPair) Source #

Credential pair. For more information, see CredentialPair.

DataSourceErrorInfo

data DataSourceErrorInfo Source #

Error information for the data source creation or update.

See: newDataSourceErrorInfo smart constructor.

Constructors

DataSourceErrorInfo' 

Fields

Instances

Instances details
Eq DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Read DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Show 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 #

NFData DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

Methods

rnf :: DataSourceErrorInfo -> () #

Hashable DataSourceErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceErrorInfo

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataSourceErrorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceErrorInfoType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':DataSourceErrorInfo', dataSourceErrorInfo_type - Error type.

$sel:message:DataSourceErrorInfo', dataSourceErrorInfo_message - Error message.

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
Eq DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Read DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Show 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 #

NFData DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

Methods

rnf :: DataSourceParameters -> () #

Hashable DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

ToJSON DataSourceParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataSourceParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DataSourceParameters'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "rdsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RdsParameters)) :*: S1 ('MetaSel ('Just "s3Parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Parameters))) :*: (S1 ('MetaSel ('Just "athenaParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AthenaParameters)) :*: (S1 ('MetaSel ('Just "teradataParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TeradataParameters)) :*: S1 ('MetaSel ('Just "auroraParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuroraParameters))))) :*: ((S1 ('MetaSel ('Just "awsIotAnalyticsParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsIotAnalyticsParameters)) :*: S1 ('MetaSel ('Just "amazonOpenSearchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonOpenSearchParameters))) :*: (S1 ('MetaSel ('Just "sqlServerParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SqlServerParameters)) :*: (S1 ('MetaSel ('Just "redshiftParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftParameters)) :*: S1 ('MetaSel ('Just "postgreSqlParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostgreSqlParameters)))))) :*: (((S1 ('MetaSel ('Just "oracleParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OracleParameters)) :*: S1 ('MetaSel ('Just "amazonElasticsearchParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonElasticsearchParameters))) :*: (S1 ('MetaSel ('Just "twitterParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TwitterParameters)) :*: (S1 ('MetaSel ('Just "mariaDbParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MariaDbParameters)) :*: S1 ('MetaSel ('Just "jiraParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JiraParameters))))) :*: ((S1 ('MetaSel ('Just "snowflakeParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnowflakeParameters)) :*: (S1 ('MetaSel ('Just "prestoParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrestoParameters)) :*: S1 ('MetaSel ('Just "mySqlParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MySqlParameters)))) :*: (S1 ('MetaSel ('Just "auroraPostgreSqlParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuroraPostgreSqlParameters)) :*: (S1 ('MetaSel ('Just "sparkParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SparkParameters)) :*: S1 ('MetaSel ('Just "serviceNowParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowParameters))))))))

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:rdsParameters:DataSourceParameters', dataSourceParameters_rdsParameters - The parameters for Amazon RDS.

$sel:s3Parameters:DataSourceParameters', dataSourceParameters_s3Parameters - The parameters for S3.

$sel:athenaParameters:DataSourceParameters', dataSourceParameters_athenaParameters - The parameters for Amazon Athena.

$sel:teradataParameters:DataSourceParameters', dataSourceParameters_teradataParameters - The parameters for Teradata.

$sel:auroraParameters:DataSourceParameters', dataSourceParameters_auroraParameters - The parameters for Amazon Aurora MySQL.

$sel:awsIotAnalyticsParameters:DataSourceParameters', dataSourceParameters_awsIotAnalyticsParameters - The parameters for IoT Analytics.

$sel:amazonOpenSearchParameters:DataSourceParameters', dataSourceParameters_amazonOpenSearchParameters - Undocumented member.

$sel:sqlServerParameters:DataSourceParameters', dataSourceParameters_sqlServerParameters - The parameters for SQL Server.

$sel:redshiftParameters:DataSourceParameters', dataSourceParameters_redshiftParameters - The parameters for Amazon Redshift.

$sel:postgreSqlParameters:DataSourceParameters', dataSourceParameters_postgreSqlParameters - The parameters for PostgreSQL.

$sel:oracleParameters:DataSourceParameters', dataSourceParameters_oracleParameters - The parameters for Oracle.

$sel:amazonElasticsearchParameters:DataSourceParameters', dataSourceParameters_amazonElasticsearchParameters - The parameters for OpenSearch.

$sel:twitterParameters:DataSourceParameters', dataSourceParameters_twitterParameters - The parameters for Twitter.

$sel:mariaDbParameters:DataSourceParameters', dataSourceParameters_mariaDbParameters - The parameters for MariaDB.

$sel:jiraParameters:DataSourceParameters', dataSourceParameters_jiraParameters - The parameters for Jira.

$sel:snowflakeParameters:DataSourceParameters', dataSourceParameters_snowflakeParameters - The parameters for Snowflake.

$sel:prestoParameters:DataSourceParameters', dataSourceParameters_prestoParameters - The parameters for Presto.

$sel:mySqlParameters:DataSourceParameters', dataSourceParameters_mySqlParameters - The parameters for MySQL.

$sel:auroraPostgreSqlParameters:DataSourceParameters', dataSourceParameters_auroraPostgreSqlParameters - The parameters for Amazon Aurora.

$sel:sparkParameters:DataSourceParameters', dataSourceParameters_sparkParameters - The parameters for Spark.

$sel:serviceNowParameters:DataSourceParameters', dataSourceParameters_serviceNowParameters - The parameters for ServiceNow.

DateTimeParameter

data DateTimeParameter Source #

A date-time parameter.

See: newDateTimeParameter smart constructor.

Constructors

DateTimeParameter' 

Fields

  • name :: Text

    A display name for the date-time parameter.

  • values :: [POSIX]

    The values for the date-time parameter.

Instances

Instances details
Eq DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Read DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Show 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 #

NFData DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

Methods

rnf :: DateTimeParameter -> () #

Hashable DateTimeParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeParameter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DateTimeParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [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.

DecimalParameter

data DecimalParameter Source #

A decimal parameter.

See: newDecimalParameter smart constructor.

Constructors

DecimalParameter' 

Fields

  • name :: Text

    A display name for the decimal parameter.

  • values :: [Double]

    The values for the decimal parameter.

Instances

Instances details
Eq DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Read DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Show 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 #

NFData DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

Methods

rnf :: DecimalParameter -> () #

Hashable DecimalParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DecimalParameter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DecimalParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [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.

ErrorInfo

data ErrorInfo Source #

Error information for the SPICE ingestion of a dataset.

See: newErrorInfo smart constructor.

Constructors

ErrorInfo' 

Fields

Instances

Instances details
Eq ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Read ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Show 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 #

NFData ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

Methods

rnf :: ErrorInfo -> () #

Hashable ErrorInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ErrorInfo

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ErrorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':ErrorInfo', errorInfo_type - Error type.

$sel:message:ErrorInfo', errorInfo_message - Error message.

ExportToCSVOption

data ExportToCSVOption Source #

Export to .csv option.

See: newExportToCSVOption smart constructor.

Constructors

ExportToCSVOption' 

Fields

Instances

Instances details
Eq ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Read ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Show 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 #

NFData ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

Methods

rnf :: ExportToCSVOption -> () #

Hashable ExportToCSVOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ExportToCSVOption

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Read FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Show 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 #

NFData FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

Methods

rnf :: FieldFolder -> () #

Hashable FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

ToJSON FieldFolder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldFolder

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

FilterOperation

data FilterOperation Source #

A transform operation that filters rows based on a condition.

See: newFilterOperation smart constructor.

Constructors

FilterOperation' 

Fields

  • conditionExpression :: 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
Eq FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Read FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Show 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 #

NFData FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

Methods

rnf :: FilterOperation -> () #

Hashable FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

ToJSON FilterOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "FilterOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conditionExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 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.

Folder

data Folder Source #

A folder.

See: newFolder smart constructor.

Constructors

Folder' 

Fields

Instances

Instances details
Eq Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Methods

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

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

Read Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Show 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 #

NFData Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Methods

rnf :: Folder -> () #

Hashable Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

Methods

hashWithSalt :: Int -> Folder -> Int #

hash :: Folder -> Int #

FromJSON Folder Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Folder

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:lastUpdatedTime:Folder', folder_lastUpdatedTime - The time that the folder was last updated.

$sel:arn:Folder', folder_arn - The folder Amazon Resource Name (ARN).

$sel:createdTime:Folder', folder_createdTime - The time that the folder was created.

$sel:folderId:Folder', folder_folderId - The folder ID.

$sel:name:Folder', folder_name - A display name for the folder.

$sel:folderPath:Folder', folder_folderPath - An array of ancestor folder ARN strings.

$sel:folderType:Folder', folder_folderType - The type of the folder.

folder_lastUpdatedTime :: Lens' Folder (Maybe UTCTime) Source #

The time that the folder was last updated.

folder_arn :: Lens' Folder (Maybe Text) Source #

The folder Amazon Resource Name (ARN).

folder_createdTime :: Lens' Folder (Maybe UTCTime) Source #

The time that the folder was created.

folder_name :: Lens' Folder (Maybe Text) Source #

A display name for the folder.

folder_folderPath :: Lens' Folder (Maybe (NonEmpty Text)) Source #

An array of ancestor folder ARN strings.

folder_folderType :: Lens' Folder (Maybe FolderType) Source #

The type of the folder.

FolderMember

data FolderMember Source #

An asset in a folder, such as a dashboard, analysis, or dataset.

See: newFolderMember smart constructor.

Constructors

FolderMember' 

Fields

Instances

Instances details
Eq FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Read FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Show 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 #

NFData FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

Methods

rnf :: FolderMember -> () #

Hashable FolderMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderMember

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 the asset.

$sel:memberType:FolderMember', folderMember_memberType - The type of the asset.

FolderSearchFilter

data FolderSearchFilter Source #

Searches a folder by a filter.

See: newFolderSearchFilter smart constructor.

Constructors

FolderSearchFilter' 

Fields

  • operator :: Maybe FilterOperator

    The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".

  • 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".

  • name :: Maybe FolderFilterAttribute

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

Instances

Instances details
Eq FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Read FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Show 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 #

NFData FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

Methods

rnf :: FolderSearchFilter -> () #

Hashable FolderSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSearchFilter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "FolderSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterOperator)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FolderFilterAttribute)))))

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:operator:FolderSearchFilter', folderSearchFilter_operator - The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".

$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".

$sel:name:FolderSearchFilter', folderSearchFilter_name - The name of the value that you want to use as a filter. For example, "Name": "PARENT_FOLDER_ARN".

folderSearchFilter_operator :: Lens' FolderSearchFilter (Maybe FilterOperator) Source #

The comparison operator that you want to use as a filter. For example, "Operator": "StringEquals".

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

folderSearchFilter_name :: Lens' FolderSearchFilter (Maybe FolderFilterAttribute) Source #

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

FolderSummary

data FolderSummary Source #

A summary of the folder.

See: newFolderSummary smart constructor.

Constructors

FolderSummary' 

Fields

Instances

Instances details
Eq FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Read FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Show 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 #

NFData FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

Methods

rnf :: FolderSummary -> () #

Hashable FolderSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "FolderSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "folderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FolderType))))))

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:lastUpdatedTime:FolderSummary', folderSummary_lastUpdatedTime - The time that the folder was last updated.

$sel:arn:FolderSummary', folderSummary_arn - The Amazon Resource Name (ARN).

$sel:createdTime:FolderSummary', folderSummary_createdTime - The time that the folder was created.

$sel:folderId:FolderSummary', folderSummary_folderId - The folder ID.

$sel:name:FolderSummary', folderSummary_name - The display name of the folder.

$sel:folderType:FolderSummary', folderSummary_folderType - The type of folder.

folderSummary_lastUpdatedTime :: Lens' FolderSummary (Maybe UTCTime) Source #

The time that the folder was last updated.

folderSummary_arn :: Lens' FolderSummary (Maybe Text) Source #

The Amazon Resource Name (ARN).

folderSummary_createdTime :: Lens' FolderSummary (Maybe UTCTime) Source #

The time that the folder was created.

folderSummary_name :: Lens' FolderSummary (Maybe Text) Source #

The display name of the folder.

GeoSpatialColumnGroup

data GeoSpatialColumnGroup Source #

Geospatial column group that denotes a hierarchy.

See: newGeoSpatialColumnGroup smart constructor.

Constructors

GeoSpatialColumnGroup' 

Fields

Instances

Instances details
Eq GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Read GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Show 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 #

NFData GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

Methods

rnf :: GeoSpatialColumnGroup -> () #

Hashable GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

ToJSON GeoSpatialColumnGroup Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeoSpatialColumnGroup

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "GeoSpatialColumnGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GeoSpatialCountryCode) :*: 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:name:GeoSpatialColumnGroup', geoSpatialColumnGroup_name - A display name for the hierarchy.

$sel:countryCode:GeoSpatialColumnGroup', geoSpatialColumnGroup_countryCode - Country code.

$sel:columns:GeoSpatialColumnGroup', geoSpatialColumnGroup_columns - Columns in this hierarchy.

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
Eq Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

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

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

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 #

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 #

NFData Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

rnf :: Group -> () #

Hashable Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

Methods

hashWithSalt :: Int -> Group -> Int #

hash :: Group -> Int #

FromJSON Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

type Rep Group Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Group

type Rep Group = D1 ('MetaData "Group" "Amazonka.QuickSight.Types.Group" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "Group'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") '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:principalId:Group', group_principalId - The principal ID of the group.

$sel:arn:Group', group_arn - The Amazon Resource Name (ARN) for the group.

$sel:groupName:Group', group_groupName - The name of the group.

$sel:description:Group', group_description - The group description.

group_principalId :: Lens' Group (Maybe Text) Source #

The principal ID of the group.

group_arn :: Lens' Group (Maybe Text) Source #

The Amazon Resource Name (ARN) for the group.

group_groupName :: Lens' Group (Maybe Text) Source #

The name of the group.

group_description :: Lens' Group (Maybe Text) Source #

The group description.

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
Eq GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Read GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Show 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 #

NFData GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

Methods

rnf :: GroupMember -> () #

Hashable GroupMember Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GroupMember

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "GroupMember'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") '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:memberName:GroupMember', groupMember_memberName - The name of the group member (user).

$sel:arn:GroupMember', groupMember_arn - The Amazon Resource Name (ARN) for the group member (user).

groupMember_memberName :: Lens' GroupMember (Maybe Text) Source #

The name of the group member (user).

groupMember_arn :: Lens' GroupMember (Maybe Text) Source #

The Amazon Resource Name (ARN) for the group member (user).

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
Eq GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Read GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Show 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 #

NFData GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

Methods

rnf :: GutterStyle -> () #

Hashable GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

ToJSON GutterStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GutterStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

IAMPolicyAssignment

data IAMPolicyAssignment Source #

An Identity and Access Management (IAM) policy assignment.

See: newIAMPolicyAssignment smart constructor.

Constructors

IAMPolicyAssignment' 

Fields

Instances

Instances details
Eq IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Read IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Show 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 #

NFData IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

Methods

rnf :: IAMPolicyAssignment -> () #

Hashable IAMPolicyAssignment Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignment

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "IAMPolicyAssignment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assignmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assignmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignmentStatus)))) :*: (S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text]))) :*: S1 ('MetaSel ('Just "assignmentId") '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:assignmentName:IAMPolicyAssignment', iAMPolicyAssignment_assignmentName - Assignment name.

$sel:awsAccountId:IAMPolicyAssignment', iAMPolicyAssignment_awsAccountId - The Amazon Web Services account ID.

$sel:assignmentStatus:IAMPolicyAssignment', iAMPolicyAssignment_assignmentStatus - Assignment status.

$sel:policyArn:IAMPolicyAssignment', iAMPolicyAssignment_policyArn - The Amazon Resource Name (ARN) for the IAMpolicy.

$sel:identities:IAMPolicyAssignment', iAMPolicyAssignment_identities - Identities.

$sel:assignmentId:IAMPolicyAssignment', iAMPolicyAssignment_assignmentId - Assignment ID.

iAMPolicyAssignment_policyArn :: Lens' IAMPolicyAssignment (Maybe Text) Source #

The Amazon Resource Name (ARN) for the IAMpolicy.

IAMPolicyAssignmentSummary

data IAMPolicyAssignmentSummary Source #

IAMpolicy assignment summary.

See: newIAMPolicyAssignmentSummary smart constructor.

Constructors

IAMPolicyAssignmentSummary' 

Fields

Instances

Instances details
Eq IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Read IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Show 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 #

NFData IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

Hashable IAMPolicyAssignmentSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IAMPolicyAssignmentSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Read Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Show 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 #

NFData Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Methods

rnf :: Ingestion -> () #

Hashable Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "Ingestion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "requestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionRequestSource)) :*: S1 ('MetaSel ('Just "queueInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueueInfo))) :*: (S1 ('MetaSel ('Just "ingestionTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "requestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionRequestType)) :*: S1 ('MetaSel ('Just "ingestionSizeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "rowInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowInfo)) :*: (S1 ('MetaSel ('Just "ingestionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorInfo)))) :*: (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:requestSource:Ingestion', ingestion_requestSource - Event source for this ingestion.

$sel:queueInfo:Ingestion', ingestion_queueInfo - Undocumented member.

$sel:ingestionTimeInSeconds:Ingestion', ingestion_ingestionTimeInSeconds - The time that this ingestion took, measured in seconds.

$sel:requestType:Ingestion', ingestion_requestType - Type of this ingestion.

$sel:ingestionSizeInBytes:Ingestion', ingestion_ingestionSizeInBytes - The size of the data ingested, in bytes.

$sel:rowInfo:Ingestion', ingestion_rowInfo - Undocumented member.

$sel:ingestionId:Ingestion', ingestion_ingestionId - Ingestion ID.

$sel:errorInfo:Ingestion', ingestion_errorInfo - Error information for this ingestion.

$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_ingestionTimeInSeconds :: Lens' Ingestion (Maybe Integer) Source #

The time that this ingestion took, measured in seconds.

ingestion_ingestionSizeInBytes :: Lens' Ingestion (Maybe Integer) Source #

The size of the data ingested, in bytes.

ingestion_errorInfo :: Lens' Ingestion (Maybe ErrorInfo) Source #

Error information for this ingestion.

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
Eq InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Read InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Show 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 #

NFData InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

Methods

rnf :: InputColumn -> () #

Hashable InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

ToJSON InputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.InputColumn

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

IntegerParameter

data IntegerParameter Source #

An integer parameter.

See: newIntegerParameter smart constructor.

Constructors

IntegerParameter' 

Fields

Instances

Instances details
Eq IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Read IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Show 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 #

NFData IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

Methods

rnf :: IntegerParameter -> () #

Hashable IntegerParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IntegerParameter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "IntegerParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [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.

JiraParameters

data JiraParameters Source #

The parameters for Jira.

See: newJiraParameters smart constructor.

Constructors

JiraParameters' 

Fields

Instances

Instances details
Eq JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Read JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Show 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 #

NFData JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

Methods

rnf :: JiraParameters -> () #

Hashable JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

ToJSON JiraParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JiraParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Read JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Show 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 #

NFData JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

Methods

rnf :: JoinInstruction -> () #

Hashable JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

ToJSON JoinInstruction Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinInstruction

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "JoinInstruction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rightJoinKeyProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinKeyProperties)) :*: (S1 ('MetaSel ('Just "leftJoinKeyProperties") '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:rightJoinKeyProperties:JoinInstruction', joinInstruction_rightJoinKeyProperties - Join key properties of the right operand.

$sel:leftJoinKeyProperties:JoinInstruction', joinInstruction_leftJoinKeyProperties - Join key properties of the left 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
Eq JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Read JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Show 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 #

NFData JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

Methods

rnf :: JoinKeyProperties -> () #

Hashable JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

ToJSON JoinKeyProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.JoinKeyProperties

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Read LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Show 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 #

NFData LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

Methods

rnf :: LogicalTable -> () #

Hashable LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

ToJSON LogicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTable

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Read LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Show 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 #

NFData LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

Methods

rnf :: LogicalTableSource -> () #

Hashable LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

ToJSON LogicalTableSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LogicalTableSource

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

ManifestFileLocation

data ManifestFileLocation Source #

Amazon S3 manifest file location.

See: newManifestFileLocation smart constructor.

Constructors

ManifestFileLocation' 

Fields

Instances

Instances details
Eq ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Read ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Show 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 #

NFData ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

Methods

rnf :: ManifestFileLocation -> () #

Hashable ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

ToJSON ManifestFileLocation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ManifestFileLocation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Read MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Show 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 #

NFData MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

Methods

rnf :: MarginStyle -> () #

Hashable MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

ToJSON MarginStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MarginStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Read MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Show 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 #

NFData MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

Methods

rnf :: MariaDbParameters -> () #

Hashable MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

ToJSON MariaDbParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MariaDbParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

MemberIdArnPair

data MemberIdArnPair Source #

An object that consists of the member Amazon Resource Name (ARN) and member ID.

See: newMemberIdArnPair smart constructor.

Constructors

MemberIdArnPair' 

Fields

Instances

Instances details
Eq MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Read MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Show 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 #

NFData MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

Methods

rnf :: MemberIdArnPair -> () #

Hashable MemberIdArnPair Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MemberIdArnPair

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "MemberIdArnPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "memberArn") '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:memberId:MemberIdArnPair', memberIdArnPair_memberId - The ID of the member.

$sel:memberArn:MemberIdArnPair', memberIdArnPair_memberArn - The Amazon Resource Name (ARN) of the member.

memberIdArnPair_memberArn :: Lens' MemberIdArnPair (Maybe Text) Source #

The Amazon Resource Name (ARN) of the member.

MySqlParameters

data MySqlParameters Source #

The parameters for MySQL.

See: newMySqlParameters smart constructor.

Constructors

MySqlParameters' 

Fields

Instances

Instances details
Eq MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Read MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Show 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 #

NFData MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

Methods

rnf :: MySqlParameters -> () #

Hashable MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

ToJSON MySqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.MySqlParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Read NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Show 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 #

NFData NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

Methods

rnf :: NamespaceError -> () #

Hashable NamespaceError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceError

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "NamespaceError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':NamespaceError', namespaceError_type - The error type.

$sel:message:NamespaceError', namespaceError_message - The message for the error.

NamespaceInfoV2

data NamespaceInfoV2 Source #

The error type.

See: newNamespaceInfoV2 smart constructor.

Constructors

NamespaceInfoV2' 

Fields

Instances

Instances details
Eq NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Read NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Show 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 #

NFData NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

Methods

rnf :: NamespaceInfoV2 -> () #

Hashable NamespaceInfoV2 Source # 
Instance details

Defined in Amazonka.QuickSight.Types.NamespaceInfoV2

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "NamespaceInfoV2'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "capacityRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceStatus)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespaceError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NamespaceError)) :*: S1 ('MetaSel ('Just "identityStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityStore))))))

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:capacityRegion:NamespaceInfoV2', namespaceInfoV2_capacityRegion - The namespace Amazon Web Services Region.

$sel:arn:NamespaceInfoV2', namespaceInfoV2_arn - The namespace ARN.

$sel:creationStatus:NamespaceInfoV2', namespaceInfoV2_creationStatus - The creation status of a namespace that is not yet completely created.

$sel:name:NamespaceInfoV2', namespaceInfoV2_name - The name of the error.

$sel:namespaceError:NamespaceInfoV2', namespaceInfoV2_namespaceError - An error that occurred when the namespace was created.

$sel:identityStore:NamespaceInfoV2', namespaceInfoV2_identityStore - The identity store used for the namespace.

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_namespaceError :: Lens' NamespaceInfoV2 (Maybe NamespaceError) Source #

An error that occurred when the namespace was created.

namespaceInfoV2_identityStore :: Lens' NamespaceInfoV2 (Maybe IdentityStore) Source #

The identity store used for the namespace.

OracleParameters

data OracleParameters Source #

The parameters for Oracle.

See: newOracleParameters smart constructor.

Constructors

OracleParameters' 

Fields

Instances

Instances details
Eq OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Read OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Show 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 #

NFData OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

Methods

rnf :: OracleParameters -> () #

Hashable OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

ToJSON OracleParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OracleParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Read OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Show 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 #

NFData OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

Methods

rnf :: OutputColumn -> () #

Hashable OutputColumn Source # 
Instance details

Defined in Amazonka.QuickSight.Types.OutputColumn

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "OutputColumn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnDataType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:name:OutputColumn', outputColumn_name - A display name for the dataset.

$sel:type':OutputColumn', outputColumn_type - Type.

$sel:description:OutputColumn', outputColumn_description - A description for a column.

outputColumn_name :: Lens' OutputColumn (Maybe Text) Source #

A display name for the dataset.

outputColumn_description :: Lens' OutputColumn (Maybe Text) Source #

A description for a column.

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
Eq Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Read Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Show 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 #

NFData Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

Methods

rnf :: Parameters -> () #

Hashable Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Parameters

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Read PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Show 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 #

NFData PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

Methods

rnf :: PhysicalTable -> () #

Hashable PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

ToJSON PhysicalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PhysicalTable

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "PhysicalTable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Source)) :*: (S1 ('MetaSel ('Just "relationalTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelationalTable)) :*: S1 ('MetaSel ('Just "customSql") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomSql)))))

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:s3Source:PhysicalTable', physicalTable_s3Source - A physical table type for as S3 data source.

$sel:relationalTable:PhysicalTable', physicalTable_relationalTable - A physical table type for relational data sources.

$sel:customSql:PhysicalTable', physicalTable_customSql - A physical table type built from the results of the custom SQL query.

physicalTable_s3Source :: Lens' PhysicalTable (Maybe S3Source) Source #

A physical table type for as S3 data source.

physicalTable_relationalTable :: Lens' PhysicalTable (Maybe RelationalTable) Source #

A physical table type for relational data sources.

physicalTable_customSql :: Lens' PhysicalTable (Maybe CustomSql) Source #

A physical table type built from the results of the custom SQL query.

PostgreSqlParameters

data PostgreSqlParameters Source #

The parameters for PostgreSQL.

See: newPostgreSqlParameters smart constructor.

Constructors

PostgreSqlParameters' 

Fields

Instances

Instances details
Eq PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Read PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Show 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 #

NFData PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

Methods

rnf :: PostgreSqlParameters -> () #

Hashable PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

ToJSON PostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PostgreSqlParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

PrestoParameters

data PrestoParameters Source #

The parameters for Presto.

See: newPrestoParameters smart constructor.

Constructors

PrestoParameters' 

Fields

Instances

Instances details
Eq PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Read PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Show 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 #

NFData PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Methods

rnf :: PrestoParameters -> () #

Hashable PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

ToJSON PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Read ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Show 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 #

NFData ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

Methods

rnf :: ProjectOperation -> () #

Hashable ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

ToJSON ProjectOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ProjectOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Read QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Show 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 #

NFData QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

Methods

rnf :: QueueInfo -> () #

Hashable QueueInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.QueueInfo

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

RdsParameters

data RdsParameters Source #

The parameters for Amazon RDS.

See: newRdsParameters smart constructor.

Constructors

RdsParameters' 

Fields

Instances

Instances details
Eq RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Read RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Show 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 #

NFData RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

Methods

rnf :: RdsParameters -> () #

Hashable RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

ToJSON RdsParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RdsParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Read RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Show 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 #

NFData RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

Methods

rnf :: RedshiftParameters -> () #

Hashable RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

ToJSON RedshiftParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RedshiftParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq 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

Generic RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

NFData RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

Hashable RegisteredUserDashboardEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserDashboardEmbeddingConfiguration

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

RegisteredUserEmbeddingExperienceConfiguration

data RegisteredUserEmbeddingExperienceConfiguration Source #

The type of experience you want to embed. For registered users, you can embed an Amazon QuickSight dashboard 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 configuraton.

See: newRegisteredUserEmbeddingExperienceConfiguration smart constructor.

Constructors

RegisteredUserEmbeddingExperienceConfiguration' 

Fields

Instances

Instances details
Eq 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

Generic RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

NFData RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Hashable RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "RegisteredUserEmbeddingExperienceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserDashboardEmbeddingConfiguration)) :*: (S1 ('MetaSel ('Just "quickSightConsole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration)) :*: S1 ('MetaSel ('Just "qSearchBar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserQSearchBarEmbeddingConfiguration)))))

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:quickSightConsole:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_quickSightConsole - The configuration details for providing an 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 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.

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

registeredUserEmbeddingExperienceConfiguration_quickSightConsole :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration) Source #

The configuration details for providing an 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 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.

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
Eq 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

Generic RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

NFData RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

Hashable RegisteredUserQSearchBarEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQSearchBarEmbeddingConfiguration

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq 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

Generic RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

NFData RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

Hashable RegisteredUserQuickSightConsoleEmbeddingConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Read RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Show 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 #

NFData RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

Methods

rnf :: RelationalTable -> () #

Hashable RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

ToJSON RelationalTable Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RelationalTable

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

$sel:name: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.

RenameColumnOperation

data RenameColumnOperation Source #

A transform operation that renames a column.

See: newRenameColumnOperation smart constructor.

Constructors

RenameColumnOperation' 

Fields

Instances

Instances details
Eq RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Read RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Show 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 #

NFData RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

Methods

rnf :: RenameColumnOperation -> () #

Hashable RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

ToJSON RenameColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RenameColumnOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 IAMARN rather than a Amazon QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)
  • actions :: NonEmpty Text

    The IAMaction to grant or revoke permissions on.

Instances

Instances details
Eq ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Read ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Show 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 #

NFData ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

Methods

rnf :: ResourcePermission -> () #

Hashable ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

ToJSON ResourcePermission Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ResourcePermission

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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 IAMARN rather than a Amazon 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 IAMaction 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 IAMARN rather than a Amazon 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 IAMaction to grant or revoke permissions on.

RowInfo

data RowInfo Source #

Information about rows for a data set SPICE ingestion.

See: newRowInfo smart constructor.

Constructors

RowInfo' 

Fields

Instances

Instances details
Eq RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Methods

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

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

Read RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Show 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 #

NFData RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Methods

rnf :: RowInfo -> () #

Hashable RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

Methods

hashWithSalt :: Int -> RowInfo -> Int #

hash :: RowInfo -> Int #

FromJSON RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

type Rep RowInfo Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowInfo

type Rep RowInfo = D1 ('MetaData "RowInfo" "Amazonka.QuickSight.Types.RowInfo" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "RowInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowsIngested") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "totalRowsInDataset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "rowsDropped") '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:rowsIngested:RowInfo', rowInfo_rowsIngested - The number of rows that were ingested.

$sel:totalRowsInDataset:RowInfo', rowInfo_totalRowsInDataset - The total number of rows in the dataset.

$sel:rowsDropped:RowInfo', rowInfo_rowsDropped - 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.

rowInfo_rowsDropped :: Lens' RowInfo (Maybe Integer) Source #

The number of rows that were not ingested.

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

  • status :: Maybe Status

    The status of the row-level security permission dataset. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

  • namespace :: Maybe Text

    The namespace associated with the dataset that contains permissions for RLS.

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

  • 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
Eq RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Read RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Show 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 #

NFData RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

Hashable RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

ToJSON RowLevelPermissionDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionDataSet

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "RowLevelPermissionDataSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Status)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "formatVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowLevelPermissionFormatVersion)) :*: (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: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:namespace:RowLevelPermissionDataSet', rowLevelPermissionDataSet_namespace - The namespace associated with the dataset that contains permissions for RLS.

$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: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_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_namespace :: Lens' RowLevelPermissionDataSet (Maybe Text) Source #

The namespace associated with the dataset that contains permissions for RLS.

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_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
Eq RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

Show 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 #

NFData RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

Hashable RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

ToJSON RowLevelPermissionTagConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagConfiguration

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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

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

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

  • tagKey :: Text

    The unique key for a tag.

  • columnName :: Text

    The column name that a tag key is assigned to.

Instances

Instances details
Eq RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

Show 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 #

NFData RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

Hashable RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

ToJSON RowLevelPermissionTagRule Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RowLevelPermissionTagRule

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "RowLevelPermissionTagRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tagMultiValueDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "matchAllValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive 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: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: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: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_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_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_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
Eq S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Read S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Show 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 #

NFData S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

Methods

rnf :: S3Parameters -> () #

Hashable S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

ToJSON S3Parameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Parameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Read S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Show 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 #

NFData S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Methods

rnf :: S3Source -> () #

Hashable S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Methods

hashWithSalt :: Int -> S3Source -> Int #

hash :: S3Source -> Int #

ToJSON S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

FromJSON S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

type Rep S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.QuickSight.Types.S3Source" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

ServiceNowParameters

data ServiceNowParameters Source #

The parameters for ServiceNow.

See: newServiceNowParameters smart constructor.

Constructors

ServiceNowParameters' 

Fields

Instances

Instances details
Eq ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Read ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Show 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 #

NFData ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Methods

rnf :: ServiceNowParameters -> () #

Hashable ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

ToJSON ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Show 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 #

NFData SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

Methods

rnf :: SessionTag -> () #

Hashable SessionTag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SessionTag

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

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

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

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 #

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 #

NFData Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

rnf :: Sheet -> () #

Hashable Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

Methods

hashWithSalt :: Int -> Sheet -> Int #

hash :: Sheet -> Int #

FromJSON Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

type Rep Sheet Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Sheet

type Rep Sheet = D1 ('MetaData "Sheet" "Amazonka.QuickSight.Types.Sheet" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

SheetControlsOption

data SheetControlsOption Source #

Sheet controls option.

See: newSheetControlsOption smart constructor.

Constructors

SheetControlsOption' 

Fields

Instances

Instances details
Eq SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Read SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Show 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 #

NFData SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

Methods

rnf :: SheetControlsOption -> () #

Hashable SheetControlsOption Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetControlsOption

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

SheetStyle

data SheetStyle Source #

The theme display options for sheets.

See: newSheetStyle smart constructor.

Constructors

SheetStyle' 

Fields

Instances

Instances details
Eq SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Read SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Show 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 #

NFData SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

Methods

rnf :: SheetStyle -> () #

Hashable SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

ToJSON SheetStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SheetStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "SheetStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tileLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TileLayoutStyle)) :*: S1 ('MetaSel ('Just "tile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TileStyle))))

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:tileLayout:SheetStyle', sheetStyle_tileLayout - The layout options for tiles.

$sel:tile:SheetStyle', sheetStyle_tile - The display options for tiles.

sheetStyle_tile :: Lens' SheetStyle (Maybe TileStyle) Source #

The display options for tiles.

SnowflakeParameters

data SnowflakeParameters Source #

The parameters for Snowflake.

See: newSnowflakeParameters smart constructor.

Constructors

SnowflakeParameters' 

Fields

Instances

Instances details
Eq SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Read SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Show 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 #

NFData SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

Methods

rnf :: SnowflakeParameters -> () #

Hashable SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

ToJSON SnowflakeParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SnowflakeParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

SparkParameters

data SparkParameters Source #

The parameters for Spark.

See: newSparkParameters smart constructor.

Constructors

SparkParameters' 

Fields

Instances

Instances details
Eq SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Read SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Show 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 #

NFData SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Methods

rnf :: SparkParameters -> () #

Hashable SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

ToJSON SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Read SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Show 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 #

NFData SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

Methods

rnf :: SqlServerParameters -> () #

Hashable SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

ToJSON SqlServerParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SqlServerParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Read SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Show 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 #

NFData SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

Methods

rnf :: SslProperties -> () #

Hashable SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

ToJSON SslProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SslProperties

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

StringParameter

data StringParameter Source #

A string parameter.

See: newStringParameter smart constructor.

Constructors

StringParameter' 

Fields

  • name :: Text

    A display name for a string parameter.

  • values :: [Text]

    The values of a string parameter.

Instances

Instances details
Eq StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Read StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Show 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 #

NFData StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

Methods

rnf :: StringParameter -> () #

Hashable StringParameter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.StringParameter

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "StringParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [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.

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
Eq Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

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

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

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.QuickSight.Types.Tag" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Read TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Show 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 #

NFData TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

Methods

rnf :: TagColumnOperation -> () #

Hashable TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

ToJSON TagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TagColumnOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Read Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Show 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 #

NFData Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

rnf :: Template -> () #

Hashable Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

FromJSON Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

type Rep Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

type Rep Template = D1 ('MetaData "Template" "Amazonka.QuickSight.Types.Template" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "Template'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateVersion))))))

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:lastUpdatedTime:Template', template_lastUpdatedTime - Time when this was last updated.

$sel:arn:Template', template_arn - The Amazon Resource Name (ARN) of the template.

$sel:createdTime:Template', template_createdTime - Time when this was created.

$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:name:Template', template_name - The display name of the template.

$sel:version:Template', template_version - A structure describing the versions of the template.

template_lastUpdatedTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was last updated.

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_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_name :: Lens' Template (Maybe Text) Source #

The display name of the template.

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
Eq TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Read TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Show 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 #

NFData TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

Methods

rnf :: TemplateAlias -> () #

Hashable TemplateAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateAlias

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TemplateAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "aliasName") '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:arn:TemplateAlias', templateAlias_arn - The Amazon Resource Name (ARN) of the template alias.

$sel:aliasName:TemplateAlias', templateAlias_aliasName - The display name of the template alias.

$sel:templateVersionNumber:TemplateAlias', templateAlias_templateVersionNumber - The version number of the template alias.

templateAlias_arn :: Lens' TemplateAlias (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template alias.

templateAlias_aliasName :: Lens' TemplateAlias (Maybe Text) Source #

The display name 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
Eq TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Read TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Show 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 #

NFData TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Methods

rnf :: TemplateError -> () #

Hashable TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TemplateError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':TemplateError', templateError_type - Type of error.

$sel:message:TemplateError', templateError_message - Description of the error type.

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
Eq TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Read TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Show 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 #

NFData TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

Methods

rnf :: TemplateSourceAnalysis -> () #

Hashable TemplateSourceAnalysis Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceAnalysis

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Read TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Show 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 #

NFData TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

Methods

rnf :: TemplateSourceEntity -> () #

Hashable TemplateSourceEntity Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceEntity

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Read TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Show 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 #

NFData TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

Methods

rnf :: TemplateSourceTemplate -> () #

Hashable TemplateSourceTemplate Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSourceTemplate

ToJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Show 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 #

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "latestVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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: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:arn:TemplateSummary', templateSummary_arn - A summary of a template.

$sel:createdTime:TemplateSummary', templateSummary_createdTime - The last time that this template was created.

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

$sel:name:TemplateSummary', templateSummary_name - A display name for the template.

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_createdTime :: Lens' TemplateSummary (Maybe UTCTime) Source #

The last time that this template was created.

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.

templateSummary_name :: Lens' TemplateSummary (Maybe Text) Source #

A display name for the template.

TemplateVersion

data TemplateVersion Source #

A version of a template.

See: newTemplateVersion smart constructor.

Constructors

TemplateVersion' 

Fields

Instances

Instances details
Eq TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Read TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Show 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 #

NFData TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

Methods

rnf :: TemplateVersion -> () #

Hashable TemplateVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersion

FromJSON 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: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:sheets:TemplateVersion', templateVersion_sheets - A list of the associated sheets with the unique identifier and name of each sheet.

$sel:createdTime:TemplateVersion', templateVersion_createdTime - The time that this template version was created.

$sel:sourceEntityArn:TemplateVersion', templateVersion_sourceEntityArn - The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

$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:versionNumber:TemplateVersion', templateVersion_versionNumber - The version number of the template version.

$sel:errors:TemplateVersion', templateVersion_errors - Errors associated with this template version.

$sel:description:TemplateVersion', templateVersion_description - The description of the template.

templateVersion_themeArn :: Lens' TemplateVersion (Maybe Text) Source #

The ARN of the theme associated with this version of the template.

templateVersion_sheets :: Lens' TemplateVersion (Maybe [Sheet]) Source #

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

templateVersion_createdTime :: Lens' TemplateVersion (Maybe UTCTime) Source #

The time that this template version was created.

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_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_versionNumber :: Lens' TemplateVersion (Maybe Natural) Source #

The version number of the template version.

templateVersion_errors :: Lens' TemplateVersion (Maybe (NonEmpty TemplateError)) Source #

Errors associated with this template version.

templateVersion_description :: Lens' TemplateVersion (Maybe Text) Source #

The description of the template.

TemplateVersionSummary

data TemplateVersionSummary Source #

The template version.

See: newTemplateVersionSummary smart constructor.

Constructors

TemplateVersionSummary' 

Fields

Instances

Instances details
Eq TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Read TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Show 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 #

NFData TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

Methods

rnf :: TemplateVersionSummary -> () #

Hashable TemplateVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateVersionSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TemplateVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:TemplateVersionSummary', templateVersionSummary_status - The status of the template version.

$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:versionNumber:TemplateVersionSummary', templateVersionSummary_versionNumber - The version number of the template version.

$sel:description:TemplateVersionSummary', templateVersionSummary_description - The description 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
Eq TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Read TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Show 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 #

NFData TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

Methods

rnf :: TeradataParameters -> () #

Hashable TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

ToJSON TeradataParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TeradataParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

Theme

data Theme Source #

Summary information about a theme.

See: newTheme smart constructor.

Constructors

Theme' 

Fields

Instances

Instances details
Eq Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

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

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

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 #

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 #

NFData Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

rnf :: Theme -> () #

Hashable Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

Methods

hashWithSalt :: Int -> Theme -> Int #

hash :: Theme -> Int #

FromJSON Theme Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Theme

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:

$sel:themeId:Theme', theme_themeId - The identifier that the user gives to the theme.

$sel:lastUpdatedTime:Theme', theme_lastUpdatedTime - The date and time that the theme was last updated.

$sel:arn:Theme', theme_arn - The Amazon Resource Name (ARN) of the theme.

$sel:createdTime:Theme', theme_createdTime - The date and time that the theme was created.

$sel:name:Theme', theme_name - The name that the user gives to the theme.

$sel:version:Theme', theme_version - Undocumented member.

$sel:type':Theme', theme_type - The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

theme_themeId :: Lens' Theme (Maybe Text) Source #

The identifier that the user gives to the theme.

theme_lastUpdatedTime :: Lens' Theme (Maybe UTCTime) Source #

The date and time that the theme was last updated.

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_name :: Lens' Theme (Maybe Text) Source #

The name 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
Eq ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Read ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Show 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 #

NFData ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

Methods

rnf :: ThemeAlias -> () #

Hashable ThemeAlias Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeAlias

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "themeVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

$sel:aliasName:ThemeAlias', themeAlias_aliasName - 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.

themeAlias_aliasName :: Lens' ThemeAlias (Maybe Text) Source #

The display name 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
Eq ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Read ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Show 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 #

NFData ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Methods

rnf :: ThemeConfiguration -> () #

Hashable ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

ToJSON ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uIColorPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UIColorPalette)) :*: (S1 ('MetaSel ('Just "sheet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetStyle)) :*: S1 ('MetaSel ('Just "dataColorPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataColorPalette)))))

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:uIColorPalette:ThemeConfiguration', themeConfiguration_uIColorPalette - Color properties that apply to the UI and to charts, excluding the colors that apply to data.

$sel:sheet:ThemeConfiguration', themeConfiguration_sheet - Display options related to sheets.

$sel:dataColorPalette:ThemeConfiguration', themeConfiguration_dataColorPalette - 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.

themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette) Source #

Color properties that apply to chart data colors.

ThemeError

data ThemeError Source #

Theme error.

See: newThemeError smart constructor.

Constructors

ThemeError' 

Fields

Instances

Instances details
Eq ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Read ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Show 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 #

NFData ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

Methods

rnf :: ThemeError -> () #

Hashable ThemeError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeError

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThemeErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':ThemeError', themeError_type - The type of error.

$sel:message:ThemeError', themeError_message - The error message.

ThemeSummary

data ThemeSummary Source #

The theme summary.

See: newThemeSummary smart constructor.

Constructors

ThemeSummary' 

Fields

Instances

Instances details
Eq ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Read ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Show 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 #

NFData ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

Methods

rnf :: ThemeSummary -> () #

Hashable ThemeSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "themeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "latestVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") '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:themeId:ThemeSummary', themeSummary_themeId - The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

$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: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:name:ThemeSummary', themeSummary_name - 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.

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_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_name :: Lens' ThemeSummary (Maybe Text) Source #

the display name for the theme.

ThemeVersion

data ThemeVersion Source #

A version of a theme.

See: newThemeVersion smart constructor.

Constructors

ThemeVersion' 

Fields

Instances

Instances details
Eq ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Read ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Show 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 #

NFData ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

Methods

rnf :: ThemeVersion -> () #

Hashable ThemeVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersion

FromJSON 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:status:ThemeVersion', themeVersion_status - The status of the theme version.

$sel:arn:ThemeVersion', themeVersion_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:ThemeVersion', themeVersion_createdTime - The date and time that this theme version was created.

$sel:versionNumber:ThemeVersion', themeVersion_versionNumber - The version number of the theme.

$sel:configuration:ThemeVersion', themeVersion_configuration - The theme configuration, which contains all the theme display properties.

$sel:errors:ThemeVersion', themeVersion_errors - Errors associated with the theme.

$sel:description:ThemeVersion', themeVersion_description - The description of the theme.

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

themeVersion_status :: Lens' ThemeVersion (Maybe ResourceStatus) Source #

The status of the theme version.

themeVersion_arn :: Lens' ThemeVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

themeVersion_createdTime :: Lens' ThemeVersion (Maybe UTCTime) Source #

The date and time that this theme version was created.

themeVersion_versionNumber :: Lens' ThemeVersion (Maybe Natural) Source #

The version number of the theme.

themeVersion_configuration :: Lens' ThemeVersion (Maybe ThemeConfiguration) Source #

The theme configuration, which contains all the theme display properties.

themeVersion_errors :: Lens' ThemeVersion (Maybe (NonEmpty ThemeError)) Source #

Errors associated with the theme.

themeVersion_description :: Lens' ThemeVersion (Maybe Text) Source #

The description of the theme.

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.

ThemeVersionSummary

data ThemeVersionSummary Source #

The theme version.

See: newThemeVersionSummary smart constructor.

Constructors

ThemeVersionSummary' 

Fields

Instances

Instances details
Eq ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Read ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Show 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 #

NFData ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

Methods

rnf :: ThemeVersionSummary -> () #

Hashable ThemeVersionSummary Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeVersionSummary

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:ThemeVersionSummary', themeVersionSummary_status - The status of the theme version.

$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:versionNumber:ThemeVersionSummary', themeVersionSummary_versionNumber - The version number of the theme version.

$sel:description:ThemeVersionSummary', themeVersionSummary_description - The description 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_versionNumber :: Lens' ThemeVersionSummary (Maybe Natural) Source #

The version number of the theme version.

themeVersionSummary_description :: Lens' ThemeVersionSummary (Maybe Text) Source #

The description of the theme version.

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
Eq TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Read TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Show 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 #

NFData TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

Methods

rnf :: TileLayoutStyle -> () #

Hashable TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

ToJSON TileLayoutStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileLayoutStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TileLayoutStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "margin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarginStyle)) :*: S1 ('MetaSel ('Just "gutter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GutterStyle))))

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:margin:TileLayoutStyle', tileLayoutStyle_margin - The margin settings that apply around the outside edge of sheets.

$sel:gutter:TileLayoutStyle', tileLayoutStyle_gutter - 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.

tileLayoutStyle_gutter :: Lens' TileLayoutStyle (Maybe GutterStyle) Source #

The gutter settings that apply between tiles.

TileStyle

data TileStyle Source #

Display options related to tiles on a sheet.

See: newTileStyle smart constructor.

Constructors

TileStyle' 

Fields

Instances

Instances details
Eq TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Read TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Show 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 #

NFData TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

Methods

rnf :: TileStyle -> () #

Hashable TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

ToJSON TileStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TileStyle

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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
Eq TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Read TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Show 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 #

NFData TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

Methods

rnf :: TransformOperation -> () #

Hashable TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

ToJSON TransformOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TransformOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "TransformOperation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "castColumnTypeOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CastColumnTypeOperation)) :*: (S1 ('MetaSel ('Just "tagColumnOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagColumnOperation)) :*: S1 ('MetaSel ('Just "createColumnsOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateColumnsOperation)))) :*: ((S1 ('MetaSel ('Just "untagColumnOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UntagColumnOperation)) :*: 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))))))

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:tagColumnOperation:TransformOperation', transformOperation_tagColumnOperation - An operation that tags a column with additional information.

$sel:createColumnsOperation:TransformOperation', transformOperation_createColumnsOperation - An operation that creates calculated columns. Columns created in one such operation form a lexical closure.

$sel:untagColumnOperation:TransformOperation', transformOperation_untagColumnOperation - Undocumented member.

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

transformOperation_castColumnTypeOperation :: Lens' TransformOperation (Maybe CastColumnTypeOperation) Source #

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

transformOperation_tagColumnOperation :: Lens' TransformOperation (Maybe TagColumnOperation) Source #

An operation that tags a column with additional information.

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.

TwitterParameters

data TwitterParameters Source #

The parameters for Twitter.

See: newTwitterParameters smart constructor.

Constructors

TwitterParameters' 

Fields

Instances

Instances details
Eq TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Read TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Show 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 #

NFData TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

Methods

rnf :: TwitterParameters -> () #

Hashable TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

ToJSON TwitterParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TwitterParameters

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.

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

  • secondaryBackground :: Maybe Text

    The background color that applies to the sheet background and sheet controls.

  • successForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the success 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.

  • success :: Maybe Text

    The color that applies to success messages, for example the check mark for a successful download.

  • accent :: Maybe Text

    This color is that applies to selected states and buttons.

  • secondaryForeground :: Maybe Text

    The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

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

  • warning :: Maybe Text

    This color that applies to warning and informational messages.

  • primaryBackground :: Maybe Text

    The background color that applies to visuals and other high emphasis UI.

  • accentForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the accent color.

  • measure :: Maybe Text

    The color that applies to the names of fields that are identified as measures.

  • dangerForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the error color.

  • measureForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the measure color.

  • danger :: Maybe Text

    The color that applies to error messages.

  • warningForeground :: Maybe Text

    The foreground color that applies to any text or other elements that appear over the warning color.

Instances

Instances details
Eq UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Read UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Show 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 #

NFData UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

Methods

rnf :: UIColorPalette -> () #

Hashable UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

ToJSON UIColorPalette Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UIColorPalette

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "UIColorPalette'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "secondaryBackground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "successForeground") '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 "success") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secondaryForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "primaryForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "warning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "primaryBackground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "accentForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "measure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dangerForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "measureForeground") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "danger") '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:secondaryBackground:UIColorPalette', uIColorPalette_secondaryBackground - The background color that applies to the sheet background and sheet controls.

$sel:successForeground:UIColorPalette', uIColorPalette_successForeground - The foreground color that applies to any text or other elements that appear over the success 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:success:UIColorPalette', uIColorPalette_success - The color that applies to success messages, for example the check mark for a successful download.

$sel:accent:UIColorPalette', uIColorPalette_accent - This color is that applies to selected states and buttons.

$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: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:warning:UIColorPalette', uIColorPalette_warning - This color that applies to warning and informational messages.

$sel:primaryBackground:UIColorPalette', uIColorPalette_primaryBackground - The background color that applies to visuals and other high emphasis UI.

$sel:accentForeground:UIColorPalette', uIColorPalette_accentForeground - The foreground color that applies to any text or other elements that appear over the accent color.

$sel:measure:UIColorPalette', uIColorPalette_measure - The color that applies to the names of fields that are identified as measures.

$sel:dangerForeground:UIColorPalette', uIColorPalette_dangerForeground - The foreground color that applies to any text or other elements that appear over the error color.

$sel:measureForeground:UIColorPalette', uIColorPalette_measureForeground - The foreground color that applies to any text or other elements that appear over the measure color.

$sel:danger:UIColorPalette', uIColorPalette_danger - The color that applies to error messages.

$sel:warningForeground:UIColorPalette', uIColorPalette_warningForeground - The foreground color that applies to any text or other elements that appear over the warning color.

uIColorPalette_secondaryBackground :: Lens' UIColorPalette (Maybe Text) Source #

The background color that applies to the sheet background and sheet controls.

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_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_success :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to success messages, for example the check mark for a successful download.

uIColorPalette_accent :: Lens' UIColorPalette (Maybe Text) Source #

This color is that applies to selected states and buttons.

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_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_warning :: Lens' UIColorPalette (Maybe Text) Source #

This color that applies to warning and informational messages.

uIColorPalette_primaryBackground :: Lens' UIColorPalette (Maybe Text) Source #

The background color that applies to visuals and other high emphasis UI.

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_measure :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to the names of fields that are identified as measures.

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_measureForeground :: Lens' UIColorPalette (Maybe Text) Source #

The foreground color that applies to any text or other elements that appear over the measure color.

uIColorPalette_danger :: Lens' UIColorPalette (Maybe Text) Source #

The color that applies to error 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.

UntagColumnOperation

data UntagColumnOperation Source #

A transform operation that removes tags associated with a column.

See: newUntagColumnOperation smart constructor.

Constructors

UntagColumnOperation' 

Fields

Instances

Instances details
Eq UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Read UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Show 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 #

NFData UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

Methods

rnf :: UntagColumnOperation -> () #

Hashable UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

ToJSON UntagColumnOperation Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UntagColumnOperation

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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
Eq UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Read UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Show 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 #

NFData UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

Methods

rnf :: UploadSettings -> () #

Hashable UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

ToJSON UploadSettings Source # 
Instance details

Defined in Amazonka.QuickSight.Types.UploadSettings

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "UploadSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startFromRow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "containsHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "textQualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextQualifier)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileFormat)) :*: S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:startFromRow:UploadSettings', uploadSettings_startFromRow - A row number to start reading data from.

$sel:containsHeader:UploadSettings', uploadSettings_containsHeader - Whether the file has a header row, or the files each have a header row.

$sel:textQualifier:UploadSettings', uploadSettings_textQualifier - Text qualifier.

$sel:format:UploadSettings', uploadSettings_format - File format.

$sel:delimiter:UploadSettings', uploadSettings_delimiter - The delimiter between values in the file.

uploadSettings_startFromRow :: Lens' UploadSettings (Maybe Natural) Source #

A row number to start reading data from.

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.

User

data User Source #

A registered user of Amazon QuickSight.

See: newUser smart constructor.

Constructors

User' 

Fields

  • email :: Maybe Text

    The user's email address.

  • principalId :: Maybe Text

    The principal ID of the user.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) for the user.

  • userName :: Maybe Text

    The user's user name.

  • identityType :: Maybe IdentityType

    The type of identity authentication used by the user.

  • externalLoginFederationProviderUrl :: Maybe Text

    The URL of the external login provider.

  • customPermissionsName :: Maybe Text

    The custom permissions profile associated with this user.

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

  • 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.
  • externalLoginFederationProviderType :: Maybe Text

    The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAMrole. 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.
  • externalLoginId :: Maybe Text

    The identity ID for the user in the external login provider.

Instances

Instances details
Eq User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

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

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

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 #

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 #

NFData User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

rnf :: User -> () #

Hashable User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

FromJSON User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

type Rep User Source # 
Instance details

Defined in Amazonka.QuickSight.Types.User

type Rep User = D1 ('MetaData "User" "Amazonka.QuickSight.Types.User" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "User'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType))))) :*: ((S1 ('MetaSel ('Just "externalLoginFederationProviderUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "customPermissionsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserRole)) :*: (S1 ('MetaSel ('Just "externalLoginFederationProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalLoginId") '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:email:User', user_email - The user's email address.

$sel:principalId:User', user_principalId - The principal ID of the user.

$sel:arn:User', user_arn - The Amazon Resource Name (ARN) for the user.

$sel:userName:User', user_userName - The user's user name.

$sel:identityType:User', user_identityType - The type of identity authentication used by the user.

$sel:externalLoginFederationProviderUrl:User', user_externalLoginFederationProviderUrl - The URL of the external login provider.

$sel:customPermissionsName:User', user_customPermissionsName - The custom permissions profile associated with this user.

$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: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: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 IAMrole. 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:externalLoginId:User', user_externalLoginId - The identity ID for the user in the external login provider.

user_email :: Lens' User (Maybe Text) Source #

The user's email address.

user_principalId :: Lens' User (Maybe Text) Source #

The principal ID of the user.

user_arn :: Lens' User (Maybe Text) Source #

The Amazon Resource Name (ARN) for the user.

user_userName :: Lens' User (Maybe Text) Source #

The user's user name.

user_identityType :: Lens' User (Maybe IdentityType) Source #

The type of identity authentication used by the user.

user_externalLoginFederationProviderUrl :: Lens' User (Maybe Text) Source #

The URL of the external login provider.

user_customPermissionsName :: Lens' User (Maybe Text) Source #

The custom permissions profile associated with this user.

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_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_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 IAMrole. 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_externalLoginId :: Lens' User (Maybe Text) Source #

The identity ID for the user in the external login provider.

VpcConnectionProperties

data VpcConnectionProperties Source #

VPC connection properties.

See: newVpcConnectionProperties smart constructor.

Constructors

VpcConnectionProperties' 

Fields

Instances

Instances details
Eq VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Read VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Show 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 #

NFData VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Methods

rnf :: VpcConnectionProperties -> () #

Hashable VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

ToJSON VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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.