Expand description
Data structures used by operation inputs/outputs.
Modules§
- Builders
- Error types that AWS EntityResolution can respond with.
Structs§
The Delete Unique Id error.
The deleted unique ID.
An object containing an error message, if there was an error.
An object containing
InputRecords
,RecordsNotProcessed
,TotalRecordsProcessed
,TotalMappedRecords
,TotalMappedSourceRecords
, andTotalMappedTargetRecords
.An object containing
KMSArn
,OutputS3Path
, andRoleARN
.An object that defines the list of matching rules to run in an ID mapping workflow.
An object which defines the ID mapping technique and any additional configurations.
An object containing
InputSourceARN
,SchemaName
, andType
.The output source for the ID mapping workflow.
A list of
IdMappingWorkflowSummary
objects, each of which contain the fieldsWorkflowName
,WorkflowArn
,CreatedAt
, andUpdatedAt
.The settings for the ID namespace for the ID mapping workflow job.
An object containing
IdMappingType
,ProviderProperties
, andRuleBasedProperties
.An object containing
InputSourceARN
andSchemaName
.A summary of ID namespaces.
An object which defines an incremental run type and has only
incrementalRunType
as a field.An object containing
InputSourceARN
,SchemaName
, andApplyNormalization
.The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
An object containing
InputRecords
,TotalRecordsProcessed
,MatchIDs
, andRecordsNotProcessed
.An object containing
KMSArn
,OutputS3Path
, andRoleArn
.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
.An object containing
ProviderConfiguration
andProviderServiceArn
.The rule-based properties of an ID namespace. These properties define how the ID namespace can be used in an ID mapping workflow.
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.The input schema supported by provider service.
The provider configuration required for different ID namespace types.
The required configuration fields to give intermediate access to a provider service.
The identifiers of the provider service, from Data Exchange.
An object containing the
providerServiceARN
,intermediateSourceConfiguration
, andproviderConfiguration
.The provider schema attribute.
A list of
ProviderService
objects, each of which contain the fieldsproviderName
,providerServiceArn
,providerServiceName
, andproviderServiceType
.An object which defines the
resolutionType
and theruleBasedProperties
.An object containing
RuleName
, andMatchingKeys
.An object which defines the list of matching rules to run in a matching workflow. RuleBasedProperties contain a
Rules
field, which is a list of rule objects.An object containing
FieldName
,Type
,GroupName
,MatchKey
,Hashing
, andSubType
.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
DeleteUniqueIdErrorType
, 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
DeleteUniqueIdStatus
, 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
IdMappingType
, 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
IdMappingWorkflowRuleDefinitionType
, 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
IdNamespaceType
, 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
MatchPurpose
, 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. The required configuration fields to use with the provider service.
- When writing a match expression against
RecordMatchingModel
, 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. - When writing a match expression against
ServiceType
, 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
StatementEffect
, 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.