module Stratosphere.AppFlow.ConnectorProfile.ConnectorProfilePropertiesProperty (
        module Exports, ConnectorProfilePropertiesProperty(..),
        mkConnectorProfilePropertiesProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.CustomConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.DatadogConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.DynatraceConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.InforNexusConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.MarketoConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.PardotConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.RedshiftConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.SAPODataConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.SalesforceConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.ServiceNowConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.SlackConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.SnowflakeConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.VeevaConnectorProfilePropertiesProperty as Exports
import {-# SOURCE #-} Stratosphere.AppFlow.ConnectorProfile.ZendeskConnectorProfilePropertiesProperty as Exports
import Stratosphere.ResourceProperties
data ConnectorProfilePropertiesProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html>
    ConnectorProfilePropertiesProperty {ConnectorProfilePropertiesProperty -> ()
haddock_workaround_ :: (),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-customconnector>
                                        ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
customConnector :: (Prelude.Maybe CustomConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-datadog>
                                        ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
datadog :: (Prelude.Maybe DatadogConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-dynatrace>
                                        ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
dynatrace :: (Prelude.Maybe DynatraceConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-infornexus>
                                        ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
inforNexus :: (Prelude.Maybe InforNexusConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-marketo>
                                        ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
marketo :: (Prelude.Maybe MarketoConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-pardot>
                                        ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
pardot :: (Prelude.Maybe PardotConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-redshift>
                                        ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
redshift :: (Prelude.Maybe RedshiftConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-sapodata>
                                        ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
sAPOData :: (Prelude.Maybe SAPODataConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-salesforce>
                                        ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
salesforce :: (Prelude.Maybe SalesforceConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-servicenow>
                                        ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
serviceNow :: (Prelude.Maybe ServiceNowConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-slack>
                                        ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
slack :: (Prelude.Maybe SlackConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-snowflake>
                                        ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
snowflake :: (Prelude.Maybe SnowflakeConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-veeva>
                                        ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
veeva :: (Prelude.Maybe VeevaConnectorProfilePropertiesProperty),
                                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-zendesk>
                                        ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
zendesk :: (Prelude.Maybe ZendeskConnectorProfilePropertiesProperty)}
  deriving stock (ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty -> Bool
(ConnectorProfilePropertiesProperty
 -> ConnectorProfilePropertiesProperty -> Bool)
-> (ConnectorProfilePropertiesProperty
    -> ConnectorProfilePropertiesProperty -> Bool)
-> Eq ConnectorProfilePropertiesProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty -> Bool
== :: ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty -> Bool
$c/= :: ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty -> Bool
/= :: ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty -> Bool
Prelude.Eq, Int -> ConnectorProfilePropertiesProperty -> ShowS
[ConnectorProfilePropertiesProperty] -> ShowS
ConnectorProfilePropertiesProperty -> String
(Int -> ConnectorProfilePropertiesProperty -> ShowS)
-> (ConnectorProfilePropertiesProperty -> String)
-> ([ConnectorProfilePropertiesProperty] -> ShowS)
-> Show ConnectorProfilePropertiesProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ConnectorProfilePropertiesProperty -> ShowS
showsPrec :: Int -> ConnectorProfilePropertiesProperty -> ShowS
$cshow :: ConnectorProfilePropertiesProperty -> String
show :: ConnectorProfilePropertiesProperty -> String
$cshowList :: [ConnectorProfilePropertiesProperty] -> ShowS
showList :: [ConnectorProfilePropertiesProperty] -> ShowS
Prelude.Show)
mkConnectorProfilePropertiesProperty ::
  ConnectorProfilePropertiesProperty
mkConnectorProfilePropertiesProperty :: ConnectorProfilePropertiesProperty
mkConnectorProfilePropertiesProperty
  = ConnectorProfilePropertiesProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), customConnector :: Maybe CustomConnectorProfilePropertiesProperty
customConnector = Maybe CustomConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       datadog :: Maybe DatadogConnectorProfilePropertiesProperty
datadog = Maybe DatadogConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing, dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
dynatrace = Maybe DynatraceConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
inforNexus = Maybe InforNexusConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing, marketo :: Maybe MarketoConnectorProfilePropertiesProperty
marketo = Maybe MarketoConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       pardot :: Maybe PardotConnectorProfilePropertiesProperty
pardot = Maybe PardotConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing, redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
redshift = Maybe RedshiftConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
sAPOData = Maybe SAPODataConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing, salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
salesforce = Maybe SalesforceConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
serviceNow = Maybe ServiceNowConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing, slack :: Maybe SlackConnectorProfilePropertiesProperty
slack = Maybe SlackConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
snowflake = Maybe SnowflakeConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing, veeva :: Maybe VeevaConnectorProfilePropertiesProperty
veeva = Maybe VeevaConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing,
       zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
zendesk = Maybe ZendeskConnectorProfilePropertiesProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ConnectorProfilePropertiesProperty where
  toResourceProperties :: ConnectorProfilePropertiesProperty -> ResourceProperties
toResourceProperties ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::AppFlow::ConnectorProfile.ConnectorProfileProperties",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> CustomConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomConnector" (CustomConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe CustomConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CustomConnectorProfilePropertiesProperty
customConnector,
                            Key -> DatadogConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Datadog" (DatadogConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe DatadogConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DatadogConnectorProfilePropertiesProperty
datadog,
                            Key -> DynatraceConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Dynatrace" (DynatraceConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe DynatraceConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DynatraceConnectorProfilePropertiesProperty
dynatrace,
                            Key -> InforNexusConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InforNexus" (InforNexusConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe InforNexusConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InforNexusConnectorProfilePropertiesProperty
inforNexus,
                            Key -> MarketoConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Marketo" (MarketoConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe MarketoConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MarketoConnectorProfilePropertiesProperty
marketo,
                            Key -> PardotConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Pardot" (PardotConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe PardotConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PardotConnectorProfilePropertiesProperty
pardot,
                            Key -> RedshiftConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Redshift" (RedshiftConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe RedshiftConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RedshiftConnectorProfilePropertiesProperty
redshift,
                            Key -> SAPODataConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SAPOData" (SAPODataConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SAPODataConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SAPODataConnectorProfilePropertiesProperty
sAPOData,
                            Key -> SalesforceConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Salesforce" (SalesforceConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SalesforceConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SalesforceConnectorProfilePropertiesProperty
salesforce,
                            Key -> ServiceNowConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServiceNow" (ServiceNowConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe ServiceNowConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ServiceNowConnectorProfilePropertiesProperty
serviceNow,
                            Key -> SlackConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Slack" (SlackConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SlackConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SlackConnectorProfilePropertiesProperty
slack,
                            Key -> SnowflakeConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Snowflake" (SnowflakeConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SnowflakeConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SnowflakeConnectorProfilePropertiesProperty
snowflake,
                            Key -> VeevaConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Veeva" (VeevaConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe VeevaConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VeevaConnectorProfilePropertiesProperty
veeva,
                            Key -> ZendeskConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Zendesk" (ZendeskConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe ZendeskConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ZendeskConnectorProfilePropertiesProperty
zendesk])}
instance JSON.ToJSON ConnectorProfilePropertiesProperty where
  toJSON :: ConnectorProfilePropertiesProperty -> Value
toJSON ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> CustomConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomConnector" (CustomConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe CustomConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CustomConnectorProfilePropertiesProperty
customConnector,
               Key -> DatadogConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Datadog" (DatadogConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe DatadogConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DatadogConnectorProfilePropertiesProperty
datadog,
               Key -> DynatraceConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Dynatrace" (DynatraceConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe DynatraceConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DynatraceConnectorProfilePropertiesProperty
dynatrace,
               Key -> InforNexusConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InforNexus" (InforNexusConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe InforNexusConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InforNexusConnectorProfilePropertiesProperty
inforNexus,
               Key -> MarketoConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Marketo" (MarketoConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe MarketoConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MarketoConnectorProfilePropertiesProperty
marketo,
               Key -> PardotConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Pardot" (PardotConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe PardotConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PardotConnectorProfilePropertiesProperty
pardot,
               Key -> RedshiftConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Redshift" (RedshiftConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe RedshiftConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RedshiftConnectorProfilePropertiesProperty
redshift,
               Key -> SAPODataConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SAPOData" (SAPODataConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SAPODataConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SAPODataConnectorProfilePropertiesProperty
sAPOData,
               Key -> SalesforceConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Salesforce" (SalesforceConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SalesforceConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SalesforceConnectorProfilePropertiesProperty
salesforce,
               Key -> ServiceNowConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServiceNow" (ServiceNowConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe ServiceNowConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ServiceNowConnectorProfilePropertiesProperty
serviceNow,
               Key -> SlackConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Slack" (SlackConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SlackConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SlackConnectorProfilePropertiesProperty
slack,
               Key -> SnowflakeConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Snowflake" (SnowflakeConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe SnowflakeConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SnowflakeConnectorProfilePropertiesProperty
snowflake,
               Key -> VeevaConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Veeva" (VeevaConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe VeevaConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VeevaConnectorProfilePropertiesProperty
veeva,
               Key -> ZendeskConnectorProfilePropertiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Zendesk" (ZendeskConnectorProfilePropertiesProperty -> (Key, Value))
-> Maybe ZendeskConnectorProfilePropertiesProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ZendeskConnectorProfilePropertiesProperty
zendesk]))
instance Property "CustomConnector" ConnectorProfilePropertiesProperty where
  type PropertyType "CustomConnector" ConnectorProfilePropertiesProperty = CustomConnectorProfilePropertiesProperty
  set :: PropertyType "CustomConnector" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "CustomConnector" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {customConnector :: Maybe CustomConnectorProfilePropertiesProperty
customConnector = CustomConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CustomConnector" ConnectorProfilePropertiesProperty
CustomConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Datadog" ConnectorProfilePropertiesProperty where
  type PropertyType "Datadog" ConnectorProfilePropertiesProperty = DatadogConnectorProfilePropertiesProperty
  set :: PropertyType "Datadog" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Datadog" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {datadog :: Maybe DatadogConnectorProfilePropertiesProperty
datadog = DatadogConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Datadog" ConnectorProfilePropertiesProperty
DatadogConnectorProfilePropertiesProperty
newValue, Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Dynatrace" ConnectorProfilePropertiesProperty where
  type PropertyType "Dynatrace" ConnectorProfilePropertiesProperty = DynatraceConnectorProfilePropertiesProperty
  set :: PropertyType "Dynatrace" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Dynatrace" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
dynatrace = DynatraceConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Dynatrace" ConnectorProfilePropertiesProperty
DynatraceConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "InforNexus" ConnectorProfilePropertiesProperty where
  type PropertyType "InforNexus" ConnectorProfilePropertiesProperty = InforNexusConnectorProfilePropertiesProperty
  set :: PropertyType "InforNexus" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "InforNexus" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
inforNexus = InforNexusConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InforNexus" ConnectorProfilePropertiesProperty
InforNexusConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Marketo" ConnectorProfilePropertiesProperty where
  type PropertyType "Marketo" ConnectorProfilePropertiesProperty = MarketoConnectorProfilePropertiesProperty
  set :: PropertyType "Marketo" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Marketo" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {marketo :: Maybe MarketoConnectorProfilePropertiesProperty
marketo = MarketoConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Marketo" ConnectorProfilePropertiesProperty
MarketoConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Pardot" ConnectorProfilePropertiesProperty where
  type PropertyType "Pardot" ConnectorProfilePropertiesProperty = PardotConnectorProfilePropertiesProperty
  set :: PropertyType "Pardot" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Pardot" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {pardot :: Maybe PardotConnectorProfilePropertiesProperty
pardot = PardotConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Pardot" ConnectorProfilePropertiesProperty
PardotConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Redshift" ConnectorProfilePropertiesProperty where
  type PropertyType "Redshift" ConnectorProfilePropertiesProperty = RedshiftConnectorProfilePropertiesProperty
  set :: PropertyType "Redshift" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Redshift" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
redshift = RedshiftConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Redshift" ConnectorProfilePropertiesProperty
RedshiftConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "SAPOData" ConnectorProfilePropertiesProperty where
  type PropertyType "SAPOData" ConnectorProfilePropertiesProperty = SAPODataConnectorProfilePropertiesProperty
  set :: PropertyType "SAPOData" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "SAPOData" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
sAPOData = SAPODataConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SAPOData" ConnectorProfilePropertiesProperty
SAPODataConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Salesforce" ConnectorProfilePropertiesProperty where
  type PropertyType "Salesforce" ConnectorProfilePropertiesProperty = SalesforceConnectorProfilePropertiesProperty
  set :: PropertyType "Salesforce" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Salesforce" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
salesforce = SalesforceConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Salesforce" ConnectorProfilePropertiesProperty
SalesforceConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "ServiceNow" ConnectorProfilePropertiesProperty where
  type PropertyType "ServiceNow" ConnectorProfilePropertiesProperty = ServiceNowConnectorProfilePropertiesProperty
  set :: PropertyType "ServiceNow" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "ServiceNow" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
serviceNow = ServiceNowConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ServiceNow" ConnectorProfilePropertiesProperty
ServiceNowConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Slack" ConnectorProfilePropertiesProperty where
  type PropertyType "Slack" ConnectorProfilePropertiesProperty = SlackConnectorProfilePropertiesProperty
  set :: PropertyType "Slack" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Slack" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {slack :: Maybe SlackConnectorProfilePropertiesProperty
slack = SlackConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Slack" ConnectorProfilePropertiesProperty
SlackConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Snowflake" ConnectorProfilePropertiesProperty where
  type PropertyType "Snowflake" ConnectorProfilePropertiesProperty = SnowflakeConnectorProfilePropertiesProperty
  set :: PropertyType "Snowflake" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Snowflake" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
snowflake = SnowflakeConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Snowflake" ConnectorProfilePropertiesProperty
SnowflakeConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Veeva" ConnectorProfilePropertiesProperty where
  type PropertyType "Veeva" ConnectorProfilePropertiesProperty = VeevaConnectorProfilePropertiesProperty
  set :: PropertyType "Veeva" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Veeva" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {veeva :: Maybe VeevaConnectorProfilePropertiesProperty
veeva = VeevaConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Veeva" ConnectorProfilePropertiesProperty
VeevaConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
instance Property "Zendesk" ConnectorProfilePropertiesProperty where
  type PropertyType "Zendesk" ConnectorProfilePropertiesProperty = ZendeskConnectorProfilePropertiesProperty
  set :: PropertyType "Zendesk" ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
-> ConnectorProfilePropertiesProperty
set PropertyType "Zendesk" ConnectorProfilePropertiesProperty
newValue ConnectorProfilePropertiesProperty {Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
Maybe ZendeskConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ConnectorProfilePropertiesProperty -> ()
customConnector :: ConnectorProfilePropertiesProperty
-> Maybe CustomConnectorProfilePropertiesProperty
datadog :: ConnectorProfilePropertiesProperty
-> Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: ConnectorProfilePropertiesProperty
-> Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: ConnectorProfilePropertiesProperty
-> Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: ConnectorProfilePropertiesProperty
-> Maybe MarketoConnectorProfilePropertiesProperty
pardot :: ConnectorProfilePropertiesProperty
-> Maybe PardotConnectorProfilePropertiesProperty
redshift :: ConnectorProfilePropertiesProperty
-> Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: ConnectorProfilePropertiesProperty
-> Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: ConnectorProfilePropertiesProperty
-> Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: ConnectorProfilePropertiesProperty
-> Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: ConnectorProfilePropertiesProperty
-> Maybe SlackConnectorProfilePropertiesProperty
snowflake :: ConnectorProfilePropertiesProperty
-> Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: ConnectorProfilePropertiesProperty
-> Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: ConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
..}
    = ConnectorProfilePropertiesProperty
        {zendesk :: Maybe ZendeskConnectorProfilePropertiesProperty
zendesk = ZendeskConnectorProfilePropertiesProperty
-> Maybe ZendeskConnectorProfilePropertiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Zendesk" ConnectorProfilePropertiesProperty
ZendeskConnectorProfilePropertiesProperty
newValue, Maybe DatadogConnectorProfilePropertiesProperty
Maybe DynatraceConnectorProfilePropertiesProperty
Maybe InforNexusConnectorProfilePropertiesProperty
Maybe MarketoConnectorProfilePropertiesProperty
Maybe CustomConnectorProfilePropertiesProperty
Maybe PardotConnectorProfilePropertiesProperty
Maybe RedshiftConnectorProfilePropertiesProperty
Maybe SAPODataConnectorProfilePropertiesProperty
Maybe SalesforceConnectorProfilePropertiesProperty
Maybe ServiceNowConnectorProfilePropertiesProperty
Maybe SlackConnectorProfilePropertiesProperty
Maybe SnowflakeConnectorProfilePropertiesProperty
Maybe VeevaConnectorProfilePropertiesProperty
()
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
haddock_workaround_ :: ()
customConnector :: Maybe CustomConnectorProfilePropertiesProperty
datadog :: Maybe DatadogConnectorProfilePropertiesProperty
dynatrace :: Maybe DynatraceConnectorProfilePropertiesProperty
inforNexus :: Maybe InforNexusConnectorProfilePropertiesProperty
marketo :: Maybe MarketoConnectorProfilePropertiesProperty
pardot :: Maybe PardotConnectorProfilePropertiesProperty
redshift :: Maybe RedshiftConnectorProfilePropertiesProperty
sAPOData :: Maybe SAPODataConnectorProfilePropertiesProperty
salesforce :: Maybe SalesforceConnectorProfilePropertiesProperty
serviceNow :: Maybe ServiceNowConnectorProfilePropertiesProperty
slack :: Maybe SlackConnectorProfilePropertiesProperty
snowflake :: Maybe SnowflakeConnectorProfilePropertiesProperty
veeva :: Maybe VeevaConnectorProfilePropertiesProperty
..}