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

Amazonka.AppFlow

Contents

Description

Derived from API version 2020-08-23 of the AWS service descriptions, licensed under Apache 2.0.

Welcome to the Amazon AppFlow API reference. This guide is for developers who need detailed information about the Amazon AppFlow API operations, data types, and errors.

Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between software as a service (SaaS) applications like Salesforce, Marketo, Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift.

Use the following links to get started on the Amazon AppFlow API:

  • Actions: An alphabetical list of all Amazon AppFlow API operations.
  • Data types: An alphabetical list of all Amazon AppFlow data types.
  • Common parameters: Parameters that all Query operations can use.
  • Common errors: Client and server errors that all operations can return.

If you're new to Amazon AppFlow, we recommend that you review the Amazon AppFlow User Guide.

Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include applicable OAuth attributes (such as auth-code and redirecturi) with the connector-specific ConnectorProfileProperties when creating a new connector profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the Authorize Apps with OAuth documentation.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-08-23 of the Amazon Appflow SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by AppFlow.

ValidationException

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

The request has invalid or missing parameters.

UnsupportedOperationException

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

The requested operation is not supported for the current flow.

ConflictException

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

There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.

ConnectorAuthenticationException

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

An error occurred when authenticating with the connector endpoint.

ServiceQuotaExceededException

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

The request would cause a service quota (such as the number of flows) to be exceeded.

InternalServerException

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

An internal service error occurred during the processing of your request. Try again later.

ResourceNotFoundException

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

The resource specified in the request (such as the source or destination connector profile) is not found.

ConnectorServerException

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

An error occurred when retrieving data from the connector endpoint.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListConnectorEntities

data ListConnectorEntities Source #

See: newListConnectorEntities smart constructor.

Instances

Instances details
Eq ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Read ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Show ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Generic ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Associated Types

type Rep ListConnectorEntities :: Type -> Type #

NFData ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Methods

rnf :: ListConnectorEntities -> () #

Hashable ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

ToJSON ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

AWSRequest ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Associated Types

type AWSResponse ListConnectorEntities #

ToHeaders ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

ToPath ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

ToQuery ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

type Rep ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

type Rep ListConnectorEntities = D1 ('MetaData "ListConnectorEntities" "Amazonka.AppFlow.ListConnectorEntities" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListConnectorEntities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entitiesPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)))))
type AWSResponse ListConnectorEntities Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

newListConnectorEntities :: ListConnectorEntities Source #

Create a value of ListConnectorEntities with all optional fields omitted.

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

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

$sel:connectorProfileName:ListConnectorEntities', listConnectorEntities_connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account, and is used to query the downstream connector.

$sel:entitiesPath:ListConnectorEntities', listConnectorEntities_entitiesPath - This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.

$sel:connectorType:ListConnectorEntities', listConnectorEntities_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.

data ListConnectorEntitiesResponse Source #

See: newListConnectorEntitiesResponse smart constructor.

Instances

Instances details
Eq ListConnectorEntitiesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Read ListConnectorEntitiesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Show ListConnectorEntitiesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Generic ListConnectorEntitiesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

Associated Types

type Rep ListConnectorEntitiesResponse :: Type -> Type #

NFData ListConnectorEntitiesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

type Rep ListConnectorEntitiesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectorEntities

type Rep ListConnectorEntitiesResponse = D1 ('MetaData "ListConnectorEntitiesResponse" "Amazonka.AppFlow.ListConnectorEntities" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListConnectorEntitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "connectorEntityMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text [ConnectorEntity]))))

newListConnectorEntitiesResponse Source #

Create a value of ListConnectorEntitiesResponse with all optional fields omitted.

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

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

$sel:httpStatus:ListConnectorEntitiesResponse', listConnectorEntitiesResponse_httpStatus - The response's http status code.

$sel:connectorEntityMap:ListConnectorEntitiesResponse', listConnectorEntitiesResponse_connectorEntityMap - The response of ListConnectorEntities lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group.

CreateConnectorProfile

data CreateConnectorProfile Source #

See: newCreateConnectorProfile smart constructor.

Instances

Instances details
Eq CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Show CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Generic CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Associated Types

type Rep CreateConnectorProfile :: Type -> Type #

NFData CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Methods

rnf :: CreateConnectorProfile -> () #

Hashable CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

ToJSON CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

AWSRequest CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Associated Types

type AWSResponse CreateConnectorProfile #

ToHeaders CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

ToPath CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

ToQuery CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

type Rep CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

type Rep CreateConnectorProfile = D1 ('MetaData "CreateConnectorProfile" "Amazonka.AppFlow.CreateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CreateConnectorProfile'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorType) :*: (S1 ('MetaSel ('Just "connectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionMode) :*: S1 ('MetaSel ('Just "connectorProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileConfig)))))
type AWSResponse CreateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

newCreateConnectorProfile Source #

Create a value of CreateConnectorProfile with all optional fields omitted.

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

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

$sel:kmsArn:CreateConnectorProfile', createConnectorProfile_kmsArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

$sel:connectorProfileName:CreateConnectorProfile', createConnectorProfile_connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in your Amazon Web Services account.

$sel:connectorType:CreateConnectorProfile', createConnectorProfile_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.

$sel:connectionMode:CreateConnectorProfile', createConnectorProfile_connectionMode - Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.

$sel:connectorProfileConfig:CreateConnectorProfile', createConnectorProfile_connectorProfileConfig - Defines the connector-specific configuration and credentials.

data CreateConnectorProfileResponse Source #

See: newCreateConnectorProfileResponse smart constructor.

Instances

Instances details
Eq CreateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Read CreateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Show CreateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Generic CreateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

Associated Types

type Rep CreateConnectorProfileResponse :: Type -> Type #

NFData CreateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

type Rep CreateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateConnectorProfile

type Rep CreateConnectorProfileResponse = D1 ('MetaData "CreateConnectorProfileResponse" "Amazonka.AppFlow.CreateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CreateConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConnectorProfileResponse Source #

Create a value of CreateConnectorProfileResponse with all optional fields omitted.

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

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

$sel:connectorProfileArn:CreateConnectorProfileResponse', createConnectorProfileResponse_connectorProfileArn - The Amazon Resource Name (ARN) of the connector profile.

$sel:httpStatus:CreateConnectorProfileResponse', createConnectorProfileResponse_httpStatus - The response's http status code.

StartFlow

data StartFlow Source #

See: newStartFlow smart constructor.

Constructors

StartFlow' Text 

Instances

Instances details
Eq StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Read StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Show StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Generic StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Associated Types

type Rep StartFlow :: Type -> Type #

NFData StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Methods

rnf :: StartFlow -> () #

Hashable StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

ToJSON StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

AWSRequest StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Associated Types

type AWSResponse StartFlow #

ToHeaders StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Methods

toHeaders :: StartFlow -> [Header] #

ToPath StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

ToQuery StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

type Rep StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

type Rep StartFlow = D1 ('MetaData "StartFlow" "Amazonka.AppFlow.StartFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "StartFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

newStartFlow Source #

Create a value of StartFlow with all optional fields omitted.

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

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

$sel:flowName:StartFlow', startFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

data StartFlowResponse Source #

See: newStartFlowResponse smart constructor.

Instances

Instances details
Eq StartFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Read StartFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Show StartFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Generic StartFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Associated Types

type Rep StartFlowResponse :: Type -> Type #

NFData StartFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

Methods

rnf :: StartFlowResponse -> () #

type Rep StartFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StartFlow

type Rep StartFlowResponse = D1 ('MetaData "StartFlowResponse" "Amazonka.AppFlow.StartFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "StartFlowResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStartFlowResponse Source #

Create a value of StartFlowResponse with all optional fields omitted.

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

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

$sel:executionId:StartFlowResponse', startFlowResponse_executionId - Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.

$sel:flowArn:StartFlowResponse', startFlowResponse_flowArn - The flow's Amazon Resource Name (ARN).

$sel:flowStatus:StartFlowResponse', startFlowResponse_flowStatus - Indicates the current status of the flow.

$sel:httpStatus:StartFlowResponse', startFlowResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.AppFlow.ListTagsForResource" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

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

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

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the specified flow.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.AppFlow.ListTagsForResource" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

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

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

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags used to organize, track, or control access for your flow.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

CreateFlow

data CreateFlow Source #

See: newCreateFlow smart constructor.

Instances

Instances details
Eq CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Read CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Show CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Generic CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Associated Types

type Rep CreateFlow :: Type -> Type #

NFData CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Methods

rnf :: CreateFlow -> () #

Hashable CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

ToJSON CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

AWSRequest CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Associated Types

type AWSResponse CreateFlow #

ToHeaders CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Methods

toHeaders :: CreateFlow -> [Header] #

ToPath CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

ToQuery CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

type Rep CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

type AWSResponse CreateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

newCreateFlow Source #

Create a value of CreateFlow with all optional fields omitted.

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

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

$sel:kmsArn:CreateFlow', createFlow_kmsArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

$sel:description:CreateFlow', createFlow_description - A description of the flow you want to create.

$sel:tags:CreateFlow', createFlow_tags - The tags used to organize, track, or control access for your flow.

$sel:flowName:CreateFlow', createFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

$sel:triggerConfig:CreateFlow', createFlow_triggerConfig - The trigger settings that determine how and when the flow runs.

$sel:sourceFlowConfig:CreateFlow', createFlow_sourceFlowConfig - The configuration that controls how Amazon AppFlow retrieves data from the source connector.

$sel:destinationFlowConfigList:CreateFlow', createFlow_destinationFlowConfigList - The configuration that controls how Amazon AppFlow places data in the destination connector.

$sel:tasks:CreateFlow', createFlow_tasks - A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

data CreateFlowResponse Source #

See: newCreateFlowResponse smart constructor.

Instances

Instances details
Eq CreateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Read CreateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Show CreateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Generic CreateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Associated Types

type Rep CreateFlowResponse :: Type -> Type #

NFData CreateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

Methods

rnf :: CreateFlowResponse -> () #

type Rep CreateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.CreateFlow

type Rep CreateFlowResponse = D1 ('MetaData "CreateFlowResponse" "Amazonka.AppFlow.CreateFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CreateFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateFlowResponse Source #

Create a value of CreateFlowResponse with all optional fields omitted.

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

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

$sel:flowArn:CreateFlowResponse', createFlowResponse_flowArn - The flow's Amazon Resource Name (ARN).

$sel:flowStatus:CreateFlowResponse', createFlowResponse_flowStatus - Indicates the current status of the flow.

$sel:httpStatus:CreateFlowResponse', createFlowResponse_httpStatus - The response's http status code.

DeleteConnectorProfile

data DeleteConnectorProfile Source #

See: newDeleteConnectorProfile smart constructor.

Instances

Instances details
Eq DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Read DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Show DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Generic DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Associated Types

type Rep DeleteConnectorProfile :: Type -> Type #

NFData DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Methods

rnf :: DeleteConnectorProfile -> () #

Hashable DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

ToJSON DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

AWSRequest DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Associated Types

type AWSResponse DeleteConnectorProfile #

ToHeaders DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

ToPath DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

ToQuery DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

type Rep DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

type Rep DeleteConnectorProfile = D1 ('MetaData "DeleteConnectorProfile" "Amazonka.AppFlow.DeleteConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DeleteConnectorProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

newDeleteConnectorProfile Source #

Create a value of DeleteConnectorProfile with all optional fields omitted.

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

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

$sel:forceDelete:DeleteConnectorProfile', deleteConnectorProfile_forceDelete - Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.

$sel:connectorProfileName:DeleteConnectorProfile', deleteConnectorProfile_connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in your account.

data DeleteConnectorProfileResponse Source #

See: newDeleteConnectorProfileResponse smart constructor.

Instances

Instances details
Eq DeleteConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Read DeleteConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Show DeleteConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Generic DeleteConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

Associated Types

type Rep DeleteConnectorProfileResponse :: Type -> Type #

NFData DeleteConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

type Rep DeleteConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteConnectorProfile

type Rep DeleteConnectorProfileResponse = D1 ('MetaData "DeleteConnectorProfileResponse" "Amazonka.AppFlow.DeleteConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DeleteConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectorProfileResponse Source #

Create a value of DeleteConnectorProfileResponse with all optional fields omitted.

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

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

$sel:httpStatus:DeleteConnectorProfileResponse', deleteConnectorProfileResponse_httpStatus - The response's http status code.

UpdateConnectorProfile

data UpdateConnectorProfile Source #

See: newUpdateConnectorProfile smart constructor.

Instances

Instances details
Eq UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Show UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Generic UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Associated Types

type Rep UpdateConnectorProfile :: Type -> Type #

NFData UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Methods

rnf :: UpdateConnectorProfile -> () #

Hashable UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

ToJSON UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

AWSRequest UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Associated Types

type AWSResponse UpdateConnectorProfile #

ToHeaders UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

ToPath UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

ToQuery UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfile = D1 ('MetaData "UpdateConnectorProfile" "Amazonka.AppFlow.UpdateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateConnectorProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "connectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionMode) :*: S1 ('MetaSel ('Just "connectorProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileConfig))))
type AWSResponse UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

newUpdateConnectorProfile Source #

Create a value of UpdateConnectorProfile with all optional fields omitted.

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

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

$sel:connectorProfileName:UpdateConnectorProfile', updateConnectorProfile_connectorProfileName - The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services account.

$sel:connectionMode:UpdateConnectorProfile', updateConnectorProfile_connectionMode - Indicates the connection mode and if it is public or private.

$sel:connectorProfileConfig:UpdateConnectorProfile', updateConnectorProfile_connectorProfileConfig - Defines the connector-specific profile configuration and credentials.

data UpdateConnectorProfileResponse Source #

See: newUpdateConnectorProfileResponse smart constructor.

Instances

Instances details
Eq UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Read UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Show UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Generic UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Associated Types

type Rep UpdateConnectorProfileResponse :: Type -> Type #

NFData UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfileResponse = D1 ('MetaData "UpdateConnectorProfileResponse" "Amazonka.AppFlow.UpdateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConnectorProfileResponse Source #

Create a value of UpdateConnectorProfileResponse with all optional fields omitted.

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

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

$sel:connectorProfileArn:UpdateConnectorProfileResponse', updateConnectorProfileResponse_connectorProfileArn - The Amazon Resource Name (ARN) of the connector profile.

$sel:httpStatus:UpdateConnectorProfileResponse', updateConnectorProfileResponse_httpStatus - The response's http status code.

DescribeFlow

data DescribeFlow Source #

See: newDescribeFlow smart constructor.

Constructors

DescribeFlow' Text 

Instances

Instances details
Eq DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Read DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Show DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Generic DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Associated Types

type Rep DescribeFlow :: Type -> Type #

NFData DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Methods

rnf :: DescribeFlow -> () #

Hashable DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

ToJSON DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

AWSRequest DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Associated Types

type AWSResponse DescribeFlow #

ToHeaders DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

ToPath DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

ToQuery DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

type Rep DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

type Rep DescribeFlow = D1 ('MetaData "DescribeFlow" "Amazonka.AppFlow.DescribeFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

newDescribeFlow Source #

Create a value of DescribeFlow with all optional fields omitted.

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

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

$sel:flowName:DescribeFlow', describeFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

data DescribeFlowResponse Source #

See: newDescribeFlowResponse smart constructor.

Instances

Instances details
Eq DescribeFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Read DescribeFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Show DescribeFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Generic DescribeFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Associated Types

type Rep DescribeFlowResponse :: Type -> Type #

NFData DescribeFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

Methods

rnf :: DescribeFlowResponse -> () #

type Rep DescribeFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlow

type Rep DescribeFlowResponse = D1 ('MetaData "DescribeFlowResponse" "Amazonka.AppFlow.DescribeFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeFlowResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Task]))) :*: (S1 ('MetaSel ('Just "triggerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TriggerConfig)) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "sourceFlowConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceFlowConfig)) :*: S1 ('MetaSel ('Just "flowStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastRunExecutionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionDetails)))) :*: ((S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus)) :*: S1 ('MetaSel ('Just "destinationFlowConfigList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DestinationFlowConfig]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeFlowResponse Source #

Create a value of DescribeFlowResponse with all optional fields omitted.

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

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

$sel:lastUpdatedBy:DescribeFlowResponse', describeFlowResponse_lastUpdatedBy - Specifies the user name of the account that performed the most recent update.

$sel:flowArn:DescribeFlowResponse', describeFlowResponse_flowArn - The flow's Amazon Resource Name (ARN).

$sel:lastUpdatedAt:DescribeFlowResponse', describeFlowResponse_lastUpdatedAt - Specifies when the flow was last updated.

$sel:createdAt:DescribeFlowResponse', describeFlowResponse_createdAt - Specifies when the flow was created.

$sel:createdBy:DescribeFlowResponse', describeFlowResponse_createdBy - The ARN of the user who created the flow.

$sel:tasks:DescribeFlowResponse', describeFlowResponse_tasks - A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

$sel:triggerConfig:DescribeFlowResponse', describeFlowResponse_triggerConfig - The trigger settings that determine how and when the flow runs.

$sel:flowName:DescribeFlow', describeFlowResponse_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

$sel:sourceFlowConfig:DescribeFlowResponse', describeFlowResponse_sourceFlowConfig - The configuration that controls how Amazon AppFlow retrieves data from the source connector.

$sel:flowStatusMessage:DescribeFlowResponse', describeFlowResponse_flowStatusMessage - Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows.

$sel:kmsArn:DescribeFlowResponse', describeFlowResponse_kmsArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

$sel:lastRunExecutionDetails:DescribeFlowResponse', describeFlowResponse_lastRunExecutionDetails - Describes the details of the most recent flow run.

$sel:flowStatus:DescribeFlowResponse', describeFlowResponse_flowStatus - Indicates the current status of the flow.

$sel:destinationFlowConfigList:DescribeFlowResponse', describeFlowResponse_destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.

$sel:description:DescribeFlowResponse', describeFlowResponse_description - A description of the flow.

$sel:tags:DescribeFlowResponse', describeFlowResponse_tags - The tags used to organize, track, or control access for your flow.

$sel:httpStatus:DescribeFlowResponse', describeFlowResponse_httpStatus - The response's http status code.

StopFlow

data StopFlow Source #

See: newStopFlow smart constructor.

Constructors

StopFlow' Text 

Instances

Instances details
Eq StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Read StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Show StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Generic StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Associated Types

type Rep StopFlow :: Type -> Type #

Methods

from :: StopFlow -> Rep StopFlow x #

to :: Rep StopFlow x -> StopFlow #

NFData StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Methods

rnf :: StopFlow -> () #

Hashable StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Methods

hashWithSalt :: Int -> StopFlow -> Int #

hash :: StopFlow -> Int #

ToJSON StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

AWSRequest StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Associated Types

type AWSResponse StopFlow #

ToHeaders StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Methods

toHeaders :: StopFlow -> [Header] #

ToPath StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

ToQuery StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

type Rep StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

type Rep StopFlow = D1 ('MetaData "StopFlow" "Amazonka.AppFlow.StopFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "StopFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopFlow Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

newStopFlow Source #

Create a value of StopFlow with all optional fields omitted.

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

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

$sel:flowName:StopFlow', stopFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

data StopFlowResponse Source #

See: newStopFlowResponse smart constructor.

Instances

Instances details
Eq StopFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Read StopFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Show StopFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Generic StopFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Associated Types

type Rep StopFlowResponse :: Type -> Type #

NFData StopFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

Methods

rnf :: StopFlowResponse -> () #

type Rep StopFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.StopFlow

type Rep StopFlowResponse = D1 ('MetaData "StopFlowResponse" "Amazonka.AppFlow.StopFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "StopFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStopFlowResponse Source #

Create a value of StopFlowResponse with all optional fields omitted.

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

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

$sel:flowArn:StopFlowResponse', stopFlowResponse_flowArn - The flow's Amazon Resource Name (ARN).

$sel:flowStatus:StopFlowResponse', stopFlowResponse_flowStatus - Indicates the current status of the flow.

$sel:httpStatus:StopFlowResponse', stopFlowResponse_httpStatus - The response's http status code.

DescribeConnectors

data DescribeConnectors Source #

See: newDescribeConnectors smart constructor.

Instances

Instances details
Eq DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Read DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Show DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Generic DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Associated Types

type Rep DescribeConnectors :: Type -> Type #

NFData DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Methods

rnf :: DescribeConnectors -> () #

Hashable DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

ToJSON DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

AWSRequest DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Associated Types

type AWSResponse DescribeConnectors #

ToHeaders DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

ToPath DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

ToQuery DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

type Rep DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

type Rep DescribeConnectors = D1 ('MetaData "DescribeConnectors" "Amazonka.AppFlow.DescribeConnectors" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectorType]))))
type AWSResponse DescribeConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

newDescribeConnectors :: DescribeConnectors Source #

Create a value of DescribeConnectors with all optional fields omitted.

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

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

$sel:nextToken:DescribeConnectors', describeConnectors_nextToken - The pagination token for the next page of data.

$sel:connectorTypes:DescribeConnectors', describeConnectors_connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.

data DescribeConnectorsResponse Source #

See: newDescribeConnectorsResponse smart constructor.

Instances

Instances details
Eq DescribeConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Read DescribeConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Show DescribeConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Generic DescribeConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

Associated Types

type Rep DescribeConnectorsResponse :: Type -> Type #

NFData DescribeConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

type Rep DescribeConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectors

type Rep DescribeConnectorsResponse = D1 ('MetaData "DescribeConnectorsResponse" "Amazonka.AppFlow.DescribeConnectors" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap ConnectorType ConnectorConfiguration))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectorsResponse Source #

Create a value of DescribeConnectorsResponse with all optional fields omitted.

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

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

$sel:connectorConfigurations:DescribeConnectorsResponse', describeConnectorsResponse_connectorConfigurations - The configuration that is applied to the connectors used in the flow.

$sel:nextToken:DescribeConnectors', describeConnectorsResponse_nextToken - The pagination token for the next page of data.

$sel:httpStatus:DescribeConnectorsResponse', describeConnectorsResponse_httpStatus - The response's http status code.

DescribeConnectorEntity

data DescribeConnectorEntity Source #

See: newDescribeConnectorEntity smart constructor.

Instances

Instances details
Eq DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Read DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Show DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Generic DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Associated Types

type Rep DescribeConnectorEntity :: Type -> Type #

NFData DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Methods

rnf :: DescribeConnectorEntity -> () #

Hashable DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToJSON DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

AWSRequest DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToHeaders DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToPath DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToQuery DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntity = D1 ('MetaData "DescribeConnectorEntity" "Amazonka.AppFlow.DescribeConnectorEntity" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)) :*: S1 ('MetaSel ('Just "connectorEntityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

newDescribeConnectorEntity Source #

Create a value of DescribeConnectorEntity with all optional fields omitted.

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

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

$sel:connectorProfileName:DescribeConnectorEntity', describeConnectorEntity_connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

$sel:connectorType:DescribeConnectorEntity', describeConnectorEntity_connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.

$sel:connectorEntityName:DescribeConnectorEntity', describeConnectorEntity_connectorEntityName - The entity name for that connector.

data DescribeConnectorEntityResponse Source #

See: newDescribeConnectorEntityResponse smart constructor.

Instances

Instances details
Eq DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Read DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Show DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Generic DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Associated Types

type Rep DescribeConnectorEntityResponse :: Type -> Type #

NFData DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntityResponse = D1 ('MetaData "DescribeConnectorEntityResponse" "Amazonka.AppFlow.DescribeConnectorEntity" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorEntityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "connectorEntityFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConnectorEntityField])))

newDescribeConnectorEntityResponse Source #

Create a value of DescribeConnectorEntityResponse with all optional fields omitted.

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

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

$sel:httpStatus:DescribeConnectorEntityResponse', describeConnectorEntityResponse_httpStatus - The response's http status code.

$sel:connectorEntityFields:DescribeConnectorEntityResponse', describeConnectorEntityResponse_connectorEntityFields - Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.AppFlow.TagResource" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

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

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

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the flow that you want to tag.

$sel:tags:TagResource', tagResource_tags - The tags used to organize, track, or control access for your flow.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AppFlow.TagResource" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

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

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

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

ListFlows

data ListFlows Source #

See: newListFlows smart constructor.

Constructors

ListFlows' (Maybe Text) (Maybe Natural) 

Instances

Instances details
Eq ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Read ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Show ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Generic ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type Rep ListFlows :: Type -> Type #

NFData ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

rnf :: ListFlows -> () #

Hashable ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

ToJSON ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

AWSRequest ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type AWSResponse ListFlows #

ToHeaders ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

toHeaders :: ListFlows -> [Header] #

ToPath ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

ToQuery ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlows = D1 ('MetaData "ListFlows" "Amazonka.AppFlow.ListFlows" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListFlows'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

newListFlows :: ListFlows Source #

Create a value of ListFlows with all optional fields omitted.

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

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

$sel:nextToken:ListFlows', listFlows_nextToken - The pagination token for next page of data.

$sel:maxResults:ListFlows', listFlows_maxResults - Specifies the maximum number of items that should be returned in the result set.

data ListFlowsResponse Source #

See: newListFlowsResponse smart constructor.

Instances

Instances details
Eq ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Read ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Show ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Generic ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type Rep ListFlowsResponse :: Type -> Type #

NFData ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

rnf :: ListFlowsResponse -> () #

type Rep ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlowsResponse = D1 ('MetaData "ListFlowsResponse" "Amazonka.AppFlow.ListFlows" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListFlowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowDefinition])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFlowsResponse Source #

Create a value of ListFlowsResponse with all optional fields omitted.

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

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

$sel:nextToken:ListFlows', listFlowsResponse_nextToken - The pagination token for next page of data.

$sel:flows:ListFlowsResponse', listFlowsResponse_flows - The list of flows associated with your account.

$sel:httpStatus:ListFlowsResponse', listFlowsResponse_httpStatus - The response's http status code.

DescribeFlowExecutionRecords

data DescribeFlowExecutionRecords Source #

See: newDescribeFlowExecutionRecords smart constructor.

Instances

Instances details
Eq DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Read DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Show DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Generic DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Associated Types

type Rep DescribeFlowExecutionRecords :: Type -> Type #

NFData DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Hashable DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToJSON DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

AWSRequest DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToHeaders DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToPath DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToQuery DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecords = D1 ('MetaData "DescribeFlowExecutionRecords" "Amazonka.AppFlow.DescribeFlowExecutionRecords" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeFlowExecutionRecords'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

newDescribeFlowExecutionRecords Source #

Create a value of DescribeFlowExecutionRecords with all optional fields omitted.

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

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

$sel:nextToken:DescribeFlowExecutionRecords', describeFlowExecutionRecords_nextToken - The pagination token for the next page of data.

$sel:maxResults:DescribeFlowExecutionRecords', describeFlowExecutionRecords_maxResults - Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

$sel:flowName:DescribeFlowExecutionRecords', describeFlowExecutionRecords_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

data DescribeFlowExecutionRecordsResponse Source #

Instances

Instances details
Eq DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Read DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Show DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Generic DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

NFData DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecordsResponse = D1 ('MetaData "DescribeFlowExecutionRecordsResponse" "Amazonka.AppFlow.DescribeFlowExecutionRecords" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeFlowExecutionRecordsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExecutionRecord])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFlowExecutionRecordsResponse Source #

Create a value of DescribeFlowExecutionRecordsResponse with all optional fields omitted.

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

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

$sel:flowExecutions:DescribeFlowExecutionRecordsResponse', describeFlowExecutionRecordsResponse_flowExecutions - Returns a list of all instances when this flow was run.

$sel:nextToken:DescribeFlowExecutionRecords', describeFlowExecutionRecordsResponse_nextToken - The pagination token for the next page of data.

$sel:httpStatus:DescribeFlowExecutionRecordsResponse', describeFlowExecutionRecordsResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.AppFlow.UntagResource" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

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

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

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the flow that you want to untag.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys associated with the tag that you want to remove from your flow.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AppFlow.UntagResource" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

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

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

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateFlow

data UpdateFlow Source #

See: newUpdateFlow smart constructor.

Instances

Instances details
Eq UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Read UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Show UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Generic UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type Rep UpdateFlow :: Type -> Type #

NFData UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

rnf :: UpdateFlow -> () #

Hashable UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

ToJSON UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

AWSRequest UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type AWSResponse UpdateFlow #

ToHeaders UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

toHeaders :: UpdateFlow -> [Header] #

ToPath UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

ToQuery UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlow = D1 ('MetaData "UpdateFlow" "Amazonka.AppFlow.UpdateFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateFlow'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "triggerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TriggerConfig))) :*: (S1 ('MetaSel ('Just "sourceFlowConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceFlowConfig) :*: (S1 ('MetaSel ('Just "destinationFlowConfigList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DestinationFlowConfig]) :*: S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Task])))))
type AWSResponse UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

newUpdateFlow Source #

Create a value of UpdateFlow with all optional fields omitted.

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

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

$sel:description:UpdateFlow', updateFlow_description - A description of the flow.

$sel:flowName:UpdateFlow', updateFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

$sel:triggerConfig:UpdateFlow', updateFlow_triggerConfig - The trigger settings that determine how and when the flow runs.

$sel:sourceFlowConfig:UpdateFlow', updateFlow_sourceFlowConfig - Undocumented member.

$sel:destinationFlowConfigList:UpdateFlow', updateFlow_destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.

$sel:tasks:UpdateFlow', updateFlow_tasks - A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

data UpdateFlowResponse Source #

See: newUpdateFlowResponse smart constructor.

Instances

Instances details
Eq UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Read UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Show UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Generic UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type Rep UpdateFlowResponse :: Type -> Type #

NFData UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

rnf :: UpdateFlowResponse -> () #

type Rep UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlowResponse = D1 ('MetaData "UpdateFlowResponse" "Amazonka.AppFlow.UpdateFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFlowResponse Source #

Create a value of UpdateFlowResponse with all optional fields omitted.

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

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

$sel:flowStatus:UpdateFlowResponse', updateFlowResponse_flowStatus - Indicates the current status of the flow.

$sel:httpStatus:UpdateFlowResponse', updateFlowResponse_httpStatus - The response's http status code.

DeleteFlow

data DeleteFlow Source #

See: newDeleteFlow smart constructor.

Constructors

DeleteFlow' (Maybe Bool) Text 

Instances

Instances details
Eq DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Read DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Show DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Generic DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Associated Types

type Rep DeleteFlow :: Type -> Type #

NFData DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Methods

rnf :: DeleteFlow -> () #

Hashable DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

ToJSON DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

AWSRequest DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Associated Types

type AWSResponse DeleteFlow #

ToHeaders DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Methods

toHeaders :: DeleteFlow -> [Header] #

ToPath DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

ToQuery DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

type Rep DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

type Rep DeleteFlow = D1 ('MetaData "DeleteFlow" "Amazonka.AppFlow.DeleteFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DeleteFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFlow Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

newDeleteFlow Source #

Create a value of DeleteFlow with all optional fields omitted.

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

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

$sel:forceDelete:DeleteFlow', deleteFlow_forceDelete - Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.

$sel:flowName:DeleteFlow', deleteFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

data DeleteFlowResponse Source #

See: newDeleteFlowResponse smart constructor.

Constructors

DeleteFlowResponse' Int 

Instances

Instances details
Eq DeleteFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Read DeleteFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Show DeleteFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Generic DeleteFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Associated Types

type Rep DeleteFlowResponse :: Type -> Type #

NFData DeleteFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

Methods

rnf :: DeleteFlowResponse -> () #

type Rep DeleteFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DeleteFlow

type Rep DeleteFlowResponse = D1 ('MetaData "DeleteFlowResponse" "Amazonka.AppFlow.DeleteFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DeleteFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFlowResponse Source #

Create a value of DeleteFlowResponse with all optional fields omitted.

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

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

$sel:httpStatus:DeleteFlowResponse', deleteFlowResponse_httpStatus - The response's http status code.

DescribeConnectorProfiles

data DescribeConnectorProfiles Source #

See: newDescribeConnectorProfiles smart constructor.

Instances

Instances details
Eq DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Read DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Show DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Generic DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Associated Types

type Rep DescribeConnectorProfiles :: Type -> Type #

NFData DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Hashable DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

ToJSON DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

AWSRequest DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

ToHeaders DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

ToPath DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

ToQuery DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

type Rep DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

type Rep DescribeConnectorProfiles = D1 ('MetaData "DescribeConnectorProfiles" "Amazonka.AppFlow.DescribeConnectorProfiles" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorProfiles'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectorProfileNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeConnectorProfiles Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

newDescribeConnectorProfiles :: DescribeConnectorProfiles Source #

Create a value of DescribeConnectorProfiles with all optional fields omitted.

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

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

$sel:connectorProfileNames:DescribeConnectorProfiles', describeConnectorProfiles_connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

$sel:nextToken:DescribeConnectorProfiles', describeConnectorProfiles_nextToken - The pagination token for the next page of data.

$sel:connectorType:DescribeConnectorProfiles', describeConnectorProfiles_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.

$sel:maxResults:DescribeConnectorProfiles', describeConnectorProfiles_maxResults - Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

data DescribeConnectorProfilesResponse Source #

See: newDescribeConnectorProfilesResponse smart constructor.

Instances

Instances details
Eq DescribeConnectorProfilesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Read DescribeConnectorProfilesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Show DescribeConnectorProfilesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Generic DescribeConnectorProfilesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

Associated Types

type Rep DescribeConnectorProfilesResponse :: Type -> Type #

NFData DescribeConnectorProfilesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

type Rep DescribeConnectorProfilesResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorProfiles

type Rep DescribeConnectorProfilesResponse = D1 ('MetaData "DescribeConnectorProfilesResponse" "Amazonka.AppFlow.DescribeConnectorProfiles" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectorProfile])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectorProfilesResponse Source #

Create a value of DescribeConnectorProfilesResponse with all optional fields omitted.

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

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

$sel:connectorProfileDetails:DescribeConnectorProfilesResponse', describeConnectorProfilesResponse_connectorProfileDetails - Returns information about the connector profiles associated with the flow.

$sel:nextToken:DescribeConnectorProfiles', describeConnectorProfilesResponse_nextToken - The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.

$sel:httpStatus:DescribeConnectorProfilesResponse', describeConnectorProfilesResponse_httpStatus - The response's http status code.

Types

AggregationType

newtype AggregationType Source #

Constructors

AggregationType' 

Instances

Instances details
Eq AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Ord AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Read AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Show AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Generic AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Associated Types

type Rep AggregationType :: Type -> Type #

NFData AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Methods

rnf :: AggregationType -> () #

Hashable AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToJSON AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToJSONKey AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

FromJSON AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

FromJSONKey AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToLog AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToHeader AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToQuery AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

FromXML AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToXML AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

Methods

toXML :: AggregationType -> XML #

ToByteString AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

FromText AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

ToText AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

type Rep AggregationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationType

type Rep AggregationType = D1 ('MetaData "AggregationType" "Amazonka.AppFlow.Types.AggregationType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "AggregationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AmplitudeConnectorOperator

newtype AmplitudeConnectorOperator Source #

Instances

Instances details
Eq AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

Ord AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

Read AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

Show AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

Generic AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

Associated Types

type Rep AmplitudeConnectorOperator :: Type -> Type #

NFData AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

Hashable AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToJSON AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToJSONKey AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

FromJSON AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

FromJSONKey AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToLog AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToHeader AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToQuery AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

FromXML AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToXML AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToByteString AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

FromText AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

ToText AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

type Rep AmplitudeConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorOperator

type Rep AmplitudeConnectorOperator = D1 ('MetaData "AmplitudeConnectorOperator" "Amazonka.AppFlow.Types.AmplitudeConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "AmplitudeConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAmplitudeConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionMode

newtype ConnectionMode Source #

Constructors

ConnectionMode' 

Instances

Instances details
Eq ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Ord ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Read ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Show ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Generic ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Associated Types

type Rep ConnectionMode :: Type -> Type #

NFData ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Methods

rnf :: ConnectionMode -> () #

Hashable ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToJSON ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToJSONKey ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

FromJSON ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

FromJSONKey ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToLog ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToHeader ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToQuery ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

FromXML ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToXML ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

Methods

toXML :: ConnectionMode -> XML #

ToByteString ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

FromText ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

ToText ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

type Rep ConnectionMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectionMode

type Rep ConnectionMode = D1 ('MetaData "ConnectionMode" "Amazonka.AppFlow.Types.ConnectionMode" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "ConnectionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectorType

newtype ConnectorType Source #

Constructors

ConnectorType' 

Instances

Instances details
Eq ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Ord ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Read ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Show ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Generic ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Associated Types

type Rep ConnectorType :: Type -> Type #

NFData ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Methods

rnf :: ConnectorType -> () #

Hashable ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToJSON ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToJSONKey ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

FromJSON ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

FromJSONKey ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToLog ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToHeader ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToQuery ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

FromXML ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToXML ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Methods

toXML :: ConnectorType -> XML #

ToByteString ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

FromText ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

ToText ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

Methods

toText :: ConnectorType -> Text #

type Rep ConnectorType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorType

type Rep ConnectorType = D1 ('MetaData "ConnectorType" "Amazonka.AppFlow.Types.ConnectorType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "ConnectorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataPullMode

newtype DataPullMode Source #

Constructors

DataPullMode' 

Instances

Instances details
Eq DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Ord DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Read DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Show DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Generic DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Associated Types

type Rep DataPullMode :: Type -> Type #

NFData DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Methods

rnf :: DataPullMode -> () #

Hashable DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToJSON DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToJSONKey DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

FromJSON DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

FromJSONKey DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToLog DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToHeader DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToQuery DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

FromXML DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToXML DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Methods

toXML :: DataPullMode -> XML #

ToByteString DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

FromText DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

ToText DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

Methods

toText :: DataPullMode -> Text #

type Rep DataPullMode Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DataPullMode

type Rep DataPullMode = D1 ('MetaData "DataPullMode" "Amazonka.AppFlow.Types.DataPullMode" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "DataPullMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataPullMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatadogConnectorOperator

newtype DatadogConnectorOperator Source #

Instances

Instances details
Eq DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

Ord DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

Read DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

Show DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

Generic DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

Associated Types

type Rep DatadogConnectorOperator :: Type -> Type #

NFData DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

Hashable DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToJSON DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToJSONKey DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

FromJSON DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

FromJSONKey DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToLog DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToHeader DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToQuery DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

FromXML DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToXML DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToByteString DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

FromText DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

ToText DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

type Rep DatadogConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorOperator

type Rep DatadogConnectorOperator = D1 ('MetaData "DatadogConnectorOperator" "Amazonka.AppFlow.Types.DatadogConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "DatadogConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatadogConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DynatraceConnectorOperator

newtype DynatraceConnectorOperator Source #

Instances

Instances details
Eq DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

Ord DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

Read DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

Show DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

Generic DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

Associated Types

type Rep DynatraceConnectorOperator :: Type -> Type #

NFData DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

Hashable DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToJSON DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToJSONKey DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

FromJSON DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

FromJSONKey DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToLog DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToHeader DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToQuery DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

FromXML DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToXML DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToByteString DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

FromText DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

ToText DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

type Rep DynatraceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorOperator

type Rep DynatraceConnectorOperator = D1 ('MetaData "DynatraceConnectorOperator" "Amazonka.AppFlow.Types.DynatraceConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "DynatraceConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDynatraceConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToQuery ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

FromXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

Methods

toXML :: ExecutionStatus -> XML #

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

FromText ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

ToText ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.AppFlow.Types.ExecutionStatus" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileType

newtype FileType Source #

Constructors

FileType' 

Fields

Bundled Patterns

pattern FileType_CSV :: FileType 
pattern FileType_JSON :: FileType 
pattern FileType_PARQUET :: FileType 

Instances

Instances details
Eq FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Ord FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Read FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Show FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Generic FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Associated Types

type Rep FileType :: Type -> Type #

Methods

from :: FileType -> Rep FileType x #

to :: Rep FileType x -> FileType #

NFData FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Methods

rnf :: FileType -> () #

Hashable FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Methods

hashWithSalt :: Int -> FileType -> Int #

hash :: FileType -> Int #

ToJSON FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

ToJSONKey FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

FromJSON FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

FromJSONKey FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

ToLog FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

ToHeader FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Methods

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

ToQuery FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

FromXML FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

ToXML FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Methods

toXML :: FileType -> XML #

ToByteString FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Methods

toBS :: FileType -> ByteString #

FromText FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

ToText FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

Methods

toText :: FileType -> Text #

type Rep FileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FileType

type Rep FileType = D1 ('MetaData "FileType" "Amazonka.AppFlow.Types.FileType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "FileType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlowStatus

newtype FlowStatus Source #

Constructors

FlowStatus' 

Fields

Instances

Instances details
Eq FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Ord FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Read FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Show FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Generic FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Associated Types

type Rep FlowStatus :: Type -> Type #

NFData FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Methods

rnf :: FlowStatus -> () #

Hashable FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToJSON FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToJSONKey FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

FromJSON FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

FromJSONKey FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToLog FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToHeader FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToQuery FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

FromXML FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToXML FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Methods

toXML :: FlowStatus -> XML #

ToByteString FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

FromText FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

ToText FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

Methods

toText :: FlowStatus -> Text #

type Rep FlowStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowStatus

type Rep FlowStatus = D1 ('MetaData "FlowStatus" "Amazonka.AppFlow.Types.FlowStatus" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "FlowStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleAnalyticsConnectorOperator

newtype GoogleAnalyticsConnectorOperator Source #

Instances

Instances details
Eq GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

Ord GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

Read GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

Show GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

Generic GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

Associated Types

type Rep GoogleAnalyticsConnectorOperator :: Type -> Type #

NFData GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

Hashable GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToJSON GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToJSONKey GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

FromJSON GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

FromJSONKey GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToLog GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToHeader GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToQuery GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

FromXML GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToXML GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToByteString GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

FromText GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

ToText GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

type Rep GoogleAnalyticsConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator

type Rep GoogleAnalyticsConnectorOperator = D1 ('MetaData "GoogleAnalyticsConnectorOperator" "Amazonka.AppFlow.Types.GoogleAnalyticsConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "GoogleAnalyticsConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleAnalyticsConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InforNexusConnectorOperator

newtype InforNexusConnectorOperator Source #

Instances

Instances details
Eq InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

Ord InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

Read InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

Show InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

Generic InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

Associated Types

type Rep InforNexusConnectorOperator :: Type -> Type #

NFData InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

Hashable InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToJSON InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToJSONKey InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

FromJSON InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

FromJSONKey InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToLog InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToHeader InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToQuery InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

FromXML InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToXML InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToByteString InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

FromText InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

ToText InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

type Rep InforNexusConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorOperator

type Rep InforNexusConnectorOperator = D1 ('MetaData "InforNexusConnectorOperator" "Amazonka.AppFlow.Types.InforNexusConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "InforNexusConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInforNexusConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MarketoConnectorOperator

newtype MarketoConnectorOperator Source #

Instances

Instances details
Eq MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

Ord MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

Read MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

Show MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

Generic MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

Associated Types

type Rep MarketoConnectorOperator :: Type -> Type #

NFData MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

Hashable MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToJSON MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToJSONKey MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

FromJSON MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

FromJSONKey MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToLog MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToHeader MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToQuery MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

FromXML MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToXML MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToByteString MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

FromText MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

ToText MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

type Rep MarketoConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorOperator

type Rep MarketoConnectorOperator = D1 ('MetaData "MarketoConnectorOperator" "Amazonka.AppFlow.Types.MarketoConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "MarketoConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMarketoConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Instances

Instances details
Eq Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Read Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Generic Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

NFData Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Methods

rnf :: Operator -> () #

Hashable Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

FromJSON Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

ToLog Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

ToHeader Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Methods

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

ToQuery Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

FromXML Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Methods

toXML :: Operator -> XML #

ToByteString Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Methods

toBS :: Operator -> ByteString #

FromText Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

Methods

toText :: Operator -> Text #

type Rep Operator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.AppFlow.Types.Operator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperatorPropertiesKeys

newtype OperatorPropertiesKeys Source #

Instances

Instances details
Eq OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

Ord OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

Read OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

Show OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

Generic OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

Associated Types

type Rep OperatorPropertiesKeys :: Type -> Type #

NFData OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

Methods

rnf :: OperatorPropertiesKeys -> () #

Hashable OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToJSON OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToJSONKey OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

FromJSON OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

FromJSONKey OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToLog OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToHeader OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToQuery OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

FromXML OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToXML OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToByteString OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

FromText OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

ToText OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

type Rep OperatorPropertiesKeys Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OperatorPropertiesKeys

type Rep OperatorPropertiesKeys = D1 ('MetaData "OperatorPropertiesKeys" "Amazonka.AppFlow.Types.OperatorPropertiesKeys" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "OperatorPropertiesKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperatorPropertiesKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PrefixFormat

newtype PrefixFormat Source #

Constructors

PrefixFormat' 

Instances

Instances details
Eq PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Ord PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Read PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Show PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Generic PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Associated Types

type Rep PrefixFormat :: Type -> Type #

NFData PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Methods

rnf :: PrefixFormat -> () #

Hashable PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToJSON PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToJSONKey PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

FromJSON PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

FromJSONKey PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToLog PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToHeader PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToQuery PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

FromXML PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToXML PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Methods

toXML :: PrefixFormat -> XML #

ToByteString PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

FromText PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

ToText PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

Methods

toText :: PrefixFormat -> Text #

type Rep PrefixFormat Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixFormat

type Rep PrefixFormat = D1 ('MetaData "PrefixFormat" "Amazonka.AppFlow.Types.PrefixFormat" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "PrefixFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPrefixFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PrefixType

newtype PrefixType Source #

Constructors

PrefixType' 

Fields

Instances

Instances details
Eq PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Ord PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Read PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Show PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Generic PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Associated Types

type Rep PrefixType :: Type -> Type #

NFData PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Methods

rnf :: PrefixType -> () #

Hashable PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToJSON PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToJSONKey PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

FromJSON PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

FromJSONKey PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToLog PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToHeader PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToQuery PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

FromXML PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToXML PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Methods

toXML :: PrefixType -> XML #

ToByteString PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

FromText PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

ToText PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

Methods

toText :: PrefixType -> Text #

type Rep PrefixType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixType

type Rep PrefixType = D1 ('MetaData "PrefixType" "Amazonka.AppFlow.Types.PrefixType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "PrefixType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPrefixType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PrivateConnectionProvisioningFailureCause

newtype PrivateConnectionProvisioningFailureCause Source #

Instances

Instances details
Eq PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

Ord PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

Read PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

Show PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

Generic PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

NFData PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

Hashable PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToJSON PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToJSONKey PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

FromJSON PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

FromJSONKey PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToLog PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToHeader PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToQuery PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

FromXML PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToXML PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToByteString PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

FromText PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

ToText PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

type Rep PrivateConnectionProvisioningFailureCause Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause

type Rep PrivateConnectionProvisioningFailureCause = D1 ('MetaData "PrivateConnectionProvisioningFailureCause" "Amazonka.AppFlow.Types.PrivateConnectionProvisioningFailureCause" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "PrivateConnectionProvisioningFailureCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPrivateConnectionProvisioningFailureCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PrivateConnectionProvisioningStatus

newtype PrivateConnectionProvisioningStatus Source #

Instances

Instances details
Eq PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

Ord PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

Read PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

Show PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

Generic PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

NFData PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

Hashable PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToJSON PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToJSONKey PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

FromJSON PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

FromJSONKey PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToLog PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToHeader PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToQuery PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

FromXML PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToXML PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToByteString PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

FromText PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

ToText PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

type Rep PrivateConnectionProvisioningStatus Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus

type Rep PrivateConnectionProvisioningStatus = D1 ('MetaData "PrivateConnectionProvisioningStatus" "Amazonka.AppFlow.Types.PrivateConnectionProvisioningStatus" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "PrivateConnectionProvisioningStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPrivateConnectionProvisioningStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3ConnectorOperator

newtype S3ConnectorOperator Source #

Instances

Instances details
Eq S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

Ord S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

Read S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

Show S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

Generic S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

Associated Types

type Rep S3ConnectorOperator :: Type -> Type #

NFData S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

Methods

rnf :: S3ConnectorOperator -> () #

Hashable S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToJSON S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToJSONKey S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

FromJSON S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

FromJSONKey S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToLog S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToHeader S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToQuery S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

FromXML S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToXML S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToByteString S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

FromText S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

ToText S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

type Rep S3ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3ConnectorOperator

type Rep S3ConnectorOperator = D1 ('MetaData "S3ConnectorOperator" "Amazonka.AppFlow.Types.S3ConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "S3ConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3ConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3InputFileType

newtype S3InputFileType Source #

Constructors

S3InputFileType' 

Instances

Instances details
Eq S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Ord S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Read S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Show S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Generic S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Associated Types

type Rep S3InputFileType :: Type -> Type #

NFData S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Methods

rnf :: S3InputFileType -> () #

Hashable S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToJSON S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToJSONKey S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

FromJSON S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

FromJSONKey S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToLog S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToHeader S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToQuery S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

FromXML S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToXML S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

Methods

toXML :: S3InputFileType -> XML #

ToByteString S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

FromText S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

ToText S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

type Rep S3InputFileType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFileType

type Rep S3InputFileType = D1 ('MetaData "S3InputFileType" "Amazonka.AppFlow.Types.S3InputFileType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "S3InputFileType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3InputFileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SAPODataConnectorOperator

newtype SAPODataConnectorOperator Source #

Bundled Patterns

pattern SAPODataConnectorOperator_ADDITION :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_BETWEEN :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_CONTAINS :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_DIVISION :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_EQUAL_TO :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_GREATER_THAN :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_LESS_THAN :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_LESS_THAN_OR_EQUAL_TO :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_MASK_ALL :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_MASK_FIRST_N :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_MASK_LAST_N :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_MULTIPLICATION :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_NOT_EQUAL_TO :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_NO_OP :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_PROJECTION :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_SUBTRACTION :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_VALIDATE_NON_NEGATIVE :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_VALIDATE_NON_NULL :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_VALIDATE_NON_ZERO :: SAPODataConnectorOperator 
pattern SAPODataConnectorOperator_VALIDATE_NUMERIC :: SAPODataConnectorOperator 

Instances

Instances details
Eq SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

Ord SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

Read SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

Show SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

Generic SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

Associated Types

type Rep SAPODataConnectorOperator :: Type -> Type #

NFData SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

Hashable SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToJSON SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToJSONKey SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

FromJSON SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

FromJSONKey SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToLog SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToHeader SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToQuery SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

FromXML SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToXML SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToByteString SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

FromText SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

ToText SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

type Rep SAPODataConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorOperator

type Rep SAPODataConnectorOperator = D1 ('MetaData "SAPODataConnectorOperator" "Amazonka.AppFlow.Types.SAPODataConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "SAPODataConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSAPODataConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SalesforceConnectorOperator

newtype SalesforceConnectorOperator Source #

Bundled Patterns

pattern SalesforceConnectorOperator_ADDITION :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_BETWEEN :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_CONTAINS :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_DIVISION :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_EQUAL_TO :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_GREATER_THAN :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_LESS_THAN :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_LESS_THAN_OR_EQUAL_TO :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_MASK_ALL :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_MASK_FIRST_N :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_MASK_LAST_N :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_MULTIPLICATION :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_NOT_EQUAL_TO :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_NO_OP :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_PROJECTION :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_SUBTRACTION :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_VALIDATE_NON_NEGATIVE :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_VALIDATE_NON_NULL :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_VALIDATE_NON_ZERO :: SalesforceConnectorOperator 
pattern SalesforceConnectorOperator_VALIDATE_NUMERIC :: SalesforceConnectorOperator 

Instances

Instances details
Eq SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

Ord SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

Read SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

Show SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

Generic SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

Associated Types

type Rep SalesforceConnectorOperator :: Type -> Type #

NFData SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

Hashable SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToJSON SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToJSONKey SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

FromJSON SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

FromJSONKey SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToLog SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToHeader SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToQuery SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

FromXML SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToXML SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToByteString SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

FromText SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

ToText SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

type Rep SalesforceConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorOperator

type Rep SalesforceConnectorOperator = D1 ('MetaData "SalesforceConnectorOperator" "Amazonka.AppFlow.Types.SalesforceConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "SalesforceConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSalesforceConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleFrequencyType

newtype ScheduleFrequencyType Source #

Instances

Instances details
Eq ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

Ord ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

Read ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

Show ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

Generic ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

Associated Types

type Rep ScheduleFrequencyType :: Type -> Type #

NFData ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

Methods

rnf :: ScheduleFrequencyType -> () #

Hashable ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToJSON ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToJSONKey ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

FromJSON ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

FromJSONKey ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToLog ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToHeader ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToQuery ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

FromXML ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToXML ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToByteString ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

FromText ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

ToText ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

type Rep ScheduleFrequencyType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduleFrequencyType

type Rep ScheduleFrequencyType = D1 ('MetaData "ScheduleFrequencyType" "Amazonka.AppFlow.Types.ScheduleFrequencyType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "ScheduleFrequencyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleFrequencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceNowConnectorOperator

newtype ServiceNowConnectorOperator Source #

Bundled Patterns

pattern ServiceNowConnectorOperator_ADDITION :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_BETWEEN :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_CONTAINS :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_DIVISION :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_EQUAL_TO :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_GREATER_THAN :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_LESS_THAN :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_LESS_THAN_OR_EQUAL_TO :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_MASK_ALL :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_MASK_FIRST_N :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_MASK_LAST_N :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_MULTIPLICATION :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_NOT_EQUAL_TO :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_NO_OP :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_PROJECTION :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_SUBTRACTION :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_VALIDATE_NON_NEGATIVE :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_VALIDATE_NON_NULL :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_VALIDATE_NON_ZERO :: ServiceNowConnectorOperator 
pattern ServiceNowConnectorOperator_VALIDATE_NUMERIC :: ServiceNowConnectorOperator 

Instances

Instances details
Eq ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

Ord ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

Read ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

Show ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

Generic ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

Associated Types

type Rep ServiceNowConnectorOperator :: Type -> Type #

NFData ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

Hashable ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToJSON ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToJSONKey ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

FromJSON ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

FromJSONKey ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToLog ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToHeader ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToQuery ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

FromXML ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToXML ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToByteString ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

FromText ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

ToText ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

type Rep ServiceNowConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorOperator

type Rep ServiceNowConnectorOperator = D1 ('MetaData "ServiceNowConnectorOperator" "Amazonka.AppFlow.Types.ServiceNowConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "ServiceNowConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceNowConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SingularConnectorOperator

newtype SingularConnectorOperator Source #

Instances

Instances details
Eq SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

Ord SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

Read SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

Show SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

Generic SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

Associated Types

type Rep SingularConnectorOperator :: Type -> Type #

NFData SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

Hashable SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToJSON SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToJSONKey SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

FromJSON SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

FromJSONKey SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToLog SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToHeader SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToQuery SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

FromXML SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToXML SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToByteString SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

FromText SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

ToText SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

type Rep SingularConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorOperator

type Rep SingularConnectorOperator = D1 ('MetaData "SingularConnectorOperator" "Amazonka.AppFlow.Types.SingularConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "SingularConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSingularConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SlackConnectorOperator

newtype SlackConnectorOperator Source #

Instances

Instances details
Eq SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

Ord SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

Read SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

Show SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

Generic SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

Associated Types

type Rep SlackConnectorOperator :: Type -> Type #

NFData SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

Methods

rnf :: SlackConnectorOperator -> () #

Hashable SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToJSON SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToJSONKey SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

FromJSON SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

FromJSONKey SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToLog SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToHeader SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToQuery SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

FromXML SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToXML SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToByteString SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

FromText SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

ToText SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

type Rep SlackConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorOperator

type Rep SlackConnectorOperator = D1 ('MetaData "SlackConnectorOperator" "Amazonka.AppFlow.Types.SlackConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "SlackConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSlackConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TaskType

newtype TaskType Source #

Constructors

TaskType' 

Fields

Bundled Patterns

pattern TaskType_Arithmetic :: TaskType 
pattern TaskType_Filter :: TaskType 
pattern TaskType_Map :: TaskType 
pattern TaskType_Map_all :: TaskType 
pattern TaskType_Mask :: TaskType 
pattern TaskType_Merge :: TaskType 
pattern TaskType_Truncate :: TaskType 
pattern TaskType_Validate :: TaskType 

Instances

Instances details
Eq TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Ord TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Read TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Show TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Generic TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Associated Types

type Rep TaskType :: Type -> Type #

Methods

from :: TaskType -> Rep TaskType x #

to :: Rep TaskType x -> TaskType #

NFData TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Methods

rnf :: TaskType -> () #

Hashable TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Methods

hashWithSalt :: Int -> TaskType -> Int #

hash :: TaskType -> Int #

ToJSON TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

ToJSONKey TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

FromJSON TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

FromJSONKey TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

ToLog TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

ToHeader TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Methods

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

ToQuery TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

FromXML TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

ToXML TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Methods

toXML :: TaskType -> XML #

ToByteString TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Methods

toBS :: TaskType -> ByteString #

FromText TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

ToText TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

Methods

toText :: TaskType -> Text #

type Rep TaskType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TaskType

type Rep TaskType = D1 ('MetaData "TaskType" "Amazonka.AppFlow.Types.TaskType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "TaskType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTaskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrendmicroConnectorOperator

newtype TrendmicroConnectorOperator Source #

Instances

Instances details
Eq TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

Ord TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

Read TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

Show TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

Generic TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

Associated Types

type Rep TrendmicroConnectorOperator :: Type -> Type #

NFData TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

Hashable TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToJSON TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToJSONKey TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

FromJSON TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

FromJSONKey TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToLog TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToHeader TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToQuery TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

FromXML TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToXML TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToByteString TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

FromText TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

ToText TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

type Rep TrendmicroConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorOperator

type Rep TrendmicroConnectorOperator = D1 ('MetaData "TrendmicroConnectorOperator" "Amazonka.AppFlow.Types.TrendmicroConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "TrendmicroConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrendmicroConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TriggerType

newtype TriggerType Source #

Constructors

TriggerType' 

Instances

Instances details
Eq TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Ord TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Read TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Show TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Generic TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Associated Types

type Rep TriggerType :: Type -> Type #

NFData TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Methods

rnf :: TriggerType -> () #

Hashable TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToJSON TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToJSONKey TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

FromJSON TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

FromJSONKey TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToLog TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToHeader TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToQuery TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

FromXML TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToXML TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Methods

toXML :: TriggerType -> XML #

ToByteString TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

FromText TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

ToText TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

Methods

toText :: TriggerType -> Text #

type Rep TriggerType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerType

type Rep TriggerType = D1 ('MetaData "TriggerType" "Amazonka.AppFlow.Types.TriggerType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "TriggerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTriggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VeevaConnectorOperator

newtype VeevaConnectorOperator Source #

Bundled Patterns

pattern VeevaConnectorOperator_ADDITION :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_BETWEEN :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_CONTAINS :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_DIVISION :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_EQUAL_TO :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_GREATER_THAN :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_LESS_THAN :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_LESS_THAN_OR_EQUAL_TO :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_MASK_ALL :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_MASK_FIRST_N :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_MASK_LAST_N :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_MULTIPLICATION :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_NOT_EQUAL_TO :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_NO_OP :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_PROJECTION :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_SUBTRACTION :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_VALIDATE_NON_NEGATIVE :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_VALIDATE_NON_NULL :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_VALIDATE_NON_ZERO :: VeevaConnectorOperator 
pattern VeevaConnectorOperator_VALIDATE_NUMERIC :: VeevaConnectorOperator 

Instances

Instances details
Eq VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

Ord VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

Read VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

Show VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

Generic VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

Associated Types

type Rep VeevaConnectorOperator :: Type -> Type #

NFData VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

Methods

rnf :: VeevaConnectorOperator -> () #

Hashable VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToJSON VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToJSONKey VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

FromJSON VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

FromJSONKey VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToLog VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToHeader VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToQuery VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

FromXML VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToXML VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToByteString VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

FromText VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

ToText VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

type Rep VeevaConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorOperator

type Rep VeevaConnectorOperator = D1 ('MetaData "VeevaConnectorOperator" "Amazonka.AppFlow.Types.VeevaConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "VeevaConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVeevaConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WriteOperationType

newtype WriteOperationType Source #

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.

Instances

Instances details
Eq WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

Ord WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

Read WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

Show WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

Generic WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

Associated Types

type Rep WriteOperationType :: Type -> Type #

NFData WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

Methods

rnf :: WriteOperationType -> () #

Hashable WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToJSON WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToJSONKey WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

FromJSON WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

FromJSONKey WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToLog WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToHeader WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToQuery WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

FromXML WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToXML WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToByteString WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

FromText WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

ToText WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

type Rep WriteOperationType Source # 
Instance details

Defined in Amazonka.AppFlow.Types.WriteOperationType

type Rep WriteOperationType = D1 ('MetaData "WriteOperationType" "Amazonka.AppFlow.Types.WriteOperationType" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "WriteOperationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWriteOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ZendeskConnectorOperator

newtype ZendeskConnectorOperator Source #

Instances

Instances details
Eq ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

Ord ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

Read ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

Show ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

Generic ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

Associated Types

type Rep ZendeskConnectorOperator :: Type -> Type #

NFData ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

Hashable ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToJSON ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToJSONKey ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

FromJSON ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

FromJSONKey ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToLog ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToHeader ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToQuery ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

FromXML ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToXML ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToByteString ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

FromText ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

ToText ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

type Rep ZendeskConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorOperator

type Rep ZendeskConnectorOperator = D1 ('MetaData "ZendeskConnectorOperator" "Amazonka.AppFlow.Types.ZendeskConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'True) (C1 ('MetaCons "ZendeskConnectorOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromZendeskConnectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AggregationConfig

data AggregationConfig Source #

The aggregation settings that you can use to customize the output format of your flow data.

See: newAggregationConfig smart constructor.

Instances

Instances details
Eq AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Read AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Show AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Generic AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Associated Types

type Rep AggregationConfig :: Type -> Type #

NFData AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Methods

rnf :: AggregationConfig -> () #

Hashable AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

ToJSON AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

FromJSON AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

type Rep AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

type Rep AggregationConfig = D1 ('MetaData "AggregationConfig" "Amazonka.AppFlow.Types.AggregationConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AggregationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationType))))

newAggregationConfig :: AggregationConfig Source #

Create a value of AggregationConfig with all optional fields omitted.

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

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

$sel:aggregationType:AggregationConfig', aggregationConfig_aggregationType - Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.

AmplitudeConnectorProfileCredentials

data AmplitudeConnectorProfileCredentials Source #

The connector-specific credentials required when using Amplitude.

See: newAmplitudeConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Show AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Generic AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

NFData AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

Hashable AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

ToJSON AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

type Rep AmplitudeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials

type Rep AmplitudeConnectorProfileCredentials = D1 ('MetaData "AmplitudeConnectorProfileCredentials" "Amazonka.AppFlow.Types.AmplitudeConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AmplitudeConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "secretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newAmplitudeConnectorProfileCredentials Source #

Create a value of AmplitudeConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:apiKey:AmplitudeConnectorProfileCredentials', amplitudeConnectorProfileCredentials_apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

$sel:secretKey:AmplitudeConnectorProfileCredentials', amplitudeConnectorProfileCredentials_secretKey - The Secret Access Key portion of the credentials.

AmplitudeConnectorProfileProperties

data AmplitudeConnectorProfileProperties Source #

The connector-specific profile properties required when using Amplitude.

See: newAmplitudeConnectorProfileProperties smart constructor.

Instances

Instances details
Eq AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

Read AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

Show AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

Generic AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

NFData AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

Hashable AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

ToJSON AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

FromJSON AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

type Rep AmplitudeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties

type Rep AmplitudeConnectorProfileProperties = D1 ('MetaData "AmplitudeConnectorProfileProperties" "Amazonka.AppFlow.Types.AmplitudeConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AmplitudeConnectorProfileProperties'" 'PrefixI 'False) (U1 :: Type -> Type))

newAmplitudeConnectorProfileProperties :: AmplitudeConnectorProfileProperties Source #

Create a value of AmplitudeConnectorProfileProperties with all optional fields omitted.

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

AmplitudeMetadata

data AmplitudeMetadata Source #

The connector metadata specific to Amplitude.

See: newAmplitudeMetadata smart constructor.

Constructors

AmplitudeMetadata' 

Instances

Instances details
Eq AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

Read AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

Show AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

Generic AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

Associated Types

type Rep AmplitudeMetadata :: Type -> Type #

NFData AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

Methods

rnf :: AmplitudeMetadata -> () #

Hashable AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

FromJSON AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

type Rep AmplitudeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeMetadata

type Rep AmplitudeMetadata = D1 ('MetaData "AmplitudeMetadata" "Amazonka.AppFlow.Types.AmplitudeMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AmplitudeMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newAmplitudeMetadata :: AmplitudeMetadata Source #

Create a value of AmplitudeMetadata with all optional fields omitted.

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

AmplitudeSourceProperties

data AmplitudeSourceProperties Source #

The properties that are applied when Amplitude is being used as a source.

See: newAmplitudeSourceProperties smart constructor.

Instances

Instances details
Eq AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

Read AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

Show AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

Generic AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

Associated Types

type Rep AmplitudeSourceProperties :: Type -> Type #

NFData AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

Hashable AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

ToJSON AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

FromJSON AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

type Rep AmplitudeSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AmplitudeSourceProperties

type Rep AmplitudeSourceProperties = D1 ('MetaData "AmplitudeSourceProperties" "Amazonka.AppFlow.Types.AmplitudeSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AmplitudeSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAmplitudeSourceProperties Source #

Create a value of AmplitudeSourceProperties with all optional fields omitted.

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

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

$sel:object':AmplitudeSourceProperties', amplitudeSourceProperties_object - The object specified in the Amplitude flow source.

BasicAuthCredentials

data BasicAuthCredentials Source #

The basic auth credentials required for basic authentication.

See: newBasicAuthCredentials smart constructor.

Instances

Instances details
Eq BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

Show BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

Generic BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

Associated Types

type Rep BasicAuthCredentials :: Type -> Type #

NFData BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

Methods

rnf :: BasicAuthCredentials -> () #

Hashable BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

ToJSON BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

type Rep BasicAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.BasicAuthCredentials

type Rep BasicAuthCredentials = D1 ('MetaData "BasicAuthCredentials" "Amazonka.AppFlow.Types.BasicAuthCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "BasicAuthCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newBasicAuthCredentials Source #

Create a value of BasicAuthCredentials with all optional fields omitted.

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

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

$sel:username:BasicAuthCredentials', basicAuthCredentials_username - The username to use to connect to a resource.

$sel:password:BasicAuthCredentials', basicAuthCredentials_password - The password to use to connect to a resource.

ConnectorConfiguration

data ConnectorConfiguration Source #

The configuration settings related to a given connector.

See: newConnectorConfiguration smart constructor.

Instances

Instances details
Eq ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

Read ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

Show ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

Generic ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

Associated Types

type Rep ConnectorConfiguration :: Type -> Type #

NFData ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

Methods

rnf :: ConnectorConfiguration -> () #

Hashable ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

FromJSON ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

type Rep ConnectorConfiguration Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorConfiguration

type Rep ConnectorConfiguration = D1 ('MetaData "ConnectorConfiguration" "Amazonka.AppFlow.Types.ConnectorConfiguration" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "isPrivateLinkEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportedTriggerTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerType]))) :*: (S1 ('MetaSel ('Just "canUseAsSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "connectorMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorMetadata)))) :*: ((S1 ('MetaSel ('Just "canUseAsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "supportedSchedulingFrequencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScheduleFrequencyType]))) :*: (S1 ('MetaSel ('Just "supportedDestinationConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectorType])) :*: S1 ('MetaSel ('Just "isPrivateLinkEndpointUrlRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newConnectorConfiguration :: ConnectorConfiguration Source #

Create a value of ConnectorConfiguration with all optional fields omitted.

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

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

$sel:isPrivateLinkEnabled:ConnectorConfiguration', connectorConfiguration_isPrivateLinkEnabled - Specifies if PrivateLink is enabled for that connector.

$sel:supportedTriggerTypes:ConnectorConfiguration', connectorConfiguration_supportedTriggerTypes - Specifies the supported trigger types for the flow.

$sel:canUseAsSource:ConnectorConfiguration', connectorConfiguration_canUseAsSource - Specifies whether the connector can be used as a source.

$sel:connectorMetadata:ConnectorConfiguration', connectorConfiguration_connectorMetadata - Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.

$sel:canUseAsDestination:ConnectorConfiguration', connectorConfiguration_canUseAsDestination - Specifies whether the connector can be used as a destination.

$sel:supportedSchedulingFrequencies:ConnectorConfiguration', connectorConfiguration_supportedSchedulingFrequencies - Specifies the supported flow frequency for that connector.

$sel:supportedDestinationConnectors:ConnectorConfiguration', connectorConfiguration_supportedDestinationConnectors - Lists the connectors that are available for use as destinations.

$sel:isPrivateLinkEndpointUrlRequired:ConnectorConfiguration', connectorConfiguration_isPrivateLinkEndpointUrlRequired - Specifies if a PrivateLink endpoint URL is required.

ConnectorEntity

data ConnectorEntity Source #

The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce entity might be an Account or Opportunity, whereas a ServiceNow entity might be an Incident.

See: newConnectorEntity smart constructor.

Instances

Instances details
Eq ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

Read ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

Show ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

Generic ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

Associated Types

type Rep ConnectorEntity :: Type -> Type #

NFData ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

Methods

rnf :: ConnectorEntity -> () #

Hashable ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

FromJSON ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

type Rep ConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntity

type Rep ConnectorEntity = D1 ('MetaData "ConnectorEntity" "Amazonka.AppFlow.Types.ConnectorEntity" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hasNestedEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newConnectorEntity Source #

Create a value of ConnectorEntity with all optional fields omitted.

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

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

$sel:hasNestedEntities:ConnectorEntity', connectorEntity_hasNestedEntities - Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.

$sel:label:ConnectorEntity', connectorEntity_label - The label applied to the connector entity.

$sel:name:ConnectorEntity', connectorEntity_name - The name of the connector entity.

ConnectorEntityField

data ConnectorEntityField Source #

Describes the data model of a connector field. For example, for an account entity, the fields would be account name, account ID, and so on.

See: newConnectorEntityField smart constructor.

Instances

Instances details
Eq ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

Read ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

Show ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

Generic ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

Associated Types

type Rep ConnectorEntityField :: Type -> Type #

NFData ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

Methods

rnf :: ConnectorEntityField -> () #

Hashable ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

FromJSON ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

type Rep ConnectorEntityField Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorEntityField

type Rep ConnectorEntityField = D1 ('MetaData "ConnectorEntityField" "Amazonka.AppFlow.Types.ConnectorEntityField" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorEntityField'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceFieldProperties)) :*: (S1 ('MetaSel ('Just "supportedFieldTypeDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SupportedFieldTypeDetails)) :*: S1 ('MetaSel ('Just "destinationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DestinationFieldProperties)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newConnectorEntityField Source #

Create a value of ConnectorEntityField with all optional fields omitted.

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

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

$sel:sourceProperties:ConnectorEntityField', connectorEntityField_sourceProperties - The properties that can be applied to a field when the connector is being used as a source.

$sel:supportedFieldTypeDetails:ConnectorEntityField', connectorEntityField_supportedFieldTypeDetails - Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.

$sel:destinationProperties:ConnectorEntityField', connectorEntityField_destinationProperties - The properties applied to a field when the connector is being used as a destination.

$sel:description:ConnectorEntityField', connectorEntityField_description - A description of the connector entity field.

$sel:label:ConnectorEntityField', connectorEntityField_label - The label applied to a connector entity field.

$sel:identifier:ConnectorEntityField', connectorEntityField_identifier - The unique identifier of the connector field.

ConnectorMetadata

data ConnectorMetadata Source #

A structure to specify connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.

See: newConnectorMetadata smart constructor.

Instances

Instances details
Eq ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

Read ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

Show ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

Generic ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

Associated Types

type Rep ConnectorMetadata :: Type -> Type #

NFData ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

Methods

rnf :: ConnectorMetadata -> () #

Hashable ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

FromJSON ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

type Rep ConnectorMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorMetadata

type Rep ConnectorMetadata = D1 ('MetaData "ConnectorMetadata" "Amazonka.AppFlow.Types.ConnectorMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorMetadata'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "upsolver") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpsolverMetadata)) :*: S1 ('MetaSel ('Just "snowflake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnowflakeMetadata))) :*: (S1 ('MetaSel ('Just "honeycode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HoneycodeMetadata)) :*: (S1 ('MetaSel ('Just "serviceNow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowMetadata)) :*: S1 ('MetaSel ('Just "dynatrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynatraceMetadata))))) :*: ((S1 ('MetaSel ('Just "marketo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketoMetadata)) :*: S1 ('MetaSel ('Just "slack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlackMetadata))) :*: (S1 ('MetaSel ('Just "singular") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingularMetadata)) :*: (S1 ('MetaSel ('Just "inforNexus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InforNexusMetadata)) :*: S1 ('MetaSel ('Just "amplitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmplitudeMetadata)))))) :*: (((S1 ('MetaSel ('Just "customerProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerProfilesMetadata)) :*: S1 ('MetaSel ('Just "datadog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatadogMetadata))) :*: (S1 ('MetaSel ('Just "googleAnalytics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleAnalyticsMetadata)) :*: (S1 ('MetaSel ('Just "sAPOData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAPODataMetadata)) :*: S1 ('MetaSel ('Just "salesforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SalesforceMetadata))))) :*: ((S1 ('MetaSel ('Just "zendesk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZendeskMetadata)) :*: (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Metadata)) :*: S1 ('MetaSel ('Just "eventBridge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventBridgeMetadata)))) :*: (S1 ('MetaSel ('Just "trendmicro") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrendmicroMetadata)) :*: (S1 ('MetaSel ('Just "redshift") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftMetadata)) :*: S1 ('MetaSel ('Just "veeva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VeevaMetadata))))))))

newConnectorMetadata :: ConnectorMetadata Source #

Create a value of ConnectorMetadata with all optional fields omitted.

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

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

$sel:upsolver:ConnectorMetadata', connectorMetadata_upsolver - The connector metadata specific to Upsolver.

$sel:snowflake:ConnectorMetadata', connectorMetadata_snowflake - The connector metadata specific to Snowflake.

$sel:honeycode:ConnectorMetadata', connectorMetadata_honeycode - The connector metadata specific to Amazon Honeycode.

$sel:serviceNow:ConnectorMetadata', connectorMetadata_serviceNow - The connector metadata specific to ServiceNow.

$sel:dynatrace:ConnectorMetadata', connectorMetadata_dynatrace - The connector metadata specific to Dynatrace.

$sel:marketo:ConnectorMetadata', connectorMetadata_marketo - The connector metadata specific to Marketo.

$sel:slack:ConnectorMetadata', connectorMetadata_slack - The connector metadata specific to Slack.

$sel:singular:ConnectorMetadata', connectorMetadata_singular - The connector metadata specific to Singular.

$sel:inforNexus:ConnectorMetadata', connectorMetadata_inforNexus - The connector metadata specific to Infor Nexus.

$sel:amplitude:ConnectorMetadata', connectorMetadata_amplitude - The connector metadata specific to Amplitude.

$sel:customerProfiles:ConnectorMetadata', connectorMetadata_customerProfiles - The connector metadata specific to Amazon Connect Customer Profiles.

$sel:datadog:ConnectorMetadata', connectorMetadata_datadog - The connector metadata specific to Datadog.

$sel:googleAnalytics:ConnectorMetadata', connectorMetadata_googleAnalytics - The connector metadata specific to Google Analytics.

$sel:sAPOData:ConnectorMetadata', connectorMetadata_sAPOData - Undocumented member.

$sel:salesforce:ConnectorMetadata', connectorMetadata_salesforce - The connector metadata specific to Salesforce.

$sel:zendesk:ConnectorMetadata', connectorMetadata_zendesk - The connector metadata specific to Zendesk.

$sel:s3:ConnectorMetadata', connectorMetadata_s3 - The connector metadata specific to Amazon S3.

$sel:eventBridge:ConnectorMetadata', connectorMetadata_eventBridge - The connector metadata specific to Amazon EventBridge.

$sel:trendmicro:ConnectorMetadata', connectorMetadata_trendmicro - The connector metadata specific to Trend Micro.

$sel:redshift:ConnectorMetadata', connectorMetadata_redshift - The connector metadata specific to Amazon Redshift.

$sel:veeva:ConnectorMetadata', connectorMetadata_veeva - The connector metadata specific to Veeva.

ConnectorOAuthRequest

data ConnectorOAuthRequest Source #

Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.

See: newConnectorOAuthRequest smart constructor.

Instances

Instances details
Eq ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

Read ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

Show ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

Generic ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

Associated Types

type Rep ConnectorOAuthRequest :: Type -> Type #

NFData ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

Methods

rnf :: ConnectorOAuthRequest -> () #

Hashable ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

ToJSON ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

type Rep ConnectorOAuthRequest Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOAuthRequest

type Rep ConnectorOAuthRequest = D1 ('MetaData "ConnectorOAuthRequest" "Amazonka.AppFlow.Types.ConnectorOAuthRequest" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorOAuthRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "redirectUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newConnectorOAuthRequest :: ConnectorOAuthRequest Source #

Create a value of ConnectorOAuthRequest with all optional fields omitted.

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

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

$sel:redirectUri:ConnectorOAuthRequest', connectorOAuthRequest_redirectUri - The URL to which the authentication server redirects the browser after authorization has been granted.

$sel:authCode:ConnectorOAuthRequest', connectorOAuthRequest_authCode - The code provided by the connector when it has been authenticated via the connected app.

ConnectorOperator

data ConnectorOperator Source #

The operation to be performed on the provided source fields.

See: newConnectorOperator smart constructor.

Instances

Instances details
Eq ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

Read ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

Show ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

Generic ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

Associated Types

type Rep ConnectorOperator :: Type -> Type #

NFData ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

Methods

rnf :: ConnectorOperator -> () #

Hashable ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

ToJSON ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

FromJSON ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

type Rep ConnectorOperator Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorOperator

type Rep ConnectorOperator = D1 ('MetaData "ConnectorOperator" "Amazonka.AppFlow.Types.ConnectorOperator" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorOperator'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "serviceNow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowConnectorOperator)) :*: (S1 ('MetaSel ('Just "dynatrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynatraceConnectorOperator)) :*: S1 ('MetaSel ('Just "marketo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketoConnectorOperator)))) :*: ((S1 ('MetaSel ('Just "slack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlackConnectorOperator)) :*: S1 ('MetaSel ('Just "singular") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingularConnectorOperator))) :*: (S1 ('MetaSel ('Just "inforNexus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InforNexusConnectorOperator)) :*: S1 ('MetaSel ('Just "amplitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmplitudeConnectorOperator))))) :*: (((S1 ('MetaSel ('Just "datadog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatadogConnectorOperator)) :*: S1 ('MetaSel ('Just "googleAnalytics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleAnalyticsConnectorOperator))) :*: (S1 ('MetaSel ('Just "sAPOData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAPODataConnectorOperator)) :*: S1 ('MetaSel ('Just "salesforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SalesforceConnectorOperator)))) :*: ((S1 ('MetaSel ('Just "zendesk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZendeskConnectorOperator)) :*: S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ConnectorOperator))) :*: (S1 ('MetaSel ('Just "trendmicro") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrendmicroConnectorOperator)) :*: S1 ('MetaSel ('Just "veeva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VeevaConnectorOperator)))))))

newConnectorOperator :: ConnectorOperator Source #

Create a value of ConnectorOperator with all optional fields omitted.

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

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

$sel:serviceNow:ConnectorOperator', connectorOperator_serviceNow - The operation to be performed on the provided ServiceNow source fields.

$sel:dynatrace:ConnectorOperator', connectorOperator_dynatrace - The operation to be performed on the provided Dynatrace source fields.

$sel:marketo:ConnectorOperator', connectorOperator_marketo - The operation to be performed on the provided Marketo source fields.

$sel:slack:ConnectorOperator', connectorOperator_slack - The operation to be performed on the provided Slack source fields.

$sel:singular:ConnectorOperator', connectorOperator_singular - The operation to be performed on the provided Singular source fields.

$sel:inforNexus:ConnectorOperator', connectorOperator_inforNexus - The operation to be performed on the provided Infor Nexus source fields.

$sel:amplitude:ConnectorOperator', connectorOperator_amplitude - The operation to be performed on the provided Amplitude source fields.

$sel:datadog:ConnectorOperator', connectorOperator_datadog - The operation to be performed on the provided Datadog source fields.

$sel:googleAnalytics:ConnectorOperator', connectorOperator_googleAnalytics - The operation to be performed on the provided Google Analytics source fields.

$sel:sAPOData:ConnectorOperator', connectorOperator_sAPOData - The operation to be performed on the provided SAPOData source fields.

$sel:salesforce:ConnectorOperator', connectorOperator_salesforce - The operation to be performed on the provided Salesforce source fields.

$sel:zendesk:ConnectorOperator', connectorOperator_zendesk - The operation to be performed on the provided Zendesk source fields.

$sel:s3:ConnectorOperator', connectorOperator_s3 - The operation to be performed on the provided Amazon S3 source fields.

$sel:trendmicro:ConnectorOperator', connectorOperator_trendmicro - The operation to be performed on the provided Trend Micro source fields.

$sel:veeva:ConnectorOperator', connectorOperator_veeva - The operation to be performed on the provided Veeva source fields.

ConnectorProfile

data ConnectorProfile Source #

Describes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the connectorProfileProperties field.

See: newConnectorProfile smart constructor.

Instances

Instances details
Eq ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

Read ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

Show ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

Generic ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

Associated Types

type Rep ConnectorProfile :: Type -> Type #

NFData ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

Methods

rnf :: ConnectorProfile -> () #

Hashable ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

FromJSON ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

type Rep ConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfile

type Rep ConnectorProfile = D1 ('MetaData "ConnectorProfile" "Amazonka.AppFlow.Types.ConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "credentialsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectorProfileProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "connectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionMode))) :*: (S1 ('MetaSel ('Just "connectorProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "privateConnectionProvisioningState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrivateConnectionProvisioningState)) :*: S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)))))))

newConnectorProfile :: ConnectorProfile Source #

Create a value of ConnectorProfile with all optional fields omitted.

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

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

$sel:connectorProfileName:ConnectorProfile', connectorProfile_connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

$sel:lastUpdatedAt:ConnectorProfile', connectorProfile_lastUpdatedAt - Specifies when the connector profile was last updated.

$sel:createdAt:ConnectorProfile', connectorProfile_createdAt - Specifies when the connector profile was created.

$sel:credentialsArn:ConnectorProfile', connectorProfile_credentialsArn - The Amazon Resource Name (ARN) of the connector profile credentials.

$sel:connectorProfileProperties:ConnectorProfile', connectorProfile_connectorProfileProperties - The connector-specific properties of the profile configuration.

$sel:connectionMode:ConnectorProfile', connectorProfile_connectionMode - Indicates the connection mode and if it is public or private.

$sel:connectorProfileArn:ConnectorProfile', connectorProfile_connectorProfileArn - The Amazon Resource Name (ARN) of the connector profile.

$sel:privateConnectionProvisioningState:ConnectorProfile', connectorProfile_privateConnectionProvisioningState - Specifies the private connection provisioning state.

$sel:connectorType:ConnectorProfile', connectorProfile_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.

ConnectorProfileConfig

data ConnectorProfileConfig Source #

Defines the connector-specific configuration and credentials for the connector profile.

See: newConnectorProfileConfig smart constructor.

Instances

Instances details
Eq ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Show ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Generic ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Associated Types

type Rep ConnectorProfileConfig :: Type -> Type #

NFData ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Methods

rnf :: ConnectorProfileConfig -> () #

Hashable ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

ToJSON ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

type Rep ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

type Rep ConnectorProfileConfig = D1 ('MetaData "ConnectorProfileConfig" "Amazonka.AppFlow.Types.ConnectorProfileConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorProfileConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileProperties) :*: S1 ('MetaSel ('Just "connectorProfileCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileCredentials)))

newConnectorProfileConfig Source #

Create a value of ConnectorProfileConfig with all optional fields omitted.

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

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

$sel:connectorProfileProperties:ConnectorProfileConfig', connectorProfileConfig_connectorProfileProperties - The connector-specific properties of the profile configuration.

$sel:connectorProfileCredentials:ConnectorProfileConfig', connectorProfileConfig_connectorProfileCredentials - The connector-specific credentials required by each connector.

ConnectorProfileCredentials

data ConnectorProfileCredentials Source #

The connector-specific credentials required by a connector.

See: newConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

Show ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

Generic ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

Associated Types

type Rep ConnectorProfileCredentials :: Type -> Type #

NFData ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

Hashable ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

ToJSON ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

type Rep ConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileCredentials

type Rep ConnectorProfileCredentials = D1 ('MetaData "ConnectorProfileCredentials" "Amazonka.AppFlow.Types.ConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorProfileCredentials'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "snowflake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnowflakeConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "honeycode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HoneycodeConnectorProfileCredentials))) :*: (S1 ('MetaSel ('Just "serviceNow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "dynatrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynatraceConnectorProfileCredentials)))) :*: ((S1 ('MetaSel ('Just "marketo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketoConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "slack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlackConnectorProfileCredentials))) :*: (S1 ('MetaSel ('Just "singular") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingularConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "inforNexus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InforNexusConnectorProfileCredentials))))) :*: (((S1 ('MetaSel ('Just "amplitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmplitudeConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "datadog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatadogConnectorProfileCredentials))) :*: (S1 ('MetaSel ('Just "googleAnalytics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleAnalyticsConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "sAPOData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAPODataConnectorProfileCredentials)))) :*: ((S1 ('MetaSel ('Just "salesforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SalesforceConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "zendesk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZendeskConnectorProfileCredentials))) :*: (S1 ('MetaSel ('Just "trendmicro") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrendmicroConnectorProfileCredentials)) :*: (S1 ('MetaSel ('Just "redshift") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "veeva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VeevaConnectorProfileCredentials))))))))

newConnectorProfileCredentials :: ConnectorProfileCredentials Source #

Create a value of ConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:snowflake:ConnectorProfileCredentials', connectorProfileCredentials_snowflake - The connector-specific credentials required when using Snowflake.

$sel:honeycode:ConnectorProfileCredentials', connectorProfileCredentials_honeycode - The connector-specific credentials required when using Amazon Honeycode.

$sel:serviceNow:ConnectorProfileCredentials', connectorProfileCredentials_serviceNow - The connector-specific credentials required when using ServiceNow.

$sel:dynatrace:ConnectorProfileCredentials', connectorProfileCredentials_dynatrace - The connector-specific credentials required when using Dynatrace.

$sel:marketo:ConnectorProfileCredentials', connectorProfileCredentials_marketo - The connector-specific credentials required when using Marketo.

$sel:slack:ConnectorProfileCredentials', connectorProfileCredentials_slack - The connector-specific credentials required when using Slack.

$sel:singular:ConnectorProfileCredentials', connectorProfileCredentials_singular - The connector-specific credentials required when using Singular.

$sel:inforNexus:ConnectorProfileCredentials', connectorProfileCredentials_inforNexus - The connector-specific credentials required when using Infor Nexus.

$sel:amplitude:ConnectorProfileCredentials', connectorProfileCredentials_amplitude - The connector-specific credentials required when using Amplitude.

$sel:datadog:ConnectorProfileCredentials', connectorProfileCredentials_datadog - The connector-specific credentials required when using Datadog.

$sel:googleAnalytics:ConnectorProfileCredentials', connectorProfileCredentials_googleAnalytics - The connector-specific credentials required when using Google Analytics.

$sel:sAPOData:ConnectorProfileCredentials', connectorProfileCredentials_sAPOData - Undocumented member.

$sel:salesforce:ConnectorProfileCredentials', connectorProfileCredentials_salesforce - The connector-specific credentials required when using Salesforce.

$sel:zendesk:ConnectorProfileCredentials', connectorProfileCredentials_zendesk - The connector-specific credentials required when using Zendesk.

$sel:trendmicro:ConnectorProfileCredentials', connectorProfileCredentials_trendmicro - The connector-specific credentials required when using Trend Micro.

$sel:redshift:ConnectorProfileCredentials', connectorProfileCredentials_redshift - The connector-specific credentials required when using Amazon Redshift.

$sel:veeva:ConnectorProfileCredentials', connectorProfileCredentials_veeva - The connector-specific credentials required when using Veeva.

ConnectorProfileProperties

data ConnectorProfileProperties Source #

The connector-specific profile properties required by each connector.

See: newConnectorProfileProperties smart constructor.

Instances

Instances details
Eq ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

Read ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

Show ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

Generic ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

Associated Types

type Rep ConnectorProfileProperties :: Type -> Type #

NFData ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

Hashable ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

ToJSON ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

FromJSON ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

type Rep ConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileProperties

type Rep ConnectorProfileProperties = D1 ('MetaData "ConnectorProfileProperties" "Amazonka.AppFlow.Types.ConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorProfileProperties'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "snowflake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnowflakeConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "honeycode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HoneycodeConnectorProfileProperties))) :*: (S1 ('MetaSel ('Just "serviceNow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "dynatrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynatraceConnectorProfileProperties)))) :*: ((S1 ('MetaSel ('Just "marketo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketoConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "slack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlackConnectorProfileProperties))) :*: (S1 ('MetaSel ('Just "singular") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingularConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "inforNexus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InforNexusConnectorProfileProperties))))) :*: (((S1 ('MetaSel ('Just "amplitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmplitudeConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "datadog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatadogConnectorProfileProperties))) :*: (S1 ('MetaSel ('Just "googleAnalytics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleAnalyticsConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "sAPOData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAPODataConnectorProfileProperties)))) :*: ((S1 ('MetaSel ('Just "salesforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SalesforceConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "zendesk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZendeskConnectorProfileProperties))) :*: (S1 ('MetaSel ('Just "trendmicro") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrendmicroConnectorProfileProperties)) :*: (S1 ('MetaSel ('Just "redshift") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftConnectorProfileProperties)) :*: S1 ('MetaSel ('Just "veeva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VeevaConnectorProfileProperties))))))))

newConnectorProfileProperties :: ConnectorProfileProperties Source #

Create a value of ConnectorProfileProperties with all optional fields omitted.

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

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

$sel:snowflake:ConnectorProfileProperties', connectorProfileProperties_snowflake - The connector-specific properties required by Snowflake.

$sel:honeycode:ConnectorProfileProperties', connectorProfileProperties_honeycode - The connector-specific properties required by Amazon Honeycode.

$sel:serviceNow:ConnectorProfileProperties', connectorProfileProperties_serviceNow - The connector-specific properties required by serviceNow.

$sel:dynatrace:ConnectorProfileProperties', connectorProfileProperties_dynatrace - The connector-specific properties required by Dynatrace.

$sel:marketo:ConnectorProfileProperties', connectorProfileProperties_marketo - The connector-specific properties required by Marketo.

$sel:slack:ConnectorProfileProperties', connectorProfileProperties_slack - The connector-specific properties required by Slack.

$sel:singular:ConnectorProfileProperties', connectorProfileProperties_singular - The connector-specific properties required by Singular.

$sel:inforNexus:ConnectorProfileProperties', connectorProfileProperties_inforNexus - The connector-specific properties required by Infor Nexus.

$sel:amplitude:ConnectorProfileProperties', connectorProfileProperties_amplitude - The connector-specific properties required by Amplitude.

$sel:datadog:ConnectorProfileProperties', connectorProfileProperties_datadog - The connector-specific properties required by Datadog.

$sel:googleAnalytics:ConnectorProfileProperties', connectorProfileProperties_googleAnalytics - The connector-specific properties required Google Analytics.

$sel:sAPOData:ConnectorProfileProperties', connectorProfileProperties_sAPOData - Undocumented member.

$sel:salesforce:ConnectorProfileProperties', connectorProfileProperties_salesforce - The connector-specific properties required by Salesforce.

$sel:zendesk:ConnectorProfileProperties', connectorProfileProperties_zendesk - The connector-specific properties required by Zendesk.

$sel:trendmicro:ConnectorProfileProperties', connectorProfileProperties_trendmicro - The connector-specific properties required by Trend Micro.

$sel:redshift:ConnectorProfileProperties', connectorProfileProperties_redshift - The connector-specific properties required by Amazon Redshift.

$sel:veeva:ConnectorProfileProperties', connectorProfileProperties_veeva - The connector-specific properties required by Veeva.

CustomerProfilesDestinationProperties

data CustomerProfilesDestinationProperties Source #

The properties that are applied when Amazon Connect Customer Profiles is used as a destination.

See: newCustomerProfilesDestinationProperties smart constructor.

Instances

Instances details
Eq CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Read CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Show CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Generic CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

NFData CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Hashable CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

ToJSON CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

FromJSON CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

type Rep CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

type Rep CustomerProfilesDestinationProperties = D1 ('MetaData "CustomerProfilesDestinationProperties" "Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CustomerProfilesDestinationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomerProfilesDestinationProperties Source #

Create a value of CustomerProfilesDestinationProperties with all optional fields omitted.

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

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

$sel:objectTypeName:CustomerProfilesDestinationProperties', customerProfilesDestinationProperties_objectTypeName - The object specified in the Amazon Connect Customer Profiles flow destination.

$sel:domainName:CustomerProfilesDestinationProperties', customerProfilesDestinationProperties_domainName - The unique name of the Amazon Connect Customer Profiles domain.

CustomerProfilesMetadata

data CustomerProfilesMetadata Source #

The connector metadata specific to Amazon Connect Customer Profiles.

See: newCustomerProfilesMetadata smart constructor.

Instances

Instances details
Eq CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

Read CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

Show CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

Generic CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

Associated Types

type Rep CustomerProfilesMetadata :: Type -> Type #

NFData CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

Hashable CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

FromJSON CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

type Rep CustomerProfilesMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesMetadata

type Rep CustomerProfilesMetadata = D1 ('MetaData "CustomerProfilesMetadata" "Amazonka.AppFlow.Types.CustomerProfilesMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CustomerProfilesMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newCustomerProfilesMetadata :: CustomerProfilesMetadata Source #

Create a value of CustomerProfilesMetadata with all optional fields omitted.

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

DatadogConnectorProfileCredentials

data DatadogConnectorProfileCredentials Source #

The connector-specific credentials required by Datadog.

See: newDatadogConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Read DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Show DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Generic DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Associated Types

type Rep DatadogConnectorProfileCredentials :: Type -> Type #

NFData DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Hashable DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

ToJSON DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

type Rep DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

type Rep DatadogConnectorProfileCredentials = D1 ('MetaData "DatadogConnectorProfileCredentials" "Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DatadogConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDatadogConnectorProfileCredentials Source #

Create a value of DatadogConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:apiKey:DatadogConnectorProfileCredentials', datadogConnectorProfileCredentials_apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

$sel:applicationKey:DatadogConnectorProfileCredentials', datadogConnectorProfileCredentials_applicationKey - Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.

DatadogConnectorProfileProperties

data DatadogConnectorProfileProperties Source #

The connector-specific profile properties required by Datadog.

See: newDatadogConnectorProfileProperties smart constructor.

Instances

Instances details
Eq DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

Read DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

Show DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

Generic DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

Associated Types

type Rep DatadogConnectorProfileProperties :: Type -> Type #

NFData DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

Hashable DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

ToJSON DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

FromJSON DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

type Rep DatadogConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileProperties

type Rep DatadogConnectorProfileProperties = D1 ('MetaData "DatadogConnectorProfileProperties" "Amazonka.AppFlow.Types.DatadogConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DatadogConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDatadogConnectorProfileProperties Source #

Create a value of DatadogConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:DatadogConnectorProfileProperties', datadogConnectorProfileProperties_instanceUrl - The location of the Datadog resource.

DatadogMetadata

data DatadogMetadata Source #

The connector metadata specific to Datadog.

See: newDatadogMetadata smart constructor.

Constructors

DatadogMetadata' 

Instances

Instances details
Eq DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

Read DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

Show DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

Generic DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

Associated Types

type Rep DatadogMetadata :: Type -> Type #

NFData DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

Methods

rnf :: DatadogMetadata -> () #

Hashable DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

FromJSON DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

type Rep DatadogMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogMetadata

type Rep DatadogMetadata = D1 ('MetaData "DatadogMetadata" "Amazonka.AppFlow.Types.DatadogMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DatadogMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newDatadogMetadata :: DatadogMetadata Source #

Create a value of DatadogMetadata with all optional fields omitted.

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

DatadogSourceProperties

data DatadogSourceProperties Source #

The properties that are applied when Datadog is being used as a source.

See: newDatadogSourceProperties smart constructor.

Instances

Instances details
Eq DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Read DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Show DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Generic DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Associated Types

type Rep DatadogSourceProperties :: Type -> Type #

NFData DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

Methods

rnf :: DatadogSourceProperties -> () #

Hashable DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

ToJSON DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

FromJSON DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

type Rep DatadogSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogSourceProperties

type Rep DatadogSourceProperties = D1 ('MetaData "DatadogSourceProperties" "Amazonka.AppFlow.Types.DatadogSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DatadogSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDatadogSourceProperties Source #

Create a value of DatadogSourceProperties with all optional fields omitted.

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

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

$sel:object':DatadogSourceProperties', datadogSourceProperties_object - The object specified in the Datadog flow source.

DestinationConnectorProperties

data DestinationConnectorProperties Source #

This stores the information that is required to query a particular connector.

See: newDestinationConnectorProperties smart constructor.

Instances

Instances details
Eq DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

Read DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

Show DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

Generic DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

Associated Types

type Rep DestinationConnectorProperties :: Type -> Type #

NFData DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

Hashable DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

ToJSON DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

FromJSON DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

type Rep DestinationConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationConnectorProperties

type Rep DestinationConnectorProperties = D1 ('MetaData "DestinationConnectorProperties" "Amazonka.AppFlow.Types.DestinationConnectorProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DestinationConnectorProperties'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "upsolver") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpsolverDestinationProperties)) :*: S1 ('MetaSel ('Just "snowflake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnowflakeDestinationProperties))) :*: (S1 ('MetaSel ('Just "honeycode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HoneycodeDestinationProperties)) :*: (S1 ('MetaSel ('Just "lookoutMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LookoutMetricsDestinationProperties)) :*: S1 ('MetaSel ('Just "customerProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerProfilesDestinationProperties))))) :*: ((S1 ('MetaSel ('Just "salesforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SalesforceDestinationProperties)) :*: S1 ('MetaSel ('Just "zendesk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZendeskDestinationProperties))) :*: (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationProperties)) :*: (S1 ('MetaSel ('Just "eventBridge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventBridgeDestinationProperties)) :*: S1 ('MetaSel ('Just "redshift") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDestinationProperties)))))))

newDestinationConnectorProperties :: DestinationConnectorProperties Source #

Create a value of DestinationConnectorProperties with all optional fields omitted.

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

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

$sel:upsolver:DestinationConnectorProperties', destinationConnectorProperties_upsolver - The properties required to query Upsolver.

$sel:snowflake:DestinationConnectorProperties', destinationConnectorProperties_snowflake - The properties required to query Snowflake.

$sel:honeycode:DestinationConnectorProperties', destinationConnectorProperties_honeycode - The properties required to query Amazon Honeycode.

$sel:lookoutMetrics:DestinationConnectorProperties', destinationConnectorProperties_lookoutMetrics - The properties required to query Amazon Lookout for Metrics.

$sel:customerProfiles:DestinationConnectorProperties', destinationConnectorProperties_customerProfiles - The properties required to query Amazon Connect Customer Profiles.

$sel:salesforce:DestinationConnectorProperties', destinationConnectorProperties_salesforce - The properties required to query Salesforce.

$sel:zendesk:DestinationConnectorProperties', destinationConnectorProperties_zendesk - The properties required to query Zendesk.

$sel:s3:DestinationConnectorProperties', destinationConnectorProperties_s3 - The properties required to query Amazon S3.

$sel:eventBridge:DestinationConnectorProperties', destinationConnectorProperties_eventBridge - The properties required to query Amazon EventBridge.

$sel:redshift:DestinationConnectorProperties', destinationConnectorProperties_redshift - The properties required to query Amazon Redshift.

DestinationFieldProperties

data DestinationFieldProperties Source #

The properties that can be applied to a field when connector is being used as a destination.

See: newDestinationFieldProperties smart constructor.

Instances

Instances details
Eq DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

Read DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

Show DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

Generic DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

Associated Types

type Rep DestinationFieldProperties :: Type -> Type #

NFData DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

Hashable DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

FromJSON DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

type Rep DestinationFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFieldProperties

type Rep DestinationFieldProperties = D1 ('MetaData "DestinationFieldProperties" "Amazonka.AppFlow.Types.DestinationFieldProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DestinationFieldProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isUpdatable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isNullable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportedWriteOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WriteOperationType])) :*: (S1 ('MetaSel ('Just "isUpsertable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isCreatable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newDestinationFieldProperties :: DestinationFieldProperties Source #

Create a value of DestinationFieldProperties with all optional fields omitted.

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

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

$sel:isUpdatable:DestinationFieldProperties', destinationFieldProperties_isUpdatable - Specifies whether the field can be updated during an UPDATE or UPSERT write operation.

$sel:isNullable:DestinationFieldProperties', destinationFieldProperties_isNullable - Specifies if the destination field can have a null value.

$sel:supportedWriteOperations:DestinationFieldProperties', destinationFieldProperties_supportedWriteOperations - A list of supported write operations. For each write operation listed, this field can be used in idFieldNames when that write operation is present as a destination option.

$sel:isUpsertable:DestinationFieldProperties', destinationFieldProperties_isUpsertable - Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.

$sel:isCreatable:DestinationFieldProperties', destinationFieldProperties_isCreatable - Specifies if the destination field can be created by the current user.

DestinationFlowConfig

data DestinationFlowConfig Source #

Contains information about the configuration of destination connectors present in the flow.

See: newDestinationFlowConfig smart constructor.

Instances

Instances details
Eq DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

Read DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

Show DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

Generic DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

Associated Types

type Rep DestinationFlowConfig :: Type -> Type #

NFData DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

Methods

rnf :: DestinationFlowConfig -> () #

Hashable DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

ToJSON DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

FromJSON DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

type Rep DestinationFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DestinationFlowConfig

type Rep DestinationFlowConfig = D1 ('MetaData "DestinationFlowConfig" "Amazonka.AppFlow.Types.DestinationFlowConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DestinationFlowConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorType) :*: S1 ('MetaSel ('Just "destinationConnectorProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DestinationConnectorProperties))))

newDestinationFlowConfig Source #

Create a value of DestinationFlowConfig with all optional fields omitted.

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

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

$sel:connectorProfileName:DestinationFlowConfig', destinationFlowConfig_connectorProfileName - The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.

$sel:connectorType:DestinationFlowConfig', destinationFlowConfig_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.

$sel:destinationConnectorProperties:DestinationFlowConfig', destinationFlowConfig_destinationConnectorProperties - This stores the information that is required to query a particular connector.

DynatraceConnectorProfileCredentials

data DynatraceConnectorProfileCredentials Source #

The connector-specific profile credentials required by Dynatrace.

See: newDynatraceConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

Read DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

Show DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

Generic DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

NFData DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

Hashable DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

ToJSON DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

type Rep DynatraceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials

type Rep DynatraceConnectorProfileCredentials = D1 ('MetaData "DynatraceConnectorProfileCredentials" "Amazonka.AppFlow.Types.DynatraceConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DynatraceConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDynatraceConnectorProfileCredentials Source #

Create a value of DynatraceConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:apiToken:DynatraceConnectorProfileCredentials', dynatraceConnectorProfileCredentials_apiToken - The API tokens used by Dynatrace API to authenticate various API calls.

DynatraceConnectorProfileProperties

data DynatraceConnectorProfileProperties Source #

The connector-specific profile properties required by Dynatrace.

See: newDynatraceConnectorProfileProperties smart constructor.

Instances

Instances details
Eq DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

Read DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

Show DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

Generic DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

NFData DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

Hashable DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

ToJSON DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

FromJSON DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

type Rep DynatraceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties

type Rep DynatraceConnectorProfileProperties = D1 ('MetaData "DynatraceConnectorProfileProperties" "Amazonka.AppFlow.Types.DynatraceConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DynatraceConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDynatraceConnectorProfileProperties Source #

Create a value of DynatraceConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:DynatraceConnectorProfileProperties', dynatraceConnectorProfileProperties_instanceUrl - The location of the Dynatrace resource.

DynatraceMetadata

data DynatraceMetadata Source #

The connector metadata specific to Dynatrace.

See: newDynatraceMetadata smart constructor.

Constructors

DynatraceMetadata' 

Instances

Instances details
Eq DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

Read DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

Show DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

Generic DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

Associated Types

type Rep DynatraceMetadata :: Type -> Type #

NFData DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

Methods

rnf :: DynatraceMetadata -> () #

Hashable DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

FromJSON DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

type Rep DynatraceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceMetadata

type Rep DynatraceMetadata = D1 ('MetaData "DynatraceMetadata" "Amazonka.AppFlow.Types.DynatraceMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DynatraceMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newDynatraceMetadata :: DynatraceMetadata Source #

Create a value of DynatraceMetadata with all optional fields omitted.

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

DynatraceSourceProperties

data DynatraceSourceProperties Source #

The properties that are applied when Dynatrace is being used as a source.

See: newDynatraceSourceProperties smart constructor.

Instances

Instances details
Eq DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

Read DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

Show DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

Generic DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

Associated Types

type Rep DynatraceSourceProperties :: Type -> Type #

NFData DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

Hashable DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

ToJSON DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

FromJSON DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

type Rep DynatraceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DynatraceSourceProperties

type Rep DynatraceSourceProperties = D1 ('MetaData "DynatraceSourceProperties" "Amazonka.AppFlow.Types.DynatraceSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DynatraceSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDynatraceSourceProperties Source #

Create a value of DynatraceSourceProperties with all optional fields omitted.

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

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

$sel:object':DynatraceSourceProperties', dynatraceSourceProperties_object - The object specified in the Dynatrace flow source.

ErrorHandlingConfig

data ErrorHandlingConfig Source #

The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

See: newErrorHandlingConfig smart constructor.

Instances

Instances details
Eq ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

Read ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

Show ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

Generic ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

Associated Types

type Rep ErrorHandlingConfig :: Type -> Type #

NFData ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

Methods

rnf :: ErrorHandlingConfig -> () #

Hashable ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

ToJSON ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

FromJSON ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

type Rep ErrorHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorHandlingConfig

type Rep ErrorHandlingConfig = D1 ('MetaData "ErrorHandlingConfig" "Amazonka.AppFlow.Types.ErrorHandlingConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ErrorHandlingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failOnFirstDestinationError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newErrorHandlingConfig :: ErrorHandlingConfig Source #

Create a value of ErrorHandlingConfig with all optional fields omitted.

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

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

$sel:failOnFirstDestinationError:ErrorHandlingConfig', errorHandlingConfig_failOnFirstDestinationError - Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.

$sel:bucketPrefix:ErrorHandlingConfig', errorHandlingConfig_bucketPrefix - Specifies the Amazon S3 bucket prefix.

$sel:bucketName:ErrorHandlingConfig', errorHandlingConfig_bucketName - Specifies the name of the Amazon S3 bucket.

ErrorInfo

data ErrorInfo Source #

Provides details in the event of a failed flow, including the failure count and the related error messages.

See: newErrorInfo smart constructor.

Constructors

ErrorInfo' (Maybe Text) (Maybe Integer) 

Instances

Instances details
Eq ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

Read ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

Show ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

Generic ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

Associated Types

type Rep ErrorInfo :: Type -> Type #

NFData ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

Methods

rnf :: ErrorInfo -> () #

Hashable ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

FromJSON ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

type Rep ErrorInfo Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ErrorInfo

type Rep ErrorInfo = D1 ('MetaData "ErrorInfo" "Amazonka.AppFlow.Types.ErrorInfo" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ErrorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "putFailuresCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newErrorInfo :: ErrorInfo Source #

Create a value of ErrorInfo with all optional fields omitted.

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

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

$sel:executionMessage:ErrorInfo', errorInfo_executionMessage - Specifies the error message that appears if a flow fails.

$sel:putFailuresCount:ErrorInfo', errorInfo_putFailuresCount - Specifies the failure count for the attempted flow.

EventBridgeDestinationProperties

data EventBridgeDestinationProperties Source #

The properties that are applied when Amazon EventBridge is being used as a destination.

See: newEventBridgeDestinationProperties smart constructor.

Instances

Instances details
Eq EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

Read EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

Show EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

Generic EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

Associated Types

type Rep EventBridgeDestinationProperties :: Type -> Type #

NFData EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

Hashable EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

ToJSON EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

FromJSON EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

type Rep EventBridgeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeDestinationProperties

type Rep EventBridgeDestinationProperties = D1 ('MetaData "EventBridgeDestinationProperties" "Amazonka.AppFlow.Types.EventBridgeDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "EventBridgeDestinationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorHandlingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorHandlingConfig)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEventBridgeDestinationProperties Source #

Create a value of EventBridgeDestinationProperties with all optional fields omitted.

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

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

$sel:errorHandlingConfig:EventBridgeDestinationProperties', eventBridgeDestinationProperties_errorHandlingConfig - Undocumented member.

$sel:object':EventBridgeDestinationProperties', eventBridgeDestinationProperties_object - The object specified in the Amazon EventBridge flow destination.

EventBridgeMetadata

data EventBridgeMetadata Source #

The connector metadata specific to Amazon EventBridge.

See: newEventBridgeMetadata smart constructor.

Constructors

EventBridgeMetadata' 

Instances

Instances details
Eq EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

Read EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

Show EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

Generic EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

Associated Types

type Rep EventBridgeMetadata :: Type -> Type #

NFData EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

Methods

rnf :: EventBridgeMetadata -> () #

Hashable EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

FromJSON EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

type Rep EventBridgeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.EventBridgeMetadata

type Rep EventBridgeMetadata = D1 ('MetaData "EventBridgeMetadata" "Amazonka.AppFlow.Types.EventBridgeMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "EventBridgeMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newEventBridgeMetadata :: EventBridgeMetadata Source #

Create a value of EventBridgeMetadata with all optional fields omitted.

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

ExecutionDetails

data ExecutionDetails Source #

Describes the details of the flow run, including the timestamp, status, and message.

See: newExecutionDetails smart constructor.

Instances

Instances details
Eq ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Read ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Show ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Generic ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Associated Types

type Rep ExecutionDetails :: Type -> Type #

NFData ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Methods

rnf :: ExecutionDetails -> () #

Hashable ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

FromJSON ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

type Rep ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

type Rep ExecutionDetails = D1 ('MetaData "ExecutionDetails" "Amazonka.AppFlow.Types.ExecutionDetails" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ExecutionDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mostRecentExecutionMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mostRecentExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "mostRecentExecutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newExecutionDetails :: ExecutionDetails Source #

Create a value of ExecutionDetails with all optional fields omitted.

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

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

$sel:mostRecentExecutionMessage:ExecutionDetails', executionDetails_mostRecentExecutionMessage - Describes the details of the most recent flow run.

$sel:mostRecentExecutionStatus:ExecutionDetails', executionDetails_mostRecentExecutionStatus - Specifies the status of the most recent flow run.

$sel:mostRecentExecutionTime:ExecutionDetails', executionDetails_mostRecentExecutionTime - Specifies the time of the most recent flow run.

ExecutionRecord

data ExecutionRecord Source #

Specifies information about the past flow run instances for a given flow.

See: newExecutionRecord smart constructor.

Instances

Instances details
Eq ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

Read ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

Show ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

Generic ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

Associated Types

type Rep ExecutionRecord :: Type -> Type #

NFData ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

Methods

rnf :: ExecutionRecord -> () #

Hashable ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

FromJSON ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

type Rep ExecutionRecord Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionRecord

type Rep ExecutionRecord = D1 ('MetaData "ExecutionRecord" "Amazonka.AppFlow.Types.ExecutionRecord" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ExecutionRecord'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataPullStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "executionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "startedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "dataPullEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "executionResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionResult))))))

newExecutionRecord :: ExecutionRecord Source #

Create a value of ExecutionRecord with all optional fields omitted.

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

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

$sel:executionId:ExecutionRecord', executionRecord_executionId - Specifies the identifier of the given flow run.

$sel:lastUpdatedAt:ExecutionRecord', executionRecord_lastUpdatedAt - Specifies the time of the most recent update.

$sel:dataPullStartTime:ExecutionRecord', executionRecord_dataPullStartTime - The timestamp that determines the first new or updated record to be transferred in the flow run.

$sel:executionStatus:ExecutionRecord', executionRecord_executionStatus - Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

$sel:startedAt:ExecutionRecord', executionRecord_startedAt - Specifies the start time of the flow run.

$sel:dataPullEndTime:ExecutionRecord', executionRecord_dataPullEndTime - The timestamp that indicates the last new or updated record to be transferred in the flow run.

$sel:executionResult:ExecutionRecord', executionRecord_executionResult - Describes the result of the given flow run.

ExecutionResult

data ExecutionResult Source #

Specifies the end result of the flow run.

See: newExecutionResult smart constructor.

Instances

Instances details
Eq ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

Read ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

Show ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

Generic ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

Associated Types

type Rep ExecutionResult :: Type -> Type #

NFData ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

Methods

rnf :: ExecutionResult -> () #

Hashable ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

FromJSON ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

type Rep ExecutionResult Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionResult

type Rep ExecutionResult = D1 ('MetaData "ExecutionResult" "Amazonka.AppFlow.Types.ExecutionResult" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ExecutionResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "recordsProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "bytesWritten") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "bytesProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorInfo)))))

newExecutionResult :: ExecutionResult Source #

Create a value of ExecutionResult with all optional fields omitted.

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

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

$sel:recordsProcessed:ExecutionResult', executionResult_recordsProcessed - The number of records processed in the flow run.

$sel:bytesWritten:ExecutionResult', executionResult_bytesWritten - The total number of bytes written as a result of the flow run.

$sel:bytesProcessed:ExecutionResult', executionResult_bytesProcessed - The total number of bytes processed by the flow run.

$sel:errorInfo:ExecutionResult', executionResult_errorInfo - Provides any error message information related to the flow run.

FieldTypeDetails

data FieldTypeDetails Source #

Contains details regarding the supported field type and the operators that can be applied for filtering.

See: newFieldTypeDetails smart constructor.

Instances

Instances details
Eq FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

Read FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

Show FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

Generic FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

Associated Types

type Rep FieldTypeDetails :: Type -> Type #

NFData FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

Methods

rnf :: FieldTypeDetails -> () #

Hashable FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

FromJSON FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

type Rep FieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FieldTypeDetails

type Rep FieldTypeDetails = D1 ('MetaData "FieldTypeDetails" "Amazonka.AppFlow.Types.FieldTypeDetails" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "FieldTypeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "supportedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "fieldType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filterOperators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Operator]))))

newFieldTypeDetails Source #

Create a value of FieldTypeDetails with all optional fields omitted.

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

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

$sel:supportedValues:FieldTypeDetails', fieldTypeDetails_supportedValues - The list of values that a field can contain. For example, a Boolean fieldType can have two values: "true" and "false".

$sel:fieldType:FieldTypeDetails', fieldTypeDetails_fieldType - The type of field, such as string, integer, date, and so on.

$sel:filterOperators:FieldTypeDetails', fieldTypeDetails_filterOperators - The list of operators supported by a field.

FlowDefinition

data FlowDefinition Source #

The properties of the flow, such as its source, destination, trigger type, and so on.

See: newFlowDefinition smart constructor.

Instances

Instances details
Eq FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

Read FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

Show FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

Generic FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

Associated Types

type Rep FlowDefinition :: Type -> Type #

NFData FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

Methods

rnf :: FlowDefinition -> () #

Hashable FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

FromJSON FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

type Rep FlowDefinition Source # 
Instance details

Defined in Amazonka.AppFlow.Types.FlowDefinition

type Rep FlowDefinition = D1 ('MetaData "FlowDefinition" "Amazonka.AppFlow.Types.FlowDefinition" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "FlowDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "triggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TriggerType)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "sourceConnectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)) :*: (S1 ('MetaSel ('Just "destinationConnectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastRunExecutionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionDetails)) :*: S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

newFlowDefinition :: FlowDefinition Source #

Create a value of FlowDefinition with all optional fields omitted.

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

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

$sel:lastUpdatedBy:FlowDefinition', flowDefinition_lastUpdatedBy - Specifies the account user name that most recently updated the flow.

$sel:flowArn:FlowDefinition', flowDefinition_flowArn - The flow's Amazon Resource Name (ARN).

$sel:lastUpdatedAt:FlowDefinition', flowDefinition_lastUpdatedAt - Specifies when the flow was last updated.

$sel:createdAt:FlowDefinition', flowDefinition_createdAt - Specifies when the flow was created.

$sel:triggerType:FlowDefinition', flowDefinition_triggerType - Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.

$sel:createdBy:FlowDefinition', flowDefinition_createdBy - The ARN of the user who created the flow.

$sel:sourceConnectorType:FlowDefinition', flowDefinition_sourceConnectorType - Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

$sel:destinationConnectorType:FlowDefinition', flowDefinition_destinationConnectorType - Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.

$sel:flowName:FlowDefinition', flowDefinition_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

$sel:lastRunExecutionDetails:FlowDefinition', flowDefinition_lastRunExecutionDetails - Describes the details of the most recent flow run.

$sel:flowStatus:FlowDefinition', flowDefinition_flowStatus - Indicates the current status of the flow.

$sel:description:FlowDefinition', flowDefinition_description - A user-entered description of the flow.

$sel:tags:FlowDefinition', flowDefinition_tags - The tags used to organize, track, or control access for your flow.

GoogleAnalyticsConnectorProfileCredentials

data GoogleAnalyticsConnectorProfileCredentials Source #

The connector-specific profile credentials required by Google Analytics.

See: newGoogleAnalyticsConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

Show GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

Generic GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

NFData GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

Hashable GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

ToJSON GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

type Rep GoogleAnalyticsConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials

type Rep GoogleAnalyticsConnectorProfileCredentials = D1 ('MetaData "GoogleAnalyticsConnectorProfileCredentials" "Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "GoogleAnalyticsConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "refreshToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest)) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newGoogleAnalyticsConnectorProfileCredentials Source #

Create a value of GoogleAnalyticsConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:accessToken:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_accessToken - The credentials used to access protected Google Analytics resources.

$sel:refreshToken:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_refreshToken - The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.

$sel:oAuthRequest:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientId:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_clientId - The identifier for the desired client.

$sel:clientSecret:GoogleAnalyticsConnectorProfileCredentials', googleAnalyticsConnectorProfileCredentials_clientSecret - The client secret used by the OAuth client to authenticate to the authorization server.

GoogleAnalyticsConnectorProfileProperties

data GoogleAnalyticsConnectorProfileProperties Source #

The connector-specific profile properties required by Google Analytics.

See: newGoogleAnalyticsConnectorProfileProperties smart constructor.

Instances

Instances details
Eq GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

Read GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

Show GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

Generic GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

NFData GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

Hashable GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

ToJSON GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

FromJSON GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

type Rep GoogleAnalyticsConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties

type Rep GoogleAnalyticsConnectorProfileProperties = D1 ('MetaData "GoogleAnalyticsConnectorProfileProperties" "Amazonka.AppFlow.Types.GoogleAnalyticsConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "GoogleAnalyticsConnectorProfileProperties'" 'PrefixI 'False) (U1 :: Type -> Type))

GoogleAnalyticsMetadata

data GoogleAnalyticsMetadata Source #

The connector metadata specific to Google Analytics.

See: newGoogleAnalyticsMetadata smart constructor.

Instances

Instances details
Eq GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

Read GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

Show GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

Generic GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

Associated Types

type Rep GoogleAnalyticsMetadata :: Type -> Type #

NFData GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

Methods

rnf :: GoogleAnalyticsMetadata -> () #

Hashable GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

FromJSON GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

type Rep GoogleAnalyticsMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsMetadata

type Rep GoogleAnalyticsMetadata = D1 ('MetaData "GoogleAnalyticsMetadata" "Amazonka.AppFlow.Types.GoogleAnalyticsMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "GoogleAnalyticsMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newGoogleAnalyticsMetadata :: GoogleAnalyticsMetadata Source #

Create a value of GoogleAnalyticsMetadata with all optional fields omitted.

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

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

$sel:oAuthScopes:GoogleAnalyticsMetadata', googleAnalyticsMetadata_oAuthScopes - The desired authorization scope for the Google Analytics account.

GoogleAnalyticsSourceProperties

data GoogleAnalyticsSourceProperties Source #

The properties that are applied when Google Analytics is being used as a source.

See: newGoogleAnalyticsSourceProperties smart constructor.

Instances

Instances details
Eq GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

Read GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

Show GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

Generic GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

Associated Types

type Rep GoogleAnalyticsSourceProperties :: Type -> Type #

NFData GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

Hashable GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

ToJSON GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

FromJSON GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

type Rep GoogleAnalyticsSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties

type Rep GoogleAnalyticsSourceProperties = D1 ('MetaData "GoogleAnalyticsSourceProperties" "Amazonka.AppFlow.Types.GoogleAnalyticsSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "GoogleAnalyticsSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGoogleAnalyticsSourceProperties Source #

Create a value of GoogleAnalyticsSourceProperties with all optional fields omitted.

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

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

$sel:object':GoogleAnalyticsSourceProperties', googleAnalyticsSourceProperties_object - The object specified in the Google Analytics flow source.

HoneycodeConnectorProfileCredentials

data HoneycodeConnectorProfileCredentials Source #

The connector-specific credentials required when using Amazon Honeycode.

See: newHoneycodeConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

Show HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

Generic HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

NFData HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

Hashable HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

ToJSON HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

type Rep HoneycodeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials

type Rep HoneycodeConnectorProfileCredentials = D1 ('MetaData "HoneycodeConnectorProfileCredentials" "Amazonka.AppFlow.Types.HoneycodeConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "HoneycodeConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "refreshToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest)))))

newHoneycodeConnectorProfileCredentials :: HoneycodeConnectorProfileCredentials Source #

Create a value of HoneycodeConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:accessToken:HoneycodeConnectorProfileCredentials', honeycodeConnectorProfileCredentials_accessToken - The credentials used to access protected Amazon Honeycode resources.

$sel:refreshToken:HoneycodeConnectorProfileCredentials', honeycodeConnectorProfileCredentials_refreshToken - The credentials used to acquire new access tokens.

$sel:oAuthRequest:HoneycodeConnectorProfileCredentials', honeycodeConnectorProfileCredentials_oAuthRequest - Undocumented member.

HoneycodeConnectorProfileProperties

data HoneycodeConnectorProfileProperties Source #

The connector-specific properties required when using Amazon Honeycode.

See: newHoneycodeConnectorProfileProperties smart constructor.

Instances

Instances details
Eq HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

Read HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

Show HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

Generic HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

NFData HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

Hashable HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

ToJSON HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

FromJSON HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

type Rep HoneycodeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties

type Rep HoneycodeConnectorProfileProperties = D1 ('MetaData "HoneycodeConnectorProfileProperties" "Amazonka.AppFlow.Types.HoneycodeConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "HoneycodeConnectorProfileProperties'" 'PrefixI 'False) (U1 :: Type -> Type))

newHoneycodeConnectorProfileProperties :: HoneycodeConnectorProfileProperties Source #

Create a value of HoneycodeConnectorProfileProperties with all optional fields omitted.

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

HoneycodeDestinationProperties

data HoneycodeDestinationProperties Source #

The properties that are applied when Amazon Honeycode is used as a destination.

See: newHoneycodeDestinationProperties smart constructor.

Instances

Instances details
Eq HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

Read HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

Show HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

Generic HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

Associated Types

type Rep HoneycodeDestinationProperties :: Type -> Type #

NFData HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

Hashable HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

ToJSON HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

FromJSON HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

type Rep HoneycodeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeDestinationProperties

type Rep HoneycodeDestinationProperties = D1 ('MetaData "HoneycodeDestinationProperties" "Amazonka.AppFlow.Types.HoneycodeDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "HoneycodeDestinationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorHandlingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorHandlingConfig)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHoneycodeDestinationProperties Source #

Create a value of HoneycodeDestinationProperties with all optional fields omitted.

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

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

$sel:errorHandlingConfig:HoneycodeDestinationProperties', honeycodeDestinationProperties_errorHandlingConfig - Undocumented member.

$sel:object':HoneycodeDestinationProperties', honeycodeDestinationProperties_object - The object specified in the Amazon Honeycode flow destination.

HoneycodeMetadata

data HoneycodeMetadata Source #

The connector metadata specific to Amazon Honeycode.

See: newHoneycodeMetadata smart constructor.

Constructors

HoneycodeMetadata' (Maybe [Text]) 

Instances

Instances details
Eq HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

Read HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

Show HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

Generic HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

Associated Types

type Rep HoneycodeMetadata :: Type -> Type #

NFData HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

Methods

rnf :: HoneycodeMetadata -> () #

Hashable HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

FromJSON HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

type Rep HoneycodeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.HoneycodeMetadata

type Rep HoneycodeMetadata = D1 ('MetaData "HoneycodeMetadata" "Amazonka.AppFlow.Types.HoneycodeMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "HoneycodeMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newHoneycodeMetadata :: HoneycodeMetadata Source #

Create a value of HoneycodeMetadata with all optional fields omitted.

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

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

$sel:oAuthScopes:HoneycodeMetadata', honeycodeMetadata_oAuthScopes - The desired authorization scope for the Amazon Honeycode account.

IncrementalPullConfig

data IncrementalPullConfig Source #

Specifies the configuration used when importing incremental records from the source.

See: newIncrementalPullConfig smart constructor.

Instances

Instances details
Eq IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Read IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Show IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Generic IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Associated Types

type Rep IncrementalPullConfig :: Type -> Type #

NFData IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Methods

rnf :: IncrementalPullConfig -> () #

Hashable IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

ToJSON IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

FromJSON IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

type Rep IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

type Rep IncrementalPullConfig = D1 ('MetaData "IncrementalPullConfig" "Amazonka.AppFlow.Types.IncrementalPullConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "IncrementalPullConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datetimeTypeFieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIncrementalPullConfig :: IncrementalPullConfig Source #

Create a value of IncrementalPullConfig with all optional fields omitted.

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

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

$sel:datetimeTypeFieldName:IncrementalPullConfig', incrementalPullConfig_datetimeTypeFieldName - A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

InforNexusConnectorProfileCredentials

data InforNexusConnectorProfileCredentials Source #

The connector-specific profile credentials required by Infor Nexus.

See: newInforNexusConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

Show InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

Generic InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

NFData InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

Hashable InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

ToJSON InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

type Rep InforNexusConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials

type Rep InforNexusConnectorProfileCredentials = D1 ('MetaData "InforNexusConnectorProfileCredentials" "Amazonka.AppFlow.Types.InforNexusConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "InforNexusConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "secretAccessKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datakey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

InforNexusConnectorProfileProperties

data InforNexusConnectorProfileProperties Source #

The connector-specific profile properties required by Infor Nexus.

See: newInforNexusConnectorProfileProperties smart constructor.

Instances

Instances details
Eq InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

Read InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

Show InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

Generic InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

NFData InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

Hashable InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

ToJSON InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

FromJSON InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

type Rep InforNexusConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties

type Rep InforNexusConnectorProfileProperties = D1 ('MetaData "InforNexusConnectorProfileProperties" "Amazonka.AppFlow.Types.InforNexusConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "InforNexusConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInforNexusConnectorProfileProperties Source #

Create a value of InforNexusConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:InforNexusConnectorProfileProperties', inforNexusConnectorProfileProperties_instanceUrl - The location of the Infor Nexus resource.

InforNexusMetadata

data InforNexusMetadata Source #

The connector metadata specific to Infor Nexus.

See: newInforNexusMetadata smart constructor.

Constructors

InforNexusMetadata' 

Instances

Instances details
Eq InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

Read InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

Show InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

Generic InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

Associated Types

type Rep InforNexusMetadata :: Type -> Type #

NFData InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

Methods

rnf :: InforNexusMetadata -> () #

Hashable InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

FromJSON InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

type Rep InforNexusMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusMetadata

type Rep InforNexusMetadata = D1 ('MetaData "InforNexusMetadata" "Amazonka.AppFlow.Types.InforNexusMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "InforNexusMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newInforNexusMetadata :: InforNexusMetadata Source #

Create a value of InforNexusMetadata with all optional fields omitted.

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

InforNexusSourceProperties

data InforNexusSourceProperties Source #

The properties that are applied when Infor Nexus is being used as a source.

See: newInforNexusSourceProperties smart constructor.

Instances

Instances details
Eq InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

Read InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

Show InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

Generic InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

Associated Types

type Rep InforNexusSourceProperties :: Type -> Type #

NFData InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

Hashable InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

ToJSON InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

FromJSON InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

type Rep InforNexusSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.InforNexusSourceProperties

type Rep InforNexusSourceProperties = D1 ('MetaData "InforNexusSourceProperties" "Amazonka.AppFlow.Types.InforNexusSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "InforNexusSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInforNexusSourceProperties Source #

Create a value of InforNexusSourceProperties with all optional fields omitted.

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

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

$sel:object':InforNexusSourceProperties', inforNexusSourceProperties_object - The object specified in the Infor Nexus flow source.

LookoutMetricsDestinationProperties

data LookoutMetricsDestinationProperties Source #

The properties that are applied when Amazon Lookout for Metrics is used as a destination.

See: newLookoutMetricsDestinationProperties smart constructor.

Instances

Instances details
Eq LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

Read LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

Show LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

Generic LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

NFData LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

Hashable LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

ToJSON LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

FromJSON LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

type Rep LookoutMetricsDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties

type Rep LookoutMetricsDestinationProperties = D1 ('MetaData "LookoutMetricsDestinationProperties" "Amazonka.AppFlow.Types.LookoutMetricsDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "LookoutMetricsDestinationProperties'" 'PrefixI 'False) (U1 :: Type -> Type))

newLookoutMetricsDestinationProperties :: LookoutMetricsDestinationProperties Source #

Create a value of LookoutMetricsDestinationProperties with all optional fields omitted.

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

MarketoConnectorProfileCredentials

data MarketoConnectorProfileCredentials Source #

The connector-specific profile credentials required by Marketo.

See: newMarketoConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

Show MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

Generic MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

Associated Types

type Rep MarketoConnectorProfileCredentials :: Type -> Type #

NFData MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

Hashable MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

ToJSON MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

type Rep MarketoConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials

type Rep MarketoConnectorProfileCredentials = D1 ('MetaData "MarketoConnectorProfileCredentials" "Amazonka.AppFlow.Types.MarketoConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "MarketoConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest))) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newMarketoConnectorProfileCredentials Source #

Create a value of MarketoConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:accessToken:MarketoConnectorProfileCredentials', marketoConnectorProfileCredentials_accessToken - The credentials used to access protected Marketo resources.

$sel:oAuthRequest:MarketoConnectorProfileCredentials', marketoConnectorProfileCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientId:MarketoConnectorProfileCredentials', marketoConnectorProfileCredentials_clientId - The identifier for the desired client.

$sel:clientSecret:MarketoConnectorProfileCredentials', marketoConnectorProfileCredentials_clientSecret - The client secret used by the OAuth client to authenticate to the authorization server.

MarketoConnectorProfileProperties

data MarketoConnectorProfileProperties Source #

The connector-specific profile properties required when using Marketo.

See: newMarketoConnectorProfileProperties smart constructor.

Instances

Instances details
Eq MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

Read MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

Show MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

Generic MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

Associated Types

type Rep MarketoConnectorProfileProperties :: Type -> Type #

NFData MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

Hashable MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

ToJSON MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

FromJSON MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

type Rep MarketoConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoConnectorProfileProperties

type Rep MarketoConnectorProfileProperties = D1 ('MetaData "MarketoConnectorProfileProperties" "Amazonka.AppFlow.Types.MarketoConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "MarketoConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMarketoConnectorProfileProperties Source #

Create a value of MarketoConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:MarketoConnectorProfileProperties', marketoConnectorProfileProperties_instanceUrl - The location of the Marketo resource.

MarketoMetadata

data MarketoMetadata Source #

The connector metadata specific to Marketo.

See: newMarketoMetadata smart constructor.

Constructors

MarketoMetadata' 

Instances

Instances details
Eq MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

Read MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

Show MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

Generic MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

Associated Types

type Rep MarketoMetadata :: Type -> Type #

NFData MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

Methods

rnf :: MarketoMetadata -> () #

Hashable MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

FromJSON MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

type Rep MarketoMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoMetadata

type Rep MarketoMetadata = D1 ('MetaData "MarketoMetadata" "Amazonka.AppFlow.Types.MarketoMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "MarketoMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newMarketoMetadata :: MarketoMetadata Source #

Create a value of MarketoMetadata with all optional fields omitted.

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

MarketoSourceProperties

data MarketoSourceProperties Source #

The properties that are applied when Marketo is being used as a source.

See: newMarketoSourceProperties smart constructor.

Instances

Instances details
Eq MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

Read MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

Show MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

Generic MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

Associated Types

type Rep MarketoSourceProperties :: Type -> Type #

NFData MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

Methods

rnf :: MarketoSourceProperties -> () #

Hashable MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

ToJSON MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

FromJSON MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

type Rep MarketoSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.MarketoSourceProperties

type Rep MarketoSourceProperties = D1 ('MetaData "MarketoSourceProperties" "Amazonka.AppFlow.Types.MarketoSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "MarketoSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMarketoSourceProperties Source #

Create a value of MarketoSourceProperties with all optional fields omitted.

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

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

$sel:object':MarketoSourceProperties', marketoSourceProperties_object - The object specified in the Marketo flow source.

OAuthCredentials

data OAuthCredentials Source #

The OAuth credentials required for OAuth type authentication.

See: newOAuthCredentials smart constructor.

Instances

Instances details
Eq OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

Show OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

Generic OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

Associated Types

type Rep OAuthCredentials :: Type -> Type #

NFData OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

Methods

rnf :: OAuthCredentials -> () #

Hashable OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

ToJSON OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

type Rep OAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthCredentials

type Rep OAuthCredentials = D1 ('MetaData "OAuthCredentials" "Amazonka.AppFlow.Types.OAuthCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "OAuthCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "refreshToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest)) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newOAuthCredentials Source #

Create a value of OAuthCredentials with all optional fields omitted.

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

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

$sel:accessToken:OAuthCredentials', oAuthCredentials_accessToken - The access token used to access protected SAPOData resources.

$sel:refreshToken:OAuthCredentials', oAuthCredentials_refreshToken - The refresh token used to refresh expired access token.

$sel:oAuthRequest:OAuthCredentials', oAuthCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientId:OAuthCredentials', oAuthCredentials_clientId - The identifier for the desired client.

$sel:clientSecret:OAuthCredentials', oAuthCredentials_clientSecret - The client secret used by the OAuth client to authenticate to the authorization server.

OAuthProperties

data OAuthProperties Source #

The OAuth properties required for OAuth type authentication.

See: newOAuthProperties smart constructor.

Constructors

OAuthProperties' Text Text [Text] 

Instances

Instances details
Eq OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

Read OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

Show OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

Generic OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

Associated Types

type Rep OAuthProperties :: Type -> Type #

NFData OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

Methods

rnf :: OAuthProperties -> () #

Hashable OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

ToJSON OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

FromJSON OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

type Rep OAuthProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.OAuthProperties

type Rep OAuthProperties = D1 ('MetaData "OAuthProperties" "Amazonka.AppFlow.Types.OAuthProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "OAuthProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "authCodeUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newOAuthProperties Source #

Create a value of OAuthProperties with all optional fields omitted.

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

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

$sel:tokenUrl:OAuthProperties', oAuthProperties_tokenUrl - The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.

$sel:authCodeUrl:OAuthProperties', oAuthProperties_authCodeUrl - The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

$sel:oAuthScopes:OAuthProperties', oAuthProperties_oAuthScopes - The OAuth scopes required for OAuth type authentication.

PrefixConfig

data PrefixConfig Source #

Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.

See: newPrefixConfig smart constructor.

Instances

Instances details
Eq PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Read PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Show PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Generic PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Associated Types

type Rep PrefixConfig :: Type -> Type #

NFData PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Methods

rnf :: PrefixConfig -> () #

Hashable PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

ToJSON PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

FromJSON PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

type Rep PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

type Rep PrefixConfig = D1 ('MetaData "PrefixConfig" "Amazonka.AppFlow.Types.PrefixConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "PrefixConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefixFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefixFormat)) :*: S1 ('MetaSel ('Just "prefixType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefixType))))

newPrefixConfig :: PrefixConfig Source #

Create a value of PrefixConfig with all optional fields omitted.

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

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

$sel:prefixFormat:PrefixConfig', prefixConfig_prefixFormat - Determines the level of granularity that's included in the prefix.

$sel:prefixType:PrefixConfig', prefixConfig_prefixType - Determines the format of the prefix, and whether it applies to the file name, file path, or both.

PrivateConnectionProvisioningState

data PrivateConnectionProvisioningState Source #

Specifies the private connection provisioning state.

See: newPrivateConnectionProvisioningState smart constructor.

Instances

Instances details
Eq PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

Read PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

Show PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

Generic PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

Associated Types

type Rep PrivateConnectionProvisioningState :: Type -> Type #

NFData PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

Hashable PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

FromJSON PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

type Rep PrivateConnectionProvisioningState Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrivateConnectionProvisioningState

type Rep PrivateConnectionProvisioningState = D1 ('MetaData "PrivateConnectionProvisioningState" "Amazonka.AppFlow.Types.PrivateConnectionProvisioningState" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "PrivateConnectionProvisioningState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrivateConnectionProvisioningStatus)) :*: (S1 ('MetaSel ('Just "failureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrivateConnectionProvisioningFailureCause)))))

newPrivateConnectionProvisioningState :: PrivateConnectionProvisioningState Source #

Create a value of PrivateConnectionProvisioningState with all optional fields omitted.

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

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

$sel:status:PrivateConnectionProvisioningState', privateConnectionProvisioningState_status - Specifies the private connection provisioning status.

$sel:failureMessage:PrivateConnectionProvisioningState', privateConnectionProvisioningState_failureMessage - Specifies the private connection provisioning failure reason.

$sel:failureCause:PrivateConnectionProvisioningState', privateConnectionProvisioningState_failureCause - Specifies the private connection provisioning failure cause.

RedshiftConnectorProfileCredentials

data RedshiftConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Amazon Redshift.

See: newRedshiftConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Show RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Generic RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

NFData RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Hashable RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

ToJSON RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

type Rep RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

type Rep RedshiftConnectorProfileCredentials = D1 ('MetaData "RedshiftConnectorProfileCredentials" "Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "RedshiftConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newRedshiftConnectorProfileCredentials Source #

Create a value of RedshiftConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:username:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_username - The name of the user.

$sel:password:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_password - The password that corresponds to the user name.

RedshiftConnectorProfileProperties

data RedshiftConnectorProfileProperties Source #

The connector-specific profile properties when using Amazon Redshift.

See: newRedshiftConnectorProfileProperties smart constructor.

Instances

Instances details
Eq RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Read RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Show RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Generic RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Associated Types

type Rep RedshiftConnectorProfileProperties :: Type -> Type #

NFData RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

Hashable RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

ToJSON RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

FromJSON RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

type Rep RedshiftConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties

type Rep RedshiftConnectorProfileProperties = D1 ('MetaData "RedshiftConnectorProfileProperties" "Amazonka.AppFlow.Types.RedshiftConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "RedshiftConnectorProfileProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedshiftConnectorProfileProperties Source #

Create a value of RedshiftConnectorProfileProperties with all optional fields omitted.

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

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

$sel:bucketPrefix:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.

$sel:databaseUrl:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_databaseUrl - The JDBC URL of the Amazon Redshift cluster.

$sel:bucketName:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_bucketName - A name for the associated Amazon S3 bucket.

$sel:roleArn:RedshiftConnectorProfileProperties', redshiftConnectorProfileProperties_roleArn - The Amazon Resource Name (ARN) of the IAM role.

RedshiftDestinationProperties

data RedshiftDestinationProperties Source #

The properties that are applied when Amazon Redshift is being used as a destination.

See: newRedshiftDestinationProperties smart constructor.

Instances

Instances details
Eq RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

Read RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

Show RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

Generic RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

Associated Types

type Rep RedshiftDestinationProperties :: Type -> Type #

NFData RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

Hashable RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

ToJSON RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

FromJSON RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

type Rep RedshiftDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftDestinationProperties

type Rep RedshiftDestinationProperties = D1 ('MetaData "RedshiftDestinationProperties" "Amazonka.AppFlow.Types.RedshiftDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "RedshiftDestinationProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorHandlingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorHandlingConfig))) :*: (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "intermediateBucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedshiftDestinationProperties Source #

Create a value of RedshiftDestinationProperties with all optional fields omitted.

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

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

$sel:bucketPrefix:RedshiftDestinationProperties', redshiftDestinationProperties_bucketPrefix - The object key for the bucket in which Amazon AppFlow places the destination files.

$sel:errorHandlingConfig:RedshiftDestinationProperties', redshiftDestinationProperties_errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

$sel:object':RedshiftDestinationProperties', redshiftDestinationProperties_object - The object specified in the Amazon Redshift flow destination.

$sel:intermediateBucketName:RedshiftDestinationProperties', redshiftDestinationProperties_intermediateBucketName - The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.

RedshiftMetadata

data RedshiftMetadata Source #

The connector metadata specific to Amazon Redshift.

See: newRedshiftMetadata smart constructor.

Constructors

RedshiftMetadata' 

Instances

Instances details
Eq RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

Read RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

Show RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

Generic RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

Associated Types

type Rep RedshiftMetadata :: Type -> Type #

NFData RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

Methods

rnf :: RedshiftMetadata -> () #

Hashable RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

FromJSON RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

type Rep RedshiftMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftMetadata

type Rep RedshiftMetadata = D1 ('MetaData "RedshiftMetadata" "Amazonka.AppFlow.Types.RedshiftMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "RedshiftMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newRedshiftMetadata :: RedshiftMetadata Source #

Create a value of RedshiftMetadata with all optional fields omitted.

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

S3DestinationProperties

data S3DestinationProperties Source #

The properties that are applied when Amazon S3 is used as a destination.

See: newS3DestinationProperties smart constructor.

Instances

Instances details
Eq S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

Read S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

Show S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

Generic S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

Associated Types

type Rep S3DestinationProperties :: Type -> Type #

NFData S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

Methods

rnf :: S3DestinationProperties -> () #

Hashable S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

ToJSON S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

FromJSON S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

type Rep S3DestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3DestinationProperties

type Rep S3DestinationProperties = D1 ('MetaData "S3DestinationProperties" "Amazonka.AppFlow.Types.S3DestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "S3DestinationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3OutputFormatConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3OutputFormatConfig)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3DestinationProperties Source #

Create a value of S3DestinationProperties with all optional fields omitted.

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

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

$sel:bucketPrefix:S3DestinationProperties', s3DestinationProperties_bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.

$sel:s3OutputFormatConfig:S3DestinationProperties', s3DestinationProperties_s3OutputFormatConfig - Undocumented member.

$sel:bucketName:S3DestinationProperties', s3DestinationProperties_bucketName - The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

S3InputFormatConfig

data S3InputFormatConfig Source #

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.

See: newS3InputFormatConfig smart constructor.

Instances

Instances details
Eq S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Read S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Show S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Generic S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Associated Types

type Rep S3InputFormatConfig :: Type -> Type #

NFData S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Methods

rnf :: S3InputFormatConfig -> () #

Hashable S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

ToJSON S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

FromJSON S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

type Rep S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

type Rep S3InputFormatConfig = D1 ('MetaData "S3InputFormatConfig" "Amazonka.AppFlow.Types.S3InputFormatConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "S3InputFormatConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3InputFileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3InputFileType))))

newS3InputFormatConfig :: S3InputFormatConfig Source #

Create a value of S3InputFormatConfig with all optional fields omitted.

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

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

$sel:s3InputFileType:S3InputFormatConfig', s3InputFormatConfig_s3InputFileType - The file type that Amazon AppFlow gets from your Amazon S3 bucket.

S3Metadata

data S3Metadata Source #

The connector metadata specific to Amazon S3.

See: newS3Metadata smart constructor.

Constructors

S3Metadata' 

Instances

Instances details
Eq S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Read S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Show S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Generic S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Associated Types

type Rep S3Metadata :: Type -> Type #

NFData S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Methods

rnf :: S3Metadata -> () #

Hashable S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

FromJSON S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

type Rep S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

type Rep S3Metadata = D1 ('MetaData "S3Metadata" "Amazonka.AppFlow.Types.S3Metadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "S3Metadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newS3Metadata :: S3Metadata Source #

Create a value of S3Metadata with all optional fields omitted.

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

S3OutputFormatConfig

data S3OutputFormatConfig Source #

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

See: newS3OutputFormatConfig smart constructor.

Instances

Instances details
Eq S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Read S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Show S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Generic S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Associated Types

type Rep S3OutputFormatConfig :: Type -> Type #

NFData S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Methods

rnf :: S3OutputFormatConfig -> () #

Hashable S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

ToJSON S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

FromJSON S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

type Rep S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

type Rep S3OutputFormatConfig = D1 ('MetaData "S3OutputFormatConfig" "Amazonka.AppFlow.Types.S3OutputFormatConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "S3OutputFormatConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefixConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefixConfig)) :*: (S1 ('MetaSel ('Just "fileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileType)) :*: S1 ('MetaSel ('Just "aggregationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationConfig)))))

newS3OutputFormatConfig :: S3OutputFormatConfig Source #

Create a value of S3OutputFormatConfig with all optional fields omitted.

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

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

$sel:prefixConfig:S3OutputFormatConfig', s3OutputFormatConfig_prefixConfig - Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.

$sel:fileType:S3OutputFormatConfig', s3OutputFormatConfig_fileType - Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.

$sel:aggregationConfig:S3OutputFormatConfig', s3OutputFormatConfig_aggregationConfig - Undocumented member.

S3SourceProperties

data S3SourceProperties Source #

The properties that are applied when Amazon S3 is being used as the flow source.

See: newS3SourceProperties smart constructor.

Instances

Instances details
Eq S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Read S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Show S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Generic S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Associated Types

type Rep S3SourceProperties :: Type -> Type #

NFData S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Methods

rnf :: S3SourceProperties -> () #

Hashable S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

ToJSON S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

FromJSON S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

type Rep S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

type Rep S3SourceProperties = D1 ('MetaData "S3SourceProperties" "Amazonka.AppFlow.Types.S3SourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "S3SourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3InputFormatConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3InputFormatConfig)) :*: (S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3SourceProperties Source #

Create a value of S3SourceProperties with all optional fields omitted.

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

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

$sel:s3InputFormatConfig:S3SourceProperties', s3SourceProperties_s3InputFormatConfig - Undocumented member.

$sel:bucketPrefix:S3SourceProperties', s3SourceProperties_bucketPrefix - The object key for the Amazon S3 bucket in which the source files are stored.

$sel:bucketName:S3SourceProperties', s3SourceProperties_bucketName - The Amazon S3 bucket name where the source files are stored.

SAPODataConnectorProfileCredentials

data SAPODataConnectorProfileCredentials Source #

The connector-specific profile credentials required when using SAPOData.

See: newSAPODataConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

Show SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

Generic SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

NFData SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

Hashable SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

ToJSON SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

type Rep SAPODataConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials

type Rep SAPODataConnectorProfileCredentials = D1 ('MetaData "SAPODataConnectorProfileCredentials" "Amazonka.AppFlow.Types.SAPODataConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SAPODataConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OAuthCredentials)) :*: S1 ('MetaSel ('Just "basicAuthCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BasicAuthCredentials))))

newSAPODataConnectorProfileCredentials :: SAPODataConnectorProfileCredentials Source #

Create a value of SAPODataConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:oAuthCredentials:SAPODataConnectorProfileCredentials', sAPODataConnectorProfileCredentials_oAuthCredentials - The SAPOData OAuth type authentication credentials.

$sel:basicAuthCredentials:SAPODataConnectorProfileCredentials', sAPODataConnectorProfileCredentials_basicAuthCredentials - The SAPOData basic authentication credentials.

SAPODataConnectorProfileProperties

data SAPODataConnectorProfileProperties Source #

The connector-specific profile properties required when using SAPOData.

See: newSAPODataConnectorProfileProperties smart constructor.

Instances

Instances details
Eq SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Read SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Show SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Generic SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Associated Types

type Rep SAPODataConnectorProfileProperties :: Type -> Type #

NFData SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Hashable SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

ToJSON SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

FromJSON SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

type Rep SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

type Rep SAPODataConnectorProfileProperties = D1 ('MetaData "SAPODataConnectorProfileProperties" "Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SAPODataConnectorProfileProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logonLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "privateLinkServiceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "oAuthProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OAuthProperties)))) :*: ((S1 ('MetaSel ('Just "applicationHostUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationServicePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "portNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "clientNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSAPODataConnectorProfileProperties Source #

Create a value of SAPODataConnectorProfileProperties with all optional fields omitted.

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

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

$sel:logonLanguage:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_logonLanguage - The logon language of SAPOData instance.

$sel:privateLinkServiceName:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_privateLinkServiceName - The SAPOData Private Link service name to be used for private data transfers.

$sel:oAuthProperties:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_oAuthProperties - The SAPOData OAuth properties required for OAuth type authentication.

$sel:applicationHostUrl:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_applicationHostUrl - The location of the SAPOData resource.

$sel:applicationServicePath:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_applicationServicePath - The application path to catalog service.

$sel:portNumber:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_portNumber - The port number of the SAPOData instance.

$sel:clientNumber:SAPODataConnectorProfileProperties', sAPODataConnectorProfileProperties_clientNumber - The client number for the client creating the connection.

SAPODataMetadata

data SAPODataMetadata Source #

The connector metadata specific to SAPOData.

See: newSAPODataMetadata smart constructor.

Constructors

SAPODataMetadata' 

Instances

Instances details
Eq SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

Read SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

Show SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

Generic SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

Associated Types

type Rep SAPODataMetadata :: Type -> Type #

NFData SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

Methods

rnf :: SAPODataMetadata -> () #

Hashable SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

FromJSON SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

type Rep SAPODataMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataMetadata

type Rep SAPODataMetadata = D1 ('MetaData "SAPODataMetadata" "Amazonka.AppFlow.Types.SAPODataMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SAPODataMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newSAPODataMetadata :: SAPODataMetadata Source #

Create a value of SAPODataMetadata with all optional fields omitted.

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

SAPODataSourceProperties

data SAPODataSourceProperties Source #

The properties that are applied when using SAPOData as a flow source.

See: newSAPODataSourceProperties smart constructor.

Instances

Instances details
Eq SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

Read SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

Show SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

Generic SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

Associated Types

type Rep SAPODataSourceProperties :: Type -> Type #

NFData SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

Hashable SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

ToJSON SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

FromJSON SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

type Rep SAPODataSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataSourceProperties

type Rep SAPODataSourceProperties = D1 ('MetaData "SAPODataSourceProperties" "Amazonka.AppFlow.Types.SAPODataSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SAPODataSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSAPODataSourceProperties :: SAPODataSourceProperties Source #

Create a value of SAPODataSourceProperties with all optional fields omitted.

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

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

$sel:objectPath:SAPODataSourceProperties', sAPODataSourceProperties_objectPath - The object path specified in the SAPOData flow source.

SalesforceConnectorProfileCredentials

data SalesforceConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Salesforce.

See: newSalesforceConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

Show SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

Generic SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

NFData SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

Hashable SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

ToJSON SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

type Rep SalesforceConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials

type Rep SalesforceConnectorProfileCredentials = D1 ('MetaData "SalesforceConnectorProfileCredentials" "Amazonka.AppFlow.Types.SalesforceConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SalesforceConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "refreshToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest)) :*: S1 ('MetaSel ('Just "clientCredentialsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newSalesforceConnectorProfileCredentials :: SalesforceConnectorProfileCredentials Source #

Create a value of SalesforceConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:accessToken:SalesforceConnectorProfileCredentials', salesforceConnectorProfileCredentials_accessToken - The credentials used to access protected Salesforce resources.

$sel:refreshToken:SalesforceConnectorProfileCredentials', salesforceConnectorProfileCredentials_refreshToken - The credentials used to acquire new access tokens.

$sel:oAuthRequest:SalesforceConnectorProfileCredentials', salesforceConnectorProfileCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientCredentialsArn:SalesforceConnectorProfileCredentials', salesforceConnectorProfileCredentials_clientCredentialsArn - The secret manager ARN, which contains the client ID and client secret of the connected app.

SalesforceConnectorProfileProperties

data SalesforceConnectorProfileProperties Source #

The connector-specific profile properties required when using Salesforce.

See: newSalesforceConnectorProfileProperties smart constructor.

Instances

Instances details
Eq SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

Read SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

Show SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

Generic SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

NFData SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

Hashable SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

ToJSON SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

FromJSON SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

type Rep SalesforceConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties

type Rep SalesforceConnectorProfileProperties = D1 ('MetaData "SalesforceConnectorProfileProperties" "Amazonka.AppFlow.Types.SalesforceConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SalesforceConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isSandboxEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSalesforceConnectorProfileProperties :: SalesforceConnectorProfileProperties Source #

Create a value of SalesforceConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:SalesforceConnectorProfileProperties', salesforceConnectorProfileProperties_instanceUrl - The location of the Salesforce resource.

$sel:isSandboxEnvironment:SalesforceConnectorProfileProperties', salesforceConnectorProfileProperties_isSandboxEnvironment - Indicates whether the connector profile applies to a sandbox or production environment.

SalesforceDestinationProperties

data SalesforceDestinationProperties Source #

The properties that are applied when Salesforce is being used as a destination.

See: newSalesforceDestinationProperties smart constructor.

Instances

Instances details
Eq SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

Read SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

Show SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

Generic SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

Associated Types

type Rep SalesforceDestinationProperties :: Type -> Type #

NFData SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

Hashable SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

ToJSON SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

FromJSON SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

type Rep SalesforceDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceDestinationProperties

type Rep SalesforceDestinationProperties = D1 ('MetaData "SalesforceDestinationProperties" "Amazonka.AppFlow.Types.SalesforceDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SalesforceDestinationProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "writeOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WriteOperationType)) :*: S1 ('MetaSel ('Just "idFieldNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "errorHandlingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorHandlingConfig)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSalesforceDestinationProperties Source #

Create a value of SalesforceDestinationProperties with all optional fields omitted.

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

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

$sel:writeOperationType:SalesforceDestinationProperties', salesforceDestinationProperties_writeOperationType - This specifies the type of write operation to be performed in Salesforce. When the value is UPSERT, then idFieldNames is required.

$sel:idFieldNames:SalesforceDestinationProperties', salesforceDestinationProperties_idFieldNames - The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.

$sel:errorHandlingConfig:SalesforceDestinationProperties', salesforceDestinationProperties_errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

$sel:object':SalesforceDestinationProperties', salesforceDestinationProperties_object - The object specified in the Salesforce flow destination.

SalesforceMetadata

data SalesforceMetadata Source #

The connector metadata specific to Salesforce.

See: newSalesforceMetadata smart constructor.

Constructors

SalesforceMetadata' (Maybe [Text]) 

Instances

Instances details
Eq SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

Read SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

Show SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

Generic SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

Associated Types

type Rep SalesforceMetadata :: Type -> Type #

NFData SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

Methods

rnf :: SalesforceMetadata -> () #

Hashable SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

FromJSON SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

type Rep SalesforceMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceMetadata

type Rep SalesforceMetadata = D1 ('MetaData "SalesforceMetadata" "Amazonka.AppFlow.Types.SalesforceMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SalesforceMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newSalesforceMetadata :: SalesforceMetadata Source #

Create a value of SalesforceMetadata with all optional fields omitted.

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

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

$sel:oAuthScopes:SalesforceMetadata', salesforceMetadata_oAuthScopes - The desired authorization scope for the Salesforce account.

SalesforceSourceProperties

data SalesforceSourceProperties Source #

The properties that are applied when Salesforce is being used as a source.

See: newSalesforceSourceProperties smart constructor.

Instances

Instances details
Eq SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

Read SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

Show SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

Generic SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

Associated Types

type Rep SalesforceSourceProperties :: Type -> Type #

NFData SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

Hashable SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

ToJSON SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

FromJSON SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

type Rep SalesforceSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SalesforceSourceProperties

type Rep SalesforceSourceProperties = D1 ('MetaData "SalesforceSourceProperties" "Amazonka.AppFlow.Types.SalesforceSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SalesforceSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableDynamicFieldUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeDeletedRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSalesforceSourceProperties Source #

Create a value of SalesforceSourceProperties with all optional fields omitted.

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

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

$sel:enableDynamicFieldUpdate:SalesforceSourceProperties', salesforceSourceProperties_enableDynamicFieldUpdate - The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

$sel:includeDeletedRecords:SalesforceSourceProperties', salesforceSourceProperties_includeDeletedRecords - Indicates whether Amazon AppFlow includes deleted files in the flow run.

$sel:object':SalesforceSourceProperties', salesforceSourceProperties_object - The object specified in the Salesforce flow source.

ScheduledTriggerProperties

data ScheduledTriggerProperties Source #

Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.

See: newScheduledTriggerProperties smart constructor.

Instances

Instances details
Eq ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

Read ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

Show ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

Generic ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

Associated Types

type Rep ScheduledTriggerProperties :: Type -> Type #

NFData ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

Hashable ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

ToJSON ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

FromJSON ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

type Rep ScheduledTriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ScheduledTriggerProperties

type Rep ScheduledTriggerProperties = D1 ('MetaData "ScheduledTriggerProperties" "Amazonka.AppFlow.Types.ScheduledTriggerProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ScheduledTriggerProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scheduleEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "scheduleOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dataPullMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataPullMode)))) :*: ((S1 ('MetaSel ('Just "scheduleStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "firstExecutionFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newScheduledTriggerProperties Source #

Create a value of ScheduledTriggerProperties with all optional fields omitted.

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

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

$sel:scheduleEndTime:ScheduledTriggerProperties', scheduledTriggerProperties_scheduleEndTime - Specifies the scheduled end time for a schedule-triggered flow.

$sel:scheduleOffset:ScheduledTriggerProperties', scheduledTriggerProperties_scheduleOffset - Specifies the optional offset that is added to the time interval for a schedule-triggered flow.

$sel:dataPullMode:ScheduledTriggerProperties', scheduledTriggerProperties_dataPullMode - Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.

$sel:scheduleStartTime:ScheduledTriggerProperties', scheduledTriggerProperties_scheduleStartTime - Specifies the scheduled start time for a schedule-triggered flow.

$sel:timezone:ScheduledTriggerProperties', scheduledTriggerProperties_timezone - Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.

$sel:firstExecutionFrom:ScheduledTriggerProperties', scheduledTriggerProperties_firstExecutionFrom - Specifies the date range for the records to import from the connector in the first flow run.

$sel:scheduleExpression:ScheduledTriggerProperties', scheduledTriggerProperties_scheduleExpression - The scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes).

ServiceNowConnectorProfileCredentials

data ServiceNowConnectorProfileCredentials Source #

The connector-specific profile credentials required when using ServiceNow.

See: newServiceNowConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

Show ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

Generic ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

NFData ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

Hashable ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

ToJSON ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

type Rep ServiceNowConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials

type Rep ServiceNowConnectorProfileCredentials = D1 ('MetaData "ServiceNowConnectorProfileCredentials" "Amazonka.AppFlow.Types.ServiceNowConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ServiceNowConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newServiceNowConnectorProfileCredentials Source #

Create a value of ServiceNowConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:username:ServiceNowConnectorProfileCredentials', serviceNowConnectorProfileCredentials_username - The name of the user.

$sel:password:ServiceNowConnectorProfileCredentials', serviceNowConnectorProfileCredentials_password - The password that corresponds to the user name.

ServiceNowConnectorProfileProperties

data ServiceNowConnectorProfileProperties Source #

The connector-specific profile properties required when using ServiceNow.

See: newServiceNowConnectorProfileProperties smart constructor.

Instances

Instances details
Eq ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Read ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Show ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Generic ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

NFData ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Hashable ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

ToJSON ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

FromJSON ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

type Rep ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

type Rep ServiceNowConnectorProfileProperties = D1 ('MetaData "ServiceNowConnectorProfileProperties" "Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ServiceNowConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newServiceNowConnectorProfileProperties Source #

Create a value of ServiceNowConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:ServiceNowConnectorProfileProperties', serviceNowConnectorProfileProperties_instanceUrl - The location of the ServiceNow resource.

ServiceNowMetadata

data ServiceNowMetadata Source #

The connector metadata specific to ServiceNow.

See: newServiceNowMetadata smart constructor.

Constructors

ServiceNowMetadata' 

Instances

Instances details
Eq ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Read ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Show ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Generic ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Associated Types

type Rep ServiceNowMetadata :: Type -> Type #

NFData ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Methods

rnf :: ServiceNowMetadata -> () #

Hashable ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

FromJSON ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

type Rep ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

type Rep ServiceNowMetadata = D1 ('MetaData "ServiceNowMetadata" "Amazonka.AppFlow.Types.ServiceNowMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ServiceNowMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newServiceNowMetadata :: ServiceNowMetadata Source #

Create a value of ServiceNowMetadata with all optional fields omitted.

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

ServiceNowSourceProperties

data ServiceNowSourceProperties Source #

The properties that are applied when ServiceNow is being used as a source.

See: newServiceNowSourceProperties smart constructor.

Instances

Instances details
Eq ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

Read ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

Show ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

Generic ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

Associated Types

type Rep ServiceNowSourceProperties :: Type -> Type #

NFData ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

Hashable ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

ToJSON ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

FromJSON ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

type Rep ServiceNowSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowSourceProperties

type Rep ServiceNowSourceProperties = D1 ('MetaData "ServiceNowSourceProperties" "Amazonka.AppFlow.Types.ServiceNowSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ServiceNowSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newServiceNowSourceProperties Source #

Create a value of ServiceNowSourceProperties with all optional fields omitted.

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

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

$sel:object':ServiceNowSourceProperties', serviceNowSourceProperties_object - The object specified in the ServiceNow flow source.

SingularConnectorProfileCredentials

data SingularConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Singular.

See: newSingularConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Read SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Show SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Generic SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

NFData SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Hashable SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

ToJSON SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

type Rep SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

type Rep SingularConnectorProfileCredentials = D1 ('MetaData "SingularConnectorProfileCredentials" "Amazonka.AppFlow.Types.SingularConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SingularConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSingularConnectorProfileCredentials Source #

Create a value of SingularConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:apiKey:SingularConnectorProfileCredentials', singularConnectorProfileCredentials_apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

SingularConnectorProfileProperties

data SingularConnectorProfileProperties Source #

The connector-specific profile properties required when using Singular.

See: newSingularConnectorProfileProperties smart constructor.

Instances

Instances details
Eq SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

Read SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

Show SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

Generic SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

Associated Types

type Rep SingularConnectorProfileProperties :: Type -> Type #

NFData SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

Hashable SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

ToJSON SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

FromJSON SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

type Rep SingularConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileProperties

type Rep SingularConnectorProfileProperties = D1 ('MetaData "SingularConnectorProfileProperties" "Amazonka.AppFlow.Types.SingularConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SingularConnectorProfileProperties'" 'PrefixI 'False) (U1 :: Type -> Type))

newSingularConnectorProfileProperties :: SingularConnectorProfileProperties Source #

Create a value of SingularConnectorProfileProperties with all optional fields omitted.

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

SingularMetadata

data SingularMetadata Source #

The connector metadata specific to Singular.

See: newSingularMetadata smart constructor.

Constructors

SingularMetadata' 

Instances

Instances details
Eq SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

Read SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

Show SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

Generic SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

Associated Types

type Rep SingularMetadata :: Type -> Type #

NFData SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

Methods

rnf :: SingularMetadata -> () #

Hashable SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

FromJSON SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

type Rep SingularMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularMetadata

type Rep SingularMetadata = D1 ('MetaData "SingularMetadata" "Amazonka.AppFlow.Types.SingularMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SingularMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newSingularMetadata :: SingularMetadata Source #

Create a value of SingularMetadata with all optional fields omitted.

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

SingularSourceProperties

data SingularSourceProperties Source #

The properties that are applied when Singular is being used as a source.

See: newSingularSourceProperties smart constructor.

Instances

Instances details
Eq SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Read SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Show SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Generic SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Associated Types

type Rep SingularSourceProperties :: Type -> Type #

NFData SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Hashable SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

ToJSON SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

FromJSON SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

type Rep SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

type Rep SingularSourceProperties = D1 ('MetaData "SingularSourceProperties" "Amazonka.AppFlow.Types.SingularSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SingularSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSingularSourceProperties Source #

Create a value of SingularSourceProperties with all optional fields omitted.

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

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

$sel:object':SingularSourceProperties', singularSourceProperties_object - The object specified in the Singular flow source.

SlackConnectorProfileCredentials

data SlackConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Slack.

See: newSlackConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Show SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Generic SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Associated Types

type Rep SlackConnectorProfileCredentials :: Type -> Type #

NFData SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

Hashable SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

ToJSON SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

type Rep SlackConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileCredentials

type Rep SlackConnectorProfileCredentials = D1 ('MetaData "SlackConnectorProfileCredentials" "Amazonka.AppFlow.Types.SlackConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SlackConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest))) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newSlackConnectorProfileCredentials Source #

Create a value of SlackConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:accessToken:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_accessToken - The credentials used to access protected Slack resources.

$sel:oAuthRequest:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientId:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_clientId - The identifier for the client.

$sel:clientSecret:SlackConnectorProfileCredentials', slackConnectorProfileCredentials_clientSecret - The client secret used by the OAuth client to authenticate to the authorization server.

SlackConnectorProfileProperties

data SlackConnectorProfileProperties Source #

The connector-specific profile properties required when using Slack.

See: newSlackConnectorProfileProperties smart constructor.

Instances

Instances details
Eq SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

Read SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

Show SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

Generic SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

Associated Types

type Rep SlackConnectorProfileProperties :: Type -> Type #

NFData SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

Hashable SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

ToJSON SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

FromJSON SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

type Rep SlackConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackConnectorProfileProperties

type Rep SlackConnectorProfileProperties = D1 ('MetaData "SlackConnectorProfileProperties" "Amazonka.AppFlow.Types.SlackConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SlackConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSlackConnectorProfileProperties Source #

Create a value of SlackConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:SlackConnectorProfileProperties', slackConnectorProfileProperties_instanceUrl - The location of the Slack resource.

SlackMetadata

data SlackMetadata Source #

The connector metadata specific to Slack.

See: newSlackMetadata smart constructor.

Constructors

SlackMetadata' (Maybe [Text]) 

Instances

Instances details
Eq SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Read SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Show SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Generic SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Associated Types

type Rep SlackMetadata :: Type -> Type #

NFData SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Methods

rnf :: SlackMetadata -> () #

Hashable SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

FromJSON SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

type Rep SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

type Rep SlackMetadata = D1 ('MetaData "SlackMetadata" "Amazonka.AppFlow.Types.SlackMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SlackMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newSlackMetadata :: SlackMetadata Source #

Create a value of SlackMetadata with all optional fields omitted.

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

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

$sel:oAuthScopes:SlackMetadata', slackMetadata_oAuthScopes - The desired authorization scope for the Slack account.

SlackSourceProperties

data SlackSourceProperties Source #

The properties that are applied when Slack is being used as a source.

See: newSlackSourceProperties smart constructor.

Instances

Instances details
Eq SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Read SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Show SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Generic SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Associated Types

type Rep SlackSourceProperties :: Type -> Type #

NFData SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Methods

rnf :: SlackSourceProperties -> () #

Hashable SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

ToJSON SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

FromJSON SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

type Rep SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

type Rep SlackSourceProperties = D1 ('MetaData "SlackSourceProperties" "Amazonka.AppFlow.Types.SlackSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SlackSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSlackSourceProperties Source #

Create a value of SlackSourceProperties with all optional fields omitted.

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

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

$sel:object':SlackSourceProperties', slackSourceProperties_object - The object specified in the Slack flow source.

SnowflakeConnectorProfileCredentials

data SnowflakeConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Snowflake.

See: newSnowflakeConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

Show SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

Generic SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

NFData SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

Hashable SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

ToJSON SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

type Rep SnowflakeConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials

type Rep SnowflakeConnectorProfileCredentials = D1 ('MetaData "SnowflakeConnectorProfileCredentials" "Amazonka.AppFlow.Types.SnowflakeConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SnowflakeConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newSnowflakeConnectorProfileCredentials Source #

Create a value of SnowflakeConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:username:SnowflakeConnectorProfileCredentials', snowflakeConnectorProfileCredentials_username - The name of the user.

$sel:password:SnowflakeConnectorProfileCredentials', snowflakeConnectorProfileCredentials_password - The password that corresponds to the user name.

SnowflakeConnectorProfileProperties

data SnowflakeConnectorProfileProperties Source #

The connector-specific profile properties required when using Snowflake.

See: newSnowflakeConnectorProfileProperties smart constructor.

Instances

Instances details
Eq SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

Read SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

Show SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

Generic SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

NFData SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

Hashable SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

ToJSON SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

FromJSON SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

type Rep SnowflakeConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties

type Rep SnowflakeConnectorProfileProperties = D1 ('MetaData "SnowflakeConnectorProfileProperties" "Amazonka.AppFlow.Types.SnowflakeConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SnowflakeConnectorProfileProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "privateLinkServiceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warehouse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSnowflakeConnectorProfileProperties Source #

Create a value of SnowflakeConnectorProfileProperties with all optional fields omitted.

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

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

$sel:privateLinkServiceName:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_privateLinkServiceName - The Snowflake Private Link service name to be used for private data transfers.

$sel:accountName:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_accountName - The name of the account.

$sel:bucketPrefix:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_bucketPrefix - The bucket path that refers to the Amazon S3 bucket associated with Snowflake.

$sel:region:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_region - The Amazon Web Services Region of the Snowflake account.

$sel:warehouse:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_warehouse - The name of the Snowflake warehouse.

$sel:stage:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_stage - The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema><Stage Name>.

$sel:bucketName:SnowflakeConnectorProfileProperties', snowflakeConnectorProfileProperties_bucketName - The name of the Amazon S3 bucket associated with Snowflake.

SnowflakeDestinationProperties

data SnowflakeDestinationProperties Source #

The properties that are applied when Snowflake is being used as a destination.

See: newSnowflakeDestinationProperties smart constructor.

Instances

Instances details
Eq SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

Read SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

Show SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

Generic SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

Associated Types

type Rep SnowflakeDestinationProperties :: Type -> Type #

NFData SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

Hashable SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

ToJSON SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

FromJSON SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

type Rep SnowflakeDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeDestinationProperties

type Rep SnowflakeDestinationProperties = D1 ('MetaData "SnowflakeDestinationProperties" "Amazonka.AppFlow.Types.SnowflakeDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SnowflakeDestinationProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorHandlingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorHandlingConfig))) :*: (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "intermediateBucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSnowflakeDestinationProperties Source #

Create a value of SnowflakeDestinationProperties with all optional fields omitted.

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

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

$sel:bucketPrefix:SnowflakeDestinationProperties', snowflakeDestinationProperties_bucketPrefix - The object key for the destination bucket in which Amazon AppFlow places the files.

$sel:errorHandlingConfig:SnowflakeDestinationProperties', snowflakeDestinationProperties_errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

$sel:object':SnowflakeDestinationProperties', snowflakeDestinationProperties_object - The object specified in the Snowflake flow destination.

$sel:intermediateBucketName:SnowflakeDestinationProperties', snowflakeDestinationProperties_intermediateBucketName - The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.

SnowflakeMetadata

data SnowflakeMetadata Source #

The connector metadata specific to Snowflake.

See: newSnowflakeMetadata smart constructor.

Constructors

SnowflakeMetadata' (Maybe [Text]) 

Instances

Instances details
Eq SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

Read SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

Show SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

Generic SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

Associated Types

type Rep SnowflakeMetadata :: Type -> Type #

NFData SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

Methods

rnf :: SnowflakeMetadata -> () #

Hashable SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

FromJSON SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

type Rep SnowflakeMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SnowflakeMetadata

type Rep SnowflakeMetadata = D1 ('MetaData "SnowflakeMetadata" "Amazonka.AppFlow.Types.SnowflakeMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SnowflakeMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "supportedRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newSnowflakeMetadata :: SnowflakeMetadata Source #

Create a value of SnowflakeMetadata with all optional fields omitted.

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

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

$sel:supportedRegions:SnowflakeMetadata', snowflakeMetadata_supportedRegions - Specifies the supported Amazon Web Services Regions when using Snowflake.

SourceConnectorProperties

data SourceConnectorProperties Source #

Specifies the information that is required to query a particular connector.

See: newSourceConnectorProperties smart constructor.

Instances

Instances details
Eq SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

Read SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

Show SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

Generic SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

Associated Types

type Rep SourceConnectorProperties :: Type -> Type #

NFData SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

Hashable SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

ToJSON SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

FromJSON SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

type Rep SourceConnectorProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceConnectorProperties

type Rep SourceConnectorProperties = D1 ('MetaData "SourceConnectorProperties" "Amazonka.AppFlow.Types.SourceConnectorProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SourceConnectorProperties'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "serviceNow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceNowSourceProperties)) :*: (S1 ('MetaSel ('Just "dynatrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynatraceSourceProperties)) :*: S1 ('MetaSel ('Just "marketo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketoSourceProperties)))) :*: ((S1 ('MetaSel ('Just "slack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlackSourceProperties)) :*: S1 ('MetaSel ('Just "singular") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SingularSourceProperties))) :*: (S1 ('MetaSel ('Just "inforNexus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InforNexusSourceProperties)) :*: S1 ('MetaSel ('Just "amplitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmplitudeSourceProperties))))) :*: (((S1 ('MetaSel ('Just "datadog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatadogSourceProperties)) :*: S1 ('MetaSel ('Just "googleAnalytics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleAnalyticsSourceProperties))) :*: (S1 ('MetaSel ('Just "sAPOData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAPODataSourceProperties)) :*: S1 ('MetaSel ('Just "salesforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SalesforceSourceProperties)))) :*: ((S1 ('MetaSel ('Just "zendesk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZendeskSourceProperties)) :*: S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3SourceProperties))) :*: (S1 ('MetaSel ('Just "trendmicro") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrendmicroSourceProperties)) :*: S1 ('MetaSel ('Just "veeva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VeevaSourceProperties)))))))

newSourceConnectorProperties :: SourceConnectorProperties Source #

Create a value of SourceConnectorProperties with all optional fields omitted.

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

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

$sel:serviceNow:SourceConnectorProperties', sourceConnectorProperties_serviceNow - Specifies the information that is required for querying ServiceNow.

$sel:dynatrace:SourceConnectorProperties', sourceConnectorProperties_dynatrace - Specifies the information that is required for querying Dynatrace.

$sel:marketo:SourceConnectorProperties', sourceConnectorProperties_marketo - Specifies the information that is required for querying Marketo.

$sel:slack:SourceConnectorProperties', sourceConnectorProperties_slack - Specifies the information that is required for querying Slack.

$sel:singular:SourceConnectorProperties', sourceConnectorProperties_singular - Specifies the information that is required for querying Singular.

$sel:inforNexus:SourceConnectorProperties', sourceConnectorProperties_inforNexus - Specifies the information that is required for querying Infor Nexus.

$sel:amplitude:SourceConnectorProperties', sourceConnectorProperties_amplitude - Specifies the information that is required for querying Amplitude.

$sel:datadog:SourceConnectorProperties', sourceConnectorProperties_datadog - Specifies the information that is required for querying Datadog.

$sel:googleAnalytics:SourceConnectorProperties', sourceConnectorProperties_googleAnalytics - Specifies the information that is required for querying Google Analytics.

$sel:sAPOData:SourceConnectorProperties', sourceConnectorProperties_sAPOData - Undocumented member.

$sel:salesforce:SourceConnectorProperties', sourceConnectorProperties_salesforce - Specifies the information that is required for querying Salesforce.

$sel:zendesk:SourceConnectorProperties', sourceConnectorProperties_zendesk - Specifies the information that is required for querying Zendesk.

$sel:s3:SourceConnectorProperties', sourceConnectorProperties_s3 - Specifies the information that is required for querying Amazon S3.

$sel:trendmicro:SourceConnectorProperties', sourceConnectorProperties_trendmicro - Specifies the information that is required for querying Trend Micro.

$sel:veeva:SourceConnectorProperties', sourceConnectorProperties_veeva - Specifies the information that is required for querying Veeva.

SourceFieldProperties

data SourceFieldProperties Source #

The properties that can be applied to a field when the connector is being used as a source.

See: newSourceFieldProperties smart constructor.

Instances

Instances details
Eq SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Read SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Show SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Generic SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Associated Types

type Rep SourceFieldProperties :: Type -> Type #

NFData SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

Methods

rnf :: SourceFieldProperties -> () #

Hashable SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

FromJSON SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

type Rep SourceFieldProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFieldProperties

type Rep SourceFieldProperties = D1 ('MetaData "SourceFieldProperties" "Amazonka.AppFlow.Types.SourceFieldProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SourceFieldProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isRetrievable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "isQueryable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSourceFieldProperties :: SourceFieldProperties Source #

Create a value of SourceFieldProperties with all optional fields omitted.

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

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

$sel:isRetrievable:SourceFieldProperties', sourceFieldProperties_isRetrievable - Indicates whether the field can be returned in a search result.

$sel:isQueryable:SourceFieldProperties', sourceFieldProperties_isQueryable - Indicates if the field can be queried.

SourceFlowConfig

data SourceFlowConfig Source #

Contains information about the configuration of the source connector used in the flow.

See: newSourceFlowConfig smart constructor.

Instances

Instances details
Eq SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

Read SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

Show SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

Generic SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

Associated Types

type Rep SourceFlowConfig :: Type -> Type #

NFData SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

Methods

rnf :: SourceFlowConfig -> () #

Hashable SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

ToJSON SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

FromJSON SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

type Rep SourceFlowConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SourceFlowConfig

type Rep SourceFlowConfig = D1 ('MetaData "SourceFlowConfig" "Amazonka.AppFlow.Types.SourceFlowConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SourceFlowConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "incrementalPullConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IncrementalPullConfig))) :*: (S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorType) :*: S1 ('MetaSel ('Just "sourceConnectorProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceConnectorProperties))))

newSourceFlowConfig Source #

Create a value of SourceFlowConfig with all optional fields omitted.

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

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

$sel:connectorProfileName:SourceFlowConfig', sourceFlowConfig_connectorProfileName - The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.

$sel:incrementalPullConfig:SourceFlowConfig', sourceFlowConfig_incrementalPullConfig - Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.

$sel:connectorType:SourceFlowConfig', sourceFlowConfig_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.

$sel:sourceConnectorProperties:SourceFlowConfig', sourceFlowConfig_sourceConnectorProperties - Specifies the information that is required to query a particular source connector.

SupportedFieldTypeDetails

data SupportedFieldTypeDetails Source #

Contains details regarding all the supported FieldTypes and their corresponding filterOperators and supportedValues.

See: newSupportedFieldTypeDetails smart constructor.

Instances

Instances details
Eq SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Read SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Show SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Generic SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Associated Types

type Rep SupportedFieldTypeDetails :: Type -> Type #

NFData SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Hashable SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

FromJSON SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

type Rep SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

type Rep SupportedFieldTypeDetails = D1 ('MetaData "SupportedFieldTypeDetails" "Amazonka.AppFlow.Types.SupportedFieldTypeDetails" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SupportedFieldTypeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "v1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldTypeDetails)))

newSupportedFieldTypeDetails Source #

Create a value of SupportedFieldTypeDetails with all optional fields omitted.

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

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

$sel:v1:SupportedFieldTypeDetails', supportedFieldTypeDetails_v1 - The initial supported version for fieldType. If this is later changed to a different version, v2 will be introduced.

Task

data Task Source #

A class for modeling different type of tasks. Task implementation varies based on the TaskType.

See: newTask smart constructor.

Instances

Instances details
Eq Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

Methods

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

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

Read Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

Show Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

Methods

showsPrec :: Int -> Task -> ShowS #

show :: Task -> String #

showList :: [Task] -> ShowS #

Generic Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

Associated Types

type Rep Task :: Type -> Type #

Methods

from :: Task -> Rep Task x #

to :: Rep Task x -> Task #

NFData Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

Methods

rnf :: Task -> () #

Hashable Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

Methods

hashWithSalt :: Int -> Task -> Int #

hash :: Task -> Int #

ToJSON Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

FromJSON Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

type Rep Task Source # 
Instance details

Defined in Amazonka.AppFlow.Types.Task

type Rep Task = D1 ('MetaData "Task" "Amazonka.AppFlow.Types.Task" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "Task'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "taskProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap OperatorPropertiesKeys Text))) :*: S1 ('MetaSel ('Just "connectorOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOperator))) :*: (S1 ('MetaSel ('Just "destinationField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "taskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskType)))))

newTask Source #

Create a value of Task with all optional fields omitted.

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

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

$sel:taskProperties:Task', task_taskProperties - A map used to store task-related information. The execution service looks for particular information based on the TaskType.

$sel:connectorOperator:Task', task_connectorOperator - The operation to be performed on the provided source fields.

$sel:destinationField:Task', task_destinationField - A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.

$sel:sourceFields:Task', task_sourceFields - The source fields to which a particular task is applied.

$sel:taskType:Task', task_taskType - Specifies the particular task implementation that Amazon AppFlow performs.

TrendmicroConnectorProfileCredentials

data TrendmicroConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Trend Micro.

See: newTrendmicroConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

Show TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

Generic TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

NFData TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

Hashable TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

ToJSON TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

type Rep TrendmicroConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials

type Rep TrendmicroConnectorProfileCredentials = D1 ('MetaData "TrendmicroConnectorProfileCredentials" "Amazonka.AppFlow.Types.TrendmicroConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TrendmicroConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiSecretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newTrendmicroConnectorProfileCredentials Source #

Create a value of TrendmicroConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:apiSecretKey:TrendmicroConnectorProfileCredentials', trendmicroConnectorProfileCredentials_apiSecretKey - The Secret Access Key portion of the credentials.

TrendmicroConnectorProfileProperties

data TrendmicroConnectorProfileProperties Source #

The connector-specific profile properties required when using Trend Micro.

See: newTrendmicroConnectorProfileProperties smart constructor.

Instances

Instances details
Eq TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

Read TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

Show TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

Generic TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

NFData TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

Hashable TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

ToJSON TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

FromJSON TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

type Rep TrendmicroConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties

type Rep TrendmicroConnectorProfileProperties = D1 ('MetaData "TrendmicroConnectorProfileProperties" "Amazonka.AppFlow.Types.TrendmicroConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TrendmicroConnectorProfileProperties'" 'PrefixI 'False) (U1 :: Type -> Type))

newTrendmicroConnectorProfileProperties :: TrendmicroConnectorProfileProperties Source #

Create a value of TrendmicroConnectorProfileProperties with all optional fields omitted.

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

TrendmicroMetadata

data TrendmicroMetadata Source #

The connector metadata specific to Trend Micro.

See: newTrendmicroMetadata smart constructor.

Constructors

TrendmicroMetadata' 

Instances

Instances details
Eq TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

Read TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

Show TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

Generic TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

Associated Types

type Rep TrendmicroMetadata :: Type -> Type #

NFData TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

Methods

rnf :: TrendmicroMetadata -> () #

Hashable TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

FromJSON TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

type Rep TrendmicroMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroMetadata

type Rep TrendmicroMetadata = D1 ('MetaData "TrendmicroMetadata" "Amazonka.AppFlow.Types.TrendmicroMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TrendmicroMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newTrendmicroMetadata :: TrendmicroMetadata Source #

Create a value of TrendmicroMetadata with all optional fields omitted.

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

TrendmicroSourceProperties

data TrendmicroSourceProperties Source #

The properties that are applied when using Trend Micro as a flow source.

See: newTrendmicroSourceProperties smart constructor.

Instances

Instances details
Eq TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Read TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Show TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Generic TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Associated Types

type Rep TrendmicroSourceProperties :: Type -> Type #

NFData TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

Hashable TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

ToJSON TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

FromJSON TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

type Rep TrendmicroSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TrendmicroSourceProperties

type Rep TrendmicroSourceProperties = D1 ('MetaData "TrendmicroSourceProperties" "Amazonka.AppFlow.Types.TrendmicroSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TrendmicroSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrendmicroSourceProperties Source #

Create a value of TrendmicroSourceProperties with all optional fields omitted.

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

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

$sel:object':TrendmicroSourceProperties', trendmicroSourceProperties_object - The object specified in the Trend Micro flow source.

TriggerConfig

data TriggerConfig Source #

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

See: newTriggerConfig smart constructor.

Instances

Instances details
Eq TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

Read TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

Show TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

Generic TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

Associated Types

type Rep TriggerConfig :: Type -> Type #

NFData TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

Methods

rnf :: TriggerConfig -> () #

Hashable TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

ToJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

FromJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

type Rep TriggerConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerConfig

type Rep TriggerConfig = D1 ('MetaData "TriggerConfig" "Amazonka.AppFlow.Types.TriggerConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TriggerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TriggerProperties)) :*: S1 ('MetaSel ('Just "triggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TriggerType)))

newTriggerConfig Source #

Create a value of TriggerConfig with all optional fields omitted.

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

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

$sel:triggerProperties:TriggerConfig', triggerConfig_triggerProperties - Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.

$sel:triggerType:TriggerConfig', triggerConfig_triggerType - Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.

TriggerProperties

data TriggerProperties Source #

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

See: newTriggerProperties smart constructor.

Instances

Instances details
Eq TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Read TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Show TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Generic TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Associated Types

type Rep TriggerProperties :: Type -> Type #

NFData TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Methods

rnf :: TriggerProperties -> () #

Hashable TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

ToJSON TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

FromJSON TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

type Rep TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

type Rep TriggerProperties = D1 ('MetaData "TriggerProperties" "Amazonka.AppFlow.Types.TriggerProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "TriggerProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledTriggerProperties))))

newTriggerProperties :: TriggerProperties Source #

Create a value of TriggerProperties with all optional fields omitted.

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

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

$sel:scheduled:TriggerProperties', triggerProperties_scheduled - Specifies the configuration details of a schedule-triggered flow as defined by the user.

UpsolverDestinationProperties

data UpsolverDestinationProperties Source #

The properties that are applied when Upsolver is used as a destination.

See: newUpsolverDestinationProperties smart constructor.

Instances

Instances details
Eq UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

Read UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

Show UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

Generic UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

Associated Types

type Rep UpsolverDestinationProperties :: Type -> Type #

NFData UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

Hashable UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

ToJSON UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

FromJSON UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

type Rep UpsolverDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverDestinationProperties

type Rep UpsolverDestinationProperties = D1 ('MetaData "UpsolverDestinationProperties" "Amazonka.AppFlow.Types.UpsolverDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpsolverDestinationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3OutputFormatConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpsolverS3OutputFormatConfig))))

newUpsolverDestinationProperties Source #

Create a value of UpsolverDestinationProperties with all optional fields omitted.

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

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

$sel:bucketPrefix:UpsolverDestinationProperties', upsolverDestinationProperties_bucketPrefix - The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.

$sel:bucketName:UpsolverDestinationProperties', upsolverDestinationProperties_bucketName - The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

$sel:s3OutputFormatConfig:UpsolverDestinationProperties', upsolverDestinationProperties_s3OutputFormatConfig - The configuration that determines how data is formatted when Upsolver is used as the flow destination.

UpsolverMetadata

data UpsolverMetadata Source #

The connector metadata specific to Upsolver.

See: newUpsolverMetadata smart constructor.

Constructors

UpsolverMetadata' 

Instances

Instances details
Eq UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

Read UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

Show UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

Generic UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

Associated Types

type Rep UpsolverMetadata :: Type -> Type #

NFData UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

Methods

rnf :: UpsolverMetadata -> () #

Hashable UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

FromJSON UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

type Rep UpsolverMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverMetadata

type Rep UpsolverMetadata = D1 ('MetaData "UpsolverMetadata" "Amazonka.AppFlow.Types.UpsolverMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpsolverMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpsolverMetadata :: UpsolverMetadata Source #

Create a value of UpsolverMetadata with all optional fields omitted.

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

UpsolverS3OutputFormatConfig

data UpsolverS3OutputFormatConfig Source #

The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.

See: newUpsolverS3OutputFormatConfig smart constructor.

Instances

Instances details
Eq UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Read UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Show UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Generic UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Associated Types

type Rep UpsolverS3OutputFormatConfig :: Type -> Type #

NFData UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Hashable UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

ToJSON UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

FromJSON UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

type Rep UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

type Rep UpsolverS3OutputFormatConfig = D1 ('MetaData "UpsolverS3OutputFormatConfig" "Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpsolverS3OutputFormatConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileType)) :*: (S1 ('MetaSel ('Just "aggregationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationConfig)) :*: S1 ('MetaSel ('Just "prefixConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefixConfig))))

newUpsolverS3OutputFormatConfig Source #

Create a value of UpsolverS3OutputFormatConfig with all optional fields omitted.

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

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

$sel:fileType:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_fileType - Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.

$sel:aggregationConfig:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_aggregationConfig - Undocumented member.

$sel:prefixConfig:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_prefixConfig - Undocumented member.

VeevaConnectorProfileCredentials

data VeevaConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Veeva.

See: newVeevaConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

Show VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

Generic VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

Associated Types

type Rep VeevaConnectorProfileCredentials :: Type -> Type #

NFData VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

Hashable VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

ToJSON VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

type Rep VeevaConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials

type Rep VeevaConnectorProfileCredentials = D1 ('MetaData "VeevaConnectorProfileCredentials" "Amazonka.AppFlow.Types.VeevaConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "VeevaConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newVeevaConnectorProfileCredentials Source #

Create a value of VeevaConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:username:VeevaConnectorProfileCredentials', veevaConnectorProfileCredentials_username - The name of the user.

$sel:password:VeevaConnectorProfileCredentials', veevaConnectorProfileCredentials_password - The password that corresponds to the user name.

VeevaConnectorProfileProperties

data VeevaConnectorProfileProperties Source #

The connector-specific profile properties required when using Veeva.

See: newVeevaConnectorProfileProperties smart constructor.

Instances

Instances details
Eq VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

Read VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

Show VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

Generic VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

Associated Types

type Rep VeevaConnectorProfileProperties :: Type -> Type #

NFData VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

Hashable VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

ToJSON VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

FromJSON VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

type Rep VeevaConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaConnectorProfileProperties

type Rep VeevaConnectorProfileProperties = D1 ('MetaData "VeevaConnectorProfileProperties" "Amazonka.AppFlow.Types.VeevaConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "VeevaConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVeevaConnectorProfileProperties Source #

Create a value of VeevaConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:VeevaConnectorProfileProperties', veevaConnectorProfileProperties_instanceUrl - The location of the Veeva resource.

VeevaMetadata

data VeevaMetadata Source #

The connector metadata specific to Veeva.

See: newVeevaMetadata smart constructor.

Constructors

VeevaMetadata' 

Instances

Instances details
Eq VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

Read VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

Show VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

Generic VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

Associated Types

type Rep VeevaMetadata :: Type -> Type #

NFData VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

Methods

rnf :: VeevaMetadata -> () #

Hashable VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

FromJSON VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

type Rep VeevaMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaMetadata

type Rep VeevaMetadata = D1 ('MetaData "VeevaMetadata" "Amazonka.AppFlow.Types.VeevaMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "VeevaMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newVeevaMetadata :: VeevaMetadata Source #

Create a value of VeevaMetadata with all optional fields omitted.

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

VeevaSourceProperties

data VeevaSourceProperties Source #

The properties that are applied when using Veeva as a flow source.

See: newVeevaSourceProperties smart constructor.

Instances

Instances details
Eq VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Read VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Show VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Generic VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Associated Types

type Rep VeevaSourceProperties :: Type -> Type #

NFData VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Methods

rnf :: VeevaSourceProperties -> () #

Hashable VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

ToJSON VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

FromJSON VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

type Rep VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

type Rep VeevaSourceProperties = D1 ('MetaData "VeevaSourceProperties" "Amazonka.AppFlow.Types.VeevaSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "VeevaSourceProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "includeAllVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "documentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "includeRenditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeSourceFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVeevaSourceProperties Source #

Create a value of VeevaSourceProperties with all optional fields omitted.

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

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

$sel:includeAllVersions:VeevaSourceProperties', veevaSourceProperties_includeAllVersions - Boolean value to include All Versions of files in Veeva document extract flow.

$sel:documentType:VeevaSourceProperties', veevaSourceProperties_documentType - The document type specified in the Veeva document extract flow.

$sel:includeRenditions:VeevaSourceProperties', veevaSourceProperties_includeRenditions - Boolean value to include file renditions in Veeva document extract flow.

$sel:includeSourceFiles:VeevaSourceProperties', veevaSourceProperties_includeSourceFiles - Boolean value to include source files in Veeva document extract flow.

$sel:object':VeevaSourceProperties', veevaSourceProperties_object - The object specified in the Veeva flow source.

ZendeskConnectorProfileCredentials

data ZendeskConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Zendesk.

See: newZendeskConnectorProfileCredentials smart constructor.

Instances

Instances details
Eq ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

Show ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

Generic ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

Associated Types

type Rep ZendeskConnectorProfileCredentials :: Type -> Type #

NFData ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

Hashable ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

ToJSON ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

type Rep ZendeskConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials

type Rep ZendeskConnectorProfileCredentials = D1 ('MetaData "ZendeskConnectorProfileCredentials" "Amazonka.AppFlow.Types.ZendeskConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ZendeskConnectorProfileCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "oAuthRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorOAuthRequest))) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newZendeskConnectorProfileCredentials Source #

Create a value of ZendeskConnectorProfileCredentials with all optional fields omitted.

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

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

$sel:accessToken:ZendeskConnectorProfileCredentials', zendeskConnectorProfileCredentials_accessToken - The credentials used to access protected Zendesk resources.

$sel:oAuthRequest:ZendeskConnectorProfileCredentials', zendeskConnectorProfileCredentials_oAuthRequest - The OAuth requirement needed to request security tokens from the connector endpoint.

$sel:clientId:ZendeskConnectorProfileCredentials', zendeskConnectorProfileCredentials_clientId - The identifier for the desired client.

$sel:clientSecret:ZendeskConnectorProfileCredentials', zendeskConnectorProfileCredentials_clientSecret - The client secret used by the OAuth client to authenticate to the authorization server.

ZendeskConnectorProfileProperties

data ZendeskConnectorProfileProperties Source #

The connector-specific profile properties required when using Zendesk.

See: newZendeskConnectorProfileProperties smart constructor.

Instances

Instances details
Eq ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

Read ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

Show ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

Generic ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

Associated Types

type Rep ZendeskConnectorProfileProperties :: Type -> Type #

NFData ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

Hashable ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

ToJSON ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

FromJSON ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

type Rep ZendeskConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties

type Rep ZendeskConnectorProfileProperties = D1 ('MetaData "ZendeskConnectorProfileProperties" "Amazonka.AppFlow.Types.ZendeskConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ZendeskConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newZendeskConnectorProfileProperties Source #

Create a value of ZendeskConnectorProfileProperties with all optional fields omitted.

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

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

$sel:instanceUrl:ZendeskConnectorProfileProperties', zendeskConnectorProfileProperties_instanceUrl - The location of the Zendesk resource.

ZendeskDestinationProperties

data ZendeskDestinationProperties Source #

The properties that are applied when Zendesk is used as a destination.

See: newZendeskDestinationProperties smart constructor.

Instances

Instances details
Eq ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

Read ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

Show ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

Generic ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

Associated Types

type Rep ZendeskDestinationProperties :: Type -> Type #

NFData ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

Hashable ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

ToJSON ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

FromJSON ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

type Rep ZendeskDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskDestinationProperties

type Rep ZendeskDestinationProperties = D1 ('MetaData "ZendeskDestinationProperties" "Amazonka.AppFlow.Types.ZendeskDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ZendeskDestinationProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "writeOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WriteOperationType)) :*: S1 ('MetaSel ('Just "idFieldNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "errorHandlingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorHandlingConfig)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newZendeskDestinationProperties Source #

Create a value of ZendeskDestinationProperties with all optional fields omitted.

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

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

$sel:writeOperationType:ZendeskDestinationProperties', zendeskDestinationProperties_writeOperationType - Undocumented member.

$sel:idFieldNames:ZendeskDestinationProperties', zendeskDestinationProperties_idFieldNames - Undocumented member.

$sel:errorHandlingConfig:ZendeskDestinationProperties', zendeskDestinationProperties_errorHandlingConfig - Undocumented member.

$sel:object':ZendeskDestinationProperties', zendeskDestinationProperties_object - The object specified in the Zendesk flow destination.

ZendeskMetadata

data ZendeskMetadata Source #

The connector metadata specific to Zendesk.

See: newZendeskMetadata smart constructor.

Constructors

ZendeskMetadata' (Maybe [Text]) 

Instances

Instances details
Eq ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Read ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Show ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Generic ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Associated Types

type Rep ZendeskMetadata :: Type -> Type #

NFData ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Methods

rnf :: ZendeskMetadata -> () #

Hashable ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

FromJSON ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

type Rep ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

type Rep ZendeskMetadata = D1 ('MetaData "ZendeskMetadata" "Amazonka.AppFlow.Types.ZendeskMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ZendeskMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newZendeskMetadata :: ZendeskMetadata Source #

Create a value of ZendeskMetadata with all optional fields omitted.

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

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

$sel:oAuthScopes:ZendeskMetadata', zendeskMetadata_oAuthScopes - The desired authorization scope for the Zendesk account.

ZendeskSourceProperties

data ZendeskSourceProperties Source #

The properties that are applied when using Zendesk as a flow source.

See: newZendeskSourceProperties smart constructor.

Instances

Instances details
Eq ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

Read ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

Show ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

Generic ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

Associated Types

type Rep ZendeskSourceProperties :: Type -> Type #

NFData ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

Methods

rnf :: ZendeskSourceProperties -> () #

Hashable ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

ToJSON ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

FromJSON ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

type Rep ZendeskSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskSourceProperties

type Rep ZendeskSourceProperties = D1 ('MetaData "ZendeskSourceProperties" "Amazonka.AppFlow.Types.ZendeskSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ZendeskSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newZendeskSourceProperties Source #

Create a value of ZendeskSourceProperties with all optional fields omitted.

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

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

$sel:object':ZendeskSourceProperties', zendeskSourceProperties_object - The object specified in the Zendesk flow source.