Documentation ¶
Overview ¶
Package entityresolution provides the client and types for making API requests to AWS EntityResolution.
Welcome to the Entity Resolution API Reference.
Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.
With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.
To learn more about Entity Resolution concepts, procedures, and best practices, see the Entity Resolution User Guide (https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html).
See https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10 for more information on this service.
See entityresolution package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/entityresolution/
Using the Client ¶
To contact AWS EntityResolution with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS EntityResolution client EntityResolution for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/entityresolution/#New
Index ¶
- Constants
- 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
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type CreateIdMappingWorkflowInput
- func (s CreateIdMappingWorkflowInput) GoString() 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) String() string
- func (s *CreateIdMappingWorkflowInput) Validate() error
- type CreateIdMappingWorkflowOutput
- func (s CreateIdMappingWorkflowOutput) GoString() 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) String() string
- type CreateMatchingWorkflowInput
- func (s CreateMatchingWorkflowInput) GoString() 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) String() string
- func (s *CreateMatchingWorkflowInput) Validate() error
- type CreateMatchingWorkflowOutput
- func (s CreateMatchingWorkflowOutput) GoString() 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) String() string
- type CreateSchemaMappingInput
- func (s CreateSchemaMappingInput) GoString() 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) String() string
- func (s *CreateSchemaMappingInput) Validate() error
- type CreateSchemaMappingOutput
- func (s CreateSchemaMappingOutput) GoString() 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) String() string
- type DeleteIdMappingWorkflowInput
- type DeleteIdMappingWorkflowOutput
- type DeleteMatchingWorkflowInput
- type DeleteMatchingWorkflowOutput
- type DeleteSchemaMappingInput
- type DeleteSchemaMappingOutput
- type 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
- type ExceedsLimitException
- func (s *ExceedsLimitException) Code() string
- func (s *ExceedsLimitException) Error() string
- func (s ExceedsLimitException) GoString() string
- func (s *ExceedsLimitException) Message() string
- func (s *ExceedsLimitException) OrigErr() error
- func (s *ExceedsLimitException) RequestID() string
- func (s *ExceedsLimitException) StatusCode() int
- func (s ExceedsLimitException) String() string
- type GetIdMappingJobInput
- type GetIdMappingJobOutput
- func (s GetIdMappingJobOutput) GoString() 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) String() string
- type GetIdMappingWorkflowInput
- type GetIdMappingWorkflowOutput
- func (s GetIdMappingWorkflowOutput) GoString() 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) String() string
- type GetMatchIdInput
- type GetMatchIdOutput
- type GetMatchingJobInput
- type GetMatchingJobOutput
- func (s GetMatchingJobOutput) GoString() 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) String() string
- type GetMatchingWorkflowInput
- type GetMatchingWorkflowOutput
- func (s GetMatchingWorkflowOutput) GoString() 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) String() string
- type GetSchemaMappingInput
- type GetSchemaMappingOutput
- func (s GetSchemaMappingOutput) GoString() string
- 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) String() string
- type IdMappingJobMetrics
- func (s IdMappingJobMetrics) GoString() string
- func (s *IdMappingJobMetrics) SetInputRecords(v int64) *IdMappingJobMetrics
- func (s *IdMappingJobMetrics) SetRecordsNotProcessed(v int64) *IdMappingJobMetrics
- func (s *IdMappingJobMetrics) SetTotalRecordsProcessed(v int64) *IdMappingJobMetrics
- func (s IdMappingJobMetrics) String() string
- type IdMappingTechniques
- func (s IdMappingTechniques) GoString() string
- func (s *IdMappingTechniques) SetIdMappingType(v string) *IdMappingTechniques
- func (s *IdMappingTechniques) SetProviderProperties(v *ProviderProperties) *IdMappingTechniques
- func (s IdMappingTechniques) String() string
- func (s *IdMappingTechniques) Validate() error
- type IdMappingWorkflowInputSource
- func (s IdMappingWorkflowInputSource) GoString() string
- func (s *IdMappingWorkflowInputSource) SetInputSourceARN(v string) *IdMappingWorkflowInputSource
- func (s *IdMappingWorkflowInputSource) SetSchemaName(v string) *IdMappingWorkflowInputSource
- func (s IdMappingWorkflowInputSource) String() string
- func (s *IdMappingWorkflowInputSource) Validate() error
- type IdMappingWorkflowOutputSource
- func (s IdMappingWorkflowOutputSource) GoString() string
- func (s *IdMappingWorkflowOutputSource) SetKMSArn(v string) *IdMappingWorkflowOutputSource
- func (s *IdMappingWorkflowOutputSource) SetOutputS3Path(v string) *IdMappingWorkflowOutputSource
- func (s IdMappingWorkflowOutputSource) String() string
- func (s *IdMappingWorkflowOutputSource) Validate() error
- type IdMappingWorkflowSummary
- func (s IdMappingWorkflowSummary) GoString() 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) String() string
- type IncrementalRunConfig
- type InputSource
- func (s InputSource) GoString() 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) String() string
- func (s *InputSource) Validate() error
- type IntermediateSourceConfiguration
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type JobMetrics
- func (s JobMetrics) GoString() string
- 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) String() string
- type JobSummary
- type ListIdMappingJobsInput
- func (s ListIdMappingJobsInput) GoString() 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) String() string
- func (s *ListIdMappingJobsInput) Validate() error
- type ListIdMappingJobsOutput
- type ListIdMappingWorkflowsInput
- func (s ListIdMappingWorkflowsInput) GoString() string
- func (s *ListIdMappingWorkflowsInput) SetMaxResults(v int64) *ListIdMappingWorkflowsInput
- func (s *ListIdMappingWorkflowsInput) SetNextToken(v string) *ListIdMappingWorkflowsInput
- func (s ListIdMappingWorkflowsInput) String() string
- func (s *ListIdMappingWorkflowsInput) Validate() error
- type ListIdMappingWorkflowsOutput
- func (s ListIdMappingWorkflowsOutput) GoString() string
- func (s *ListIdMappingWorkflowsOutput) SetNextToken(v string) *ListIdMappingWorkflowsOutput
- func (s *ListIdMappingWorkflowsOutput) SetWorkflowSummaries(v []*IdMappingWorkflowSummary) *ListIdMappingWorkflowsOutput
- func (s ListIdMappingWorkflowsOutput) String() string
- type ListMatchingJobsInput
- func (s ListMatchingJobsInput) GoString() 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) String() string
- func (s *ListMatchingJobsInput) Validate() error
- type ListMatchingJobsOutput
- type ListMatchingWorkflowsInput
- func (s ListMatchingWorkflowsInput) GoString() string
- func (s *ListMatchingWorkflowsInput) SetMaxResults(v int64) *ListMatchingWorkflowsInput
- func (s *ListMatchingWorkflowsInput) SetNextToken(v string) *ListMatchingWorkflowsInput
- func (s ListMatchingWorkflowsInput) String() string
- func (s *ListMatchingWorkflowsInput) Validate() error
- type ListMatchingWorkflowsOutput
- func (s ListMatchingWorkflowsOutput) GoString() string
- func (s *ListMatchingWorkflowsOutput) SetNextToken(v string) *ListMatchingWorkflowsOutput
- func (s *ListMatchingWorkflowsOutput) SetWorkflowSummaries(v []*MatchingWorkflowSummary) *ListMatchingWorkflowsOutput
- func (s ListMatchingWorkflowsOutput) String() string
- type ListProviderServicesInput
- func (s ListProviderServicesInput) GoString() 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) String() string
- func (s *ListProviderServicesInput) Validate() error
- type ListProviderServicesOutput
- func (s ListProviderServicesOutput) GoString() string
- func (s *ListProviderServicesOutput) SetNextToken(v string) *ListProviderServicesOutput
- func (s *ListProviderServicesOutput) SetProviderServiceSummaries(v []*ProviderServiceSummary) *ListProviderServicesOutput
- func (s ListProviderServicesOutput) String() string
- type ListSchemaMappingsInput
- func (s ListSchemaMappingsInput) GoString() string
- func (s *ListSchemaMappingsInput) SetMaxResults(v int64) *ListSchemaMappingsInput
- func (s *ListSchemaMappingsInput) SetNextToken(v string) *ListSchemaMappingsInput
- func (s ListSchemaMappingsInput) String() string
- func (s *ListSchemaMappingsInput) Validate() error
- type ListSchemaMappingsOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type MatchingWorkflowSummary
- func (s MatchingWorkflowSummary) GoString() 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) String() string
- type OutputAttribute
- type OutputSource
- func (s OutputSource) GoString() 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) String() string
- func (s *OutputSource) Validate() error
- type ProviderProperties
- func (s ProviderProperties) GoString() string
- func (s *ProviderProperties) SetIntermediateSourceConfiguration(v *IntermediateSourceConfiguration) *ProviderProperties
- func (s *ProviderProperties) SetProviderServiceArn(v string) *ProviderProperties
- func (s ProviderProperties) String() string
- func (s *ProviderProperties) Validate() error
- type ProviderServiceSummary
- func (s ProviderServiceSummary) GoString() 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) String() string
- type ResolutionTechniques
- func (s ResolutionTechniques) GoString() string
- func (s *ResolutionTechniques) SetProviderProperties(v *ProviderProperties) *ResolutionTechniques
- func (s *ResolutionTechniques) SetResolutionType(v string) *ResolutionTechniques
- func (s *ResolutionTechniques) SetRuleBasedProperties(v *RuleBasedProperties) *ResolutionTechniques
- func (s ResolutionTechniques) String() string
- func (s *ResolutionTechniques) Validate() error
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type Rule
- type RuleBasedProperties
- type SchemaInputAttribute
- func (s SchemaInputAttribute) GoString() 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) String() string
- func (s *SchemaInputAttribute) Validate() error
- type SchemaMappingSummary
- func (s SchemaMappingSummary) GoString() string
- 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) String() string
- type StartIdMappingJobInput
- type StartIdMappingJobOutput
- type StartMatchingJobInput
- type StartMatchingJobOutput
- type TagResourceInput
- type TagResourceOutput
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateIdMappingWorkflowInput
- func (s UpdateIdMappingWorkflowInput) GoString() 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) String() string
- func (s *UpdateIdMappingWorkflowInput) Validate() error
- type UpdateIdMappingWorkflowOutput
- func (s UpdateIdMappingWorkflowOutput) GoString() 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) String() string
- type UpdateMatchingWorkflowInput
- func (s UpdateMatchingWorkflowInput) GoString() 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) String() string
- func (s *UpdateMatchingWorkflowInput) Validate() error
- type UpdateMatchingWorkflowOutput
- func (s UpdateMatchingWorkflowOutput) GoString() 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) String() string
- type UpdateSchemaMappingInput
- func (s UpdateSchemaMappingInput) GoString() 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) String() string
- func (s *UpdateSchemaMappingInput) Validate() error
- type UpdateSchemaMappingOutput
- func (s UpdateSchemaMappingOutput) GoString() 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) String() string
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
Constants ¶
const ( // AttributeMatchingModelOneToOne is a AttributeMatchingModel enum value AttributeMatchingModelOneToOne = "ONE_TO_ONE" // AttributeMatchingModelManyToMany is a AttributeMatchingModel enum value AttributeMatchingModelManyToMany = "MANY_TO_MANY" )
const ( // JobStatusRunning is a JobStatus enum value JobStatusRunning = "RUNNING" // JobStatusSucceeded is a JobStatus enum value JobStatusSucceeded = "SUCCEEDED" // JobStatusFailed is a JobStatus enum value JobStatusFailed = "FAILED" // JobStatusQueued is a JobStatus enum value JobStatusQueued = "QUEUED" )
const ( // ResolutionTypeRuleMatching is a ResolutionType enum value ResolutionTypeRuleMatching = "RULE_MATCHING" // ResolutionTypeMlMatching is a ResolutionType enum value ResolutionTypeMlMatching = "ML_MATCHING" // ResolutionTypeProvider is a ResolutionType enum value ResolutionTypeProvider = "PROVIDER" )
const ( // SchemaAttributeTypeName is a SchemaAttributeType enum value SchemaAttributeTypeName = "NAME" // SchemaAttributeTypeNameFirst is a SchemaAttributeType enum value SchemaAttributeTypeNameFirst = "NAME_FIRST" // SchemaAttributeTypeNameMiddle is a SchemaAttributeType enum value SchemaAttributeTypeNameMiddle = "NAME_MIDDLE" // SchemaAttributeTypeNameLast is a SchemaAttributeType enum value SchemaAttributeTypeNameLast = "NAME_LAST" // SchemaAttributeTypeAddress is a SchemaAttributeType enum value SchemaAttributeTypeAddress = "ADDRESS" // SchemaAttributeTypeAddressStreet1 is a SchemaAttributeType enum value SchemaAttributeTypeAddressStreet1 = "ADDRESS_STREET1" // SchemaAttributeTypeAddressStreet2 is a SchemaAttributeType enum value SchemaAttributeTypeAddressStreet2 = "ADDRESS_STREET2" // SchemaAttributeTypeAddressStreet3 is a SchemaAttributeType enum value SchemaAttributeTypeAddressStreet3 = "ADDRESS_STREET3" // SchemaAttributeTypeAddressCity is a SchemaAttributeType enum value SchemaAttributeTypeAddressCity = "ADDRESS_CITY" // SchemaAttributeTypeAddressState is a SchemaAttributeType enum value SchemaAttributeTypeAddressState = "ADDRESS_STATE" // SchemaAttributeTypeAddressCountry is a SchemaAttributeType enum value SchemaAttributeTypeAddressCountry = "ADDRESS_COUNTRY" // SchemaAttributeTypeAddressPostalcode is a SchemaAttributeType enum value SchemaAttributeTypeAddressPostalcode = "ADDRESS_POSTALCODE" // SchemaAttributeTypePhone is a SchemaAttributeType enum value SchemaAttributeTypePhone = "PHONE" // SchemaAttributeTypePhoneNumber is a SchemaAttributeType enum value SchemaAttributeTypePhoneNumber = "PHONE_NUMBER" // SchemaAttributeTypePhoneCountrycode is a SchemaAttributeType enum value SchemaAttributeTypePhoneCountrycode = "PHONE_COUNTRYCODE" // SchemaAttributeTypeEmailAddress is a SchemaAttributeType enum value SchemaAttributeTypeEmailAddress = "EMAIL_ADDRESS" // SchemaAttributeTypeUniqueId is a SchemaAttributeType enum value SchemaAttributeTypeUniqueId = "UNIQUE_ID" // SchemaAttributeTypeDate is a SchemaAttributeType enum value SchemaAttributeTypeDate = "DATE" // SchemaAttributeTypeString is a SchemaAttributeType enum value SchemaAttributeTypeString = "STRING" // SchemaAttributeTypeProviderId is a SchemaAttributeType enum value SchemaAttributeTypeProviderId = "PROVIDER_ID" )
const ( // ServiceTypeAssignment is a ServiceType enum value ServiceTypeAssignment = "ASSIGNMENT" // ServiceTypeIdMapping is a ServiceType enum value ServiceTypeIdMapping = "ID_MAPPING" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You do not have sufficient access to perform this action. HTTP Status Code: // 403 ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeConflictException for service response error code // "ConflictException". // // The request could not be processed because of conflict in the current state // of the resource. Example: Workflow already exists, Schema already exists, // Workflow is currently running, etc. HTTP Status Code: 400 ErrCodeConflictException = "ConflictException" // ErrCodeExceedsLimitException for service response error code // "ExceedsLimitException". // // The request was rejected because it attempted to create resources beyond // the current Entity Resolution account limits. The error message describes // the limit exceeded. HTTP Status Code: 402 ErrCodeExceedsLimitException = "ExceedsLimitException" // ErrCodeInternalServerException for service response error code // "InternalServerException". // // This exception occurs when there is an internal failure in the Entity Resolution // service. HTTP Status Code: 500 ErrCodeInternalServerException = "InternalServerException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The resource could not be found. HTTP Status Code: 404 ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The request was denied due to request throttling. HTTP Status Code: 429 ErrCodeThrottlingException = "ThrottlingException" // ErrCodeValidationException for service response error code // "ValidationException". // // The input fails to satisfy the constraints specified by Entity Resolution. // HTTP Status Code: 400 ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "EntityResolution" // Name of service. EndpointsID = "entityresolution" // ID to lookup a service endpoint with. ServiceID = "EntityResolution" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// IdMappingTypeProvider is a IdMappingType enum value
IdMappingTypeProvider = "PROVIDER"
)
const (
// IncrementalRunTypeImmediate is a IncrementalRunType enum value
IncrementalRunTypeImmediate = "IMMEDIATE"
)
Variables ¶
This section is empty.
Functions ¶
func AttributeMatchingModel_Values ¶
func AttributeMatchingModel_Values() []string
AttributeMatchingModel_Values returns all elements of the AttributeMatchingModel enum
func IdMappingType_Values ¶ added in v1.45.26
func IdMappingType_Values() []string
IdMappingType_Values returns all elements of the IdMappingType enum
func IncrementalRunType_Values ¶
func IncrementalRunType_Values() []string
IncrementalRunType_Values returns all elements of the IncrementalRunType enum
func JobStatus_Values ¶
func JobStatus_Values() []string
JobStatus_Values returns all elements of the JobStatus enum
func ResolutionType_Values ¶
func ResolutionType_Values() []string
ResolutionType_Values returns all elements of the ResolutionType enum
func SchemaAttributeType_Values ¶
func SchemaAttributeType_Values() []string
SchemaAttributeType_Values returns all elements of the SchemaAttributeType enum
func ServiceType_Values ¶ added in v1.45.26
func ServiceType_Values() []string
ServiceType_Values returns all elements of the ServiceType enum
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // contains filtered or unexported fields }
You do not have sufficient access to perform this action. HTTP Status Code: 403
func (*AccessDeniedException) Code ¶
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictException ¶
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // contains filtered or unexported fields }
The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
func (*ConflictException) Code ¶
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateIdMappingWorkflowInput ¶ added in v1.45.26
type CreateIdMappingWorkflowInput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines the idMappingType and the providerProperties. // // IdMappingTechniques is a required field IdMappingTechniques *IdMappingTechniques `locationName:"idMappingTechniques" type:"structure" required:"true"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*IdMappingWorkflowInputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of IdMappingWorkflowOutputSource objects, each of which contains fields // OutputS3Path and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*IdMappingWorkflowOutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to create resources on your behalf as part of workflow execution. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. Tags map[string]*string `locationName:"tags" type:"map"` // The name of the workflow. There can't be multiple IdMappingWorkflows with // the same name. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateIdMappingWorkflowInput) GoString ¶ added in v1.45.26
func (s CreateIdMappingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateIdMappingWorkflowInput) SetDescription ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetDescription(v string) *CreateIdMappingWorkflowInput
SetDescription sets the Description field's value.
func (*CreateIdMappingWorkflowInput) SetIdMappingTechniques ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetIdMappingTechniques(v *IdMappingTechniques) *CreateIdMappingWorkflowInput
SetIdMappingTechniques sets the IdMappingTechniques field's value.
func (*CreateIdMappingWorkflowInput) SetInputSourceConfig ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *CreateIdMappingWorkflowInput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*CreateIdMappingWorkflowInput) SetOutputSourceConfig ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *CreateIdMappingWorkflowInput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*CreateIdMappingWorkflowInput) SetRoleArn ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetRoleArn(v string) *CreateIdMappingWorkflowInput
SetRoleArn sets the RoleArn field's value.
func (*CreateIdMappingWorkflowInput) SetTags ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetTags(v map[string]*string) *CreateIdMappingWorkflowInput
SetTags sets the Tags field's value.
func (*CreateIdMappingWorkflowInput) SetWorkflowName ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) SetWorkflowName(v string) *CreateIdMappingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (CreateIdMappingWorkflowInput) String ¶ added in v1.45.26
func (s CreateIdMappingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateIdMappingWorkflowInput) Validate ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIdMappingWorkflowOutput ¶ added in v1.45.26
type CreateIdMappingWorkflowOutput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines the idMappingType and the providerProperties. // // IdMappingTechniques is a required field IdMappingTechniques *IdMappingTechniques `locationName:"idMappingTechniques" type:"structure" required:"true"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*IdMappingWorkflowInputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of IdMappingWorkflowOutputSource objects, each of which contains fields // OutputS3Path and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*IdMappingWorkflowOutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to create resources on your behalf as part of workflow execution. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow. // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateIdMappingWorkflowOutput) GoString ¶ added in v1.45.26
func (s CreateIdMappingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateIdMappingWorkflowOutput) SetDescription ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetDescription(v string) *CreateIdMappingWorkflowOutput
SetDescription sets the Description field's value.
func (*CreateIdMappingWorkflowOutput) SetIdMappingTechniques ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetIdMappingTechniques(v *IdMappingTechniques) *CreateIdMappingWorkflowOutput
SetIdMappingTechniques sets the IdMappingTechniques field's value.
func (*CreateIdMappingWorkflowOutput) SetInputSourceConfig ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *CreateIdMappingWorkflowOutput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*CreateIdMappingWorkflowOutput) SetOutputSourceConfig ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *CreateIdMappingWorkflowOutput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*CreateIdMappingWorkflowOutput) SetRoleArn ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetRoleArn(v string) *CreateIdMappingWorkflowOutput
SetRoleArn sets the RoleArn field's value.
func (*CreateIdMappingWorkflowOutput) SetWorkflowArn ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetWorkflowArn(v string) *CreateIdMappingWorkflowOutput
SetWorkflowArn sets the WorkflowArn field's value.
func (*CreateIdMappingWorkflowOutput) SetWorkflowName ¶ added in v1.45.26
func (s *CreateIdMappingWorkflowOutput) SetWorkflowName(v string) *CreateIdMappingWorkflowOutput
SetWorkflowName sets the WorkflowName field's value.
func (CreateIdMappingWorkflowOutput) String ¶ added in v1.45.26
func (s CreateIdMappingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateMatchingWorkflowInput ¶
type CreateMatchingWorkflowInput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines an incremental run type and has only incrementalRunType // as a field. IncrementalRunConfig *IncrementalRunConfig `locationName:"incrementalRunConfig" type:"structure"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*InputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path, // ApplyNormalization, and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*OutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // An object which defines the resolutionType and the ruleBasedProperties. // // ResolutionTechniques is a required field ResolutionTechniques *ResolutionTechniques `locationName:"resolutionTechniques" type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to create resources on your behalf as part of workflow execution. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. Tags map[string]*string `locationName:"tags" type:"map"` // The name of the workflow. There can't be multiple MatchingWorkflows with // the same name. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateMatchingWorkflowInput) GoString ¶
func (s CreateMatchingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateMatchingWorkflowInput) SetDescription ¶
func (s *CreateMatchingWorkflowInput) SetDescription(v string) *CreateMatchingWorkflowInput
SetDescription sets the Description field's value.
func (*CreateMatchingWorkflowInput) SetIncrementalRunConfig ¶
func (s *CreateMatchingWorkflowInput) SetIncrementalRunConfig(v *IncrementalRunConfig) *CreateMatchingWorkflowInput
SetIncrementalRunConfig sets the IncrementalRunConfig field's value.
func (*CreateMatchingWorkflowInput) SetInputSourceConfig ¶
func (s *CreateMatchingWorkflowInput) SetInputSourceConfig(v []*InputSource) *CreateMatchingWorkflowInput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*CreateMatchingWorkflowInput) SetOutputSourceConfig ¶
func (s *CreateMatchingWorkflowInput) SetOutputSourceConfig(v []*OutputSource) *CreateMatchingWorkflowInput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*CreateMatchingWorkflowInput) SetResolutionTechniques ¶
func (s *CreateMatchingWorkflowInput) SetResolutionTechniques(v *ResolutionTechniques) *CreateMatchingWorkflowInput
SetResolutionTechniques sets the ResolutionTechniques field's value.
func (*CreateMatchingWorkflowInput) SetRoleArn ¶
func (s *CreateMatchingWorkflowInput) SetRoleArn(v string) *CreateMatchingWorkflowInput
SetRoleArn sets the RoleArn field's value.
func (*CreateMatchingWorkflowInput) SetTags ¶
func (s *CreateMatchingWorkflowInput) SetTags(v map[string]*string) *CreateMatchingWorkflowInput
SetTags sets the Tags field's value.
func (*CreateMatchingWorkflowInput) SetWorkflowName ¶
func (s *CreateMatchingWorkflowInput) SetWorkflowName(v string) *CreateMatchingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (CreateMatchingWorkflowInput) String ¶
func (s CreateMatchingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateMatchingWorkflowInput) Validate ¶
func (s *CreateMatchingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMatchingWorkflowOutput ¶
type CreateMatchingWorkflowOutput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines an incremental run type and has only incrementalRunType // as a field. IncrementalRunConfig *IncrementalRunConfig `locationName:"incrementalRunConfig" type:"structure"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*InputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path, // ApplyNormalization, and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*OutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // An object which defines the resolutionType and the ruleBasedProperties. // // ResolutionTechniques is a required field ResolutionTechniques *ResolutionTechniques `locationName:"resolutionTechniques" type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to create resources on your behalf as part of workflow execution. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow. // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateMatchingWorkflowOutput) GoString ¶
func (s CreateMatchingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateMatchingWorkflowOutput) SetDescription ¶
func (s *CreateMatchingWorkflowOutput) SetDescription(v string) *CreateMatchingWorkflowOutput
SetDescription sets the Description field's value.
func (*CreateMatchingWorkflowOutput) SetIncrementalRunConfig ¶
func (s *CreateMatchingWorkflowOutput) SetIncrementalRunConfig(v *IncrementalRunConfig) *CreateMatchingWorkflowOutput
SetIncrementalRunConfig sets the IncrementalRunConfig field's value.
func (*CreateMatchingWorkflowOutput) SetInputSourceConfig ¶
func (s *CreateMatchingWorkflowOutput) SetInputSourceConfig(v []*InputSource) *CreateMatchingWorkflowOutput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*CreateMatchingWorkflowOutput) SetOutputSourceConfig ¶
func (s *CreateMatchingWorkflowOutput) SetOutputSourceConfig(v []*OutputSource) *CreateMatchingWorkflowOutput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*CreateMatchingWorkflowOutput) SetResolutionTechniques ¶
func (s *CreateMatchingWorkflowOutput) SetResolutionTechniques(v *ResolutionTechniques) *CreateMatchingWorkflowOutput
SetResolutionTechniques sets the ResolutionTechniques field's value.
func (*CreateMatchingWorkflowOutput) SetRoleArn ¶
func (s *CreateMatchingWorkflowOutput) SetRoleArn(v string) *CreateMatchingWorkflowOutput
SetRoleArn sets the RoleArn field's value.
func (*CreateMatchingWorkflowOutput) SetWorkflowArn ¶
func (s *CreateMatchingWorkflowOutput) SetWorkflowArn(v string) *CreateMatchingWorkflowOutput
SetWorkflowArn sets the WorkflowArn field's value.
func (*CreateMatchingWorkflowOutput) SetWorkflowName ¶
func (s *CreateMatchingWorkflowOutput) SetWorkflowName(v string) *CreateMatchingWorkflowOutput
SetWorkflowName sets the WorkflowName field's value.
func (CreateMatchingWorkflowOutput) String ¶
func (s CreateMatchingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSchemaMappingInput ¶
type CreateSchemaMappingInput struct { // A description of the schema. Description *string `locationName:"description" type:"string"` // A list of MappedInputFields. Each MappedInputField corresponds to a column // the source data table, and contains column name plus additional information // that Entity Resolution uses for matching. // // MappedInputFields is a required field MappedInputFields []*SchemaInputAttribute `locationName:"mappedInputFields" min:"2" type:"list" required:"true"` // The name of the schema. There can't be multiple SchemaMappings with the same // name. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (CreateSchemaMappingInput) GoString ¶
func (s CreateSchemaMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSchemaMappingInput) SetDescription ¶
func (s *CreateSchemaMappingInput) SetDescription(v string) *CreateSchemaMappingInput
SetDescription sets the Description field's value.
func (*CreateSchemaMappingInput) SetMappedInputFields ¶
func (s *CreateSchemaMappingInput) SetMappedInputFields(v []*SchemaInputAttribute) *CreateSchemaMappingInput
SetMappedInputFields sets the MappedInputFields field's value.
func (*CreateSchemaMappingInput) SetSchemaName ¶
func (s *CreateSchemaMappingInput) SetSchemaName(v string) *CreateSchemaMappingInput
SetSchemaName sets the SchemaName field's value.
func (*CreateSchemaMappingInput) SetTags ¶
func (s *CreateSchemaMappingInput) SetTags(v map[string]*string) *CreateSchemaMappingInput
SetTags sets the Tags field's value.
func (CreateSchemaMappingInput) String ¶
func (s CreateSchemaMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSchemaMappingInput) Validate ¶
func (s *CreateSchemaMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSchemaMappingOutput ¶
type CreateSchemaMappingOutput struct { // A description of the schema. // // Description is a required field Description *string `locationName:"description" type:"string" required:"true"` // A list of MappedInputFields. Each MappedInputField corresponds to a column // the source data table, and contains column name plus additional information // that Entity Resolution uses for matching. // // MappedInputFields is a required field MappedInputFields []*SchemaInputAttribute `locationName:"mappedInputFields" min:"2" type:"list" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping. // // SchemaArn is a required field SchemaArn *string `locationName:"schemaArn" type:"string" required:"true"` // The name of the schema. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateSchemaMappingOutput) GoString ¶
func (s CreateSchemaMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSchemaMappingOutput) SetDescription ¶
func (s *CreateSchemaMappingOutput) SetDescription(v string) *CreateSchemaMappingOutput
SetDescription sets the Description field's value.
func (*CreateSchemaMappingOutput) SetMappedInputFields ¶
func (s *CreateSchemaMappingOutput) SetMappedInputFields(v []*SchemaInputAttribute) *CreateSchemaMappingOutput
SetMappedInputFields sets the MappedInputFields field's value.
func (*CreateSchemaMappingOutput) SetSchemaArn ¶
func (s *CreateSchemaMappingOutput) SetSchemaArn(v string) *CreateSchemaMappingOutput
SetSchemaArn sets the SchemaArn field's value.
func (*CreateSchemaMappingOutput) SetSchemaName ¶
func (s *CreateSchemaMappingOutput) SetSchemaName(v string) *CreateSchemaMappingOutput
SetSchemaName sets the SchemaName field's value.
func (CreateSchemaMappingOutput) String ¶
func (s CreateSchemaMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteIdMappingWorkflowInput ¶ added in v1.45.26
type DeleteIdMappingWorkflowInput struct { // The name of the workflow to be deleted. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteIdMappingWorkflowInput) GoString ¶ added in v1.45.26
func (s DeleteIdMappingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteIdMappingWorkflowInput) SetWorkflowName ¶ added in v1.45.26
func (s *DeleteIdMappingWorkflowInput) SetWorkflowName(v string) *DeleteIdMappingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (DeleteIdMappingWorkflowInput) String ¶ added in v1.45.26
func (s DeleteIdMappingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteIdMappingWorkflowInput) Validate ¶ added in v1.45.26
func (s *DeleteIdMappingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteIdMappingWorkflowOutput ¶ added in v1.45.26
type DeleteIdMappingWorkflowOutput struct { // A successful operation message. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteIdMappingWorkflowOutput) GoString ¶ added in v1.45.26
func (s DeleteIdMappingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteIdMappingWorkflowOutput) SetMessage ¶ added in v1.45.26
func (s *DeleteIdMappingWorkflowOutput) SetMessage(v string) *DeleteIdMappingWorkflowOutput
SetMessage sets the Message field's value.
func (DeleteIdMappingWorkflowOutput) String ¶ added in v1.45.26
func (s DeleteIdMappingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteMatchingWorkflowInput ¶
type DeleteMatchingWorkflowInput struct { // The name of the workflow to be retrieved. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteMatchingWorkflowInput) GoString ¶
func (s DeleteMatchingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteMatchingWorkflowInput) SetWorkflowName ¶
func (s *DeleteMatchingWorkflowInput) SetWorkflowName(v string) *DeleteMatchingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (DeleteMatchingWorkflowInput) String ¶
func (s DeleteMatchingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteMatchingWorkflowInput) Validate ¶
func (s *DeleteMatchingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMatchingWorkflowOutput ¶
type DeleteMatchingWorkflowOutput struct { // A successful operation message. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteMatchingWorkflowOutput) GoString ¶
func (s DeleteMatchingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteMatchingWorkflowOutput) SetMessage ¶
func (s *DeleteMatchingWorkflowOutput) SetMessage(v string) *DeleteMatchingWorkflowOutput
SetMessage sets the Message field's value.
func (DeleteMatchingWorkflowOutput) String ¶
func (s DeleteMatchingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSchemaMappingInput ¶
type DeleteSchemaMappingInput struct { // The name of the schema to delete. // // SchemaName is a required field SchemaName *string `location:"uri" locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSchemaMappingInput) GoString ¶
func (s DeleteSchemaMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSchemaMappingInput) SetSchemaName ¶
func (s *DeleteSchemaMappingInput) SetSchemaName(v string) *DeleteSchemaMappingInput
SetSchemaName sets the SchemaName field's value.
func (DeleteSchemaMappingInput) String ¶
func (s DeleteSchemaMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSchemaMappingInput) Validate ¶
func (s *DeleteSchemaMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSchemaMappingOutput ¶
type DeleteSchemaMappingOutput struct { // A successful operation message. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSchemaMappingOutput) GoString ¶
func (s DeleteSchemaMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSchemaMappingOutput) SetMessage ¶
func (s *DeleteSchemaMappingOutput) SetMessage(v string) *DeleteSchemaMappingOutput
SetMessage sets the Message field's value.
func (DeleteSchemaMappingOutput) String ¶
func (s DeleteSchemaMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EntityResolution ¶
EntityResolution provides the API operation methods for making requests to AWS EntityResolution. See this package's package overview docs for details on the service.
EntityResolution methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *EntityResolution
New creates a new instance of the EntityResolution client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a EntityResolution client from just a session. svc := entityresolution.New(mySession) // Create a EntityResolution client with additional configuration svc := entityresolution.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*EntityResolution) CreateIdMappingWorkflow ¶ added in v1.45.26
func (c *EntityResolution) CreateIdMappingWorkflow(input *CreateIdMappingWorkflowInput) (*CreateIdMappingWorkflowOutput, error)
CreateIdMappingWorkflow API operation for AWS EntityResolution.
Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation CreateIdMappingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ExceedsLimitException The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateIdMappingWorkflow
func (*EntityResolution) CreateIdMappingWorkflowRequest ¶ added in v1.45.26
func (c *EntityResolution) CreateIdMappingWorkflowRequest(input *CreateIdMappingWorkflowInput) (req *request.Request, output *CreateIdMappingWorkflowOutput)
CreateIdMappingWorkflowRequest generates a "aws/request.Request" representing the client's request for the CreateIdMappingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateIdMappingWorkflow for more information on using the CreateIdMappingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateIdMappingWorkflowRequest method. req, resp := client.CreateIdMappingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateIdMappingWorkflow
func (*EntityResolution) CreateIdMappingWorkflowWithContext ¶ added in v1.45.26
func (c *EntityResolution) CreateIdMappingWorkflowWithContext(ctx aws.Context, input *CreateIdMappingWorkflowInput, opts ...request.Option) (*CreateIdMappingWorkflowOutput, error)
CreateIdMappingWorkflowWithContext is the same as CreateIdMappingWorkflow with the addition of the ability to pass a context and additional request options.
See CreateIdMappingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) CreateMatchingWorkflow ¶
func (c *EntityResolution) CreateMatchingWorkflow(input *CreateMatchingWorkflowInput) (*CreateMatchingWorkflowOutput, error)
CreateMatchingWorkflow API operation for AWS EntityResolution.
Creates a MatchingWorkflow object which stores the configuration of the data processing job to be run. It is important to note that there should not be a pre-existing MatchingWorkflow with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation CreateMatchingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ExceedsLimitException The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateMatchingWorkflow
func (*EntityResolution) CreateMatchingWorkflowRequest ¶
func (c *EntityResolution) CreateMatchingWorkflowRequest(input *CreateMatchingWorkflowInput) (req *request.Request, output *CreateMatchingWorkflowOutput)
CreateMatchingWorkflowRequest generates a "aws/request.Request" representing the client's request for the CreateMatchingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateMatchingWorkflow for more information on using the CreateMatchingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateMatchingWorkflowRequest method. req, resp := client.CreateMatchingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateMatchingWorkflow
func (*EntityResolution) CreateMatchingWorkflowWithContext ¶
func (c *EntityResolution) CreateMatchingWorkflowWithContext(ctx aws.Context, input *CreateMatchingWorkflowInput, opts ...request.Option) (*CreateMatchingWorkflowOutput, error)
CreateMatchingWorkflowWithContext is the same as CreateMatchingWorkflow with the addition of the ability to pass a context and additional request options.
See CreateMatchingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) CreateSchemaMapping ¶
func (c *EntityResolution) CreateSchemaMapping(input *CreateSchemaMappingInput) (*CreateSchemaMappingOutput, error)
CreateSchemaMapping API operation for AWS EntityResolution.
Creates a schema mapping, which defines the schema of the input customer records table. The SchemaMapping also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation CreateSchemaMapping for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ExceedsLimitException The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateSchemaMapping
func (*EntityResolution) CreateSchemaMappingRequest ¶
func (c *EntityResolution) CreateSchemaMappingRequest(input *CreateSchemaMappingInput) (req *request.Request, output *CreateSchemaMappingOutput)
CreateSchemaMappingRequest generates a "aws/request.Request" representing the client's request for the CreateSchemaMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSchemaMapping for more information on using the CreateSchemaMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSchemaMappingRequest method. req, resp := client.CreateSchemaMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CreateSchemaMapping
func (*EntityResolution) CreateSchemaMappingWithContext ¶
func (c *EntityResolution) CreateSchemaMappingWithContext(ctx aws.Context, input *CreateSchemaMappingInput, opts ...request.Option) (*CreateSchemaMappingOutput, error)
CreateSchemaMappingWithContext is the same as CreateSchemaMapping with the addition of the ability to pass a context and additional request options.
See CreateSchemaMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) DeleteIdMappingWorkflow ¶ added in v1.45.26
func (c *EntityResolution) DeleteIdMappingWorkflow(input *DeleteIdMappingWorkflowInput) (*DeleteIdMappingWorkflowOutput, error)
DeleteIdMappingWorkflow API operation for AWS EntityResolution.
Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation DeleteIdMappingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteIdMappingWorkflow
func (*EntityResolution) DeleteIdMappingWorkflowRequest ¶ added in v1.45.26
func (c *EntityResolution) DeleteIdMappingWorkflowRequest(input *DeleteIdMappingWorkflowInput) (req *request.Request, output *DeleteIdMappingWorkflowOutput)
DeleteIdMappingWorkflowRequest generates a "aws/request.Request" representing the client's request for the DeleteIdMappingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteIdMappingWorkflow for more information on using the DeleteIdMappingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteIdMappingWorkflowRequest method. req, resp := client.DeleteIdMappingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteIdMappingWorkflow
func (*EntityResolution) DeleteIdMappingWorkflowWithContext ¶ added in v1.45.26
func (c *EntityResolution) DeleteIdMappingWorkflowWithContext(ctx aws.Context, input *DeleteIdMappingWorkflowInput, opts ...request.Option) (*DeleteIdMappingWorkflowOutput, error)
DeleteIdMappingWorkflowWithContext is the same as DeleteIdMappingWorkflow with the addition of the ability to pass a context and additional request options.
See DeleteIdMappingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) DeleteMatchingWorkflow ¶
func (c *EntityResolution) DeleteMatchingWorkflow(input *DeleteMatchingWorkflowInput) (*DeleteMatchingWorkflowOutput, error)
DeleteMatchingWorkflow API operation for AWS EntityResolution.
Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation DeleteMatchingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteMatchingWorkflow
func (*EntityResolution) DeleteMatchingWorkflowRequest ¶
func (c *EntityResolution) DeleteMatchingWorkflowRequest(input *DeleteMatchingWorkflowInput) (req *request.Request, output *DeleteMatchingWorkflowOutput)
DeleteMatchingWorkflowRequest generates a "aws/request.Request" representing the client's request for the DeleteMatchingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteMatchingWorkflow for more information on using the DeleteMatchingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteMatchingWorkflowRequest method. req, resp := client.DeleteMatchingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteMatchingWorkflow
func (*EntityResolution) DeleteMatchingWorkflowWithContext ¶
func (c *EntityResolution) DeleteMatchingWorkflowWithContext(ctx aws.Context, input *DeleteMatchingWorkflowInput, opts ...request.Option) (*DeleteMatchingWorkflowOutput, error)
DeleteMatchingWorkflowWithContext is the same as DeleteMatchingWorkflow with the addition of the ability to pass a context and additional request options.
See DeleteMatchingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) DeleteSchemaMapping ¶
func (c *EntityResolution) DeleteSchemaMapping(input *DeleteSchemaMappingInput) (*DeleteSchemaMappingOutput, error)
DeleteSchemaMapping API operation for AWS EntityResolution.
Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a MatchingWorkflow object that references the SchemaMapping in the workflow's InputSourceConfig.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation DeleteSchemaMapping for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteSchemaMapping
func (*EntityResolution) DeleteSchemaMappingRequest ¶
func (c *EntityResolution) DeleteSchemaMappingRequest(input *DeleteSchemaMappingInput) (req *request.Request, output *DeleteSchemaMappingOutput)
DeleteSchemaMappingRequest generates a "aws/request.Request" representing the client's request for the DeleteSchemaMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSchemaMapping for more information on using the DeleteSchemaMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSchemaMappingRequest method. req, resp := client.DeleteSchemaMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteSchemaMapping
func (*EntityResolution) DeleteSchemaMappingWithContext ¶
func (c *EntityResolution) DeleteSchemaMappingWithContext(ctx aws.Context, input *DeleteSchemaMappingInput, opts ...request.Option) (*DeleteSchemaMappingOutput, error)
DeleteSchemaMappingWithContext is the same as DeleteSchemaMapping with the addition of the ability to pass a context and additional request options.
See DeleteSchemaMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) GetIdMappingJob ¶ added in v1.45.26
func (c *EntityResolution) GetIdMappingJob(input *GetIdMappingJobInput) (*GetIdMappingJobOutput, error)
GetIdMappingJob API operation for AWS EntityResolution.
Gets the status, metrics, and errors (if there are any) that are associated with a job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation GetIdMappingJob for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetIdMappingJob
func (*EntityResolution) GetIdMappingJobRequest ¶ added in v1.45.26
func (c *EntityResolution) GetIdMappingJobRequest(input *GetIdMappingJobInput) (req *request.Request, output *GetIdMappingJobOutput)
GetIdMappingJobRequest generates a "aws/request.Request" representing the client's request for the GetIdMappingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetIdMappingJob for more information on using the GetIdMappingJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetIdMappingJobRequest method. req, resp := client.GetIdMappingJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetIdMappingJob
func (*EntityResolution) GetIdMappingJobWithContext ¶ added in v1.45.26
func (c *EntityResolution) GetIdMappingJobWithContext(ctx aws.Context, input *GetIdMappingJobInput, opts ...request.Option) (*GetIdMappingJobOutput, error)
GetIdMappingJobWithContext is the same as GetIdMappingJob with the addition of the ability to pass a context and additional request options.
See GetIdMappingJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) GetIdMappingWorkflow ¶ added in v1.45.26
func (c *EntityResolution) GetIdMappingWorkflow(input *GetIdMappingWorkflowInput) (*GetIdMappingWorkflowOutput, error)
GetIdMappingWorkflow API operation for AWS EntityResolution.
Returns the IdMappingWorkflow with a given name, if it exists.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation GetIdMappingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetIdMappingWorkflow
func (*EntityResolution) GetIdMappingWorkflowRequest ¶ added in v1.45.26
func (c *EntityResolution) GetIdMappingWorkflowRequest(input *GetIdMappingWorkflowInput) (req *request.Request, output *GetIdMappingWorkflowOutput)
GetIdMappingWorkflowRequest generates a "aws/request.Request" representing the client's request for the GetIdMappingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetIdMappingWorkflow for more information on using the GetIdMappingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetIdMappingWorkflowRequest method. req, resp := client.GetIdMappingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetIdMappingWorkflow
func (*EntityResolution) GetIdMappingWorkflowWithContext ¶ added in v1.45.26
func (c *EntityResolution) GetIdMappingWorkflowWithContext(ctx aws.Context, input *GetIdMappingWorkflowInput, opts ...request.Option) (*GetIdMappingWorkflowOutput, error)
GetIdMappingWorkflowWithContext is the same as GetIdMappingWorkflow with the addition of the ability to pass a context and additional request options.
See GetIdMappingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) GetMatchId ¶
func (c *EntityResolution) GetMatchId(input *GetMatchIdInput) (*GetMatchIdOutput, error)
GetMatchId API operation for AWS EntityResolution.
Returns the corresponding Match ID of a customer record if the record has been processed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation GetMatchId for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchId
func (*EntityResolution) GetMatchIdRequest ¶
func (c *EntityResolution) GetMatchIdRequest(input *GetMatchIdInput) (req *request.Request, output *GetMatchIdOutput)
GetMatchIdRequest generates a "aws/request.Request" representing the client's request for the GetMatchId operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetMatchId for more information on using the GetMatchId API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetMatchIdRequest method. req, resp := client.GetMatchIdRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchId
func (*EntityResolution) GetMatchIdWithContext ¶
func (c *EntityResolution) GetMatchIdWithContext(ctx aws.Context, input *GetMatchIdInput, opts ...request.Option) (*GetMatchIdOutput, error)
GetMatchIdWithContext is the same as GetMatchId with the addition of the ability to pass a context and additional request options.
See GetMatchId for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) GetMatchingJob ¶
func (c *EntityResolution) GetMatchingJob(input *GetMatchingJobInput) (*GetMatchingJobOutput, error)
GetMatchingJob API operation for AWS EntityResolution.
Gets the status, metrics, and errors (if there are any) that are associated with a job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation GetMatchingJob for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchingJob
func (*EntityResolution) GetMatchingJobRequest ¶
func (c *EntityResolution) GetMatchingJobRequest(input *GetMatchingJobInput) (req *request.Request, output *GetMatchingJobOutput)
GetMatchingJobRequest generates a "aws/request.Request" representing the client's request for the GetMatchingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetMatchingJob for more information on using the GetMatchingJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetMatchingJobRequest method. req, resp := client.GetMatchingJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchingJob
func (*EntityResolution) GetMatchingJobWithContext ¶
func (c *EntityResolution) GetMatchingJobWithContext(ctx aws.Context, input *GetMatchingJobInput, opts ...request.Option) (*GetMatchingJobOutput, error)
GetMatchingJobWithContext is the same as GetMatchingJob with the addition of the ability to pass a context and additional request options.
See GetMatchingJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) GetMatchingWorkflow ¶
func (c *EntityResolution) GetMatchingWorkflow(input *GetMatchingWorkflowInput) (*GetMatchingWorkflowOutput, error)
GetMatchingWorkflow API operation for AWS EntityResolution.
Returns the MatchingWorkflow with a given name, if it exists.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation GetMatchingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchingWorkflow
func (*EntityResolution) GetMatchingWorkflowRequest ¶
func (c *EntityResolution) GetMatchingWorkflowRequest(input *GetMatchingWorkflowInput) (req *request.Request, output *GetMatchingWorkflowOutput)
GetMatchingWorkflowRequest generates a "aws/request.Request" representing the client's request for the GetMatchingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetMatchingWorkflow for more information on using the GetMatchingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetMatchingWorkflowRequest method. req, resp := client.GetMatchingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchingWorkflow
func (*EntityResolution) GetMatchingWorkflowWithContext ¶
func (c *EntityResolution) GetMatchingWorkflowWithContext(ctx aws.Context, input *GetMatchingWorkflowInput, opts ...request.Option) (*GetMatchingWorkflowOutput, error)
GetMatchingWorkflowWithContext is the same as GetMatchingWorkflow with the addition of the ability to pass a context and additional request options.
See GetMatchingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) GetSchemaMapping ¶
func (c *EntityResolution) GetSchemaMapping(input *GetSchemaMappingInput) (*GetSchemaMappingOutput, error)
GetSchemaMapping API operation for AWS EntityResolution.
Returns the SchemaMapping of a given name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation GetSchemaMapping for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetSchemaMapping
func (*EntityResolution) GetSchemaMappingRequest ¶
func (c *EntityResolution) GetSchemaMappingRequest(input *GetSchemaMappingInput) (req *request.Request, output *GetSchemaMappingOutput)
GetSchemaMappingRequest generates a "aws/request.Request" representing the client's request for the GetSchemaMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSchemaMapping for more information on using the GetSchemaMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSchemaMappingRequest method. req, resp := client.GetSchemaMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetSchemaMapping
func (*EntityResolution) GetSchemaMappingWithContext ¶
func (c *EntityResolution) GetSchemaMappingWithContext(ctx aws.Context, input *GetSchemaMappingInput, opts ...request.Option) (*GetSchemaMappingOutput, error)
GetSchemaMappingWithContext is the same as GetSchemaMapping with the addition of the ability to pass a context and additional request options.
See GetSchemaMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListIdMappingJobs ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingJobs(input *ListIdMappingJobsInput) (*ListIdMappingJobsOutput, error)
ListIdMappingJobs API operation for AWS EntityResolution.
Lists all ID mapping jobs for a given workflow.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListIdMappingJobs for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdMappingJobs
func (*EntityResolution) ListIdMappingJobsPages ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingJobsPages(input *ListIdMappingJobsInput, fn func(*ListIdMappingJobsOutput, bool) bool) error
ListIdMappingJobsPages iterates over the pages of a ListIdMappingJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListIdMappingJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListIdMappingJobs operation. pageNum := 0 err := client.ListIdMappingJobsPages(params, func(page *entityresolution.ListIdMappingJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EntityResolution) ListIdMappingJobsPagesWithContext ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingJobsPagesWithContext(ctx aws.Context, input *ListIdMappingJobsInput, fn func(*ListIdMappingJobsOutput, bool) bool, opts ...request.Option) error
ListIdMappingJobsPagesWithContext same as ListIdMappingJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListIdMappingJobsRequest ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingJobsRequest(input *ListIdMappingJobsInput) (req *request.Request, output *ListIdMappingJobsOutput)
ListIdMappingJobsRequest generates a "aws/request.Request" representing the client's request for the ListIdMappingJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListIdMappingJobs for more information on using the ListIdMappingJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListIdMappingJobsRequest method. req, resp := client.ListIdMappingJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdMappingJobs
func (*EntityResolution) ListIdMappingJobsWithContext ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingJobsWithContext(ctx aws.Context, input *ListIdMappingJobsInput, opts ...request.Option) (*ListIdMappingJobsOutput, error)
ListIdMappingJobsWithContext is the same as ListIdMappingJobs with the addition of the ability to pass a context and additional request options.
See ListIdMappingJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListIdMappingWorkflows ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingWorkflows(input *ListIdMappingWorkflowsInput) (*ListIdMappingWorkflowsOutput, error)
ListIdMappingWorkflows API operation for AWS EntityResolution.
Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListIdMappingWorkflows for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdMappingWorkflows
func (*EntityResolution) ListIdMappingWorkflowsPages ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingWorkflowsPages(input *ListIdMappingWorkflowsInput, fn func(*ListIdMappingWorkflowsOutput, bool) bool) error
ListIdMappingWorkflowsPages iterates over the pages of a ListIdMappingWorkflows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListIdMappingWorkflows method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListIdMappingWorkflows operation. pageNum := 0 err := client.ListIdMappingWorkflowsPages(params, func(page *entityresolution.ListIdMappingWorkflowsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EntityResolution) ListIdMappingWorkflowsPagesWithContext ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingWorkflowsPagesWithContext(ctx aws.Context, input *ListIdMappingWorkflowsInput, fn func(*ListIdMappingWorkflowsOutput, bool) bool, opts ...request.Option) error
ListIdMappingWorkflowsPagesWithContext same as ListIdMappingWorkflowsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListIdMappingWorkflowsRequest ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingWorkflowsRequest(input *ListIdMappingWorkflowsInput) (req *request.Request, output *ListIdMappingWorkflowsOutput)
ListIdMappingWorkflowsRequest generates a "aws/request.Request" representing the client's request for the ListIdMappingWorkflows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListIdMappingWorkflows for more information on using the ListIdMappingWorkflows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListIdMappingWorkflowsRequest method. req, resp := client.ListIdMappingWorkflowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdMappingWorkflows
func (*EntityResolution) ListIdMappingWorkflowsWithContext ¶ added in v1.45.26
func (c *EntityResolution) ListIdMappingWorkflowsWithContext(ctx aws.Context, input *ListIdMappingWorkflowsInput, opts ...request.Option) (*ListIdMappingWorkflowsOutput, error)
ListIdMappingWorkflowsWithContext is the same as ListIdMappingWorkflows with the addition of the ability to pass a context and additional request options.
See ListIdMappingWorkflows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListMatchingJobs ¶
func (c *EntityResolution) ListMatchingJobs(input *ListMatchingJobsInput) (*ListMatchingJobsOutput, error)
ListMatchingJobs API operation for AWS EntityResolution.
Lists all jobs for a given workflow.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListMatchingJobs for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListMatchingJobs
func (*EntityResolution) ListMatchingJobsPages ¶
func (c *EntityResolution) ListMatchingJobsPages(input *ListMatchingJobsInput, fn func(*ListMatchingJobsOutput, bool) bool) error
ListMatchingJobsPages iterates over the pages of a ListMatchingJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListMatchingJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListMatchingJobs operation. pageNum := 0 err := client.ListMatchingJobsPages(params, func(page *entityresolution.ListMatchingJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EntityResolution) ListMatchingJobsPagesWithContext ¶
func (c *EntityResolution) ListMatchingJobsPagesWithContext(ctx aws.Context, input *ListMatchingJobsInput, fn func(*ListMatchingJobsOutput, bool) bool, opts ...request.Option) error
ListMatchingJobsPagesWithContext same as ListMatchingJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListMatchingJobsRequest ¶
func (c *EntityResolution) ListMatchingJobsRequest(input *ListMatchingJobsInput) (req *request.Request, output *ListMatchingJobsOutput)
ListMatchingJobsRequest generates a "aws/request.Request" representing the client's request for the ListMatchingJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListMatchingJobs for more information on using the ListMatchingJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListMatchingJobsRequest method. req, resp := client.ListMatchingJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListMatchingJobs
func (*EntityResolution) ListMatchingJobsWithContext ¶
func (c *EntityResolution) ListMatchingJobsWithContext(ctx aws.Context, input *ListMatchingJobsInput, opts ...request.Option) (*ListMatchingJobsOutput, error)
ListMatchingJobsWithContext is the same as ListMatchingJobs with the addition of the ability to pass a context and additional request options.
See ListMatchingJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListMatchingWorkflows ¶
func (c *EntityResolution) ListMatchingWorkflows(input *ListMatchingWorkflowsInput) (*ListMatchingWorkflowsOutput, error)
ListMatchingWorkflows API operation for AWS EntityResolution.
Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListMatchingWorkflows for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListMatchingWorkflows
func (*EntityResolution) ListMatchingWorkflowsPages ¶
func (c *EntityResolution) ListMatchingWorkflowsPages(input *ListMatchingWorkflowsInput, fn func(*ListMatchingWorkflowsOutput, bool) bool) error
ListMatchingWorkflowsPages iterates over the pages of a ListMatchingWorkflows operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListMatchingWorkflows method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListMatchingWorkflows operation. pageNum := 0 err := client.ListMatchingWorkflowsPages(params, func(page *entityresolution.ListMatchingWorkflowsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EntityResolution) ListMatchingWorkflowsPagesWithContext ¶
func (c *EntityResolution) ListMatchingWorkflowsPagesWithContext(ctx aws.Context, input *ListMatchingWorkflowsInput, fn func(*ListMatchingWorkflowsOutput, bool) bool, opts ...request.Option) error
ListMatchingWorkflowsPagesWithContext same as ListMatchingWorkflowsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListMatchingWorkflowsRequest ¶
func (c *EntityResolution) ListMatchingWorkflowsRequest(input *ListMatchingWorkflowsInput) (req *request.Request, output *ListMatchingWorkflowsOutput)
ListMatchingWorkflowsRequest generates a "aws/request.Request" representing the client's request for the ListMatchingWorkflows operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListMatchingWorkflows for more information on using the ListMatchingWorkflows API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListMatchingWorkflowsRequest method. req, resp := client.ListMatchingWorkflowsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListMatchingWorkflows
func (*EntityResolution) ListMatchingWorkflowsWithContext ¶
func (c *EntityResolution) ListMatchingWorkflowsWithContext(ctx aws.Context, input *ListMatchingWorkflowsInput, opts ...request.Option) (*ListMatchingWorkflowsOutput, error)
ListMatchingWorkflowsWithContext is the same as ListMatchingWorkflows with the addition of the ability to pass a context and additional request options.
See ListMatchingWorkflows for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListProviderServices ¶ added in v1.45.26
func (c *EntityResolution) ListProviderServices(input *ListProviderServicesInput) (*ListProviderServicesOutput, error)
ListProviderServices API operation for AWS EntityResolution.
Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListProviderServices for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListProviderServices
func (*EntityResolution) ListProviderServicesPages ¶ added in v1.45.26
func (c *EntityResolution) ListProviderServicesPages(input *ListProviderServicesInput, fn func(*ListProviderServicesOutput, bool) bool) error
ListProviderServicesPages iterates over the pages of a ListProviderServices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListProviderServices method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListProviderServices operation. pageNum := 0 err := client.ListProviderServicesPages(params, func(page *entityresolution.ListProviderServicesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EntityResolution) ListProviderServicesPagesWithContext ¶ added in v1.45.26
func (c *EntityResolution) ListProviderServicesPagesWithContext(ctx aws.Context, input *ListProviderServicesInput, fn func(*ListProviderServicesOutput, bool) bool, opts ...request.Option) error
ListProviderServicesPagesWithContext same as ListProviderServicesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListProviderServicesRequest ¶ added in v1.45.26
func (c *EntityResolution) ListProviderServicesRequest(input *ListProviderServicesInput) (req *request.Request, output *ListProviderServicesOutput)
ListProviderServicesRequest generates a "aws/request.Request" representing the client's request for the ListProviderServices operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListProviderServices for more information on using the ListProviderServices API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListProviderServicesRequest method. req, resp := client.ListProviderServicesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListProviderServices
func (*EntityResolution) ListProviderServicesWithContext ¶ added in v1.45.26
func (c *EntityResolution) ListProviderServicesWithContext(ctx aws.Context, input *ListProviderServicesInput, opts ...request.Option) (*ListProviderServicesOutput, error)
ListProviderServicesWithContext is the same as ListProviderServices with the addition of the ability to pass a context and additional request options.
See ListProviderServices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListSchemaMappings ¶
func (c *EntityResolution) ListSchemaMappings(input *ListSchemaMappingsInput) (*ListSchemaMappingsOutput, error)
ListSchemaMappings API operation for AWS EntityResolution.
Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListSchemaMappings for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListSchemaMappings
func (*EntityResolution) ListSchemaMappingsPages ¶
func (c *EntityResolution) ListSchemaMappingsPages(input *ListSchemaMappingsInput, fn func(*ListSchemaMappingsOutput, bool) bool) error
ListSchemaMappingsPages iterates over the pages of a ListSchemaMappings operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSchemaMappings method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSchemaMappings operation. pageNum := 0 err := client.ListSchemaMappingsPages(params, func(page *entityresolution.ListSchemaMappingsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*EntityResolution) ListSchemaMappingsPagesWithContext ¶
func (c *EntityResolution) ListSchemaMappingsPagesWithContext(ctx aws.Context, input *ListSchemaMappingsInput, fn func(*ListSchemaMappingsOutput, bool) bool, opts ...request.Option) error
ListSchemaMappingsPagesWithContext same as ListSchemaMappingsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListSchemaMappingsRequest ¶
func (c *EntityResolution) ListSchemaMappingsRequest(input *ListSchemaMappingsInput) (req *request.Request, output *ListSchemaMappingsOutput)
ListSchemaMappingsRequest generates a "aws/request.Request" representing the client's request for the ListSchemaMappings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSchemaMappings for more information on using the ListSchemaMappings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSchemaMappingsRequest method. req, resp := client.ListSchemaMappingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListSchemaMappings
func (*EntityResolution) ListSchemaMappingsWithContext ¶
func (c *EntityResolution) ListSchemaMappingsWithContext(ctx aws.Context, input *ListSchemaMappingsInput, opts ...request.Option) (*ListSchemaMappingsOutput, error)
ListSchemaMappingsWithContext is the same as ListSchemaMappings with the addition of the ability to pass a context and additional request options.
See ListSchemaMappings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) ListTagsForResource ¶
func (c *EntityResolution) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS EntityResolution.
Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation ListTagsForResource for usage and error information.
Returned Error Types:
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListTagsForResource
func (*EntityResolution) ListTagsForResourceRequest ¶
func (c *EntityResolution) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListTagsForResource
func (*EntityResolution) ListTagsForResourceWithContext ¶
func (c *EntityResolution) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) StartIdMappingJob ¶ added in v1.45.26
func (c *EntityResolution) StartIdMappingJob(input *StartIdMappingJobInput) (*StartIdMappingJobOutput, error)
StartIdMappingJob API operation for AWS EntityResolution.
Starts the IdMappingJob of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation StartIdMappingJob for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ExceedsLimitException The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/StartIdMappingJob
func (*EntityResolution) StartIdMappingJobRequest ¶ added in v1.45.26
func (c *EntityResolution) StartIdMappingJobRequest(input *StartIdMappingJobInput) (req *request.Request, output *StartIdMappingJobOutput)
StartIdMappingJobRequest generates a "aws/request.Request" representing the client's request for the StartIdMappingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartIdMappingJob for more information on using the StartIdMappingJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartIdMappingJobRequest method. req, resp := client.StartIdMappingJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/StartIdMappingJob
func (*EntityResolution) StartIdMappingJobWithContext ¶ added in v1.45.26
func (c *EntityResolution) StartIdMappingJobWithContext(ctx aws.Context, input *StartIdMappingJobInput, opts ...request.Option) (*StartIdMappingJobOutput, error)
StartIdMappingJobWithContext is the same as StartIdMappingJob with the addition of the ability to pass a context and additional request options.
See StartIdMappingJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) StartMatchingJob ¶
func (c *EntityResolution) StartMatchingJob(input *StartMatchingJobInput) (*StartMatchingJobOutput, error)
StartMatchingJob API operation for AWS EntityResolution.
Starts the MatchingJob of a workflow. The workflow must have previously been created using the CreateMatchingWorkflow endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation StartMatchingJob for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ExceedsLimitException The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/StartMatchingJob
func (*EntityResolution) StartMatchingJobRequest ¶
func (c *EntityResolution) StartMatchingJobRequest(input *StartMatchingJobInput) (req *request.Request, output *StartMatchingJobOutput)
StartMatchingJobRequest generates a "aws/request.Request" representing the client's request for the StartMatchingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartMatchingJob for more information on using the StartMatchingJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartMatchingJobRequest method. req, resp := client.StartMatchingJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/StartMatchingJob
func (*EntityResolution) StartMatchingJobWithContext ¶
func (c *EntityResolution) StartMatchingJobWithContext(ctx aws.Context, input *StartMatchingJobInput, opts ...request.Option) (*StartMatchingJobOutput, error)
StartMatchingJobWithContext is the same as StartMatchingJob with the addition of the ability to pass a context and additional request options.
See StartMatchingJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) TagResource ¶
func (c *EntityResolution) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS EntityResolution.
Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, SchemaMapping and MatchingWorkflow can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation TagResource for usage and error information.
Returned Error Types:
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/TagResource
func (*EntityResolution) TagResourceRequest ¶
func (c *EntityResolution) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/TagResource
func (*EntityResolution) TagResourceWithContext ¶
func (c *EntityResolution) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) UntagResource ¶
func (c *EntityResolution) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS EntityResolution.
Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation UntagResource for usage and error information.
Returned Error Types:
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UntagResource
func (*EntityResolution) UntagResourceRequest ¶
func (c *EntityResolution) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UntagResource
func (*EntityResolution) UntagResourceWithContext ¶
func (c *EntityResolution) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) UpdateIdMappingWorkflow ¶ added in v1.45.26
func (c *EntityResolution) UpdateIdMappingWorkflow(input *UpdateIdMappingWorkflowInput) (*UpdateIdMappingWorkflowOutput, error)
UpdateIdMappingWorkflow API operation for AWS EntityResolution.
Updates an existing IdMappingWorkflow. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the IdMappingWorkflow must already exist for the method to succeed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation UpdateIdMappingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateIdMappingWorkflow
func (*EntityResolution) UpdateIdMappingWorkflowRequest ¶ added in v1.45.26
func (c *EntityResolution) UpdateIdMappingWorkflowRequest(input *UpdateIdMappingWorkflowInput) (req *request.Request, output *UpdateIdMappingWorkflowOutput)
UpdateIdMappingWorkflowRequest generates a "aws/request.Request" representing the client's request for the UpdateIdMappingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateIdMappingWorkflow for more information on using the UpdateIdMappingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateIdMappingWorkflowRequest method. req, resp := client.UpdateIdMappingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateIdMappingWorkflow
func (*EntityResolution) UpdateIdMappingWorkflowWithContext ¶ added in v1.45.26
func (c *EntityResolution) UpdateIdMappingWorkflowWithContext(ctx aws.Context, input *UpdateIdMappingWorkflowInput, opts ...request.Option) (*UpdateIdMappingWorkflowOutput, error)
UpdateIdMappingWorkflowWithContext is the same as UpdateIdMappingWorkflow with the addition of the ability to pass a context and additional request options.
See UpdateIdMappingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) UpdateMatchingWorkflow ¶
func (c *EntityResolution) UpdateMatchingWorkflow(input *UpdateMatchingWorkflowInput) (*UpdateMatchingWorkflowOutput, error)
UpdateMatchingWorkflow API operation for AWS EntityResolution.
Updates an existing MatchingWorkflow. This method is identical to CreateMatchingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the MatchingWorkflow must already exist for the method to succeed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation UpdateMatchingWorkflow for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateMatchingWorkflow
func (*EntityResolution) UpdateMatchingWorkflowRequest ¶
func (c *EntityResolution) UpdateMatchingWorkflowRequest(input *UpdateMatchingWorkflowInput) (req *request.Request, output *UpdateMatchingWorkflowOutput)
UpdateMatchingWorkflowRequest generates a "aws/request.Request" representing the client's request for the UpdateMatchingWorkflow operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateMatchingWorkflow for more information on using the UpdateMatchingWorkflow API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateMatchingWorkflowRequest method. req, resp := client.UpdateMatchingWorkflowRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateMatchingWorkflow
func (*EntityResolution) UpdateMatchingWorkflowWithContext ¶
func (c *EntityResolution) UpdateMatchingWorkflowWithContext(ctx aws.Context, input *UpdateMatchingWorkflowInput, opts ...request.Option) (*UpdateMatchingWorkflowOutput, error)
UpdateMatchingWorkflowWithContext is the same as UpdateMatchingWorkflow with the addition of the ability to pass a context and additional request options.
See UpdateMatchingWorkflow for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*EntityResolution) UpdateSchemaMapping ¶ added in v1.45.26
func (c *EntityResolution) UpdateSchemaMapping(input *UpdateSchemaMappingInput) (*UpdateSchemaMappingOutput, error)
UpdateSchemaMapping API operation for AWS EntityResolution.
Updates a schema mapping.
A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS EntityResolution's API operation UpdateSchemaMapping for usage and error information.
Returned Error Types:
ThrottlingException The request was denied due to request throttling. HTTP Status Code: 429
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
ResourceNotFoundException The resource could not be found. HTTP Status Code: 404
AccessDeniedException You do not have sufficient access to perform this action. HTTP Status Code: 403
ConflictException The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. HTTP Status Code: 400
ValidationException The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateSchemaMapping
func (*EntityResolution) UpdateSchemaMappingRequest ¶ added in v1.45.26
func (c *EntityResolution) UpdateSchemaMappingRequest(input *UpdateSchemaMappingInput) (req *request.Request, output *UpdateSchemaMappingOutput)
UpdateSchemaMappingRequest generates a "aws/request.Request" representing the client's request for the UpdateSchemaMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSchemaMapping for more information on using the UpdateSchemaMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSchemaMappingRequest method. req, resp := client.UpdateSchemaMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/UpdateSchemaMapping
func (*EntityResolution) UpdateSchemaMappingWithContext ¶ added in v1.45.26
func (c *EntityResolution) UpdateSchemaMappingWithContext(ctx aws.Context, input *UpdateSchemaMappingInput, opts ...request.Option) (*UpdateSchemaMappingOutput, error)
UpdateSchemaMappingWithContext is the same as UpdateSchemaMapping with the addition of the ability to pass a context and additional request options.
See UpdateSchemaMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ErrorDetails ¶
type ErrorDetails struct { // The error message from the job, if there is one. ErrorMessage *string `locationName:"errorMessage" min:"1" type:"string"` // contains filtered or unexported fields }
An object containing an error message, if there was an error.
func (ErrorDetails) GoString ¶
func (s ErrorDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ErrorDetails) SetErrorMessage ¶
func (s *ErrorDetails) SetErrorMessage(v string) *ErrorDetails
SetErrorMessage sets the ErrorMessage field's value.
func (ErrorDetails) String ¶
func (s ErrorDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExceedsLimitException ¶
type ExceedsLimitException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // The name of the quota that has been breached. QuotaName *string `locationName:"quotaName" type:"string"` // The current quota value for the customers. QuotaValue *int64 `locationName:"quotaValue" type:"integer"` // contains filtered or unexported fields }
The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. HTTP Status Code: 402
func (*ExceedsLimitException) Code ¶
func (s *ExceedsLimitException) Code() string
Code returns the exception type name.
func (*ExceedsLimitException) Error ¶
func (s *ExceedsLimitException) Error() string
func (ExceedsLimitException) GoString ¶
func (s ExceedsLimitException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExceedsLimitException) Message ¶
func (s *ExceedsLimitException) Message() string
Message returns the exception's message.
func (*ExceedsLimitException) OrigErr ¶
func (s *ExceedsLimitException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ExceedsLimitException) RequestID ¶
func (s *ExceedsLimitException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ExceedsLimitException) StatusCode ¶
func (s *ExceedsLimitException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ExceedsLimitException) String ¶
func (s ExceedsLimitException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetIdMappingJobInput ¶ added in v1.45.26
type GetIdMappingJobInput struct { // The ID of the job. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetIdMappingJobInput) GoString ¶ added in v1.45.26
func (s GetIdMappingJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetIdMappingJobInput) SetJobId ¶ added in v1.45.26
func (s *GetIdMappingJobInput) SetJobId(v string) *GetIdMappingJobInput
SetJobId sets the JobId field's value.
func (*GetIdMappingJobInput) SetWorkflowName ¶ added in v1.45.26
func (s *GetIdMappingJobInput) SetWorkflowName(v string) *GetIdMappingJobInput
SetWorkflowName sets the WorkflowName field's value.
func (GetIdMappingJobInput) String ¶ added in v1.45.26
func (s GetIdMappingJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetIdMappingJobInput) Validate ¶ added in v1.45.26
func (s *GetIdMappingJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetIdMappingJobOutput ¶ added in v1.45.26
type GetIdMappingJobOutput struct { // The time at which the job has finished. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // An object containing an error message, if there was an error. ErrorDetails *ErrorDetails `locationName:"errorDetails" type:"structure"` // The ID of the job. // // JobId is a required field JobId *string `locationName:"jobId" type:"string" required:"true"` // Metrics associated with the execution, specifically total records processed, // unique IDs generated, and records the execution skipped. Metrics *IdMappingJobMetrics `locationName:"metrics" type:"structure"` // The time at which the job was started. // // StartTime is a required field StartTime *time.Time `locationName:"startTime" type:"timestamp" required:"true"` // The current status of the job. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"JobStatus"` // contains filtered or unexported fields }
func (GetIdMappingJobOutput) GoString ¶ added in v1.45.26
func (s GetIdMappingJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetIdMappingJobOutput) SetEndTime ¶ added in v1.45.26
func (s *GetIdMappingJobOutput) SetEndTime(v time.Time) *GetIdMappingJobOutput
SetEndTime sets the EndTime field's value.
func (*GetIdMappingJobOutput) SetErrorDetails ¶ added in v1.45.26
func (s *GetIdMappingJobOutput) SetErrorDetails(v *ErrorDetails) *GetIdMappingJobOutput
SetErrorDetails sets the ErrorDetails field's value.
func (*GetIdMappingJobOutput) SetJobId ¶ added in v1.45.26
func (s *GetIdMappingJobOutput) SetJobId(v string) *GetIdMappingJobOutput
SetJobId sets the JobId field's value.
func (*GetIdMappingJobOutput) SetMetrics ¶ added in v1.45.26
func (s *GetIdMappingJobOutput) SetMetrics(v *IdMappingJobMetrics) *GetIdMappingJobOutput
SetMetrics sets the Metrics field's value.
func (*GetIdMappingJobOutput) SetStartTime ¶ added in v1.45.26
func (s *GetIdMappingJobOutput) SetStartTime(v time.Time) *GetIdMappingJobOutput
SetStartTime sets the StartTime field's value.
func (*GetIdMappingJobOutput) SetStatus ¶ added in v1.45.26
func (s *GetIdMappingJobOutput) SetStatus(v string) *GetIdMappingJobOutput
SetStatus sets the Status field's value.
func (GetIdMappingJobOutput) String ¶ added in v1.45.26
func (s GetIdMappingJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetIdMappingWorkflowInput ¶ added in v1.45.26
type GetIdMappingWorkflowInput struct { // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetIdMappingWorkflowInput) GoString ¶ added in v1.45.26
func (s GetIdMappingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetIdMappingWorkflowInput) SetWorkflowName ¶ added in v1.45.26
func (s *GetIdMappingWorkflowInput) SetWorkflowName(v string) *GetIdMappingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (GetIdMappingWorkflowInput) String ¶ added in v1.45.26
func (s GetIdMappingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetIdMappingWorkflowInput) Validate ¶ added in v1.45.26
func (s *GetIdMappingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetIdMappingWorkflowOutput ¶ added in v1.45.26
type GetIdMappingWorkflowOutput struct { // The timestamp of when the workflow was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines the idMappingType and the providerProperties. // // IdMappingTechniques is a required field IdMappingTechniques *IdMappingTechniques `locationName:"idMappingTechniques" type:"structure" required:"true"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*IdMappingWorkflowInputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path // and KMSArn. // // OutputSourceConfig is a required field OutputSourceConfig []*IdMappingWorkflowOutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to access resources on your behalf. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. Tags map[string]*string `locationName:"tags" type:"map"` // The timestamp of when the workflow was last updated. // // UpdatedAt is a required field UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow . // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetIdMappingWorkflowOutput) GoString ¶ added in v1.45.26
func (s GetIdMappingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetIdMappingWorkflowOutput) SetCreatedAt ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetCreatedAt(v time.Time) *GetIdMappingWorkflowOutput
SetCreatedAt sets the CreatedAt field's value.
func (*GetIdMappingWorkflowOutput) SetDescription ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetDescription(v string) *GetIdMappingWorkflowOutput
SetDescription sets the Description field's value.
func (*GetIdMappingWorkflowOutput) SetIdMappingTechniques ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetIdMappingTechniques(v *IdMappingTechniques) *GetIdMappingWorkflowOutput
SetIdMappingTechniques sets the IdMappingTechniques field's value.
func (*GetIdMappingWorkflowOutput) SetInputSourceConfig ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *GetIdMappingWorkflowOutput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*GetIdMappingWorkflowOutput) SetOutputSourceConfig ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *GetIdMappingWorkflowOutput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*GetIdMappingWorkflowOutput) SetRoleArn ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetRoleArn(v string) *GetIdMappingWorkflowOutput
SetRoleArn sets the RoleArn field's value.
func (*GetIdMappingWorkflowOutput) SetTags ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetTags(v map[string]*string) *GetIdMappingWorkflowOutput
SetTags sets the Tags field's value.
func (*GetIdMappingWorkflowOutput) SetUpdatedAt ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetUpdatedAt(v time.Time) *GetIdMappingWorkflowOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (*GetIdMappingWorkflowOutput) SetWorkflowArn ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetWorkflowArn(v string) *GetIdMappingWorkflowOutput
SetWorkflowArn sets the WorkflowArn field's value.
func (*GetIdMappingWorkflowOutput) SetWorkflowName ¶ added in v1.45.26
func (s *GetIdMappingWorkflowOutput) SetWorkflowName(v string) *GetIdMappingWorkflowOutput
SetWorkflowName sets the WorkflowName field's value.
func (GetIdMappingWorkflowOutput) String ¶ added in v1.45.26
func (s GetIdMappingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetMatchIdInput ¶
type GetMatchIdInput struct { // The record to fetch the Match ID for. // // Record is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetMatchIdInput's // String and GoString methods. // // Record is a required field Record map[string]*string `locationName:"record" type:"map" required:"true" sensitive:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMatchIdInput) GoString ¶
func (s GetMatchIdInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchIdInput) SetRecord ¶
func (s *GetMatchIdInput) SetRecord(v map[string]*string) *GetMatchIdInput
SetRecord sets the Record field's value.
func (*GetMatchIdInput) SetWorkflowName ¶
func (s *GetMatchIdInput) SetWorkflowName(v string) *GetMatchIdInput
SetWorkflowName sets the WorkflowName field's value.
func (GetMatchIdInput) String ¶
func (s GetMatchIdInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchIdInput) Validate ¶
func (s *GetMatchIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMatchIdOutput ¶
type GetMatchIdOutput struct { // The unique identifiers for this group of match records. MatchId *string `locationName:"matchId" type:"string"` // contains filtered or unexported fields }
func (GetMatchIdOutput) GoString ¶
func (s GetMatchIdOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchIdOutput) SetMatchId ¶
func (s *GetMatchIdOutput) SetMatchId(v string) *GetMatchIdOutput
SetMatchId sets the MatchId field's value.
func (GetMatchIdOutput) String ¶
func (s GetMatchIdOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetMatchingJobInput ¶
type GetMatchingJobInput struct { // The ID of the job. // // JobId is a required field JobId *string `location:"uri" locationName:"jobId" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMatchingJobInput) GoString ¶
func (s GetMatchingJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchingJobInput) SetJobId ¶
func (s *GetMatchingJobInput) SetJobId(v string) *GetMatchingJobInput
SetJobId sets the JobId field's value.
func (*GetMatchingJobInput) SetWorkflowName ¶
func (s *GetMatchingJobInput) SetWorkflowName(v string) *GetMatchingJobInput
SetWorkflowName sets the WorkflowName field's value.
func (GetMatchingJobInput) String ¶
func (s GetMatchingJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchingJobInput) Validate ¶
func (s *GetMatchingJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMatchingJobOutput ¶
type GetMatchingJobOutput struct { // The time at which the job has finished. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // An object containing an error message, if there was an error. ErrorDetails *ErrorDetails `locationName:"errorDetails" type:"structure"` // The ID of the job. // // JobId is a required field JobId *string `locationName:"jobId" type:"string" required:"true"` // Metrics associated with the execution, specifically total records processed, // unique IDs generated, and records the execution skipped. Metrics *JobMetrics `locationName:"metrics" type:"structure"` // The time at which the job was started. // // StartTime is a required field StartTime *time.Time `locationName:"startTime" type:"timestamp" required:"true"` // The current status of the job. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"JobStatus"` // contains filtered or unexported fields }
func (GetMatchingJobOutput) GoString ¶
func (s GetMatchingJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchingJobOutput) SetEndTime ¶
func (s *GetMatchingJobOutput) SetEndTime(v time.Time) *GetMatchingJobOutput
SetEndTime sets the EndTime field's value.
func (*GetMatchingJobOutput) SetErrorDetails ¶
func (s *GetMatchingJobOutput) SetErrorDetails(v *ErrorDetails) *GetMatchingJobOutput
SetErrorDetails sets the ErrorDetails field's value.
func (*GetMatchingJobOutput) SetJobId ¶
func (s *GetMatchingJobOutput) SetJobId(v string) *GetMatchingJobOutput
SetJobId sets the JobId field's value.
func (*GetMatchingJobOutput) SetMetrics ¶
func (s *GetMatchingJobOutput) SetMetrics(v *JobMetrics) *GetMatchingJobOutput
SetMetrics sets the Metrics field's value.
func (*GetMatchingJobOutput) SetStartTime ¶
func (s *GetMatchingJobOutput) SetStartTime(v time.Time) *GetMatchingJobOutput
SetStartTime sets the StartTime field's value.
func (*GetMatchingJobOutput) SetStatus ¶
func (s *GetMatchingJobOutput) SetStatus(v string) *GetMatchingJobOutput
SetStatus sets the Status field's value.
func (GetMatchingJobOutput) String ¶
func (s GetMatchingJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetMatchingWorkflowInput ¶
type GetMatchingWorkflowInput struct { // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMatchingWorkflowInput) GoString ¶
func (s GetMatchingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchingWorkflowInput) SetWorkflowName ¶
func (s *GetMatchingWorkflowInput) SetWorkflowName(v string) *GetMatchingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (GetMatchingWorkflowInput) String ¶
func (s GetMatchingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchingWorkflowInput) Validate ¶
func (s *GetMatchingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMatchingWorkflowOutput ¶
type GetMatchingWorkflowOutput struct { // The timestamp of when the workflow was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines an incremental run type and has only incrementalRunType // as a field. IncrementalRunConfig *IncrementalRunConfig `locationName:"incrementalRunConfig" type:"structure"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*InputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path, // ApplyNormalization, and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*OutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // An object which defines the resolutionType and the ruleBasedProperties. // // ResolutionTechniques is a required field ResolutionTechniques *ResolutionTechniques `locationName:"resolutionTechniques" type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to access resources on your behalf. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. Tags map[string]*string `locationName:"tags" type:"map"` // The timestamp of when the workflow was last updated. // // UpdatedAt is a required field UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow. // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMatchingWorkflowOutput) GoString ¶
func (s GetMatchingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetMatchingWorkflowOutput) SetCreatedAt ¶
func (s *GetMatchingWorkflowOutput) SetCreatedAt(v time.Time) *GetMatchingWorkflowOutput
SetCreatedAt sets the CreatedAt field's value.
func (*GetMatchingWorkflowOutput) SetDescription ¶
func (s *GetMatchingWorkflowOutput) SetDescription(v string) *GetMatchingWorkflowOutput
SetDescription sets the Description field's value.
func (*GetMatchingWorkflowOutput) SetIncrementalRunConfig ¶
func (s *GetMatchingWorkflowOutput) SetIncrementalRunConfig(v *IncrementalRunConfig) *GetMatchingWorkflowOutput
SetIncrementalRunConfig sets the IncrementalRunConfig field's value.
func (*GetMatchingWorkflowOutput) SetInputSourceConfig ¶
func (s *GetMatchingWorkflowOutput) SetInputSourceConfig(v []*InputSource) *GetMatchingWorkflowOutput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*GetMatchingWorkflowOutput) SetOutputSourceConfig ¶
func (s *GetMatchingWorkflowOutput) SetOutputSourceConfig(v []*OutputSource) *GetMatchingWorkflowOutput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*GetMatchingWorkflowOutput) SetResolutionTechniques ¶
func (s *GetMatchingWorkflowOutput) SetResolutionTechniques(v *ResolutionTechniques) *GetMatchingWorkflowOutput
SetResolutionTechniques sets the ResolutionTechniques field's value.
func (*GetMatchingWorkflowOutput) SetRoleArn ¶
func (s *GetMatchingWorkflowOutput) SetRoleArn(v string) *GetMatchingWorkflowOutput
SetRoleArn sets the RoleArn field's value.
func (*GetMatchingWorkflowOutput) SetTags ¶
func (s *GetMatchingWorkflowOutput) SetTags(v map[string]*string) *GetMatchingWorkflowOutput
SetTags sets the Tags field's value.
func (*GetMatchingWorkflowOutput) SetUpdatedAt ¶
func (s *GetMatchingWorkflowOutput) SetUpdatedAt(v time.Time) *GetMatchingWorkflowOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (*GetMatchingWorkflowOutput) SetWorkflowArn ¶
func (s *GetMatchingWorkflowOutput) SetWorkflowArn(v string) *GetMatchingWorkflowOutput
SetWorkflowArn sets the WorkflowArn field's value.
func (*GetMatchingWorkflowOutput) SetWorkflowName ¶
func (s *GetMatchingWorkflowOutput) SetWorkflowName(v string) *GetMatchingWorkflowOutput
SetWorkflowName sets the WorkflowName field's value.
func (GetMatchingWorkflowOutput) String ¶
func (s GetMatchingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSchemaMappingInput ¶
type GetSchemaMappingInput struct { // The name of the schema to be retrieved. // // SchemaName is a required field SchemaName *string `location:"uri" locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetSchemaMappingInput) GoString ¶
func (s GetSchemaMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSchemaMappingInput) SetSchemaName ¶
func (s *GetSchemaMappingInput) SetSchemaName(v string) *GetSchemaMappingInput
SetSchemaName sets the SchemaName field's value.
func (GetSchemaMappingInput) String ¶
func (s GetSchemaMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSchemaMappingInput) Validate ¶
func (s *GetSchemaMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSchemaMappingOutput ¶
type GetSchemaMappingOutput struct { // The timestamp of when the SchemaMapping was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // A description of the schema. Description *string `locationName:"description" type:"string"` // Specifies whether the schema mapping has been applied to a workflow. // // HasWorkflows is a required field HasWorkflows *bool `locationName:"hasWorkflows" type:"boolean" required:"true"` // A list of MappedInputFields. Each MappedInputField corresponds to a column // the source data table, and contains column name plus additional information // Venice uses for matching. // // MappedInputFields is a required field MappedInputFields []*SchemaInputAttribute `locationName:"mappedInputFields" min:"2" type:"list" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping. // // SchemaArn is a required field SchemaArn *string `locationName:"schemaArn" type:"string" required:"true"` // The name of the schema. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. Tags map[string]*string `locationName:"tags" type:"map"` // The timestamp of when the SchemaMapping was last updated. // // UpdatedAt is a required field UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"` // contains filtered or unexported fields }
func (GetSchemaMappingOutput) GoString ¶
func (s GetSchemaMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSchemaMappingOutput) SetCreatedAt ¶
func (s *GetSchemaMappingOutput) SetCreatedAt(v time.Time) *GetSchemaMappingOutput
SetCreatedAt sets the CreatedAt field's value.
func (*GetSchemaMappingOutput) SetDescription ¶
func (s *GetSchemaMappingOutput) SetDescription(v string) *GetSchemaMappingOutput
SetDescription sets the Description field's value.
func (*GetSchemaMappingOutput) SetHasWorkflows ¶ added in v1.45.26
func (s *GetSchemaMappingOutput) SetHasWorkflows(v bool) *GetSchemaMappingOutput
SetHasWorkflows sets the HasWorkflows field's value.
func (*GetSchemaMappingOutput) SetMappedInputFields ¶
func (s *GetSchemaMappingOutput) SetMappedInputFields(v []*SchemaInputAttribute) *GetSchemaMappingOutput
SetMappedInputFields sets the MappedInputFields field's value.
func (*GetSchemaMappingOutput) SetSchemaArn ¶
func (s *GetSchemaMappingOutput) SetSchemaArn(v string) *GetSchemaMappingOutput
SetSchemaArn sets the SchemaArn field's value.
func (*GetSchemaMappingOutput) SetSchemaName ¶
func (s *GetSchemaMappingOutput) SetSchemaName(v string) *GetSchemaMappingOutput
SetSchemaName sets the SchemaName field's value.
func (*GetSchemaMappingOutput) SetTags ¶
func (s *GetSchemaMappingOutput) SetTags(v map[string]*string) *GetSchemaMappingOutput
SetTags sets the Tags field's value.
func (*GetSchemaMappingOutput) SetUpdatedAt ¶
func (s *GetSchemaMappingOutput) SetUpdatedAt(v time.Time) *GetSchemaMappingOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (GetSchemaMappingOutput) String ¶
func (s GetSchemaMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdMappingJobMetrics ¶ added in v1.45.26
type IdMappingJobMetrics struct { // The total number of input records. InputRecords *int64 `locationName:"inputRecords" type:"integer"` // The total number of records that did not get processed. RecordsNotProcessed *int64 `locationName:"recordsNotProcessed" type:"integer"` // The total number of records processed. TotalRecordsProcessed *int64 `locationName:"totalRecordsProcessed" type:"integer"` // contains filtered or unexported fields }
An object containing InputRecords, TotalRecordsProcessed, MatchIDs, and RecordsNotProcessed.
func (IdMappingJobMetrics) GoString ¶ added in v1.45.26
func (s IdMappingJobMetrics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingJobMetrics) SetInputRecords ¶ added in v1.45.26
func (s *IdMappingJobMetrics) SetInputRecords(v int64) *IdMappingJobMetrics
SetInputRecords sets the InputRecords field's value.
func (*IdMappingJobMetrics) SetRecordsNotProcessed ¶ added in v1.45.26
func (s *IdMappingJobMetrics) SetRecordsNotProcessed(v int64) *IdMappingJobMetrics
SetRecordsNotProcessed sets the RecordsNotProcessed field's value.
func (*IdMappingJobMetrics) SetTotalRecordsProcessed ¶ added in v1.45.26
func (s *IdMappingJobMetrics) SetTotalRecordsProcessed(v int64) *IdMappingJobMetrics
SetTotalRecordsProcessed sets the TotalRecordsProcessed field's value.
func (IdMappingJobMetrics) String ¶ added in v1.45.26
func (s IdMappingJobMetrics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdMappingTechniques ¶ added in v1.45.26
type IdMappingTechniques struct { // The type of ID mapping. // // IdMappingType is a required field IdMappingType *string `locationName:"idMappingType" type:"string" required:"true" enum:"IdMappingType"` // An object which defines any additional configurations required by the provider // service. // // ProviderProperties is a required field ProviderProperties *ProviderProperties `locationName:"providerProperties" type:"structure" required:"true"` // contains filtered or unexported fields }
An object which defines the ID mapping techniques and provider configurations.
func (IdMappingTechniques) GoString ¶ added in v1.45.26
func (s IdMappingTechniques) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingTechniques) SetIdMappingType ¶ added in v1.45.26
func (s *IdMappingTechniques) SetIdMappingType(v string) *IdMappingTechniques
SetIdMappingType sets the IdMappingType field's value.
func (*IdMappingTechniques) SetProviderProperties ¶ added in v1.45.26
func (s *IdMappingTechniques) SetProviderProperties(v *ProviderProperties) *IdMappingTechniques
SetProviderProperties sets the ProviderProperties field's value.
func (IdMappingTechniques) String ¶ added in v1.45.26
func (s IdMappingTechniques) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingTechniques) Validate ¶ added in v1.45.26
func (s *IdMappingTechniques) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IdMappingWorkflowInputSource ¶ added in v1.45.26
type IdMappingWorkflowInputSource struct { // An Gluetable ARN for the input source table. // // InputSourceARN is a required field InputSourceARN *string `locationName:"inputSourceARN" type:"string" required:"true"` // The name of the schema to be retrieved. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An object containing InputSourceARN and SchemaName.
func (IdMappingWorkflowInputSource) GoString ¶ added in v1.45.26
func (s IdMappingWorkflowInputSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingWorkflowInputSource) SetInputSourceARN ¶ added in v1.45.26
func (s *IdMappingWorkflowInputSource) SetInputSourceARN(v string) *IdMappingWorkflowInputSource
SetInputSourceARN sets the InputSourceARN field's value.
func (*IdMappingWorkflowInputSource) SetSchemaName ¶ added in v1.45.26
func (s *IdMappingWorkflowInputSource) SetSchemaName(v string) *IdMappingWorkflowInputSource
SetSchemaName sets the SchemaName field's value.
func (IdMappingWorkflowInputSource) String ¶ added in v1.45.26
func (s IdMappingWorkflowInputSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingWorkflowInputSource) Validate ¶ added in v1.45.26
func (s *IdMappingWorkflowInputSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IdMappingWorkflowOutputSource ¶ added in v1.45.26
type IdMappingWorkflowOutputSource struct { // Customer KMS ARN for encryption at rest. If not provided, system will use // an Entity Resolution managed KMS key. KMSArn *string `type:"string"` // The S3 path to which Entity Resolution will write the output table. // // OutputS3Path is a required field OutputS3Path *string `locationName:"outputS3Path" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The output source for the ID mapping workflow.
func (IdMappingWorkflowOutputSource) GoString ¶ added in v1.45.26
func (s IdMappingWorkflowOutputSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingWorkflowOutputSource) SetKMSArn ¶ added in v1.45.26
func (s *IdMappingWorkflowOutputSource) SetKMSArn(v string) *IdMappingWorkflowOutputSource
SetKMSArn sets the KMSArn field's value.
func (*IdMappingWorkflowOutputSource) SetOutputS3Path ¶ added in v1.45.26
func (s *IdMappingWorkflowOutputSource) SetOutputS3Path(v string) *IdMappingWorkflowOutputSource
SetOutputS3Path sets the OutputS3Path field's value.
func (IdMappingWorkflowOutputSource) String ¶ added in v1.45.26
func (s IdMappingWorkflowOutputSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingWorkflowOutputSource) Validate ¶ added in v1.45.26
func (s *IdMappingWorkflowOutputSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IdMappingWorkflowSummary ¶ added in v1.45.26
type IdMappingWorkflowSummary struct { // The timestamp of when the workflow was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // The timestamp of when the workflow was last updated. // // UpdatedAt is a required field UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow. // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A list of IdMappingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.
func (IdMappingWorkflowSummary) GoString ¶ added in v1.45.26
func (s IdMappingWorkflowSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdMappingWorkflowSummary) SetCreatedAt ¶ added in v1.45.26
func (s *IdMappingWorkflowSummary) SetCreatedAt(v time.Time) *IdMappingWorkflowSummary
SetCreatedAt sets the CreatedAt field's value.
func (*IdMappingWorkflowSummary) SetUpdatedAt ¶ added in v1.45.26
func (s *IdMappingWorkflowSummary) SetUpdatedAt(v time.Time) *IdMappingWorkflowSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (*IdMappingWorkflowSummary) SetWorkflowArn ¶ added in v1.45.26
func (s *IdMappingWorkflowSummary) SetWorkflowArn(v string) *IdMappingWorkflowSummary
SetWorkflowArn sets the WorkflowArn field's value.
func (*IdMappingWorkflowSummary) SetWorkflowName ¶ added in v1.45.26
func (s *IdMappingWorkflowSummary) SetWorkflowName(v string) *IdMappingWorkflowSummary
SetWorkflowName sets the WorkflowName field's value.
func (IdMappingWorkflowSummary) String ¶ added in v1.45.26
func (s IdMappingWorkflowSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IncrementalRunConfig ¶
type IncrementalRunConfig struct { // The type of incremental run. It takes only one value: IMMEDIATE. IncrementalRunType *string `locationName:"incrementalRunType" type:"string" enum:"IncrementalRunType"` // contains filtered or unexported fields }
An object which defines an incremental run type and has only incrementalRunType as a field.
func (IncrementalRunConfig) GoString ¶
func (s IncrementalRunConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IncrementalRunConfig) SetIncrementalRunType ¶
func (s *IncrementalRunConfig) SetIncrementalRunType(v string) *IncrementalRunConfig
SetIncrementalRunType sets the IncrementalRunType field's value.
func (IncrementalRunConfig) String ¶
func (s IncrementalRunConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InputSource ¶
type InputSource struct { // Normalizes the attributes defined in the schema in the input data. For example, // if an attribute has an AttributeType of PHONE_NUMBER, and the data in the // input table is in a format of 1234567890, Entity Resolution will normalize // this field in the output to (123)-456-7890. ApplyNormalization *bool `locationName:"applyNormalization" type:"boolean"` // An Glue table ARN for the input source table. // // InputSourceARN is a required field InputSourceARN *string `locationName:"inputSourceARN" type:"string" required:"true"` // The name of the schema to be retrieved. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
An object containing InputSourceARN, SchemaName, and ApplyNormalization.
func (InputSource) GoString ¶
func (s InputSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InputSource) SetApplyNormalization ¶
func (s *InputSource) SetApplyNormalization(v bool) *InputSource
SetApplyNormalization sets the ApplyNormalization field's value.
func (*InputSource) SetInputSourceARN ¶
func (s *InputSource) SetInputSourceARN(v string) *InputSource
SetInputSourceARN sets the InputSourceARN field's value.
func (*InputSource) SetSchemaName ¶
func (s *InputSource) SetSchemaName(v string) *InputSource
SetSchemaName sets the SchemaName field's value.
func (InputSource) String ¶
func (s InputSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InputSource) Validate ¶
func (s *InputSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IntermediateSourceConfiguration ¶ added in v1.45.26
type IntermediateSourceConfiguration struct { // The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET // // IntermediateS3Path is a required field IntermediateS3Path *string `locationName:"intermediateS3Path" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
func (IntermediateSourceConfiguration) GoString ¶ added in v1.45.26
func (s IntermediateSourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IntermediateSourceConfiguration) SetIntermediateS3Path ¶ added in v1.45.26
func (s *IntermediateSourceConfiguration) SetIntermediateS3Path(v string) *IntermediateSourceConfiguration
SetIntermediateS3Path sets the IntermediateS3Path field's value.
func (IntermediateSourceConfiguration) String ¶ added in v1.45.26
func (s IntermediateSourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IntermediateSourceConfiguration) Validate ¶ added in v1.45.26
func (s *IntermediateSourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalServerException ¶
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // contains filtered or unexported fields }
This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500
func (*InternalServerException) Code ¶
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type JobMetrics ¶
type JobMetrics struct { // The total number of input records. InputRecords *int64 `locationName:"inputRecords" type:"integer"` // The total number of matchIDs generated. MatchIDs *int64 `locationName:"matchIDs" type:"integer"` // The total number of records that did not get processed. RecordsNotProcessed *int64 `locationName:"recordsNotProcessed" type:"integer"` // The total number of records processed. TotalRecordsProcessed *int64 `locationName:"totalRecordsProcessed" type:"integer"` // contains filtered or unexported fields }
An object containing InputRecords, TotalRecordsProcessed, MatchIDs, and RecordsNotProcessed.
func (JobMetrics) GoString ¶
func (s JobMetrics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*JobMetrics) SetInputRecords ¶
func (s *JobMetrics) SetInputRecords(v int64) *JobMetrics
SetInputRecords sets the InputRecords field's value.
func (*JobMetrics) SetMatchIDs ¶
func (s *JobMetrics) SetMatchIDs(v int64) *JobMetrics
SetMatchIDs sets the MatchIDs field's value.
func (*JobMetrics) SetRecordsNotProcessed ¶
func (s *JobMetrics) SetRecordsNotProcessed(v int64) *JobMetrics
SetRecordsNotProcessed sets the RecordsNotProcessed field's value.
func (*JobMetrics) SetTotalRecordsProcessed ¶
func (s *JobMetrics) SetTotalRecordsProcessed(v int64) *JobMetrics
SetTotalRecordsProcessed sets the TotalRecordsProcessed field's value.
func (JobMetrics) String ¶
func (s JobMetrics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type JobSummary ¶
type JobSummary struct { // The time at which the job has finished. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // The ID of the job. // // JobId is a required field JobId *string `locationName:"jobId" type:"string" required:"true"` // The time at which the job was started. // // StartTime is a required field StartTime *time.Time `locationName:"startTime" type:"timestamp" required:"true"` // The current status of the job. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"JobStatus"` // contains filtered or unexported fields }
An object containing the JobId, Status, StartTime, and EndTime of a job.
func (JobSummary) GoString ¶
func (s JobSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*JobSummary) SetEndTime ¶
func (s *JobSummary) SetEndTime(v time.Time) *JobSummary
SetEndTime sets the EndTime field's value.
func (*JobSummary) SetJobId ¶
func (s *JobSummary) SetJobId(v string) *JobSummary
SetJobId sets the JobId field's value.
func (*JobSummary) SetStartTime ¶
func (s *JobSummary) SetStartTime(v time.Time) *JobSummary
SetStartTime sets the StartTime field's value.
func (*JobSummary) SetStatus ¶
func (s *JobSummary) SetStatus(v string) *JobSummary
SetStatus sets the Status field's value.
func (JobSummary) String ¶
func (s JobSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListIdMappingJobsInput ¶ added in v1.45.26
type ListIdMappingJobsInput struct { // The maximum number of objects returned per page. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token from the previous API call. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The name of the workflow to be retrieved. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListIdMappingJobsInput) GoString ¶ added in v1.45.26
func (s ListIdMappingJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdMappingJobsInput) SetMaxResults ¶ added in v1.45.26
func (s *ListIdMappingJobsInput) SetMaxResults(v int64) *ListIdMappingJobsInput
SetMaxResults sets the MaxResults field's value.
func (*ListIdMappingJobsInput) SetNextToken ¶ added in v1.45.26
func (s *ListIdMappingJobsInput) SetNextToken(v string) *ListIdMappingJobsInput
SetNextToken sets the NextToken field's value.
func (*ListIdMappingJobsInput) SetWorkflowName ¶ added in v1.45.26
func (s *ListIdMappingJobsInput) SetWorkflowName(v string) *ListIdMappingJobsInput
SetWorkflowName sets the WorkflowName field's value.
func (ListIdMappingJobsInput) String ¶ added in v1.45.26
func (s ListIdMappingJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdMappingJobsInput) Validate ¶ added in v1.45.26
func (s *ListIdMappingJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIdMappingJobsOutput ¶ added in v1.45.26
type ListIdMappingJobsOutput struct { // A list of JobSummary objects. Jobs []*JobSummary `locationName:"jobs" type:"list"` // The pagination token from the previous API call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListIdMappingJobsOutput) GoString ¶ added in v1.45.26
func (s ListIdMappingJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdMappingJobsOutput) SetJobs ¶ added in v1.45.26
func (s *ListIdMappingJobsOutput) SetJobs(v []*JobSummary) *ListIdMappingJobsOutput
SetJobs sets the Jobs field's value.
func (*ListIdMappingJobsOutput) SetNextToken ¶ added in v1.45.26
func (s *ListIdMappingJobsOutput) SetNextToken(v string) *ListIdMappingJobsOutput
SetNextToken sets the NextToken field's value.
func (ListIdMappingJobsOutput) String ¶ added in v1.45.26
func (s ListIdMappingJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListIdMappingWorkflowsInput ¶ added in v1.45.26
type ListIdMappingWorkflowsInput struct { // The maximum number of objects returned per page. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // The pagination token from the previous API call. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListIdMappingWorkflowsInput) GoString ¶ added in v1.45.26
func (s ListIdMappingWorkflowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdMappingWorkflowsInput) SetMaxResults ¶ added in v1.45.26
func (s *ListIdMappingWorkflowsInput) SetMaxResults(v int64) *ListIdMappingWorkflowsInput
SetMaxResults sets the MaxResults field's value.
func (*ListIdMappingWorkflowsInput) SetNextToken ¶ added in v1.45.26
func (s *ListIdMappingWorkflowsInput) SetNextToken(v string) *ListIdMappingWorkflowsInput
SetNextToken sets the NextToken field's value.
func (ListIdMappingWorkflowsInput) String ¶ added in v1.45.26
func (s ListIdMappingWorkflowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdMappingWorkflowsInput) Validate ¶ added in v1.45.26
func (s *ListIdMappingWorkflowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIdMappingWorkflowsOutput ¶ added in v1.45.26
type ListIdMappingWorkflowsOutput struct { // The pagination token from the previous API call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of IdMappingWorkflowSummary objects. WorkflowSummaries []*IdMappingWorkflowSummary `locationName:"workflowSummaries" type:"list"` // contains filtered or unexported fields }
func (ListIdMappingWorkflowsOutput) GoString ¶ added in v1.45.26
func (s ListIdMappingWorkflowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIdMappingWorkflowsOutput) SetNextToken ¶ added in v1.45.26
func (s *ListIdMappingWorkflowsOutput) SetNextToken(v string) *ListIdMappingWorkflowsOutput
SetNextToken sets the NextToken field's value.
func (*ListIdMappingWorkflowsOutput) SetWorkflowSummaries ¶ added in v1.45.26
func (s *ListIdMappingWorkflowsOutput) SetWorkflowSummaries(v []*IdMappingWorkflowSummary) *ListIdMappingWorkflowsOutput
SetWorkflowSummaries sets the WorkflowSummaries field's value.
func (ListIdMappingWorkflowsOutput) String ¶ added in v1.45.26
func (s ListIdMappingWorkflowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListMatchingJobsInput ¶
type ListMatchingJobsInput struct { // The maximum number of objects returned per page. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token from the previous API call. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The name of the workflow to be retrieved. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListMatchingJobsInput) GoString ¶
func (s ListMatchingJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListMatchingJobsInput) SetMaxResults ¶
func (s *ListMatchingJobsInput) SetMaxResults(v int64) *ListMatchingJobsInput
SetMaxResults sets the MaxResults field's value.
func (*ListMatchingJobsInput) SetNextToken ¶
func (s *ListMatchingJobsInput) SetNextToken(v string) *ListMatchingJobsInput
SetNextToken sets the NextToken field's value.
func (*ListMatchingJobsInput) SetWorkflowName ¶
func (s *ListMatchingJobsInput) SetWorkflowName(v string) *ListMatchingJobsInput
SetWorkflowName sets the WorkflowName field's value.
func (ListMatchingJobsInput) String ¶
func (s ListMatchingJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListMatchingJobsInput) Validate ¶
func (s *ListMatchingJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMatchingJobsOutput ¶
type ListMatchingJobsOutput struct { // A list of JobSummary objects, each of which contain the ID, status, start // time, and end time of a job. Jobs []*JobSummary `locationName:"jobs" type:"list"` // The pagination token from the previous API call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListMatchingJobsOutput) GoString ¶
func (s ListMatchingJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListMatchingJobsOutput) SetJobs ¶
func (s *ListMatchingJobsOutput) SetJobs(v []*JobSummary) *ListMatchingJobsOutput
SetJobs sets the Jobs field's value.
func (*ListMatchingJobsOutput) SetNextToken ¶
func (s *ListMatchingJobsOutput) SetNextToken(v string) *ListMatchingJobsOutput
SetNextToken sets the NextToken field's value.
func (ListMatchingJobsOutput) String ¶
func (s ListMatchingJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListMatchingWorkflowsInput ¶
type ListMatchingWorkflowsInput struct { // The maximum number of objects returned per page. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // The pagination token from the previous API call. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListMatchingWorkflowsInput) GoString ¶
func (s ListMatchingWorkflowsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListMatchingWorkflowsInput) SetMaxResults ¶
func (s *ListMatchingWorkflowsInput) SetMaxResults(v int64) *ListMatchingWorkflowsInput
SetMaxResults sets the MaxResults field's value.
func (*ListMatchingWorkflowsInput) SetNextToken ¶
func (s *ListMatchingWorkflowsInput) SetNextToken(v string) *ListMatchingWorkflowsInput
SetNextToken sets the NextToken field's value.
func (ListMatchingWorkflowsInput) String ¶
func (s ListMatchingWorkflowsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListMatchingWorkflowsInput) Validate ¶
func (s *ListMatchingWorkflowsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMatchingWorkflowsOutput ¶
type ListMatchingWorkflowsOutput struct { // The pagination token from the previous API call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of MatchingWorkflowSummary objects, each of which contain the fields // WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt. WorkflowSummaries []*MatchingWorkflowSummary `locationName:"workflowSummaries" type:"list"` // contains filtered or unexported fields }
func (ListMatchingWorkflowsOutput) GoString ¶
func (s ListMatchingWorkflowsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListMatchingWorkflowsOutput) SetNextToken ¶
func (s *ListMatchingWorkflowsOutput) SetNextToken(v string) *ListMatchingWorkflowsOutput
SetNextToken sets the NextToken field's value.
func (*ListMatchingWorkflowsOutput) SetWorkflowSummaries ¶
func (s *ListMatchingWorkflowsOutput) SetWorkflowSummaries(v []*MatchingWorkflowSummary) *ListMatchingWorkflowsOutput
SetWorkflowSummaries sets the WorkflowSummaries field's value.
func (ListMatchingWorkflowsOutput) String ¶
func (s ListMatchingWorkflowsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListProviderServicesInput ¶ added in v1.45.26
type ListProviderServicesInput struct { // The maximum number of objects returned per page. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"15" type:"integer"` // The pagination token from the previous API call. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The name of the provider. This name is typically the company name. ProviderName *string `location:"querystring" locationName:"providerName" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListProviderServicesInput) GoString ¶ added in v1.45.26
func (s ListProviderServicesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListProviderServicesInput) SetMaxResults ¶ added in v1.45.26
func (s *ListProviderServicesInput) SetMaxResults(v int64) *ListProviderServicesInput
SetMaxResults sets the MaxResults field's value.
func (*ListProviderServicesInput) SetNextToken ¶ added in v1.45.26
func (s *ListProviderServicesInput) SetNextToken(v string) *ListProviderServicesInput
SetNextToken sets the NextToken field's value.
func (*ListProviderServicesInput) SetProviderName ¶ added in v1.45.26
func (s *ListProviderServicesInput) SetProviderName(v string) *ListProviderServicesInput
SetProviderName sets the ProviderName field's value.
func (ListProviderServicesInput) String ¶ added in v1.45.26
func (s ListProviderServicesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListProviderServicesInput) Validate ¶ added in v1.45.26
func (s *ListProviderServicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListProviderServicesOutput ¶ added in v1.45.26
type ListProviderServicesOutput struct { // The pagination token from the previous API call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of ProviderServices objects. ProviderServiceSummaries []*ProviderServiceSummary `locationName:"providerServiceSummaries" type:"list"` // contains filtered or unexported fields }
func (ListProviderServicesOutput) GoString ¶ added in v1.45.26
func (s ListProviderServicesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListProviderServicesOutput) SetNextToken ¶ added in v1.45.26
func (s *ListProviderServicesOutput) SetNextToken(v string) *ListProviderServicesOutput
SetNextToken sets the NextToken field's value.
func (*ListProviderServicesOutput) SetProviderServiceSummaries ¶ added in v1.45.26
func (s *ListProviderServicesOutput) SetProviderServiceSummaries(v []*ProviderServiceSummary) *ListProviderServicesOutput
SetProviderServiceSummaries sets the ProviderServiceSummaries field's value.
func (ListProviderServicesOutput) String ¶ added in v1.45.26
func (s ListProviderServicesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSchemaMappingsInput ¶
type ListSchemaMappingsInput struct { // The maximum number of objects returned per page. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // The pagination token from the previous API call. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListSchemaMappingsInput) GoString ¶
func (s ListSchemaMappingsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSchemaMappingsInput) SetMaxResults ¶
func (s *ListSchemaMappingsInput) SetMaxResults(v int64) *ListSchemaMappingsInput
SetMaxResults sets the MaxResults field's value.
func (*ListSchemaMappingsInput) SetNextToken ¶
func (s *ListSchemaMappingsInput) SetNextToken(v string) *ListSchemaMappingsInput
SetNextToken sets the NextToken field's value.
func (ListSchemaMappingsInput) String ¶
func (s ListSchemaMappingsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSchemaMappingsInput) Validate ¶
func (s *ListSchemaMappingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSchemaMappingsOutput ¶
type ListSchemaMappingsOutput struct { // The pagination token from the previous API call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // A list of SchemaMappingSummary objects, each of which contain the fields // SchemaName, SchemaArn, CreatedAt, UpdatedAt. SchemaList []*SchemaMappingSummary `locationName:"schemaList" type:"list"` // contains filtered or unexported fields }
func (ListSchemaMappingsOutput) GoString ¶
func (s ListSchemaMappingsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSchemaMappingsOutput) SetNextToken ¶
func (s *ListSchemaMappingsOutput) SetNextToken(v string) *ListSchemaMappingsOutput
SetNextToken sets the NextToken field's value.
func (*ListSchemaMappingsOutput) SetSchemaList ¶
func (s *ListSchemaMappingsOutput) SetSchemaList(v []*SchemaMappingSummary) *ListSchemaMappingsOutput
SetSchemaList sets the SchemaList field's value.
func (ListSchemaMappingsOutput) String ¶
func (s ListSchemaMappingsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The ARN of the resource for which you want to view tags. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The tags used to organize, track, or control access for this resource. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type MatchingWorkflowSummary ¶
type MatchingWorkflowSummary struct { // The timestamp of when the workflow was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // The method that has been specified for data matching, either using matching // provided by Entity Resolution or through a provider service. // // ResolutionType is a required field ResolutionType *string `locationName:"resolutionType" type:"string" required:"true" enum:"ResolutionType"` // The timestamp of when the workflow was last updated. // // UpdatedAt is a required field UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow. // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, UpdatedAt.
func (MatchingWorkflowSummary) GoString ¶
func (s MatchingWorkflowSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MatchingWorkflowSummary) SetCreatedAt ¶
func (s *MatchingWorkflowSummary) SetCreatedAt(v time.Time) *MatchingWorkflowSummary
SetCreatedAt sets the CreatedAt field's value.
func (*MatchingWorkflowSummary) SetResolutionType ¶ added in v1.45.26
func (s *MatchingWorkflowSummary) SetResolutionType(v string) *MatchingWorkflowSummary
SetResolutionType sets the ResolutionType field's value.
func (*MatchingWorkflowSummary) SetUpdatedAt ¶
func (s *MatchingWorkflowSummary) SetUpdatedAt(v time.Time) *MatchingWorkflowSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (*MatchingWorkflowSummary) SetWorkflowArn ¶
func (s *MatchingWorkflowSummary) SetWorkflowArn(v string) *MatchingWorkflowSummary
SetWorkflowArn sets the WorkflowArn field's value.
func (*MatchingWorkflowSummary) SetWorkflowName ¶
func (s *MatchingWorkflowSummary) SetWorkflowName(v string) *MatchingWorkflowSummary
SetWorkflowName sets the WorkflowName field's value.
func (MatchingWorkflowSummary) String ¶
func (s MatchingWorkflowSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OutputAttribute ¶
type OutputAttribute struct { // Enables the ability to hash the column values in the output. Hashed *bool `locationName:"hashed" type:"boolean"` // A name of a column to be written to the output. This must be an InputField // name in the schema mapping. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
A list of OutputAttribute objects, each of which have the fields Name and Hashed. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
func (OutputAttribute) GoString ¶
func (s OutputAttribute) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputAttribute) SetHashed ¶
func (s *OutputAttribute) SetHashed(v bool) *OutputAttribute
SetHashed sets the Hashed field's value.
func (*OutputAttribute) SetName ¶
func (s *OutputAttribute) SetName(v string) *OutputAttribute
SetName sets the Name field's value.
func (OutputAttribute) String ¶
func (s OutputAttribute) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputAttribute) Validate ¶
func (s *OutputAttribute) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OutputSource ¶
type OutputSource struct { // Normalizes the attributes defined in the schema in the input data. For example, // if an attribute has an AttributeType of PHONE_NUMBER, and the data in the // input table is in a format of 1234567890, Entity Resolution will normalize // this field in the output to (123)-456-7890. ApplyNormalization *bool `locationName:"applyNormalization" type:"boolean"` // Customer KMS ARN for encryption at rest. If not provided, system will use // an Entity Resolution managed KMS key. KMSArn *string `type:"string"` // A list of OutputAttribute objects, each of which have the fields Name and // Hashed. Each of these objects selects a column to be included in the output // table, and whether the values of the column should be hashed. // // Output is a required field Output []*OutputAttribute `locationName:"output" type:"list" required:"true"` // The S3 path to which Entity Resolution will write the output table. // // OutputS3Path is a required field OutputS3Path *string `locationName:"outputS3Path" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A list of OutputAttribute objects, each of which have the fields Name and Hashed. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
func (OutputSource) GoString ¶
func (s OutputSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputSource) SetApplyNormalization ¶
func (s *OutputSource) SetApplyNormalization(v bool) *OutputSource
SetApplyNormalization sets the ApplyNormalization field's value.
func (*OutputSource) SetKMSArn ¶
func (s *OutputSource) SetKMSArn(v string) *OutputSource
SetKMSArn sets the KMSArn field's value.
func (*OutputSource) SetOutput ¶
func (s *OutputSource) SetOutput(v []*OutputAttribute) *OutputSource
SetOutput sets the Output field's value.
func (*OutputSource) SetOutputS3Path ¶
func (s *OutputSource) SetOutputS3Path(v string) *OutputSource
SetOutputS3Path sets the OutputS3Path field's value.
func (OutputSource) String ¶
func (s OutputSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputSource) Validate ¶
func (s *OutputSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProviderProperties ¶ added in v1.45.26
type ProviderProperties struct { // The Amazon S3 location that temporarily stores your data while it processes. // Your information won't be saved permanently. IntermediateSourceConfiguration *IntermediateSourceConfiguration `locationName:"intermediateSourceConfiguration" type:"structure"` // The ARN of the provider service. // // ProviderServiceArn is a required field ProviderServiceArn *string `locationName:"providerServiceArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
An object containing the providerServiceARN, intermediateSourceConfiguration, and providerConfiguration.
func (ProviderProperties) GoString ¶ added in v1.45.26
func (s ProviderProperties) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProviderProperties) SetIntermediateSourceConfiguration ¶ added in v1.45.26
func (s *ProviderProperties) SetIntermediateSourceConfiguration(v *IntermediateSourceConfiguration) *ProviderProperties
SetIntermediateSourceConfiguration sets the IntermediateSourceConfiguration field's value.
func (*ProviderProperties) SetProviderServiceArn ¶ added in v1.45.26
func (s *ProviderProperties) SetProviderServiceArn(v string) *ProviderProperties
SetProviderServiceArn sets the ProviderServiceArn field's value.
func (ProviderProperties) String ¶ added in v1.45.26
func (s ProviderProperties) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProviderProperties) Validate ¶ added in v1.45.26
func (s *ProviderProperties) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProviderServiceSummary ¶ added in v1.45.26
type ProviderServiceSummary struct { // The name of the provider. This name is typically the company name. // // ProviderName is a required field ProviderName *string `locationName:"providerName" min:"1" type:"string" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the providerService. // // ProviderServiceArn is a required field ProviderServiceArn *string `locationName:"providerServiceArn" min:"20" type:"string" required:"true"` // The display name of the provider service. // // ProviderServiceDisplayName is a required field ProviderServiceDisplayName *string `locationName:"providerServiceDisplayName" type:"string" required:"true"` // The name of the product that the provider service provides. // // ProviderServiceName is a required field ProviderServiceName *string `locationName:"providerServiceName" min:"1" type:"string" required:"true"` // The type of provider service. // // ProviderServiceType is a required field ProviderServiceType *string `locationName:"providerServiceType" type:"string" required:"true" enum:"ServiceType"` // contains filtered or unexported fields }
A list of ProviderService objects, each of which contain the fields providerName, providerServiceArn, providerServiceName, and providerServiceType.
func (ProviderServiceSummary) GoString ¶ added in v1.45.26
func (s ProviderServiceSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProviderServiceSummary) SetProviderName ¶ added in v1.45.26
func (s *ProviderServiceSummary) SetProviderName(v string) *ProviderServiceSummary
SetProviderName sets the ProviderName field's value.
func (*ProviderServiceSummary) SetProviderServiceArn ¶ added in v1.45.26
func (s *ProviderServiceSummary) SetProviderServiceArn(v string) *ProviderServiceSummary
SetProviderServiceArn sets the ProviderServiceArn field's value.
func (*ProviderServiceSummary) SetProviderServiceDisplayName ¶ added in v1.45.26
func (s *ProviderServiceSummary) SetProviderServiceDisplayName(v string) *ProviderServiceSummary
SetProviderServiceDisplayName sets the ProviderServiceDisplayName field's value.
func (*ProviderServiceSummary) SetProviderServiceName ¶ added in v1.45.26
func (s *ProviderServiceSummary) SetProviderServiceName(v string) *ProviderServiceSummary
SetProviderServiceName sets the ProviderServiceName field's value.
func (*ProviderServiceSummary) SetProviderServiceType ¶ added in v1.45.26
func (s *ProviderServiceSummary) SetProviderServiceType(v string) *ProviderServiceSummary
SetProviderServiceType sets the ProviderServiceType field's value.
func (ProviderServiceSummary) String ¶ added in v1.45.26
func (s ProviderServiceSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolutionTechniques ¶
type ResolutionTechniques struct { // The properties of the provider service. ProviderProperties *ProviderProperties `locationName:"providerProperties" type:"structure"` // The type of matching. There are two types of matching: RULE_MATCHING and // ML_MATCHING. // // ResolutionType is a required field ResolutionType *string `locationName:"resolutionType" type:"string" required:"true" enum:"ResolutionType"` // An object which defines the list of matching rules to run and has a field // Rules, which is a list of rule objects. RuleBasedProperties *RuleBasedProperties `locationName:"ruleBasedProperties" type:"structure"` // contains filtered or unexported fields }
An object which defines the resolutionType and the ruleBasedProperties.
func (ResolutionTechniques) GoString ¶
func (s ResolutionTechniques) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolutionTechniques) SetProviderProperties ¶ added in v1.45.26
func (s *ResolutionTechniques) SetProviderProperties(v *ProviderProperties) *ResolutionTechniques
SetProviderProperties sets the ProviderProperties field's value.
func (*ResolutionTechniques) SetResolutionType ¶
func (s *ResolutionTechniques) SetResolutionType(v string) *ResolutionTechniques
SetResolutionType sets the ResolutionType field's value.
func (*ResolutionTechniques) SetRuleBasedProperties ¶
func (s *ResolutionTechniques) SetRuleBasedProperties(v *RuleBasedProperties) *ResolutionTechniques
SetRuleBasedProperties sets the RuleBasedProperties field's value.
func (ResolutionTechniques) String ¶
func (s ResolutionTechniques) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolutionTechniques) Validate ¶
func (s *ResolutionTechniques) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // contains filtered or unexported fields }
The resource could not be found. HTTP Status Code: 404
func (*ResourceNotFoundException) Code ¶
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Rule ¶
type Rule struct { // A list of MatchingKeys. The MatchingKeys must have been defined in the SchemaMapping. // Two records are considered to match according to this rule if all of the // MatchingKeys match. // // MatchingKeys is a required field MatchingKeys []*string `locationName:"matchingKeys" min:"1" type:"list" required:"true"` // A name for the matching rule. // // RuleName is a required field RuleName *string `locationName:"ruleName" type:"string" required:"true"` // contains filtered or unexported fields }
An object containing RuleName, and MatchingKeys.
func (Rule) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Rule) SetMatchingKeys ¶
SetMatchingKeys sets the MatchingKeys field's value.
func (*Rule) SetRuleName ¶
SetRuleName sets the RuleName field's value.
type RuleBasedProperties ¶
type RuleBasedProperties struct { // The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as // the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match // attributes across the sub-types of an attribute type. For example, if the // value of the Email field of Profile A and the value of BusinessEmail field // of Profile B matches, the two profiles are matched on the Email type. When // choosing ONE_TO_ONE ,the system can only match if the sub-types are exact // matches. For example, only when the value of the Email field of Profile A // and the value of the Email field of Profile B matches, the two profiles are // matched on the Email type. // // AttributeMatchingModel is a required field AttributeMatchingModel *string `locationName:"attributeMatchingModel" type:"string" required:"true" enum:"AttributeMatchingModel"` // A list of Rule objects, each of which have fields RuleName and MatchingKeys. // // Rules is a required field Rules []*Rule `locationName:"rules" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
An object which defines the list of matching rules to run and has a field Rules, which is a list of rule objects.
func (RuleBasedProperties) GoString ¶
func (s RuleBasedProperties) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RuleBasedProperties) SetAttributeMatchingModel ¶
func (s *RuleBasedProperties) SetAttributeMatchingModel(v string) *RuleBasedProperties
SetAttributeMatchingModel sets the AttributeMatchingModel field's value.
func (*RuleBasedProperties) SetRules ¶
func (s *RuleBasedProperties) SetRules(v []*Rule) *RuleBasedProperties
SetRules sets the Rules field's value.
func (RuleBasedProperties) String ¶
func (s RuleBasedProperties) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RuleBasedProperties) Validate ¶
func (s *RuleBasedProperties) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SchemaInputAttribute ¶
type SchemaInputAttribute struct { // A string containing the field name. // // FieldName is a required field FieldName *string `locationName:"fieldName" type:"string" required:"true"` // Instruct Entity Resolution to combine several columns into a unified column // with the identical attribute type. For example, when working with columns // such as first_name, middle_name, and last_name, assigning them a common GroupName // will prompt Entity Resolution to concatenate them into a single value. GroupName *string `locationName:"groupName" type:"string"` // A key that allows grouping of multiple input attributes into a unified matching // group. For example, let's consider a scenario where the source table contains // various addresses, such as business_address and shipping_address. By assigning // the MatchKey Address to both attributes, Entity Resolution will match records // across these fields to create a consolidated matching group. If no MatchKey // is specified for a column, it won't be utilized for matching purposes but // will still be included in the output table. MatchKey *string `locationName:"matchKey" type:"string"` // The subtype of the attribute, selected from a list of values. SubType *string `locationName:"subType" type:"string"` // The type of the attribute, selected from a list of values. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"SchemaAttributeType"` // contains filtered or unexported fields }
An object containing FieldName, Type, GroupName, and MatchKey.
func (SchemaInputAttribute) GoString ¶
func (s SchemaInputAttribute) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SchemaInputAttribute) SetFieldName ¶
func (s *SchemaInputAttribute) SetFieldName(v string) *SchemaInputAttribute
SetFieldName sets the FieldName field's value.
func (*SchemaInputAttribute) SetGroupName ¶
func (s *SchemaInputAttribute) SetGroupName(v string) *SchemaInputAttribute
SetGroupName sets the GroupName field's value.
func (*SchemaInputAttribute) SetMatchKey ¶
func (s *SchemaInputAttribute) SetMatchKey(v string) *SchemaInputAttribute
SetMatchKey sets the MatchKey field's value.
func (*SchemaInputAttribute) SetSubType ¶ added in v1.45.26
func (s *SchemaInputAttribute) SetSubType(v string) *SchemaInputAttribute
SetSubType sets the SubType field's value.
func (*SchemaInputAttribute) SetType ¶
func (s *SchemaInputAttribute) SetType(v string) *SchemaInputAttribute
SetType sets the Type field's value.
func (SchemaInputAttribute) String ¶
func (s SchemaInputAttribute) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SchemaInputAttribute) Validate ¶
func (s *SchemaInputAttribute) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SchemaMappingSummary ¶
type SchemaMappingSummary struct { // The timestamp of when the SchemaMapping was created. // // CreatedAt is a required field CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" required:"true"` // Specifies whether the schema mapping has been applied to a workflow. // // HasWorkflows is a required field HasWorkflows *bool `locationName:"hasWorkflows" type:"boolean" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping. // // SchemaArn is a required field SchemaArn *string `locationName:"schemaArn" type:"string" required:"true"` // The name of the schema. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // The timestamp of when the SchemaMapping was last updated. // // UpdatedAt is a required field UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" required:"true"` // contains filtered or unexported fields }
An object containing SchemaName, SchemaArn, CreatedAt, andUpdatedAt.
func (SchemaMappingSummary) GoString ¶
func (s SchemaMappingSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SchemaMappingSummary) SetCreatedAt ¶
func (s *SchemaMappingSummary) SetCreatedAt(v time.Time) *SchemaMappingSummary
SetCreatedAt sets the CreatedAt field's value.
func (*SchemaMappingSummary) SetHasWorkflows ¶ added in v1.45.26
func (s *SchemaMappingSummary) SetHasWorkflows(v bool) *SchemaMappingSummary
SetHasWorkflows sets the HasWorkflows field's value.
func (*SchemaMappingSummary) SetSchemaArn ¶
func (s *SchemaMappingSummary) SetSchemaArn(v string) *SchemaMappingSummary
SetSchemaArn sets the SchemaArn field's value.
func (*SchemaMappingSummary) SetSchemaName ¶
func (s *SchemaMappingSummary) SetSchemaName(v string) *SchemaMappingSummary
SetSchemaName sets the SchemaName field's value.
func (*SchemaMappingSummary) SetUpdatedAt ¶
func (s *SchemaMappingSummary) SetUpdatedAt(v time.Time) *SchemaMappingSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (SchemaMappingSummary) String ¶
func (s SchemaMappingSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartIdMappingJobInput ¶ added in v1.45.26
type StartIdMappingJobInput struct { // The name of the ID mapping job to be retrieved. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartIdMappingJobInput) GoString ¶ added in v1.45.26
func (s StartIdMappingJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartIdMappingJobInput) SetWorkflowName ¶ added in v1.45.26
func (s *StartIdMappingJobInput) SetWorkflowName(v string) *StartIdMappingJobInput
SetWorkflowName sets the WorkflowName field's value.
func (StartIdMappingJobInput) String ¶ added in v1.45.26
func (s StartIdMappingJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartIdMappingJobInput) Validate ¶ added in v1.45.26
func (s *StartIdMappingJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartIdMappingJobOutput ¶ added in v1.45.26
type StartIdMappingJobOutput struct { // The ID of the job. // // JobId is a required field JobId *string `locationName:"jobId" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartIdMappingJobOutput) GoString ¶ added in v1.45.26
func (s StartIdMappingJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartIdMappingJobOutput) SetJobId ¶ added in v1.45.26
func (s *StartIdMappingJobOutput) SetJobId(v string) *StartIdMappingJobOutput
SetJobId sets the JobId field's value.
func (StartIdMappingJobOutput) String ¶ added in v1.45.26
func (s StartIdMappingJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartMatchingJobInput ¶
type StartMatchingJobInput struct { // The name of the matching job to be retrieved. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartMatchingJobInput) GoString ¶
func (s StartMatchingJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartMatchingJobInput) SetWorkflowName ¶
func (s *StartMatchingJobInput) SetWorkflowName(v string) *StartMatchingJobInput
SetWorkflowName sets the WorkflowName field's value.
func (StartMatchingJobInput) String ¶
func (s StartMatchingJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartMatchingJobInput) Validate ¶
func (s *StartMatchingJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartMatchingJobOutput ¶
type StartMatchingJobOutput struct { // The ID of the job. // // JobId is a required field JobId *string `locationName:"jobId" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartMatchingJobOutput) GoString ¶
func (s StartMatchingJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartMatchingJobOutput) SetJobId ¶
func (s *StartMatchingJobOutput) SetJobId(v string) *StartMatchingJobOutput
SetJobId sets the JobId field's value.
func (StartMatchingJobOutput) String ¶
func (s StartMatchingJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶
type TagResourceInput struct { // The ARN of the resource for which you want to view tags. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // The tags used to organize, track, or control access for this resource. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // contains filtered or unexported fields }
The request was denied due to request throttling. HTTP Status Code: 429
func (*ThrottlingException) Code ¶
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶
type UntagResourceInput struct { // The ARN of the resource for which you want to untag. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"` // The list of tag keys to remove from the resource. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateIdMappingWorkflowInput ¶ added in v1.45.26
type UpdateIdMappingWorkflowInput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines the idMappingType and the providerProperties. // // IdMappingTechniques is a required field IdMappingTechniques *IdMappingTechniques `locationName:"idMappingTechniques" type:"structure" required:"true"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*IdMappingWorkflowInputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path // and KMSArn. // // OutputSourceConfig is a required field OutputSourceConfig []*IdMappingWorkflowOutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to access resources on your behalf. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateIdMappingWorkflowInput) GoString ¶ added in v1.45.26
func (s UpdateIdMappingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIdMappingWorkflowInput) SetDescription ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) SetDescription(v string) *UpdateIdMappingWorkflowInput
SetDescription sets the Description field's value.
func (*UpdateIdMappingWorkflowInput) SetIdMappingTechniques ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) SetIdMappingTechniques(v *IdMappingTechniques) *UpdateIdMappingWorkflowInput
SetIdMappingTechniques sets the IdMappingTechniques field's value.
func (*UpdateIdMappingWorkflowInput) SetInputSourceConfig ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *UpdateIdMappingWorkflowInput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*UpdateIdMappingWorkflowInput) SetOutputSourceConfig ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *UpdateIdMappingWorkflowInput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*UpdateIdMappingWorkflowInput) SetRoleArn ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) SetRoleArn(v string) *UpdateIdMappingWorkflowInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateIdMappingWorkflowInput) SetWorkflowName ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) SetWorkflowName(v string) *UpdateIdMappingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (UpdateIdMappingWorkflowInput) String ¶ added in v1.45.26
func (s UpdateIdMappingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIdMappingWorkflowInput) Validate ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateIdMappingWorkflowOutput ¶ added in v1.45.26
type UpdateIdMappingWorkflowOutput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines the idMappingType and the providerProperties. // // IdMappingTechniques is a required field IdMappingTechniques *IdMappingTechniques `locationName:"idMappingTechniques" type:"structure" required:"true"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*IdMappingWorkflowInputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path // and KMSArn. // // OutputSourceConfig is a required field OutputSourceConfig []*IdMappingWorkflowOutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to access resources on your behalf. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes // this role to access resources on your behalf. // // WorkflowArn is a required field WorkflowArn *string `locationName:"workflowArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateIdMappingWorkflowOutput) GoString ¶ added in v1.45.26
func (s UpdateIdMappingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIdMappingWorkflowOutput) SetDescription ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetDescription(v string) *UpdateIdMappingWorkflowOutput
SetDescription sets the Description field's value.
func (*UpdateIdMappingWorkflowOutput) SetIdMappingTechniques ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetIdMappingTechniques(v *IdMappingTechniques) *UpdateIdMappingWorkflowOutput
SetIdMappingTechniques sets the IdMappingTechniques field's value.
func (*UpdateIdMappingWorkflowOutput) SetInputSourceConfig ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetInputSourceConfig(v []*IdMappingWorkflowInputSource) *UpdateIdMappingWorkflowOutput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*UpdateIdMappingWorkflowOutput) SetOutputSourceConfig ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetOutputSourceConfig(v []*IdMappingWorkflowOutputSource) *UpdateIdMappingWorkflowOutput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*UpdateIdMappingWorkflowOutput) SetRoleArn ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetRoleArn(v string) *UpdateIdMappingWorkflowOutput
SetRoleArn sets the RoleArn field's value.
func (*UpdateIdMappingWorkflowOutput) SetWorkflowArn ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetWorkflowArn(v string) *UpdateIdMappingWorkflowOutput
SetWorkflowArn sets the WorkflowArn field's value.
func (*UpdateIdMappingWorkflowOutput) SetWorkflowName ¶ added in v1.45.26
func (s *UpdateIdMappingWorkflowOutput) SetWorkflowName(v string) *UpdateIdMappingWorkflowOutput
SetWorkflowName sets the WorkflowName field's value.
func (UpdateIdMappingWorkflowOutput) String ¶ added in v1.45.26
func (s UpdateIdMappingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateMatchingWorkflowInput ¶
type UpdateMatchingWorkflowInput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines an incremental run type and has only incrementalRunType // as a field. IncrementalRunConfig *IncrementalRunConfig `locationName:"incrementalRunConfig" type:"structure"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*InputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path, // ApplyNormalization, and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*OutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // An object which defines the resolutionType and the ruleBasedProperties. // // ResolutionTechniques is a required field ResolutionTechniques *ResolutionTechniques `locationName:"resolutionTechniques" type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to create resources on your behalf as part of workflow execution. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The name of the workflow to be retrieved. // // WorkflowName is a required field WorkflowName *string `location:"uri" locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateMatchingWorkflowInput) GoString ¶
func (s UpdateMatchingWorkflowInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateMatchingWorkflowInput) SetDescription ¶
func (s *UpdateMatchingWorkflowInput) SetDescription(v string) *UpdateMatchingWorkflowInput
SetDescription sets the Description field's value.
func (*UpdateMatchingWorkflowInput) SetIncrementalRunConfig ¶
func (s *UpdateMatchingWorkflowInput) SetIncrementalRunConfig(v *IncrementalRunConfig) *UpdateMatchingWorkflowInput
SetIncrementalRunConfig sets the IncrementalRunConfig field's value.
func (*UpdateMatchingWorkflowInput) SetInputSourceConfig ¶
func (s *UpdateMatchingWorkflowInput) SetInputSourceConfig(v []*InputSource) *UpdateMatchingWorkflowInput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*UpdateMatchingWorkflowInput) SetOutputSourceConfig ¶
func (s *UpdateMatchingWorkflowInput) SetOutputSourceConfig(v []*OutputSource) *UpdateMatchingWorkflowInput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*UpdateMatchingWorkflowInput) SetResolutionTechniques ¶
func (s *UpdateMatchingWorkflowInput) SetResolutionTechniques(v *ResolutionTechniques) *UpdateMatchingWorkflowInput
SetResolutionTechniques sets the ResolutionTechniques field's value.
func (*UpdateMatchingWorkflowInput) SetRoleArn ¶
func (s *UpdateMatchingWorkflowInput) SetRoleArn(v string) *UpdateMatchingWorkflowInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateMatchingWorkflowInput) SetWorkflowName ¶
func (s *UpdateMatchingWorkflowInput) SetWorkflowName(v string) *UpdateMatchingWorkflowInput
SetWorkflowName sets the WorkflowName field's value.
func (UpdateMatchingWorkflowInput) String ¶
func (s UpdateMatchingWorkflowInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateMatchingWorkflowInput) Validate ¶
func (s *UpdateMatchingWorkflowInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateMatchingWorkflowOutput ¶
type UpdateMatchingWorkflowOutput struct { // A description of the workflow. Description *string `locationName:"description" type:"string"` // An object which defines an incremental run type and has only incrementalRunType // as a field. IncrementalRunConfig *IncrementalRunConfig `locationName:"incrementalRunConfig" type:"structure"` // A list of InputSource objects, which have the fields InputSourceARN and SchemaName. // // InputSourceConfig is a required field InputSourceConfig []*InputSource `locationName:"inputSourceConfig" min:"1" type:"list" required:"true"` // A list of OutputSource objects, each of which contains fields OutputS3Path, // ApplyNormalization, and Output. // // OutputSourceConfig is a required field OutputSourceConfig []*OutputSource `locationName:"outputSourceConfig" min:"1" type:"list" required:"true"` // An object which defines the resolutionType and the ruleBasedProperties // // ResolutionTechniques is a required field ResolutionTechniques *ResolutionTechniques `locationName:"resolutionTechniques" type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes // this role to create resources on your behalf as part of workflow execution. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" type:"string" required:"true"` // The name of the workflow. // // WorkflowName is a required field WorkflowName *string `locationName:"workflowName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateMatchingWorkflowOutput) GoString ¶
func (s UpdateMatchingWorkflowOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateMatchingWorkflowOutput) SetDescription ¶
func (s *UpdateMatchingWorkflowOutput) SetDescription(v string) *UpdateMatchingWorkflowOutput
SetDescription sets the Description field's value.
func (*UpdateMatchingWorkflowOutput) SetIncrementalRunConfig ¶
func (s *UpdateMatchingWorkflowOutput) SetIncrementalRunConfig(v *IncrementalRunConfig) *UpdateMatchingWorkflowOutput
SetIncrementalRunConfig sets the IncrementalRunConfig field's value.
func (*UpdateMatchingWorkflowOutput) SetInputSourceConfig ¶
func (s *UpdateMatchingWorkflowOutput) SetInputSourceConfig(v []*InputSource) *UpdateMatchingWorkflowOutput
SetInputSourceConfig sets the InputSourceConfig field's value.
func (*UpdateMatchingWorkflowOutput) SetOutputSourceConfig ¶
func (s *UpdateMatchingWorkflowOutput) SetOutputSourceConfig(v []*OutputSource) *UpdateMatchingWorkflowOutput
SetOutputSourceConfig sets the OutputSourceConfig field's value.
func (*UpdateMatchingWorkflowOutput) SetResolutionTechniques ¶
func (s *UpdateMatchingWorkflowOutput) SetResolutionTechniques(v *ResolutionTechniques) *UpdateMatchingWorkflowOutput
SetResolutionTechniques sets the ResolutionTechniques field's value.
func (*UpdateMatchingWorkflowOutput) SetRoleArn ¶
func (s *UpdateMatchingWorkflowOutput) SetRoleArn(v string) *UpdateMatchingWorkflowOutput
SetRoleArn sets the RoleArn field's value.
func (*UpdateMatchingWorkflowOutput) SetWorkflowName ¶
func (s *UpdateMatchingWorkflowOutput) SetWorkflowName(v string) *UpdateMatchingWorkflowOutput
SetWorkflowName sets the WorkflowName field's value.
func (UpdateMatchingWorkflowOutput) String ¶
func (s UpdateMatchingWorkflowOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSchemaMappingInput ¶ added in v1.45.26
type UpdateSchemaMappingInput struct { // A description of the schema. Description *string `locationName:"description" type:"string"` // A list of MappedInputFields. Each MappedInputField corresponds to a column // the source data table, and contains column name plus additional information // that Entity Resolution uses for matching. // // MappedInputFields is a required field MappedInputFields []*SchemaInputAttribute `locationName:"mappedInputFields" min:"2" type:"list" required:"true"` // The name of the schema. There can't be multiple SchemaMappings with the same // name. // // SchemaName is a required field SchemaName *string `location:"uri" locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateSchemaMappingInput) GoString ¶ added in v1.45.26
func (s UpdateSchemaMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSchemaMappingInput) SetDescription ¶ added in v1.45.26
func (s *UpdateSchemaMappingInput) SetDescription(v string) *UpdateSchemaMappingInput
SetDescription sets the Description field's value.
func (*UpdateSchemaMappingInput) SetMappedInputFields ¶ added in v1.45.26
func (s *UpdateSchemaMappingInput) SetMappedInputFields(v []*SchemaInputAttribute) *UpdateSchemaMappingInput
SetMappedInputFields sets the MappedInputFields field's value.
func (*UpdateSchemaMappingInput) SetSchemaName ¶ added in v1.45.26
func (s *UpdateSchemaMappingInput) SetSchemaName(v string) *UpdateSchemaMappingInput
SetSchemaName sets the SchemaName field's value.
func (UpdateSchemaMappingInput) String ¶ added in v1.45.26
func (s UpdateSchemaMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSchemaMappingInput) Validate ¶ added in v1.45.26
func (s *UpdateSchemaMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSchemaMappingOutput ¶ added in v1.45.26
type UpdateSchemaMappingOutput struct { // A description of the schema. Description *string `locationName:"description" type:"string"` // A list of MappedInputFields. Each MappedInputField corresponds to a column // the source data table, and contains column name plus additional information // that Entity Resolution uses for matching. // // MappedInputFields is a required field MappedInputFields []*SchemaInputAttribute `locationName:"mappedInputFields" min:"2" type:"list" required:"true"` // The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping. // // SchemaArn is a required field SchemaArn *string `locationName:"schemaArn" type:"string" required:"true"` // The name of the schema. // // SchemaName is a required field SchemaName *string `locationName:"schemaName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateSchemaMappingOutput) GoString ¶ added in v1.45.26
func (s UpdateSchemaMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSchemaMappingOutput) SetDescription ¶ added in v1.45.26
func (s *UpdateSchemaMappingOutput) SetDescription(v string) *UpdateSchemaMappingOutput
SetDescription sets the Description field's value.
func (*UpdateSchemaMappingOutput) SetMappedInputFields ¶ added in v1.45.26
func (s *UpdateSchemaMappingOutput) SetMappedInputFields(v []*SchemaInputAttribute) *UpdateSchemaMappingOutput
SetMappedInputFields sets the MappedInputFields field's value.
func (*UpdateSchemaMappingOutput) SetSchemaArn ¶ added in v1.45.26
func (s *UpdateSchemaMappingOutput) SetSchemaArn(v string) *UpdateSchemaMappingOutput
SetSchemaArn sets the SchemaArn field's value.
func (*UpdateSchemaMappingOutput) SetSchemaName ¶ added in v1.45.26
func (s *UpdateSchemaMappingOutput) SetSchemaName(v string) *UpdateSchemaMappingOutput
SetSchemaName sets the SchemaName field's value.
func (UpdateSchemaMappingOutput) String ¶ added in v1.45.26
func (s UpdateSchemaMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationException ¶
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" min:"1" type:"string"` // contains filtered or unexported fields }
The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400
func (*ValidationException) Code ¶
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationException) Message ¶
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package entityresolutioniface provides an interface to enable mocking the AWS EntityResolution service client for testing your code.
|
Package entityresolutioniface provides an interface to enable mocking the AWS EntityResolution service client for testing your code. |