amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.ServiceNowParameters

Description

 
Synopsis

Documentation

data ServiceNowParameters Source #

The parameters for ServiceNow.

See: newServiceNowParameters smart constructor.

Constructors

ServiceNowParameters' 

Fields

Instances

Instances details
FromJSON ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

ToJSON ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Generic ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Associated Types

type Rep ServiceNowParameters :: Type -> Type #

Read ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Show ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

NFData ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Methods

rnf :: ServiceNowParameters -> () #

Eq ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

Hashable ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

type Rep ServiceNowParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ServiceNowParameters

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

newServiceNowParameters Source #

Create a value of ServiceNowParameters with all optional fields omitted.

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

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

$sel:siteBaseUrl:ServiceNowParameters', serviceNowParameters_siteBaseUrl - URL of the base site.