Documentation ¶
Index ¶
- type BatchCreateVariableFuture
- type BatchGetVariableFuture
- type Client
- type CreateDetectorVersionFuture
- type CreateModelFuture
- type CreateModelVersionFuture
- type CreateRuleFuture
- type CreateVariableFuture
- type DeleteDetectorFuture
- type DeleteDetectorVersionFuture
- type DeleteEntityTypeFuture
- type DeleteEventFuture
- type DeleteEventTypeFuture
- type DeleteExternalModelFuture
- type DeleteLabelFuture
- type DeleteModelFuture
- type DeleteModelVersionFuture
- type DeleteOutcomeFuture
- type DeleteRuleFuture
- type DeleteVariableFuture
- type DescribeDetectorFuture
- type DescribeModelVersionsFuture
- type GetDetectorVersionFuture
- type GetDetectorsFuture
- type GetEntityTypesFuture
- type GetEventPredictionFuture
- type GetEventTypesFuture
- type GetExternalModelsFuture
- type GetKMSEncryptionKeyFuture
- type GetLabelsFuture
- type GetModelVersionFuture
- type GetModelsFuture
- type GetOutcomesFuture
- type GetRulesFuture
- type GetVariablesFuture
- type ListTagsForResourceFuture
- type PutDetectorFuture
- type PutEntityTypeFuture
- type PutEventTypeFuture
- type PutExternalModelFuture
- type PutKMSEncryptionKeyFuture
- type PutLabelFuture
- type PutOutcomeFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDetectorVersionFuture
- type UpdateDetectorVersionMetadataFuture
- type UpdateDetectorVersionStatusFuture
- type UpdateModelFuture
- type UpdateModelVersionFuture
- type UpdateModelVersionStatusFuture
- type UpdateRuleMetadataFuture
- type UpdateRuleVersionFuture
- type UpdateVariableFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCreateVariableFuture ¶
type BatchCreateVariableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchCreateVariableFuture) Get ¶
func (r *BatchCreateVariableFuture) Get(ctx workflow.Context) (*frauddetector.BatchCreateVariableOutput, error)
type BatchGetVariableFuture ¶
type BatchGetVariableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetVariableFuture) Get ¶
func (r *BatchGetVariableFuture) Get(ctx workflow.Context) (*frauddetector.BatchGetVariableOutput, error)
type Client ¶
type Client interface { BatchCreateVariable(ctx workflow.Context, input *frauddetector.BatchCreateVariableInput) (*frauddetector.BatchCreateVariableOutput, error) BatchCreateVariableAsync(ctx workflow.Context, input *frauddetector.BatchCreateVariableInput) *BatchCreateVariableFuture BatchGetVariable(ctx workflow.Context, input *frauddetector.BatchGetVariableInput) (*frauddetector.BatchGetVariableOutput, error) BatchGetVariableAsync(ctx workflow.Context, input *frauddetector.BatchGetVariableInput) *BatchGetVariableFuture CreateDetectorVersion(ctx workflow.Context, input *frauddetector.CreateDetectorVersionInput) (*frauddetector.CreateDetectorVersionOutput, error) CreateDetectorVersionAsync(ctx workflow.Context, input *frauddetector.CreateDetectorVersionInput) *CreateDetectorVersionFuture CreateModel(ctx workflow.Context, input *frauddetector.CreateModelInput) (*frauddetector.CreateModelOutput, error) CreateModelAsync(ctx workflow.Context, input *frauddetector.CreateModelInput) *CreateModelFuture CreateModelVersion(ctx workflow.Context, input *frauddetector.CreateModelVersionInput) (*frauddetector.CreateModelVersionOutput, error) CreateModelVersionAsync(ctx workflow.Context, input *frauddetector.CreateModelVersionInput) *CreateModelVersionFuture CreateRule(ctx workflow.Context, input *frauddetector.CreateRuleInput) (*frauddetector.CreateRuleOutput, error) CreateRuleAsync(ctx workflow.Context, input *frauddetector.CreateRuleInput) *CreateRuleFuture CreateVariable(ctx workflow.Context, input *frauddetector.CreateVariableInput) (*frauddetector.CreateVariableOutput, error) CreateVariableAsync(ctx workflow.Context, input *frauddetector.CreateVariableInput) *CreateVariableFuture DeleteDetector(ctx workflow.Context, input *frauddetector.DeleteDetectorInput) (*frauddetector.DeleteDetectorOutput, error) DeleteDetectorAsync(ctx workflow.Context, input *frauddetector.DeleteDetectorInput) *DeleteDetectorFuture DeleteDetectorVersion(ctx workflow.Context, input *frauddetector.DeleteDetectorVersionInput) (*frauddetector.DeleteDetectorVersionOutput, error) DeleteDetectorVersionAsync(ctx workflow.Context, input *frauddetector.DeleteDetectorVersionInput) *DeleteDetectorVersionFuture DeleteEntityType(ctx workflow.Context, input *frauddetector.DeleteEntityTypeInput) (*frauddetector.DeleteEntityTypeOutput, error) DeleteEntityTypeAsync(ctx workflow.Context, input *frauddetector.DeleteEntityTypeInput) *DeleteEntityTypeFuture DeleteEvent(ctx workflow.Context, input *frauddetector.DeleteEventInput) (*frauddetector.DeleteEventOutput, error) DeleteEventAsync(ctx workflow.Context, input *frauddetector.DeleteEventInput) *DeleteEventFuture DeleteEventType(ctx workflow.Context, input *frauddetector.DeleteEventTypeInput) (*frauddetector.DeleteEventTypeOutput, error) DeleteEventTypeAsync(ctx workflow.Context, input *frauddetector.DeleteEventTypeInput) *DeleteEventTypeFuture DeleteExternalModel(ctx workflow.Context, input *frauddetector.DeleteExternalModelInput) (*frauddetector.DeleteExternalModelOutput, error) DeleteExternalModelAsync(ctx workflow.Context, input *frauddetector.DeleteExternalModelInput) *DeleteExternalModelFuture DeleteLabel(ctx workflow.Context, input *frauddetector.DeleteLabelInput) (*frauddetector.DeleteLabelOutput, error) DeleteLabelAsync(ctx workflow.Context, input *frauddetector.DeleteLabelInput) *DeleteLabelFuture DeleteModel(ctx workflow.Context, input *frauddetector.DeleteModelInput) (*frauddetector.DeleteModelOutput, error) DeleteModelAsync(ctx workflow.Context, input *frauddetector.DeleteModelInput) *DeleteModelFuture DeleteModelVersion(ctx workflow.Context, input *frauddetector.DeleteModelVersionInput) (*frauddetector.DeleteModelVersionOutput, error) DeleteModelVersionAsync(ctx workflow.Context, input *frauddetector.DeleteModelVersionInput) *DeleteModelVersionFuture DeleteOutcome(ctx workflow.Context, input *frauddetector.DeleteOutcomeInput) (*frauddetector.DeleteOutcomeOutput, error) DeleteOutcomeAsync(ctx workflow.Context, input *frauddetector.DeleteOutcomeInput) *DeleteOutcomeFuture DeleteRule(ctx workflow.Context, input *frauddetector.DeleteRuleInput) (*frauddetector.DeleteRuleOutput, error) DeleteRuleAsync(ctx workflow.Context, input *frauddetector.DeleteRuleInput) *DeleteRuleFuture DeleteVariable(ctx workflow.Context, input *frauddetector.DeleteVariableInput) (*frauddetector.DeleteVariableOutput, error) DeleteVariableAsync(ctx workflow.Context, input *frauddetector.DeleteVariableInput) *DeleteVariableFuture DescribeDetector(ctx workflow.Context, input *frauddetector.DescribeDetectorInput) (*frauddetector.DescribeDetectorOutput, error) DescribeDetectorAsync(ctx workflow.Context, input *frauddetector.DescribeDetectorInput) *DescribeDetectorFuture DescribeModelVersions(ctx workflow.Context, input *frauddetector.DescribeModelVersionsInput) (*frauddetector.DescribeModelVersionsOutput, error) DescribeModelVersionsAsync(ctx workflow.Context, input *frauddetector.DescribeModelVersionsInput) *DescribeModelVersionsFuture GetDetectorVersion(ctx workflow.Context, input *frauddetector.GetDetectorVersionInput) (*frauddetector.GetDetectorVersionOutput, error) GetDetectorVersionAsync(ctx workflow.Context, input *frauddetector.GetDetectorVersionInput) *GetDetectorVersionFuture GetDetectors(ctx workflow.Context, input *frauddetector.GetDetectorsInput) (*frauddetector.GetDetectorsOutput, error) GetDetectorsAsync(ctx workflow.Context, input *frauddetector.GetDetectorsInput) *GetDetectorsFuture GetEntityTypes(ctx workflow.Context, input *frauddetector.GetEntityTypesInput) (*frauddetector.GetEntityTypesOutput, error) GetEntityTypesAsync(ctx workflow.Context, input *frauddetector.GetEntityTypesInput) *GetEntityTypesFuture GetEventPrediction(ctx workflow.Context, input *frauddetector.GetEventPredictionInput) (*frauddetector.GetEventPredictionOutput, error) GetEventPredictionAsync(ctx workflow.Context, input *frauddetector.GetEventPredictionInput) *GetEventPredictionFuture GetEventTypes(ctx workflow.Context, input *frauddetector.GetEventTypesInput) (*frauddetector.GetEventTypesOutput, error) GetEventTypesAsync(ctx workflow.Context, input *frauddetector.GetEventTypesInput) *GetEventTypesFuture GetExternalModels(ctx workflow.Context, input *frauddetector.GetExternalModelsInput) (*frauddetector.GetExternalModelsOutput, error) GetExternalModelsAsync(ctx workflow.Context, input *frauddetector.GetExternalModelsInput) *GetExternalModelsFuture GetKMSEncryptionKey(ctx workflow.Context, input *frauddetector.GetKMSEncryptionKeyInput) (*frauddetector.GetKMSEncryptionKeyOutput, error) GetKMSEncryptionKeyAsync(ctx workflow.Context, input *frauddetector.GetKMSEncryptionKeyInput) *GetKMSEncryptionKeyFuture GetLabels(ctx workflow.Context, input *frauddetector.GetLabelsInput) (*frauddetector.GetLabelsOutput, error) GetLabelsAsync(ctx workflow.Context, input *frauddetector.GetLabelsInput) *GetLabelsFuture GetModelVersion(ctx workflow.Context, input *frauddetector.GetModelVersionInput) (*frauddetector.GetModelVersionOutput, error) GetModelVersionAsync(ctx workflow.Context, input *frauddetector.GetModelVersionInput) *GetModelVersionFuture GetModels(ctx workflow.Context, input *frauddetector.GetModelsInput) (*frauddetector.GetModelsOutput, error) GetModelsAsync(ctx workflow.Context, input *frauddetector.GetModelsInput) *GetModelsFuture GetOutcomes(ctx workflow.Context, input *frauddetector.GetOutcomesInput) (*frauddetector.GetOutcomesOutput, error) GetOutcomesAsync(ctx workflow.Context, input *frauddetector.GetOutcomesInput) *GetOutcomesFuture GetRules(ctx workflow.Context, input *frauddetector.GetRulesInput) (*frauddetector.GetRulesOutput, error) GetRulesAsync(ctx workflow.Context, input *frauddetector.GetRulesInput) *GetRulesFuture GetVariables(ctx workflow.Context, input *frauddetector.GetVariablesInput) (*frauddetector.GetVariablesOutput, error) GetVariablesAsync(ctx workflow.Context, input *frauddetector.GetVariablesInput) *GetVariablesFuture ListTagsForResource(ctx workflow.Context, input *frauddetector.ListTagsForResourceInput) (*frauddetector.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *frauddetector.ListTagsForResourceInput) *ListTagsForResourceFuture PutDetector(ctx workflow.Context, input *frauddetector.PutDetectorInput) (*frauddetector.PutDetectorOutput, error) PutDetectorAsync(ctx workflow.Context, input *frauddetector.PutDetectorInput) *PutDetectorFuture PutEntityType(ctx workflow.Context, input *frauddetector.PutEntityTypeInput) (*frauddetector.PutEntityTypeOutput, error) PutEntityTypeAsync(ctx workflow.Context, input *frauddetector.PutEntityTypeInput) *PutEntityTypeFuture PutEventType(ctx workflow.Context, input *frauddetector.PutEventTypeInput) (*frauddetector.PutEventTypeOutput, error) PutEventTypeAsync(ctx workflow.Context, input *frauddetector.PutEventTypeInput) *PutEventTypeFuture PutExternalModel(ctx workflow.Context, input *frauddetector.PutExternalModelInput) (*frauddetector.PutExternalModelOutput, error) PutExternalModelAsync(ctx workflow.Context, input *frauddetector.PutExternalModelInput) *PutExternalModelFuture PutKMSEncryptionKey(ctx workflow.Context, input *frauddetector.PutKMSEncryptionKeyInput) (*frauddetector.PutKMSEncryptionKeyOutput, error) PutKMSEncryptionKeyAsync(ctx workflow.Context, input *frauddetector.PutKMSEncryptionKeyInput) *PutKMSEncryptionKeyFuture PutLabel(ctx workflow.Context, input *frauddetector.PutLabelInput) (*frauddetector.PutLabelOutput, error) PutLabelAsync(ctx workflow.Context, input *frauddetector.PutLabelInput) *PutLabelFuture PutOutcome(ctx workflow.Context, input *frauddetector.PutOutcomeInput) (*frauddetector.PutOutcomeOutput, error) PutOutcomeAsync(ctx workflow.Context, input *frauddetector.PutOutcomeInput) *PutOutcomeFuture TagResource(ctx workflow.Context, input *frauddetector.TagResourceInput) (*frauddetector.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *frauddetector.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *frauddetector.UntagResourceInput) (*frauddetector.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *frauddetector.UntagResourceInput) *UntagResourceFuture UpdateDetectorVersion(ctx workflow.Context, input *frauddetector.UpdateDetectorVersionInput) (*frauddetector.UpdateDetectorVersionOutput, error) UpdateDetectorVersionAsync(ctx workflow.Context, input *frauddetector.UpdateDetectorVersionInput) *UpdateDetectorVersionFuture UpdateDetectorVersionMetadata(ctx workflow.Context, input *frauddetector.UpdateDetectorVersionMetadataInput) (*frauddetector.UpdateDetectorVersionMetadataOutput, error) UpdateDetectorVersionMetadataAsync(ctx workflow.Context, input *frauddetector.UpdateDetectorVersionMetadataInput) *UpdateDetectorVersionMetadataFuture UpdateDetectorVersionStatus(ctx workflow.Context, input *frauddetector.UpdateDetectorVersionStatusInput) (*frauddetector.UpdateDetectorVersionStatusOutput, error) UpdateDetectorVersionStatusAsync(ctx workflow.Context, input *frauddetector.UpdateDetectorVersionStatusInput) *UpdateDetectorVersionStatusFuture UpdateModel(ctx workflow.Context, input *frauddetector.UpdateModelInput) (*frauddetector.UpdateModelOutput, error) UpdateModelAsync(ctx workflow.Context, input *frauddetector.UpdateModelInput) *UpdateModelFuture UpdateModelVersion(ctx workflow.Context, input *frauddetector.UpdateModelVersionInput) (*frauddetector.UpdateModelVersionOutput, error) UpdateModelVersionAsync(ctx workflow.Context, input *frauddetector.UpdateModelVersionInput) *UpdateModelVersionFuture UpdateModelVersionStatus(ctx workflow.Context, input *frauddetector.UpdateModelVersionStatusInput) (*frauddetector.UpdateModelVersionStatusOutput, error) UpdateModelVersionStatusAsync(ctx workflow.Context, input *frauddetector.UpdateModelVersionStatusInput) *UpdateModelVersionStatusFuture UpdateRuleMetadata(ctx workflow.Context, input *frauddetector.UpdateRuleMetadataInput) (*frauddetector.UpdateRuleMetadataOutput, error) UpdateRuleMetadataAsync(ctx workflow.Context, input *frauddetector.UpdateRuleMetadataInput) *UpdateRuleMetadataFuture UpdateRuleVersion(ctx workflow.Context, input *frauddetector.UpdateRuleVersionInput) (*frauddetector.UpdateRuleVersionOutput, error) UpdateRuleVersionAsync(ctx workflow.Context, input *frauddetector.UpdateRuleVersionInput) *UpdateRuleVersionFuture UpdateVariable(ctx workflow.Context, input *frauddetector.UpdateVariableInput) (*frauddetector.UpdateVariableOutput, error) UpdateVariableAsync(ctx workflow.Context, input *frauddetector.UpdateVariableInput) *UpdateVariableFuture }
type CreateDetectorVersionFuture ¶
type CreateDetectorVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDetectorVersionFuture) Get ¶
func (r *CreateDetectorVersionFuture) Get(ctx workflow.Context) (*frauddetector.CreateDetectorVersionOutput, error)
type CreateModelFuture ¶
func (*CreateModelFuture) Get ¶
func (r *CreateModelFuture) Get(ctx workflow.Context) (*frauddetector.CreateModelOutput, error)
type CreateModelVersionFuture ¶
type CreateModelVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateModelVersionFuture) Get ¶
func (r *CreateModelVersionFuture) Get(ctx workflow.Context) (*frauddetector.CreateModelVersionOutput, error)
type CreateRuleFuture ¶
func (*CreateRuleFuture) Get ¶
func (r *CreateRuleFuture) Get(ctx workflow.Context) (*frauddetector.CreateRuleOutput, error)
type CreateVariableFuture ¶
func (*CreateVariableFuture) Get ¶
func (r *CreateVariableFuture) Get(ctx workflow.Context) (*frauddetector.CreateVariableOutput, error)
type DeleteDetectorFuture ¶
func (*DeleteDetectorFuture) Get ¶
func (r *DeleteDetectorFuture) Get(ctx workflow.Context) (*frauddetector.DeleteDetectorOutput, error)
type DeleteDetectorVersionFuture ¶
type DeleteDetectorVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDetectorVersionFuture) Get ¶
func (r *DeleteDetectorVersionFuture) Get(ctx workflow.Context) (*frauddetector.DeleteDetectorVersionOutput, error)
type DeleteEntityTypeFuture ¶
type DeleteEntityTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteEntityTypeFuture) Get ¶
func (r *DeleteEntityTypeFuture) Get(ctx workflow.Context) (*frauddetector.DeleteEntityTypeOutput, error)
type DeleteEventFuture ¶
func (*DeleteEventFuture) Get ¶
func (r *DeleteEventFuture) Get(ctx workflow.Context) (*frauddetector.DeleteEventOutput, error)
type DeleteEventTypeFuture ¶
type DeleteEventTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteEventTypeFuture) Get ¶
func (r *DeleteEventTypeFuture) Get(ctx workflow.Context) (*frauddetector.DeleteEventTypeOutput, error)
type DeleteExternalModelFuture ¶
type DeleteExternalModelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteExternalModelFuture) Get ¶
func (r *DeleteExternalModelFuture) Get(ctx workflow.Context) (*frauddetector.DeleteExternalModelOutput, error)
type DeleteLabelFuture ¶
func (*DeleteLabelFuture) Get ¶
func (r *DeleteLabelFuture) Get(ctx workflow.Context) (*frauddetector.DeleteLabelOutput, error)
type DeleteModelFuture ¶
func (*DeleteModelFuture) Get ¶
func (r *DeleteModelFuture) Get(ctx workflow.Context) (*frauddetector.DeleteModelOutput, error)
type DeleteModelVersionFuture ¶
type DeleteModelVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteModelVersionFuture) Get ¶
func (r *DeleteModelVersionFuture) Get(ctx workflow.Context) (*frauddetector.DeleteModelVersionOutput, error)
type DeleteOutcomeFuture ¶
func (*DeleteOutcomeFuture) Get ¶
func (r *DeleteOutcomeFuture) Get(ctx workflow.Context) (*frauddetector.DeleteOutcomeOutput, error)
type DeleteRuleFuture ¶
func (*DeleteRuleFuture) Get ¶
func (r *DeleteRuleFuture) Get(ctx workflow.Context) (*frauddetector.DeleteRuleOutput, error)
type DeleteVariableFuture ¶
func (*DeleteVariableFuture) Get ¶
func (r *DeleteVariableFuture) Get(ctx workflow.Context) (*frauddetector.DeleteVariableOutput, error)
type DescribeDetectorFuture ¶
type DescribeDetectorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDetectorFuture) Get ¶
func (r *DescribeDetectorFuture) Get(ctx workflow.Context) (*frauddetector.DescribeDetectorOutput, error)
type DescribeModelVersionsFuture ¶
type DescribeModelVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeModelVersionsFuture) Get ¶
func (r *DescribeModelVersionsFuture) Get(ctx workflow.Context) (*frauddetector.DescribeModelVersionsOutput, error)
type GetDetectorVersionFuture ¶
type GetDetectorVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDetectorVersionFuture) Get ¶
func (r *GetDetectorVersionFuture) Get(ctx workflow.Context) (*frauddetector.GetDetectorVersionOutput, error)
type GetDetectorsFuture ¶
func (*GetDetectorsFuture) Get ¶
func (r *GetDetectorsFuture) Get(ctx workflow.Context) (*frauddetector.GetDetectorsOutput, error)
type GetEntityTypesFuture ¶
func (*GetEntityTypesFuture) Get ¶
func (r *GetEntityTypesFuture) Get(ctx workflow.Context) (*frauddetector.GetEntityTypesOutput, error)
type GetEventPredictionFuture ¶
type GetEventPredictionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetEventPredictionFuture) Get ¶
func (r *GetEventPredictionFuture) Get(ctx workflow.Context) (*frauddetector.GetEventPredictionOutput, error)
type GetEventTypesFuture ¶
func (*GetEventTypesFuture) Get ¶
func (r *GetEventTypesFuture) Get(ctx workflow.Context) (*frauddetector.GetEventTypesOutput, error)
type GetExternalModelsFuture ¶
type GetExternalModelsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetExternalModelsFuture) Get ¶
func (r *GetExternalModelsFuture) Get(ctx workflow.Context) (*frauddetector.GetExternalModelsOutput, error)
type GetKMSEncryptionKeyFuture ¶
type GetKMSEncryptionKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetKMSEncryptionKeyFuture) Get ¶
func (r *GetKMSEncryptionKeyFuture) Get(ctx workflow.Context) (*frauddetector.GetKMSEncryptionKeyOutput, error)
type GetLabelsFuture ¶
func (*GetLabelsFuture) Get ¶
func (r *GetLabelsFuture) Get(ctx workflow.Context) (*frauddetector.GetLabelsOutput, error)
type GetModelVersionFuture ¶
type GetModelVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetModelVersionFuture) Get ¶
func (r *GetModelVersionFuture) Get(ctx workflow.Context) (*frauddetector.GetModelVersionOutput, error)
type GetModelsFuture ¶
func (*GetModelsFuture) Get ¶
func (r *GetModelsFuture) Get(ctx workflow.Context) (*frauddetector.GetModelsOutput, error)
type GetOutcomesFuture ¶
func (*GetOutcomesFuture) Get ¶
func (r *GetOutcomesFuture) Get(ctx workflow.Context) (*frauddetector.GetOutcomesOutput, error)
type GetRulesFuture ¶
func (*GetRulesFuture) Get ¶
func (r *GetRulesFuture) Get(ctx workflow.Context) (*frauddetector.GetRulesOutput, error)
type GetVariablesFuture ¶
func (*GetVariablesFuture) Get ¶
func (r *GetVariablesFuture) Get(ctx workflow.Context) (*frauddetector.GetVariablesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*frauddetector.ListTagsForResourceOutput, error)
type PutDetectorFuture ¶
func (*PutDetectorFuture) Get ¶
func (r *PutDetectorFuture) Get(ctx workflow.Context) (*frauddetector.PutDetectorOutput, error)
type PutEntityTypeFuture ¶
func (*PutEntityTypeFuture) Get ¶
func (r *PutEntityTypeFuture) Get(ctx workflow.Context) (*frauddetector.PutEntityTypeOutput, error)
type PutEventTypeFuture ¶
func (*PutEventTypeFuture) Get ¶
func (r *PutEventTypeFuture) Get(ctx workflow.Context) (*frauddetector.PutEventTypeOutput, error)
type PutExternalModelFuture ¶
type PutExternalModelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutExternalModelFuture) Get ¶
func (r *PutExternalModelFuture) Get(ctx workflow.Context) (*frauddetector.PutExternalModelOutput, error)
type PutKMSEncryptionKeyFuture ¶
type PutKMSEncryptionKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutKMSEncryptionKeyFuture) Get ¶
func (r *PutKMSEncryptionKeyFuture) Get(ctx workflow.Context) (*frauddetector.PutKMSEncryptionKeyOutput, error)
type PutLabelFuture ¶
func (*PutLabelFuture) Get ¶
func (r *PutLabelFuture) Get(ctx workflow.Context) (*frauddetector.PutLabelOutput, error)
type PutOutcomeFuture ¶
func (*PutOutcomeFuture) Get ¶
func (r *PutOutcomeFuture) Get(ctx workflow.Context) (*frauddetector.PutOutcomeOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*frauddetector.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*frauddetector.UntagResourceOutput, error)
type UpdateDetectorVersionFuture ¶
type UpdateDetectorVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDetectorVersionFuture) Get ¶
func (r *UpdateDetectorVersionFuture) Get(ctx workflow.Context) (*frauddetector.UpdateDetectorVersionOutput, error)
type UpdateDetectorVersionMetadataFuture ¶
type UpdateDetectorVersionMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDetectorVersionMetadataFuture) Get ¶
func (r *UpdateDetectorVersionMetadataFuture) Get(ctx workflow.Context) (*frauddetector.UpdateDetectorVersionMetadataOutput, error)
type UpdateDetectorVersionStatusFuture ¶
type UpdateDetectorVersionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDetectorVersionStatusFuture) Get ¶
func (r *UpdateDetectorVersionStatusFuture) Get(ctx workflow.Context) (*frauddetector.UpdateDetectorVersionStatusOutput, error)
type UpdateModelFuture ¶
func (*UpdateModelFuture) Get ¶
func (r *UpdateModelFuture) Get(ctx workflow.Context) (*frauddetector.UpdateModelOutput, error)
type UpdateModelVersionFuture ¶
type UpdateModelVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateModelVersionFuture) Get ¶
func (r *UpdateModelVersionFuture) Get(ctx workflow.Context) (*frauddetector.UpdateModelVersionOutput, error)
type UpdateModelVersionStatusFuture ¶
type UpdateModelVersionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateModelVersionStatusFuture) Get ¶
func (r *UpdateModelVersionStatusFuture) Get(ctx workflow.Context) (*frauddetector.UpdateModelVersionStatusOutput, error)
type UpdateRuleMetadataFuture ¶
type UpdateRuleMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRuleMetadataFuture) Get ¶
func (r *UpdateRuleMetadataFuture) Get(ctx workflow.Context) (*frauddetector.UpdateRuleMetadataOutput, error)
type UpdateRuleVersionFuture ¶
type UpdateRuleVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRuleVersionFuture) Get ¶
func (r *UpdateRuleVersionFuture) Get(ctx workflow.Context) (*frauddetector.UpdateRuleVersionOutput, error)
type UpdateVariableFuture ¶
func (*UpdateVariableFuture) Get ¶
func (r *UpdateVariableFuture) Get(ctx workflow.Context) (*frauddetector.UpdateVariableOutput, error)
Click to show internal directories.
Click to hide internal directories.