Documentation
¶
Index ¶
- type Client
- type CreateParallelDataFuture
- type DeleteParallelDataFuture
- type DeleteTerminologyFuture
- type DescribeTextTranslationJobFuture
- type GetParallelDataFuture
- type GetTerminologyFuture
- type ImportTerminologyFuture
- type ListParallelDataFuture
- type ListTerminologiesFuture
- type ListTextTranslationJobsFuture
- type StartTextTranslationJobFuture
- type StopTextTranslationJobFuture
- type TextFuture
- type UpdateParallelDataFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateParallelData(ctx workflow.Context, input *translate.CreateParallelDataInput) (*translate.CreateParallelDataOutput, error) CreateParallelDataAsync(ctx workflow.Context, input *translate.CreateParallelDataInput) *CreateParallelDataFuture DeleteParallelData(ctx workflow.Context, input *translate.DeleteParallelDataInput) (*translate.DeleteParallelDataOutput, error) DeleteParallelDataAsync(ctx workflow.Context, input *translate.DeleteParallelDataInput) *DeleteParallelDataFuture DeleteTerminology(ctx workflow.Context, input *translate.DeleteTerminologyInput) (*translate.DeleteTerminologyOutput, error) DeleteTerminologyAsync(ctx workflow.Context, input *translate.DeleteTerminologyInput) *DeleteTerminologyFuture DescribeTextTranslationJob(ctx workflow.Context, input *translate.DescribeTextTranslationJobInput) (*translate.DescribeTextTranslationJobOutput, error) DescribeTextTranslationJobAsync(ctx workflow.Context, input *translate.DescribeTextTranslationJobInput) *DescribeTextTranslationJobFuture GetParallelData(ctx workflow.Context, input *translate.GetParallelDataInput) (*translate.GetParallelDataOutput, error) GetParallelDataAsync(ctx workflow.Context, input *translate.GetParallelDataInput) *GetParallelDataFuture GetTerminology(ctx workflow.Context, input *translate.GetTerminologyInput) (*translate.GetTerminologyOutput, error) GetTerminologyAsync(ctx workflow.Context, input *translate.GetTerminologyInput) *GetTerminologyFuture ImportTerminology(ctx workflow.Context, input *translate.ImportTerminologyInput) (*translate.ImportTerminologyOutput, error) ImportTerminologyAsync(ctx workflow.Context, input *translate.ImportTerminologyInput) *ImportTerminologyFuture ListParallelData(ctx workflow.Context, input *translate.ListParallelDataInput) (*translate.ListParallelDataOutput, error) ListParallelDataAsync(ctx workflow.Context, input *translate.ListParallelDataInput) *ListParallelDataFuture ListTerminologies(ctx workflow.Context, input *translate.ListTerminologiesInput) (*translate.ListTerminologiesOutput, error) ListTerminologiesAsync(ctx workflow.Context, input *translate.ListTerminologiesInput) *ListTerminologiesFuture ListTextTranslationJobs(ctx workflow.Context, input *translate.ListTextTranslationJobsInput) (*translate.ListTextTranslationJobsOutput, error) ListTextTranslationJobsAsync(ctx workflow.Context, input *translate.ListTextTranslationJobsInput) *ListTextTranslationJobsFuture StartTextTranslationJob(ctx workflow.Context, input *translate.StartTextTranslationJobInput) (*translate.StartTextTranslationJobOutput, error) StartTextTranslationJobAsync(ctx workflow.Context, input *translate.StartTextTranslationJobInput) *StartTextTranslationJobFuture StopTextTranslationJob(ctx workflow.Context, input *translate.StopTextTranslationJobInput) (*translate.StopTextTranslationJobOutput, error) StopTextTranslationJobAsync(ctx workflow.Context, input *translate.StopTextTranslationJobInput) *StopTextTranslationJobFuture Text(ctx workflow.Context, input *translate.TextInput) (*translate.TextOutput, error) TextAsync(ctx workflow.Context, input *translate.TextInput) *TextFuture UpdateParallelData(ctx workflow.Context, input *translate.UpdateParallelDataInput) (*translate.UpdateParallelDataOutput, error) UpdateParallelDataAsync(ctx workflow.Context, input *translate.UpdateParallelDataInput) *UpdateParallelDataFuture }
type CreateParallelDataFuture ¶
type CreateParallelDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateParallelDataFuture) Get ¶
func (r *CreateParallelDataFuture) Get(ctx workflow.Context) (*translate.CreateParallelDataOutput, error)
type DeleteParallelDataFuture ¶
type DeleteParallelDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteParallelDataFuture) Get ¶
func (r *DeleteParallelDataFuture) Get(ctx workflow.Context) (*translate.DeleteParallelDataOutput, error)
type DeleteTerminologyFuture ¶
type DeleteTerminologyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteTerminologyFuture) Get ¶
func (r *DeleteTerminologyFuture) Get(ctx workflow.Context) (*translate.DeleteTerminologyOutput, error)
type DescribeTextTranslationJobFuture ¶
type DescribeTextTranslationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTextTranslationJobFuture) Get ¶
func (r *DescribeTextTranslationJobFuture) Get(ctx workflow.Context) (*translate.DescribeTextTranslationJobOutput, error)
type GetParallelDataFuture ¶
type GetParallelDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetParallelDataFuture) Get ¶
func (r *GetParallelDataFuture) Get(ctx workflow.Context) (*translate.GetParallelDataOutput, error)
type GetTerminologyFuture ¶
func (*GetTerminologyFuture) Get ¶
func (r *GetTerminologyFuture) Get(ctx workflow.Context) (*translate.GetTerminologyOutput, error)
type ImportTerminologyFuture ¶
type ImportTerminologyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportTerminologyFuture) Get ¶
func (r *ImportTerminologyFuture) Get(ctx workflow.Context) (*translate.ImportTerminologyOutput, error)
type ListParallelDataFuture ¶
type ListParallelDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListParallelDataFuture) Get ¶
func (r *ListParallelDataFuture) Get(ctx workflow.Context) (*translate.ListParallelDataOutput, error)
type ListTerminologiesFuture ¶
type ListTerminologiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTerminologiesFuture) Get ¶
func (r *ListTerminologiesFuture) Get(ctx workflow.Context) (*translate.ListTerminologiesOutput, error)
type ListTextTranslationJobsFuture ¶
type ListTextTranslationJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTextTranslationJobsFuture) Get ¶
func (r *ListTextTranslationJobsFuture) Get(ctx workflow.Context) (*translate.ListTextTranslationJobsOutput, error)
type StartTextTranslationJobFuture ¶
type StartTextTranslationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartTextTranslationJobFuture) Get ¶
func (r *StartTextTranslationJobFuture) Get(ctx workflow.Context) (*translate.StartTextTranslationJobOutput, error)
type StopTextTranslationJobFuture ¶
type StopTextTranslationJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopTextTranslationJobFuture) Get ¶
func (r *StopTextTranslationJobFuture) Get(ctx workflow.Context) (*translate.StopTextTranslationJobOutput, error)
type TextFuture ¶
func (*TextFuture) Get ¶
func (r *TextFuture) Get(ctx workflow.Context) (*translate.TextOutput, error)
type UpdateParallelDataFuture ¶
type UpdateParallelDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateParallelDataFuture) Get ¶
func (r *UpdateParallelDataFuture) Get(ctx workflow.Context) (*translate.UpdateParallelDataOutput, error)
Click to show internal directories.
Click to hide internal directories.