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 }
type CreateFHIRDatastoreFuture ¶
type CreateFHIRDatastoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFHIRDatastoreFuture) Get ¶
func (r *CreateFHIRDatastoreFuture) Get(ctx workflow.Context) (*healthlake.CreateFHIRDatastoreOutput, error)
type DeleteFHIRDatastoreFuture ¶
type DeleteFHIRDatastoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFHIRDatastoreFuture) Get ¶
func (r *DeleteFHIRDatastoreFuture) Get(ctx workflow.Context) (*healthlake.DeleteFHIRDatastoreOutput, error)
type DescribeFHIRDatastoreFuture ¶
type DescribeFHIRDatastoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFHIRDatastoreFuture) Get ¶
func (r *DescribeFHIRDatastoreFuture) Get(ctx workflow.Context) (*healthlake.DescribeFHIRDatastoreOutput, error)
type DescribeFHIRExportJobFuture ¶
type DescribeFHIRExportJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFHIRExportJobFuture) Get ¶
func (r *DescribeFHIRExportJobFuture) Get(ctx workflow.Context) (*healthlake.DescribeFHIRExportJobOutput, error)
type DescribeFHIRImportJobFuture ¶
type DescribeFHIRImportJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFHIRImportJobFuture) Get ¶
func (r *DescribeFHIRImportJobFuture) Get(ctx workflow.Context) (*healthlake.DescribeFHIRImportJobOutput, error)
type ListFHIRDatastoresFuture ¶
type ListFHIRDatastoresFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFHIRDatastoresFuture) Get ¶
func (r *ListFHIRDatastoresFuture) Get(ctx workflow.Context) (*healthlake.ListFHIRDatastoresOutput, error)
type StartFHIRExportJobFuture ¶
type StartFHIRExportJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartFHIRExportJobFuture) Get ¶
func (r *StartFHIRExportJobFuture) Get(ctx workflow.Context) (*healthlake.StartFHIRExportJobOutput, error)
type StartFHIRImportJobFuture ¶
type StartFHIRImportJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartFHIRImportJobFuture) Get ¶
func (r *StartFHIRImportJobFuture) Get(ctx workflow.Context) (*healthlake.StartFHIRImportJobOutput, error)
Click to show internal directories.
Click to hide internal directories.