Module aws_sdk_entityresolution::types
source · Expand description
Data structures used by operation inputs/outputs.
Modules
- Builders
- Error types that AWS EntityResolution can respond with.
Structs
An object containing an error message, if there was an error.
An object which defines an incremental run type and has only
incrementalRunType
as a field.An object containing
InputSourceARN
,SchemaName
, andApplyNormalization
.An object containing
InputRecords
,TotalRecordsProcessed
,MatchIDs
, andRecordsNotProcessed
.An object containing the
JobId
,Status
,StartTime
, andEndTime
of a job.A list of
MatchingWorkflowSummary
objects, each of which contain the fieldsWorkflowName
,WorkflowArn
,CreatedAt
,UpdatedAt
.A list of
OutputAttribute
objects, each of which have the fieldsName
andHashed
. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.A list of
OutputAttribute
objects, each of which have the fieldsName
andHashed
. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.An object which defines the
resolutionType
and theruleBasedProperties
.An object containing
RuleName
, andMatchingKeys
.An object which defines the list of matching rules to run and has a field
Rules
, which is a list of rule objects.An object containing
FieldField
,Type
,GroupName
, andMatchKey
.An object containing
SchemaName
,SchemaArn
,CreatedAt
, andUpdatedAt
.
Enums
- When writing a match expression against
AttributeMatchingModel
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - When writing a match expression against
IncrementalRunType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - When writing a match expression against
JobStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - When writing a match expression against
ResolutionType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - When writing a match expression against
SchemaAttributeType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.