Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 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 IdMappingTypeProvider + const IncrementalRunTypeImmediate + const JobStatusFailed + const JobStatusQueued + const JobStatusRunning + const JobStatusSucceeded + const ResolutionTypeMlMatching + const ResolutionTypeProvider + 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 SchemaAttributeTypeProviderId + const SchemaAttributeTypeString + const SchemaAttributeTypeUniqueId + const ServiceID + const ServiceName + const ServiceTypeAssignment + const ServiceTypeIdMapping + func AttributeMatchingModel_Values() []string + func IdMappingType_Values() []string + func IncrementalRunType_Values() []string + func JobStatus_Values() []string + func ResolutionType_Values() []string + func SchemaAttributeType_Values() []string + func ServiceType_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 CreateIdMappingWorkflowInput struct + Description *string + IdMappingTechniques *IdMappingTechniques + InputSourceConfig []*IdMappingWorkflowInputSource + OutputSourceConfig []*IdMappingWorkflowOutputSource + RoleArn *string + Tags map[string]*string + WorkflowName *string + func (s *CreateIdMappingWorkflowInput) SetDescription(v string) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) SetIdMappingTechniques(v *IdMappingTechniques) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) SetRoleArn(v string) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) SetTags(v map[string]*string) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) SetWorkflowName(v string) *CreateIdMappingWorkflowInput + func (s *CreateIdMappingWorkflowInput) Validate() error + func (s CreateIdMappingWorkflowInput) GoString() string + func (s CreateIdMappingWorkflowInput) String() string + type CreateIdMappingWorkflowOutput struct + Description *string + IdMappingTechniques *IdMappingTechniques + InputSourceConfig []*IdMappingWorkflowInputSource + OutputSourceConfig []*IdMappingWorkflowOutputSource + RoleArn *string + WorkflowArn *string + WorkflowName *string + func (s *CreateIdMappingWorkflowOutput) SetDescription(v string) *CreateIdMappingWorkflowOutput + func (s *CreateIdMappingWorkflowOutput) SetIdMappingTechniques(v *IdMappingTechniques) *CreateIdMappingWorkflowOutput + func (s *CreateIdMappingWorkflowOutput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *CreateIdMappingWorkflowOutput + func (s *CreateIdMappingWorkflowOutput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *CreateIdMappingWorkflowOutput + func (s *CreateIdMappingWorkflowOutput) SetRoleArn(v string) *CreateIdMappingWorkflowOutput + func (s *CreateIdMappingWorkflowOutput) SetWorkflowArn(v string) *CreateIdMappingWorkflowOutput + func (s *CreateIdMappingWorkflowOutput) SetWorkflowName(v string) *CreateIdMappingWorkflowOutput + func (s CreateIdMappingWorkflowOutput) GoString() string + func (s CreateIdMappingWorkflowOutput) 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 DeleteIdMappingWorkflowInput struct + WorkflowName *string + func (s *DeleteIdMappingWorkflowInput) SetWorkflowName(v string) *DeleteIdMappingWorkflowInput + func (s *DeleteIdMappingWorkflowInput) Validate() error + func (s DeleteIdMappingWorkflowInput) GoString() string + func (s DeleteIdMappingWorkflowInput) String() string + type DeleteIdMappingWorkflowOutput struct + Message *string + func (s *DeleteIdMappingWorkflowOutput) SetMessage(v string) *DeleteIdMappingWorkflowOutput + func (s DeleteIdMappingWorkflowOutput) GoString() string + func (s DeleteIdMappingWorkflowOutput) 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) CreateIdMappingWorkflow(input *CreateIdMappingWorkflowInput) (*CreateIdMappingWorkflowOutput, error) + func (c *EntityResolution) CreateIdMappingWorkflowRequest(input *CreateIdMappingWorkflowInput) (req *request.Request, output *CreateIdMappingWorkflowOutput) + func (c *EntityResolution) CreateIdMappingWorkflowWithContext(ctx aws.Context, input *CreateIdMappingWorkflowInput, opts ...request.Option) (*CreateIdMappingWorkflowOutput, error) + 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) DeleteIdMappingWorkflow(input *DeleteIdMappingWorkflowInput) (*DeleteIdMappingWorkflowOutput, error) + func (c *EntityResolution) DeleteIdMappingWorkflowRequest(input *DeleteIdMappingWorkflowInput) (req *request.Request, output *DeleteIdMappingWorkflowOutput) + func (c *EntityResolution) DeleteIdMappingWorkflowWithContext(ctx aws.Context, input *DeleteIdMappingWorkflowInput, opts ...request.Option) (*DeleteIdMappingWorkflowOutput, 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) GetIdMappingJob(input *GetIdMappingJobInput) (*GetIdMappingJobOutput, error) + func (c *EntityResolution) GetIdMappingJobRequest(input *GetIdMappingJobInput) (req *request.Request, output *GetIdMappingJobOutput) + func (c *EntityResolution) GetIdMappingJobWithContext(ctx aws.Context, input *GetIdMappingJobInput, opts ...request.Option) (*GetIdMappingJobOutput, error) + func (c *EntityResolution) GetIdMappingWorkflow(input *GetIdMappingWorkflowInput) (*GetIdMappingWorkflowOutput, error) + func (c *EntityResolution) GetIdMappingWorkflowRequest(input *GetIdMappingWorkflowInput) (req *request.Request, output *GetIdMappingWorkflowOutput) + func (c *EntityResolution) GetIdMappingWorkflowWithContext(ctx aws.Context, input *GetIdMappingWorkflowInput, opts ...request.Option) (*GetIdMappingWorkflowOutput, 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) ListIdMappingJobs(input *ListIdMappingJobsInput) (*ListIdMappingJobsOutput, error) + func (c *EntityResolution) ListIdMappingJobsPages(input *ListIdMappingJobsInput, fn func(*ListIdMappingJobsOutput, bool) bool) error + func (c *EntityResolution) ListIdMappingJobsPagesWithContext(ctx aws.Context, input *ListIdMappingJobsInput, ...) error + func (c *EntityResolution) ListIdMappingJobsRequest(input *ListIdMappingJobsInput) (req *request.Request, output *ListIdMappingJobsOutput) + func (c *EntityResolution) ListIdMappingJobsWithContext(ctx aws.Context, input *ListIdMappingJobsInput, opts ...request.Option) (*ListIdMappingJobsOutput, error) + func (c *EntityResolution) ListIdMappingWorkflows(input *ListIdMappingWorkflowsInput) (*ListIdMappingWorkflowsOutput, error) + func (c *EntityResolution) ListIdMappingWorkflowsPages(input *ListIdMappingWorkflowsInput, ...) error + func (c *EntityResolution) ListIdMappingWorkflowsPagesWithContext(ctx aws.Context, input *ListIdMappingWorkflowsInput, ...) error + func (c *EntityResolution) ListIdMappingWorkflowsRequest(input *ListIdMappingWorkflowsInput) (req *request.Request, output *ListIdMappingWorkflowsOutput) + func (c *EntityResolution) ListIdMappingWorkflowsWithContext(ctx aws.Context, input *ListIdMappingWorkflowsInput, opts ...request.Option) (*ListIdMappingWorkflowsOutput, 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) ListProviderServices(input *ListProviderServicesInput) (*ListProviderServicesOutput, error) + func (c *EntityResolution) ListProviderServicesPages(input *ListProviderServicesInput, ...) error + func (c *EntityResolution) ListProviderServicesPagesWithContext(ctx aws.Context, input *ListProviderServicesInput, ...) error + func (c *EntityResolution) ListProviderServicesRequest(input *ListProviderServicesInput) (req *request.Request, output *ListProviderServicesOutput) + func (c *EntityResolution) ListProviderServicesWithContext(ctx aws.Context, input *ListProviderServicesInput, opts ...request.Option) (*ListProviderServicesOutput, 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) StartIdMappingJob(input *StartIdMappingJobInput) (*StartIdMappingJobOutput, error) + func (c *EntityResolution) StartIdMappingJobRequest(input *StartIdMappingJobInput) (req *request.Request, output *StartIdMappingJobOutput) + func (c *EntityResolution) StartIdMappingJobWithContext(ctx aws.Context, input *StartIdMappingJobInput, opts ...request.Option) (*StartIdMappingJobOutput, 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) UpdateIdMappingWorkflow(input *UpdateIdMappingWorkflowInput) (*UpdateIdMappingWorkflowOutput, error) + func (c *EntityResolution) UpdateIdMappingWorkflowRequest(input *UpdateIdMappingWorkflowInput) (req *request.Request, output *UpdateIdMappingWorkflowOutput) + func (c *EntityResolution) UpdateIdMappingWorkflowWithContext(ctx aws.Context, input *UpdateIdMappingWorkflowInput, opts ...request.Option) (*UpdateIdMappingWorkflowOutput, 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) + func (c *EntityResolution) UpdateSchemaMapping(input *UpdateSchemaMappingInput) (*UpdateSchemaMappingOutput, error) + func (c *EntityResolution) UpdateSchemaMappingRequest(input *UpdateSchemaMappingInput) (req *request.Request, output *UpdateSchemaMappingOutput) + func (c *EntityResolution) UpdateSchemaMappingWithContext(ctx aws.Context, input *UpdateSchemaMappingInput, opts ...request.Option) (*UpdateSchemaMappingOutput, 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 + QuotaName *string + QuotaValue *int64 + 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 GetIdMappingJobInput struct + JobId *string + WorkflowName *string + func (s *GetIdMappingJobInput) SetJobId(v string) *GetIdMappingJobInput + func (s *GetIdMappingJobInput) SetWorkflowName(v string) *GetIdMappingJobInput + func (s *GetIdMappingJobInput) Validate() error + func (s GetIdMappingJobInput) GoString() string + func (s GetIdMappingJobInput) String() string + type GetIdMappingJobOutput struct + EndTime *time.Time + ErrorDetails *ErrorDetails + JobId *string + Metrics *IdMappingJobMetrics + StartTime *time.Time + Status *string + func (s *GetIdMappingJobOutput) SetEndTime(v time.Time) *GetIdMappingJobOutput + func (s *GetIdMappingJobOutput) SetErrorDetails(v *ErrorDetails) *GetIdMappingJobOutput + func (s *GetIdMappingJobOutput) SetJobId(v string) *GetIdMappingJobOutput + func (s *GetIdMappingJobOutput) SetMetrics(v *IdMappingJobMetrics) *GetIdMappingJobOutput + func (s *GetIdMappingJobOutput) SetStartTime(v time.Time) *GetIdMappingJobOutput + func (s *GetIdMappingJobOutput) SetStatus(v string) *GetIdMappingJobOutput + func (s GetIdMappingJobOutput) GoString() string + func (s GetIdMappingJobOutput) String() string + type GetIdMappingWorkflowInput struct + WorkflowName *string + func (s *GetIdMappingWorkflowInput) SetWorkflowName(v string) *GetIdMappingWorkflowInput + func (s *GetIdMappingWorkflowInput) Validate() error + func (s GetIdMappingWorkflowInput) GoString() string + func (s GetIdMappingWorkflowInput) String() string + type GetIdMappingWorkflowOutput struct + CreatedAt *time.Time + Description *string + IdMappingTechniques *IdMappingTechniques + InputSourceConfig []*IdMappingWorkflowInputSource + OutputSourceConfig []*IdMappingWorkflowOutputSource + RoleArn *string + Tags map[string]*string + UpdatedAt *time.Time + WorkflowArn *string + WorkflowName *string + func (s *GetIdMappingWorkflowOutput) SetCreatedAt(v time.Time) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetDescription(v string) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetIdMappingTechniques(v *IdMappingTechniques) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetRoleArn(v string) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetTags(v map[string]*string) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetUpdatedAt(v time.Time) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetWorkflowArn(v string) *GetIdMappingWorkflowOutput + func (s *GetIdMappingWorkflowOutput) SetWorkflowName(v string) *GetIdMappingWorkflowOutput + func (s GetIdMappingWorkflowOutput) GoString() string + func (s GetIdMappingWorkflowOutput) 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 + HasWorkflows *bool + 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) SetHasWorkflows(v bool) *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 IdMappingJobMetrics struct + InputRecords *int64 + RecordsNotProcessed *int64 + TotalRecordsProcessed *int64 + func (s *IdMappingJobMetrics) SetInputRecords(v int64) *IdMappingJobMetrics + func (s *IdMappingJobMetrics) SetRecordsNotProcessed(v int64) *IdMappingJobMetrics + func (s *IdMappingJobMetrics) SetTotalRecordsProcessed(v int64) *IdMappingJobMetrics + func (s IdMappingJobMetrics) GoString() string + func (s IdMappingJobMetrics) String() string + type IdMappingTechniques struct + IdMappingType *string + ProviderProperties *ProviderProperties + func (s *IdMappingTechniques) SetIdMappingType(v string) *IdMappingTechniques + func (s *IdMappingTechniques) SetProviderProperties(v *ProviderProperties) *IdMappingTechniques + func (s *IdMappingTechniques) Validate() error + func (s IdMappingTechniques) GoString() string + func (s IdMappingTechniques) String() string + type IdMappingWorkflowInputSource struct + InputSourceARN *string + SchemaName *string + func (s *IdMappingWorkflowInputSource) SetInputSourceARN(v string) *IdMappingWorkflowInputSource + func (s *IdMappingWorkflowInputSource) SetSchemaName(v string) *IdMappingWorkflowInputSource + func (s *IdMappingWorkflowInputSource) Validate() error + func (s IdMappingWorkflowInputSource) GoString() string + func (s IdMappingWorkflowInputSource) String() string + type IdMappingWorkflowOutputSource struct + KMSArn *string + OutputS3Path *string + func (s *IdMappingWorkflowOutputSource) SetKMSArn(v string) *IdMappingWorkflowOutputSource + func (s *IdMappingWorkflowOutputSource) SetOutputS3Path(v string) *IdMappingWorkflowOutputSource + func (s *IdMappingWorkflowOutputSource) Validate() error + func (s IdMappingWorkflowOutputSource) GoString() string + func (s IdMappingWorkflowOutputSource) String() string + type IdMappingWorkflowSummary struct + CreatedAt *time.Time + UpdatedAt *time.Time + WorkflowArn *string + WorkflowName *string + func (s *IdMappingWorkflowSummary) SetCreatedAt(v time.Time) *IdMappingWorkflowSummary + func (s *IdMappingWorkflowSummary) SetUpdatedAt(v time.Time) *IdMappingWorkflowSummary + func (s *IdMappingWorkflowSummary) SetWorkflowArn(v string) *IdMappingWorkflowSummary + func (s *IdMappingWorkflowSummary) SetWorkflowName(v string) *IdMappingWorkflowSummary + func (s IdMappingWorkflowSummary) GoString() string + func (s IdMappingWorkflowSummary) 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 IntermediateSourceConfiguration struct + IntermediateS3Path *string + func (s *IntermediateSourceConfiguration) SetIntermediateS3Path(v string) *IntermediateSourceConfiguration + func (s *IntermediateSourceConfiguration) Validate() error + func (s IntermediateSourceConfiguration) GoString() string + func (s IntermediateSourceConfiguration) 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 ListIdMappingJobsInput struct + MaxResults *int64 + NextToken *string + WorkflowName *string + func (s *ListIdMappingJobsInput) SetMaxResults(v int64) *ListIdMappingJobsInput + func (s *ListIdMappingJobsInput) SetNextToken(v string) *ListIdMappingJobsInput + func (s *ListIdMappingJobsInput) SetWorkflowName(v string) *ListIdMappingJobsInput + func (s *ListIdMappingJobsInput) Validate() error + func (s ListIdMappingJobsInput) GoString() string + func (s ListIdMappingJobsInput) String() string + type ListIdMappingJobsOutput struct + Jobs []*JobSummary + NextToken *string + func (s *ListIdMappingJobsOutput) SetJobs(v []*JobSummary) *ListIdMappingJobsOutput + func (s *ListIdMappingJobsOutput) SetNextToken(v string) *ListIdMappingJobsOutput + func (s ListIdMappingJobsOutput) GoString() string + func (s ListIdMappingJobsOutput) String() string + type ListIdMappingWorkflowsInput struct + MaxResults *int64 + NextToken *string + func (s *ListIdMappingWorkflowsInput) SetMaxResults(v int64) *ListIdMappingWorkflowsInput + func (s *ListIdMappingWorkflowsInput) SetNextToken(v string) *ListIdMappingWorkflowsInput + func (s *ListIdMappingWorkflowsInput) Validate() error + func (s ListIdMappingWorkflowsInput) GoString() string + func (s ListIdMappingWorkflowsInput) String() string + type ListIdMappingWorkflowsOutput struct + NextToken *string + WorkflowSummaries []*IdMappingWorkflowSummary + func (s *ListIdMappingWorkflowsOutput) SetNextToken(v string) *ListIdMappingWorkflowsOutput + func (s *ListIdMappingWorkflowsOutput) SetWorkflowSummaries(v []*IdMappingWorkflowSummary) *ListIdMappingWorkflowsOutput + func (s ListIdMappingWorkflowsOutput) GoString() string + func (s ListIdMappingWorkflowsOutput) 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 ListProviderServicesInput struct + MaxResults *int64 + NextToken *string + ProviderName *string + func (s *ListProviderServicesInput) SetMaxResults(v int64) *ListProviderServicesInput + func (s *ListProviderServicesInput) SetNextToken(v string) *ListProviderServicesInput + func (s *ListProviderServicesInput) SetProviderName(v string) *ListProviderServicesInput + func (s *ListProviderServicesInput) Validate() error + func (s ListProviderServicesInput) GoString() string + func (s ListProviderServicesInput) String() string + type ListProviderServicesOutput struct + NextToken *string + ProviderServiceSummaries []*ProviderServiceSummary + func (s *ListProviderServicesOutput) SetNextToken(v string) *ListProviderServicesOutput + func (s *ListProviderServicesOutput) SetProviderServiceSummaries(v []*ProviderServiceSummary) *ListProviderServicesOutput + func (s ListProviderServicesOutput) GoString() string + func (s ListProviderServicesOutput) 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 + ResolutionType *string + UpdatedAt *time.Time + WorkflowArn *string + WorkflowName *string + func (s *MatchingWorkflowSummary) SetCreatedAt(v time.Time) *MatchingWorkflowSummary + func (s *MatchingWorkflowSummary) SetResolutionType(v string) *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 ProviderProperties struct + IntermediateSourceConfiguration *IntermediateSourceConfiguration + ProviderServiceArn *string + func (s *ProviderProperties) SetIntermediateSourceConfiguration(v *IntermediateSourceConfiguration) *ProviderProperties + func (s *ProviderProperties) SetProviderServiceArn(v string) *ProviderProperties + func (s *ProviderProperties) Validate() error + func (s ProviderProperties) GoString() string + func (s ProviderProperties) String() string + type ProviderServiceSummary struct + ProviderName *string + ProviderServiceArn *string + ProviderServiceDisplayName *string + ProviderServiceName *string + ProviderServiceType *string + func (s *ProviderServiceSummary) SetProviderName(v string) *ProviderServiceSummary + func (s *ProviderServiceSummary) SetProviderServiceArn(v string) *ProviderServiceSummary + func (s *ProviderServiceSummary) SetProviderServiceDisplayName(v string) *ProviderServiceSummary + func (s *ProviderServiceSummary) SetProviderServiceName(v string) *ProviderServiceSummary + func (s *ProviderServiceSummary) SetProviderServiceType(v string) *ProviderServiceSummary + func (s ProviderServiceSummary) GoString() string + func (s ProviderServiceSummary) String() string + type ResolutionTechniques struct + ProviderProperties *ProviderProperties + ResolutionType *string + RuleBasedProperties *RuleBasedProperties + func (s *ResolutionTechniques) SetProviderProperties(v *ProviderProperties) *ResolutionTechniques + 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 + SubType *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) SetSubType(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 + HasWorkflows *bool + SchemaArn *string + SchemaName *string + UpdatedAt *time.Time + func (s *SchemaMappingSummary) SetCreatedAt(v time.Time) *SchemaMappingSummary + func (s *SchemaMappingSummary) SetHasWorkflows(v bool) *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 StartIdMappingJobInput struct + WorkflowName *string + func (s *StartIdMappingJobInput) SetWorkflowName(v string) *StartIdMappingJobInput + func (s *StartIdMappingJobInput) Validate() error + func (s StartIdMappingJobInput) GoString() string + func (s StartIdMappingJobInput) String() string + type StartIdMappingJobOutput struct + JobId *string + func (s *StartIdMappingJobOutput) SetJobId(v string) *StartIdMappingJobOutput + func (s StartIdMappingJobOutput) GoString() string + func (s StartIdMappingJobOutput) 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 UpdateIdMappingWorkflowInput struct + Description *string + IdMappingTechniques *IdMappingTechniques + InputSourceConfig []*IdMappingWorkflowInputSource + OutputSourceConfig []*IdMappingWorkflowOutputSource + RoleArn *string + WorkflowName *string + func (s *UpdateIdMappingWorkflowInput) SetDescription(v string) *UpdateIdMappingWorkflowInput + func (s *UpdateIdMappingWorkflowInput) SetIdMappingTechniques(v *IdMappingTechniques) *UpdateIdMappingWorkflowInput + func (s *UpdateIdMappingWorkflowInput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *UpdateIdMappingWorkflowInput + func (s *UpdateIdMappingWorkflowInput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *UpdateIdMappingWorkflowInput + func (s *UpdateIdMappingWorkflowInput) SetRoleArn(v string) *UpdateIdMappingWorkflowInput + func (s *UpdateIdMappingWorkflowInput) SetWorkflowName(v string) *UpdateIdMappingWorkflowInput + func (s *UpdateIdMappingWorkflowInput) Validate() error + func (s UpdateIdMappingWorkflowInput) GoString() string + func (s UpdateIdMappingWorkflowInput) String() string + type UpdateIdMappingWorkflowOutput struct + Description *string + IdMappingTechniques *IdMappingTechniques + InputSourceConfig []*IdMappingWorkflowInputSource + OutputSourceConfig []*IdMappingWorkflowOutputSource + RoleArn *string + WorkflowArn *string + WorkflowName *string + func (s *UpdateIdMappingWorkflowOutput) SetDescription(v string) *UpdateIdMappingWorkflowOutput + func (s *UpdateIdMappingWorkflowOutput) SetIdMappingTechniques(v *IdMappingTechniques) *UpdateIdMappingWorkflowOutput + func (s *UpdateIdMappingWorkflowOutput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *UpdateIdMappingWorkflowOutput + func (s *UpdateIdMappingWorkflowOutput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *UpdateIdMappingWorkflowOutput + func (s *UpdateIdMappingWorkflowOutput) SetRoleArn(v string) *UpdateIdMappingWorkflowOutput + func (s *UpdateIdMappingWorkflowOutput) SetWorkflowArn(v string) *UpdateIdMappingWorkflowOutput + func (s *UpdateIdMappingWorkflowOutput) SetWorkflowName(v string) *UpdateIdMappingWorkflowOutput + func (s UpdateIdMappingWorkflowOutput) GoString() string + func (s UpdateIdMappingWorkflowOutput) 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 UpdateSchemaMappingInput struct + Description *string + MappedInputFields []*SchemaInputAttribute + SchemaName *string + func (s *UpdateSchemaMappingInput) SetDescription(v string) *UpdateSchemaMappingInput + func (s *UpdateSchemaMappingInput) SetMappedInputFields(v []*SchemaInputAttribute) *UpdateSchemaMappingInput + func (s *UpdateSchemaMappingInput) SetSchemaName(v string) *UpdateSchemaMappingInput + func (s *UpdateSchemaMappingInput) Validate() error + func (s UpdateSchemaMappingInput) GoString() string + func (s UpdateSchemaMappingInput) String() string + type UpdateSchemaMappingOutput struct + Description *string + MappedInputFields []*SchemaInputAttribute + SchemaArn *string + SchemaName *string + func (s *UpdateSchemaMappingOutput) SetDescription(v string) *UpdateSchemaMappingOutput + func (s *UpdateSchemaMappingOutput) SetMappedInputFields(v []*SchemaInputAttribute) *UpdateSchemaMappingOutput + func (s *UpdateSchemaMappingOutput) SetSchemaArn(v string) *UpdateSchemaMappingOutput + func (s *UpdateSchemaMappingOutput) SetSchemaName(v string) *UpdateSchemaMappingOutput + func (s UpdateSchemaMappingOutput) GoString() string + func (s UpdateSchemaMappingOutput) 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