Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AttributeMatchingModelManyToMany + const AttributeMatchingModelOneToOne + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeExceedsLimitException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const ErrCodeValidationException + const IncrementalRunTypeImmediate + const JobStatusFailed + const JobStatusQueued + const JobStatusRunning + const JobStatusSucceeded + const ResolutionTypeMlMatching + const ResolutionTypeRuleMatching + const SchemaAttributeTypeAddress + const SchemaAttributeTypeAddressCity + const SchemaAttributeTypeAddressCountry + const SchemaAttributeTypeAddressPostalcode + const SchemaAttributeTypeAddressState + const SchemaAttributeTypeAddressStreet1 + const SchemaAttributeTypeAddressStreet2 + const SchemaAttributeTypeAddressStreet3 + const SchemaAttributeTypeDate + const SchemaAttributeTypeEmailAddress + const SchemaAttributeTypeName + const SchemaAttributeTypeNameFirst + const SchemaAttributeTypeNameLast + const SchemaAttributeTypeNameMiddle + const SchemaAttributeTypePhone + const SchemaAttributeTypePhoneCountrycode + const SchemaAttributeTypePhoneNumber + const SchemaAttributeTypeString + const SchemaAttributeTypeUniqueId + const ServiceID + const ServiceName + func AttributeMatchingModel_Values() []string + func IncrementalRunType_Values() []string + func JobStatus_Values() []string + func ResolutionType_Values() []string + func SchemaAttributeType_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateMatchingWorkflowInput struct + Description *string + IncrementalRunConfig *IncrementalRunConfig + InputSourceConfig []*InputSource + OutputSourceConfig []*OutputSource + ResolutionTechniques *ResolutionTechniques + RoleArn *string + Tags map[string]*string + WorkflowName *string + func (s *CreateMatchingWorkflowInput) SetDescription(v string) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetIncrementalRunConfig(v *IncrementalRunConfig) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetInputSourceConfig(v []*InputSource) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetOutputSourceConfig(v []*OutputSource) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetResolutionTechniques(v *ResolutionTechniques) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetRoleArn(v string) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetTags(v map[string]*string) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) SetWorkflowName(v string) *CreateMatchingWorkflowInput + func (s *CreateMatchingWorkflowInput) Validate() error + func (s CreateMatchingWorkflowInput) GoString() string + func (s CreateMatchingWorkflowInput) String() string + type CreateMatchingWorkflowOutput struct + Description *string + IncrementalRunConfig *IncrementalRunConfig + InputSourceConfig []*InputSource + OutputSourceConfig []*OutputSource + ResolutionTechniques *ResolutionTechniques + RoleArn *string + WorkflowArn *string + WorkflowName *string + func (s *CreateMatchingWorkflowOutput) SetDescription(v string) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetIncrementalRunConfig(v *IncrementalRunConfig) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetInputSourceConfig(v []*InputSource) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetOutputSourceConfig(v []*OutputSource) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetResolutionTechniques(v *ResolutionTechniques) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetRoleArn(v string) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetWorkflowArn(v string) *CreateMatchingWorkflowOutput + func (s *CreateMatchingWorkflowOutput) SetWorkflowName(v string) *CreateMatchingWorkflowOutput + func (s CreateMatchingWorkflowOutput) GoString() string + func (s CreateMatchingWorkflowOutput) String() string + type CreateSchemaMappingInput struct + Description *string + MappedInputFields []*SchemaInputAttribute + SchemaName *string + Tags map[string]*string + func (s *CreateSchemaMappingInput) SetDescription(v string) *CreateSchemaMappingInput + func (s *CreateSchemaMappingInput) SetMappedInputFields(v []*SchemaInputAttribute) *CreateSchemaMappingInput + func (s *CreateSchemaMappingInput) SetSchemaName(v string) *CreateSchemaMappingInput + func (s *CreateSchemaMappingInput) SetTags(v map[string]*string) *CreateSchemaMappingInput + func (s *CreateSchemaMappingInput) Validate() error + func (s CreateSchemaMappingInput) GoString() string + func (s CreateSchemaMappingInput) String() string + type CreateSchemaMappingOutput struct + Description *string + MappedInputFields []*SchemaInputAttribute + SchemaArn *string + SchemaName *string + func (s *CreateSchemaMappingOutput) SetDescription(v string) *CreateSchemaMappingOutput + func (s *CreateSchemaMappingOutput) SetMappedInputFields(v []*SchemaInputAttribute) *CreateSchemaMappingOutput + func (s *CreateSchemaMappingOutput) SetSchemaArn(v string) *CreateSchemaMappingOutput + func (s *CreateSchemaMappingOutput) SetSchemaName(v string) *CreateSchemaMappingOutput + func (s CreateSchemaMappingOutput) GoString() string + func (s CreateSchemaMappingOutput) String() string + type DeleteMatchingWorkflowInput struct + WorkflowName *string + func (s *DeleteMatchingWorkflowInput) SetWorkflowName(v string) *DeleteMatchingWorkflowInput + func (s *DeleteMatchingWorkflowInput) Validate() error + func (s DeleteMatchingWorkflowInput) GoString() string + func (s DeleteMatchingWorkflowInput) String() string + type DeleteMatchingWorkflowOutput struct + Message *string + func (s *DeleteMatchingWorkflowOutput) SetMessage(v string) *DeleteMatchingWorkflowOutput + func (s DeleteMatchingWorkflowOutput) GoString() string + func (s DeleteMatchingWorkflowOutput) String() string + type DeleteSchemaMappingInput struct + SchemaName *string + func (s *DeleteSchemaMappingInput) SetSchemaName(v string) *DeleteSchemaMappingInput + func (s *DeleteSchemaMappingInput) Validate() error + func (s DeleteSchemaMappingInput) GoString() string + func (s DeleteSchemaMappingInput) String() string + type DeleteSchemaMappingOutput struct + Message *string + func (s *DeleteSchemaMappingOutput) SetMessage(v string) *DeleteSchemaMappingOutput + func (s DeleteSchemaMappingOutput) GoString() string + func (s DeleteSchemaMappingOutput) String() string + type EntityResolution struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *EntityResolution + func (c *EntityResolution) CreateMatchingWorkflow(input *CreateMatchingWorkflowInput) (*CreateMatchingWorkflowOutput, error) + func (c *EntityResolution) CreateMatchingWorkflowRequest(input *CreateMatchingWorkflowInput) (req *request.Request, output *CreateMatchingWorkflowOutput) + func (c *EntityResolution) CreateMatchingWorkflowWithContext(ctx aws.Context, input *CreateMatchingWorkflowInput, opts ...request.Option) (*CreateMatchingWorkflowOutput, error) + func (c *EntityResolution) CreateSchemaMapping(input *CreateSchemaMappingInput) (*CreateSchemaMappingOutput, error) + func (c *EntityResolution) CreateSchemaMappingRequest(input *CreateSchemaMappingInput) (req *request.Request, output *CreateSchemaMappingOutput) + func (c *EntityResolution) CreateSchemaMappingWithContext(ctx aws.Context, input *CreateSchemaMappingInput, opts ...request.Option) (*CreateSchemaMappingOutput, error) + func (c *EntityResolution) DeleteMatchingWorkflow(input *DeleteMatchingWorkflowInput) (*DeleteMatchingWorkflowOutput, error) + func (c *EntityResolution) DeleteMatchingWorkflowRequest(input *DeleteMatchingWorkflowInput) (req *request.Request, output *DeleteMatchingWorkflowOutput) + func (c *EntityResolution) DeleteMatchingWorkflowWithContext(ctx aws.Context, input *DeleteMatchingWorkflowInput, opts ...request.Option) (*DeleteMatchingWorkflowOutput, error) + func (c *EntityResolution) DeleteSchemaMapping(input *DeleteSchemaMappingInput) (*DeleteSchemaMappingOutput, error) + func (c *EntityResolution) DeleteSchemaMappingRequest(input *DeleteSchemaMappingInput) (req *request.Request, output *DeleteSchemaMappingOutput) + func (c *EntityResolution) DeleteSchemaMappingWithContext(ctx aws.Context, input *DeleteSchemaMappingInput, opts ...request.Option) (*DeleteSchemaMappingOutput, error) + func (c *EntityResolution) GetMatchId(input *GetMatchIdInput) (*GetMatchIdOutput, error) + func (c *EntityResolution) GetMatchIdRequest(input *GetMatchIdInput) (req *request.Request, output *GetMatchIdOutput) + func (c *EntityResolution) GetMatchIdWithContext(ctx aws.Context, input *GetMatchIdInput, opts ...request.Option) (*GetMatchIdOutput, error) + func (c *EntityResolution) GetMatchingJob(input *GetMatchingJobInput) (*GetMatchingJobOutput, error) + func (c *EntityResolution) GetMatchingJobRequest(input *GetMatchingJobInput) (req *request.Request, output *GetMatchingJobOutput) + func (c *EntityResolution) GetMatchingJobWithContext(ctx aws.Context, input *GetMatchingJobInput, opts ...request.Option) (*GetMatchingJobOutput, error) + func (c *EntityResolution) GetMatchingWorkflow(input *GetMatchingWorkflowInput) (*GetMatchingWorkflowOutput, error) + func (c *EntityResolution) GetMatchingWorkflowRequest(input *GetMatchingWorkflowInput) (req *request.Request, output *GetMatchingWorkflowOutput) + func (c *EntityResolution) GetMatchingWorkflowWithContext(ctx aws.Context, input *GetMatchingWorkflowInput, opts ...request.Option) (*GetMatchingWorkflowOutput, error) + func (c *EntityResolution) GetSchemaMapping(input *GetSchemaMappingInput) (*GetSchemaMappingOutput, error) + func (c *EntityResolution) GetSchemaMappingRequest(input *GetSchemaMappingInput) (req *request.Request, output *GetSchemaMappingOutput) + func (c *EntityResolution) GetSchemaMappingWithContext(ctx aws.Context, input *GetSchemaMappingInput, opts ...request.Option) (*GetSchemaMappingOutput, error) + func (c *EntityResolution) ListMatchingJobs(input *ListMatchingJobsInput) (*ListMatchingJobsOutput, error) + func (c *EntityResolution) ListMatchingJobsPages(input *ListMatchingJobsInput, fn func(*ListMatchingJobsOutput, bool) bool) error + func (c *EntityResolution) ListMatchingJobsPagesWithContext(ctx aws.Context, input *ListMatchingJobsInput, ...) error + func (c *EntityResolution) ListMatchingJobsRequest(input *ListMatchingJobsInput) (req *request.Request, output *ListMatchingJobsOutput) + func (c *EntityResolution) ListMatchingJobsWithContext(ctx aws.Context, input *ListMatchingJobsInput, opts ...request.Option) (*ListMatchingJobsOutput, error) + func (c *EntityResolution) ListMatchingWorkflows(input *ListMatchingWorkflowsInput) (*ListMatchingWorkflowsOutput, error) + func (c *EntityResolution) ListMatchingWorkflowsPages(input *ListMatchingWorkflowsInput, ...) error + func (c *EntityResolution) ListMatchingWorkflowsPagesWithContext(ctx aws.Context, input *ListMatchingWorkflowsInput, ...) error + func (c *EntityResolution) ListMatchingWorkflowsRequest(input *ListMatchingWorkflowsInput) (req *request.Request, output *ListMatchingWorkflowsOutput) + func (c *EntityResolution) ListMatchingWorkflowsWithContext(ctx aws.Context, input *ListMatchingWorkflowsInput, opts ...request.Option) (*ListMatchingWorkflowsOutput, error) + func (c *EntityResolution) ListSchemaMappings(input *ListSchemaMappingsInput) (*ListSchemaMappingsOutput, error) + func (c *EntityResolution) ListSchemaMappingsPages(input *ListSchemaMappingsInput, fn func(*ListSchemaMappingsOutput, bool) bool) error + func (c *EntityResolution) ListSchemaMappingsPagesWithContext(ctx aws.Context, input *ListSchemaMappingsInput, ...) error + func (c *EntityResolution) ListSchemaMappingsRequest(input *ListSchemaMappingsInput) (req *request.Request, output *ListSchemaMappingsOutput) + func (c *EntityResolution) ListSchemaMappingsWithContext(ctx aws.Context, input *ListSchemaMappingsInput, opts ...request.Option) (*ListSchemaMappingsOutput, error) + func (c *EntityResolution) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *EntityResolution) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *EntityResolution) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *EntityResolution) StartMatchingJob(input *StartMatchingJobInput) (*StartMatchingJobOutput, error) + func (c *EntityResolution) StartMatchingJobRequest(input *StartMatchingJobInput) (req *request.Request, output *StartMatchingJobOutput) + func (c *EntityResolution) StartMatchingJobWithContext(ctx aws.Context, input *StartMatchingJobInput, opts ...request.Option) (*StartMatchingJobOutput, error) + func (c *EntityResolution) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *EntityResolution) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *EntityResolution) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *EntityResolution) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *EntityResolution) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *EntityResolution) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *EntityResolution) UpdateMatchingWorkflow(input *UpdateMatchingWorkflowInput) (*UpdateMatchingWorkflowOutput, error) + func (c *EntityResolution) UpdateMatchingWorkflowRequest(input *UpdateMatchingWorkflowInput) (req *request.Request, output *UpdateMatchingWorkflowOutput) + func (c *EntityResolution) UpdateMatchingWorkflowWithContext(ctx aws.Context, input *UpdateMatchingWorkflowInput, opts ...request.Option) (*UpdateMatchingWorkflowOutput, error) + type ErrorDetails struct + ErrorMessage *string + func (s *ErrorDetails) SetErrorMessage(v string) *ErrorDetails + func (s ErrorDetails) GoString() string + func (s ErrorDetails) String() string + type ExceedsLimitException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ExceedsLimitException) Code() string + func (s *ExceedsLimitException) Error() string + func (s *ExceedsLimitException) Message() string + func (s *ExceedsLimitException) OrigErr() error + func (s *ExceedsLimitException) RequestID() string + func (s *ExceedsLimitException) StatusCode() int + func (s ExceedsLimitException) GoString() string + func (s ExceedsLimitException) String() string + type GetMatchIdInput struct + Record map[string]*string + WorkflowName *string + func (s *GetMatchIdInput) SetRecord(v map[string]*string) *GetMatchIdInput + func (s *GetMatchIdInput) SetWorkflowName(v string) *GetMatchIdInput + func (s *GetMatchIdInput) Validate() error + func (s GetMatchIdInput) GoString() string + func (s GetMatchIdInput) String() string + type GetMatchIdOutput struct + MatchId *string + func (s *GetMatchIdOutput) SetMatchId(v string) *GetMatchIdOutput + func (s GetMatchIdOutput) GoString() string + func (s GetMatchIdOutput) String() string + type GetMatchingJobInput struct + JobId *string + WorkflowName *string + func (s *GetMatchingJobInput) SetJobId(v string) *GetMatchingJobInput + func (s *GetMatchingJobInput) SetWorkflowName(v string) *GetMatchingJobInput + func (s *GetMatchingJobInput) Validate() error + func (s GetMatchingJobInput) GoString() string + func (s GetMatchingJobInput) String() string + type GetMatchingJobOutput struct + EndTime *time.Time + ErrorDetails *ErrorDetails + JobId *string + Metrics *JobMetrics + StartTime *time.Time + Status *string + func (s *GetMatchingJobOutput) SetEndTime(v time.Time) *GetMatchingJobOutput + func (s *GetMatchingJobOutput) SetErrorDetails(v *ErrorDetails) *GetMatchingJobOutput + func (s *GetMatchingJobOutput) SetJobId(v string) *GetMatchingJobOutput + func (s *GetMatchingJobOutput) SetMetrics(v *JobMetrics) *GetMatchingJobOutput + func (s *GetMatchingJobOutput) SetStartTime(v time.Time) *GetMatchingJobOutput + func (s *GetMatchingJobOutput) SetStatus(v string) *GetMatchingJobOutput + func (s GetMatchingJobOutput) GoString() string + func (s GetMatchingJobOutput) String() string + type GetMatchingWorkflowInput struct + WorkflowName *string + func (s *GetMatchingWorkflowInput) SetWorkflowName(v string) *GetMatchingWorkflowInput + func (s *GetMatchingWorkflowInput) Validate() error + func (s GetMatchingWorkflowInput) GoString() string + func (s GetMatchingWorkflowInput) String() string + type GetMatchingWorkflowOutput struct + CreatedAt *time.Time + Description *string + IncrementalRunConfig *IncrementalRunConfig + InputSourceConfig []*InputSource + OutputSourceConfig []*OutputSource + ResolutionTechniques *ResolutionTechniques + RoleArn *string + Tags map[string]*string + UpdatedAt *time.Time + WorkflowArn *string + WorkflowName *string + func (s *GetMatchingWorkflowOutput) SetCreatedAt(v time.Time) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetDescription(v string) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetIncrementalRunConfig(v *IncrementalRunConfig) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetInputSourceConfig(v []*InputSource) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetOutputSourceConfig(v []*OutputSource) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetResolutionTechniques(v *ResolutionTechniques) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetRoleArn(v string) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetTags(v map[string]*string) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetUpdatedAt(v time.Time) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetWorkflowArn(v string) *GetMatchingWorkflowOutput + func (s *GetMatchingWorkflowOutput) SetWorkflowName(v string) *GetMatchingWorkflowOutput + func (s GetMatchingWorkflowOutput) GoString() string + func (s GetMatchingWorkflowOutput) String() string + type GetSchemaMappingInput struct + SchemaName *string + func (s *GetSchemaMappingInput) SetSchemaName(v string) *GetSchemaMappingInput + func (s *GetSchemaMappingInput) Validate() error + func (s GetSchemaMappingInput) GoString() string + func (s GetSchemaMappingInput) String() string + type GetSchemaMappingOutput struct + CreatedAt *time.Time + Description *string + MappedInputFields []*SchemaInputAttribute + SchemaArn *string + SchemaName *string + Tags map[string]*string + UpdatedAt *time.Time + func (s *GetSchemaMappingOutput) SetCreatedAt(v time.Time) *GetSchemaMappingOutput + func (s *GetSchemaMappingOutput) SetDescription(v string) *GetSchemaMappingOutput + func (s *GetSchemaMappingOutput) SetMappedInputFields(v []*SchemaInputAttribute) *GetSchemaMappingOutput + func (s *GetSchemaMappingOutput) SetSchemaArn(v string) *GetSchemaMappingOutput + func (s *GetSchemaMappingOutput) SetSchemaName(v string) *GetSchemaMappingOutput + func (s *GetSchemaMappingOutput) SetTags(v map[string]*string) *GetSchemaMappingOutput + func (s *GetSchemaMappingOutput) SetUpdatedAt(v time.Time) *GetSchemaMappingOutput + func (s GetSchemaMappingOutput) GoString() string + func (s GetSchemaMappingOutput) String() string + type IncrementalRunConfig struct + IncrementalRunType *string + func (s *IncrementalRunConfig) SetIncrementalRunType(v string) *IncrementalRunConfig + func (s IncrementalRunConfig) GoString() string + func (s IncrementalRunConfig) String() string + type InputSource struct + ApplyNormalization *bool + InputSourceARN *string + SchemaName *string + func (s *InputSource) SetApplyNormalization(v bool) *InputSource + func (s *InputSource) SetInputSourceARN(v string) *InputSource + func (s *InputSource) SetSchemaName(v string) *InputSource + func (s *InputSource) Validate() error + func (s InputSource) GoString() string + func (s InputSource) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type JobMetrics struct + InputRecords *int64 + MatchIDs *int64 + RecordsNotProcessed *int64 + TotalRecordsProcessed *int64 + func (s *JobMetrics) SetInputRecords(v int64) *JobMetrics + func (s *JobMetrics) SetMatchIDs(v int64) *JobMetrics + func (s *JobMetrics) SetRecordsNotProcessed(v int64) *JobMetrics + func (s *JobMetrics) SetTotalRecordsProcessed(v int64) *JobMetrics + func (s JobMetrics) GoString() string + func (s JobMetrics) String() string + type JobSummary struct + EndTime *time.Time + JobId *string + StartTime *time.Time + Status *string + func (s *JobSummary) SetEndTime(v time.Time) *JobSummary + func (s *JobSummary) SetJobId(v string) *JobSummary + func (s *JobSummary) SetStartTime(v time.Time) *JobSummary + func (s *JobSummary) SetStatus(v string) *JobSummary + func (s JobSummary) GoString() string + func (s JobSummary) String() string + type ListMatchingJobsInput struct + MaxResults *int64 + NextToken *string + WorkflowName *string + func (s *ListMatchingJobsInput) SetMaxResults(v int64) *ListMatchingJobsInput + func (s *ListMatchingJobsInput) SetNextToken(v string) *ListMatchingJobsInput + func (s *ListMatchingJobsInput) SetWorkflowName(v string) *ListMatchingJobsInput + func (s *ListMatchingJobsInput) Validate() error + func (s ListMatchingJobsInput) GoString() string + func (s ListMatchingJobsInput) String() string + type ListMatchingJobsOutput struct + Jobs []*JobSummary + NextToken *string + func (s *ListMatchingJobsOutput) SetJobs(v []*JobSummary) *ListMatchingJobsOutput + func (s *ListMatchingJobsOutput) SetNextToken(v string) *ListMatchingJobsOutput + func (s ListMatchingJobsOutput) GoString() string + func (s ListMatchingJobsOutput) String() string + type ListMatchingWorkflowsInput struct + MaxResults *int64 + NextToken *string + func (s *ListMatchingWorkflowsInput) SetMaxResults(v int64) *ListMatchingWorkflowsInput + func (s *ListMatchingWorkflowsInput) SetNextToken(v string) *ListMatchingWorkflowsInput + func (s *ListMatchingWorkflowsInput) Validate() error + func (s ListMatchingWorkflowsInput) GoString() string + func (s ListMatchingWorkflowsInput) String() string + type ListMatchingWorkflowsOutput struct + NextToken *string + WorkflowSummaries []*MatchingWorkflowSummary + func (s *ListMatchingWorkflowsOutput) SetNextToken(v string) *ListMatchingWorkflowsOutput + func (s *ListMatchingWorkflowsOutput) SetWorkflowSummaries(v []*MatchingWorkflowSummary) *ListMatchingWorkflowsOutput + func (s ListMatchingWorkflowsOutput) GoString() string + func (s ListMatchingWorkflowsOutput) String() string + type ListSchemaMappingsInput struct + MaxResults *int64 + NextToken *string + func (s *ListSchemaMappingsInput) SetMaxResults(v int64) *ListSchemaMappingsInput + func (s *ListSchemaMappingsInput) SetNextToken(v string) *ListSchemaMappingsInput + func (s *ListSchemaMappingsInput) Validate() error + func (s ListSchemaMappingsInput) GoString() string + func (s ListSchemaMappingsInput) String() string + type ListSchemaMappingsOutput struct + NextToken *string + SchemaList []*SchemaMappingSummary + func (s *ListSchemaMappingsOutput) SetNextToken(v string) *ListSchemaMappingsOutput + func (s *ListSchemaMappingsOutput) SetSchemaList(v []*SchemaMappingSummary) *ListSchemaMappingsOutput + func (s ListSchemaMappingsOutput) GoString() string + func (s ListSchemaMappingsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type MatchingWorkflowSummary struct + CreatedAt *time.Time + UpdatedAt *time.Time + WorkflowArn *string + WorkflowName *string + func (s *MatchingWorkflowSummary) SetCreatedAt(v time.Time) *MatchingWorkflowSummary + func (s *MatchingWorkflowSummary) SetUpdatedAt(v time.Time) *MatchingWorkflowSummary + func (s *MatchingWorkflowSummary) SetWorkflowArn(v string) *MatchingWorkflowSummary + func (s *MatchingWorkflowSummary) SetWorkflowName(v string) *MatchingWorkflowSummary + func (s MatchingWorkflowSummary) GoString() string + func (s MatchingWorkflowSummary) String() string + type OutputAttribute struct + Hashed *bool + Name *string + func (s *OutputAttribute) SetHashed(v bool) *OutputAttribute + func (s *OutputAttribute) SetName(v string) *OutputAttribute + func (s *OutputAttribute) Validate() error + func (s OutputAttribute) GoString() string + func (s OutputAttribute) String() string + type OutputSource struct + ApplyNormalization *bool + KMSArn *string + Output []*OutputAttribute + OutputS3Path *string + func (s *OutputSource) SetApplyNormalization(v bool) *OutputSource + func (s *OutputSource) SetKMSArn(v string) *OutputSource + func (s *OutputSource) SetOutput(v []*OutputAttribute) *OutputSource + func (s *OutputSource) SetOutputS3Path(v string) *OutputSource + func (s *OutputSource) Validate() error + func (s OutputSource) GoString() string + func (s OutputSource) String() string + type ResolutionTechniques struct + ResolutionType *string + RuleBasedProperties *RuleBasedProperties + func (s *ResolutionTechniques) SetResolutionType(v string) *ResolutionTechniques + func (s *ResolutionTechniques) SetRuleBasedProperties(v *RuleBasedProperties) *ResolutionTechniques + func (s *ResolutionTechniques) Validate() error + func (s ResolutionTechniques) GoString() string + func (s ResolutionTechniques) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type Rule struct + MatchingKeys []*string + RuleName *string + func (s *Rule) SetMatchingKeys(v []*string) *Rule + func (s *Rule) SetRuleName(v string) *Rule + func (s *Rule) Validate() error + func (s Rule) GoString() string + func (s Rule) String() string + type RuleBasedProperties struct + AttributeMatchingModel *string + Rules []*Rule + func (s *RuleBasedProperties) SetAttributeMatchingModel(v string) *RuleBasedProperties + func (s *RuleBasedProperties) SetRules(v []*Rule) *RuleBasedProperties + func (s *RuleBasedProperties) Validate() error + func (s RuleBasedProperties) GoString() string + func (s RuleBasedProperties) String() string + type SchemaInputAttribute struct + FieldName *string + GroupName *string + MatchKey *string + Type *string + func (s *SchemaInputAttribute) SetFieldName(v string) *SchemaInputAttribute + func (s *SchemaInputAttribute) SetGroupName(v string) *SchemaInputAttribute + func (s *SchemaInputAttribute) SetMatchKey(v string) *SchemaInputAttribute + func (s *SchemaInputAttribute) SetType(v string) *SchemaInputAttribute + func (s *SchemaInputAttribute) Validate() error + func (s SchemaInputAttribute) GoString() string + func (s SchemaInputAttribute) String() string + type SchemaMappingSummary struct + CreatedAt *time.Time + SchemaArn *string + SchemaName *string + UpdatedAt *time.Time + func (s *SchemaMappingSummary) SetCreatedAt(v time.Time) *SchemaMappingSummary + func (s *SchemaMappingSummary) SetSchemaArn(v string) *SchemaMappingSummary + func (s *SchemaMappingSummary) SetSchemaName(v string) *SchemaMappingSummary + func (s *SchemaMappingSummary) SetUpdatedAt(v time.Time) *SchemaMappingSummary + func (s SchemaMappingSummary) GoString() string + func (s SchemaMappingSummary) String() string + type StartMatchingJobInput struct + WorkflowName *string + func (s *StartMatchingJobInput) SetWorkflowName(v string) *StartMatchingJobInput + func (s *StartMatchingJobInput) Validate() error + func (s StartMatchingJobInput) GoString() string + func (s StartMatchingJobInput) String() string + type StartMatchingJobOutput struct + JobId *string + func (s *StartMatchingJobOutput) SetJobId(v string) *StartMatchingJobOutput + func (s StartMatchingJobOutput) GoString() string + func (s StartMatchingJobOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateMatchingWorkflowInput struct + Description *string + IncrementalRunConfig *IncrementalRunConfig + InputSourceConfig []*InputSource + OutputSourceConfig []*OutputSource + ResolutionTechniques *ResolutionTechniques + RoleArn *string + WorkflowName *string + func (s *UpdateMatchingWorkflowInput) SetDescription(v string) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) SetIncrementalRunConfig(v *IncrementalRunConfig) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) SetInputSourceConfig(v []*InputSource) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) SetOutputSourceConfig(v []*OutputSource) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) SetResolutionTechniques(v *ResolutionTechniques) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) SetRoleArn(v string) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) SetWorkflowName(v string) *UpdateMatchingWorkflowInput + func (s *UpdateMatchingWorkflowInput) Validate() error + func (s UpdateMatchingWorkflowInput) GoString() string + func (s UpdateMatchingWorkflowInput) String() string + type UpdateMatchingWorkflowOutput struct + Description *string + IncrementalRunConfig *IncrementalRunConfig + InputSourceConfig []*InputSource + OutputSourceConfig []*OutputSource + ResolutionTechniques *ResolutionTechniques + RoleArn *string + WorkflowName *string + func (s *UpdateMatchingWorkflowOutput) SetDescription(v string) *UpdateMatchingWorkflowOutput + func (s *UpdateMatchingWorkflowOutput) SetIncrementalRunConfig(v *IncrementalRunConfig) *UpdateMatchingWorkflowOutput + func (s *UpdateMatchingWorkflowOutput) SetInputSourceConfig(v []*InputSource) *UpdateMatchingWorkflowOutput + func (s *UpdateMatchingWorkflowOutput) SetOutputSourceConfig(v []*OutputSource) *UpdateMatchingWorkflowOutput + func (s *UpdateMatchingWorkflowOutput) SetResolutionTechniques(v *ResolutionTechniques) *UpdateMatchingWorkflowOutput + func (s *UpdateMatchingWorkflowOutput) SetRoleArn(v string) *UpdateMatchingWorkflowOutput + func (s *UpdateMatchingWorkflowOutput) SetWorkflowName(v string) *UpdateMatchingWorkflowOutput + func (s UpdateMatchingWorkflowOutput) GoString() string + func (s UpdateMatchingWorkflowOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string