healthlakestub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CreateFHIRDatastore(ctx workflow.Context, input *healthlake.CreateFHIRDatastoreInput) (*healthlake.CreateFHIRDatastoreOutput, error)
	CreateFHIRDatastoreAsync(ctx workflow.Context, input *healthlake.CreateFHIRDatastoreInput) *CreateFHIRDatastoreFuture

	DeleteFHIRDatastore(ctx workflow.Context, input *healthlake.DeleteFHIRDatastoreInput) (*healthlake.DeleteFHIRDatastoreOutput, error)
	DeleteFHIRDatastoreAsync(ctx workflow.Context, input *healthlake.DeleteFHIRDatastoreInput) *DeleteFHIRDatastoreFuture

	DescribeFHIRDatastore(ctx workflow.Context, input *healthlake.DescribeFHIRDatastoreInput) (*healthlake.DescribeFHIRDatastoreOutput, error)
	DescribeFHIRDatastoreAsync(ctx workflow.Context, input *healthlake.DescribeFHIRDatastoreInput) *DescribeFHIRDatastoreFuture

	DescribeFHIRExportJob(ctx workflow.Context, input *healthlake.DescribeFHIRExportJobInput) (*healthlake.DescribeFHIRExportJobOutput, error)
	DescribeFHIRExportJobAsync(ctx workflow.Context, input *healthlake.DescribeFHIRExportJobInput) *DescribeFHIRExportJobFuture

	DescribeFHIRImportJob(ctx workflow.Context, input *healthlake.DescribeFHIRImportJobInput) (*healthlake.DescribeFHIRImportJobOutput, error)
	DescribeFHIRImportJobAsync(ctx workflow.Context, input *healthlake.DescribeFHIRImportJobInput) *DescribeFHIRImportJobFuture

	ListFHIRDatastores(ctx workflow.Context, input *healthlake.ListFHIRDatastoresInput) (*healthlake.ListFHIRDatastoresOutput, error)
	ListFHIRDatastoresAsync(ctx workflow.Context, input *healthlake.ListFHIRDatastoresInput) *ListFHIRDatastoresFuture

	StartFHIRExportJob(ctx workflow.Context, input *healthlake.StartFHIRExportJobInput) (*healthlake.StartFHIRExportJobOutput, error)
	StartFHIRExportJobAsync(ctx workflow.Context, input *healthlake.StartFHIRExportJobInput) *StartFHIRExportJobFuture

	StartFHIRImportJob(ctx workflow.Context, input *healthlake.StartFHIRImportJobInput) (*healthlake.StartFHIRImportJobOutput, error)
	StartFHIRImportJobAsync(ctx workflow.Context, input *healthlake.StartFHIRImportJobInput) *StartFHIRImportJobFuture
}

func NewClient

func NewClient() Client

type CreateFHIRDatastoreFuture

type CreateFHIRDatastoreFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateFHIRDatastoreFuture) Get

type DeleteFHIRDatastoreFuture

type DeleteFHIRDatastoreFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFHIRDatastoreFuture) Get

type DescribeFHIRDatastoreFuture

type DescribeFHIRDatastoreFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeFHIRDatastoreFuture) Get

type DescribeFHIRExportJobFuture

type DescribeFHIRExportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeFHIRExportJobFuture) Get

type DescribeFHIRImportJobFuture

type DescribeFHIRImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeFHIRImportJobFuture) Get

type ListFHIRDatastoresFuture

type ListFHIRDatastoresFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFHIRDatastoresFuture) Get

type StartFHIRExportJobFuture

type StartFHIRExportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartFHIRExportJobFuture) Get

type StartFHIRImportJobFuture

type StartFHIRImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartFHIRImportJobFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL