stratosphere-entityresolution-1.0.0: Stratosphere integration for AWS EntityResolution.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EntityResolution.MatchingWorkflow

Documentation

data RuleProperty Source #

Instances

Instances details
ToJSON RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

Show RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

Eq RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

ToResourceProperties RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

Property "MatchingKeys" RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

Associated Types

type PropertyType "MatchingKeys" RuleProperty 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

type PropertyType "MatchingKeys" RuleProperty = ValueList Text

Methods

set :: PropertyType "MatchingKeys" RuleProperty -> RuleProperty -> RuleProperty #

Property "RuleName" RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

Associated Types

type PropertyType "RuleName" RuleProperty 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

type PropertyType "MatchingKeys" RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

type PropertyType "MatchingKeys" RuleProperty = ValueList Text
type PropertyType "RuleName" RuleProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleProperty

data ProviderPropertiesProperty Source #

Instances

Instances details
ToJSON ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

Show ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

Eq ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

ToResourceProperties ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

Property "IntermediateSourceConfiguration" ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

Associated Types

type PropertyType "IntermediateSourceConfiguration" ProviderPropertiesProperty 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

Property "ProviderConfiguration" ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

Associated Types

type PropertyType "ProviderConfiguration" ProviderPropertiesProperty 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

type PropertyType "ProviderConfiguration" ProviderPropertiesProperty = Map Text (Value Text)
Property "ProviderServiceArn" ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

type PropertyType "IntermediateSourceConfiguration" ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

type PropertyType "ProviderConfiguration" ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

type PropertyType "ProviderConfiguration" ProviderPropertiesProperty = Map Text (Value Text)
type PropertyType "ProviderServiceArn" ProviderPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ProviderPropertiesProperty

data IntermediateSourceConfigurationProperty Source #

Instances

Instances details
ToJSON IntermediateSourceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.IntermediateSourceConfigurationProperty

Show IntermediateSourceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.IntermediateSourceConfigurationProperty

Eq IntermediateSourceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.IntermediateSourceConfigurationProperty

ToResourceProperties IntermediateSourceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.IntermediateSourceConfigurationProperty

Property "IntermediateS3Path" IntermediateSourceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.IntermediateSourceConfigurationProperty

type PropertyType "IntermediateS3Path" IntermediateSourceConfigurationProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.IntermediateSourceConfigurationProperty

data ResolutionTechniquesProperty Source #

Instances

Instances details
ToJSON ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

Show ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

Eq ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

ToResourceProperties ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

Property "ProviderProperties" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

Property "ResolutionType" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

Property "RuleBasedProperties" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

Property "RuleConditionProperties" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

type PropertyType "ProviderProperties" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

type PropertyType "ResolutionType" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

type PropertyType "RuleBasedProperties" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

type PropertyType "RuleConditionProperties" ResolutionTechniquesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.ResolutionTechniquesProperty

data RuleBasedPropertiesProperty Source #

Instances

Instances details
ToJSON RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

Show RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

Eq RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

ToResourceProperties RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

Property "AttributeMatchingModel" RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

Associated Types

type PropertyType "AttributeMatchingModel" RuleBasedPropertiesProperty 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

type PropertyType "AttributeMatchingModel" RuleBasedPropertiesProperty = Value Text
Property "MatchPurpose" RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

Property "Rules" RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

type PropertyType "AttributeMatchingModel" RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

type PropertyType "AttributeMatchingModel" RuleBasedPropertiesProperty = Value Text
type PropertyType "MatchPurpose" RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

type PropertyType "Rules" RuleBasedPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleBasedPropertiesProperty

data RuleConditionPropertiesProperty Source #

Instances

Instances details
ToJSON RuleConditionPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionPropertiesProperty

Show RuleConditionPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionPropertiesProperty

Eq RuleConditionPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionPropertiesProperty

ToResourceProperties RuleConditionPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionPropertiesProperty

Property "Rules" RuleConditionPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionPropertiesProperty

type PropertyType "Rules" RuleConditionPropertiesProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionPropertiesProperty

data RuleConditionProperty Source #

Instances

Instances details
ToJSON RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

Show RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

Eq RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

ToResourceProperties RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

Property "Condition" RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

Property "RuleName" RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

type PropertyType "Condition" RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

type PropertyType "RuleName" RuleConditionProperty Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow.RuleConditionProperty

data MatchingWorkflow Source #

Constructors

MatchingWorkflow

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html

Fields

Instances

Instances details
ToJSON MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Show MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Eq MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

ToResourceProperties MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Property "Description" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "Description" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Property "IncrementalRunConfig" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "IncrementalRunConfig" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Methods

set :: PropertyType "IncrementalRunConfig" MatchingWorkflow -> MatchingWorkflow -> MatchingWorkflow #

Property "InputSourceConfig" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "InputSourceConfig" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Property "OutputSourceConfig" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "OutputSourceConfig" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "OutputSourceConfig" MatchingWorkflow = [OutputSourceProperty]
Property "ResolutionTechniques" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "ResolutionTechniques" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Methods

set :: PropertyType "ResolutionTechniques" MatchingWorkflow -> MatchingWorkflow -> MatchingWorkflow #

Property "RoleArn" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "RoleArn" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Property "Tags" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "Tags" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Property "WorkflowName" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

Associated Types

type PropertyType "WorkflowName" MatchingWorkflow 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "WorkflowName" MatchingWorkflow = Value Text
type PropertyType "Description" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "IncrementalRunConfig" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "InputSourceConfig" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "OutputSourceConfig" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "OutputSourceConfig" MatchingWorkflow = [OutputSourceProperty]
type PropertyType "ResolutionTechniques" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "RoleArn" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "Tags" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "WorkflowName" MatchingWorkflow Source # 
Instance details

Defined in Stratosphere.EntityResolution.MatchingWorkflow

type PropertyType "WorkflowName" MatchingWorkflow = Value Text