devicefarmstub

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 {
	CreateDevicePool(ctx workflow.Context, input *devicefarm.CreateDevicePoolInput) (*devicefarm.CreateDevicePoolOutput, error)
	CreateDevicePoolAsync(ctx workflow.Context, input *devicefarm.CreateDevicePoolInput) *CreateDevicePoolFuture

	CreateInstanceProfile(ctx workflow.Context, input *devicefarm.CreateInstanceProfileInput) (*devicefarm.CreateInstanceProfileOutput, error)
	CreateInstanceProfileAsync(ctx workflow.Context, input *devicefarm.CreateInstanceProfileInput) *CreateInstanceProfileFuture

	CreateNetworkProfile(ctx workflow.Context, input *devicefarm.CreateNetworkProfileInput) (*devicefarm.CreateNetworkProfileOutput, error)
	CreateNetworkProfileAsync(ctx workflow.Context, input *devicefarm.CreateNetworkProfileInput) *CreateNetworkProfileFuture

	CreateProject(ctx workflow.Context, input *devicefarm.CreateProjectInput) (*devicefarm.CreateProjectOutput, error)
	CreateProjectAsync(ctx workflow.Context, input *devicefarm.CreateProjectInput) *CreateProjectFuture

	CreateRemoteAccessSession(ctx workflow.Context, input *devicefarm.CreateRemoteAccessSessionInput) (*devicefarm.CreateRemoteAccessSessionOutput, error)
	CreateRemoteAccessSessionAsync(ctx workflow.Context, input *devicefarm.CreateRemoteAccessSessionInput) *CreateRemoteAccessSessionFuture

	CreateTestGridProject(ctx workflow.Context, input *devicefarm.CreateTestGridProjectInput) (*devicefarm.CreateTestGridProjectOutput, error)
	CreateTestGridProjectAsync(ctx workflow.Context, input *devicefarm.CreateTestGridProjectInput) *CreateTestGridProjectFuture

	CreateTestGridUrl(ctx workflow.Context, input *devicefarm.CreateTestGridUrlInput) (*devicefarm.CreateTestGridUrlOutput, error)
	CreateTestGridUrlAsync(ctx workflow.Context, input *devicefarm.CreateTestGridUrlInput) *CreateTestGridUrlFuture

	CreateUpload(ctx workflow.Context, input *devicefarm.CreateUploadInput) (*devicefarm.CreateUploadOutput, error)
	CreateUploadAsync(ctx workflow.Context, input *devicefarm.CreateUploadInput) *CreateUploadFuture

	CreateVPCEConfiguration(ctx workflow.Context, input *devicefarm.CreateVPCEConfigurationInput) (*devicefarm.CreateVPCEConfigurationOutput, error)
	CreateVPCEConfigurationAsync(ctx workflow.Context, input *devicefarm.CreateVPCEConfigurationInput) *CreateVPCEConfigurationFuture

	DeleteDevicePool(ctx workflow.Context, input *devicefarm.DeleteDevicePoolInput) (*devicefarm.DeleteDevicePoolOutput, error)
	DeleteDevicePoolAsync(ctx workflow.Context, input *devicefarm.DeleteDevicePoolInput) *DeleteDevicePoolFuture

	DeleteInstanceProfile(ctx workflow.Context, input *devicefarm.DeleteInstanceProfileInput) (*devicefarm.DeleteInstanceProfileOutput, error)
	DeleteInstanceProfileAsync(ctx workflow.Context, input *devicefarm.DeleteInstanceProfileInput) *DeleteInstanceProfileFuture

	DeleteNetworkProfile(ctx workflow.Context, input *devicefarm.DeleteNetworkProfileInput) (*devicefarm.DeleteNetworkProfileOutput, error)
	DeleteNetworkProfileAsync(ctx workflow.Context, input *devicefarm.DeleteNetworkProfileInput) *DeleteNetworkProfileFuture

	DeleteProject(ctx workflow.Context, input *devicefarm.DeleteProjectInput) (*devicefarm.DeleteProjectOutput, error)
	DeleteProjectAsync(ctx workflow.Context, input *devicefarm.DeleteProjectInput) *DeleteProjectFuture

	DeleteRemoteAccessSession(ctx workflow.Context, input *devicefarm.DeleteRemoteAccessSessionInput) (*devicefarm.DeleteRemoteAccessSessionOutput, error)
	DeleteRemoteAccessSessionAsync(ctx workflow.Context, input *devicefarm.DeleteRemoteAccessSessionInput) *DeleteRemoteAccessSessionFuture

	DeleteRun(ctx workflow.Context, input *devicefarm.DeleteRunInput) (*devicefarm.DeleteRunOutput, error)
	DeleteRunAsync(ctx workflow.Context, input *devicefarm.DeleteRunInput) *DeleteRunFuture

	DeleteTestGridProject(ctx workflow.Context, input *devicefarm.DeleteTestGridProjectInput) (*devicefarm.DeleteTestGridProjectOutput, error)
	DeleteTestGridProjectAsync(ctx workflow.Context, input *devicefarm.DeleteTestGridProjectInput) *DeleteTestGridProjectFuture

	DeleteUpload(ctx workflow.Context, input *devicefarm.DeleteUploadInput) (*devicefarm.DeleteUploadOutput, error)
	DeleteUploadAsync(ctx workflow.Context, input *devicefarm.DeleteUploadInput) *DeleteUploadFuture

	DeleteVPCEConfiguration(ctx workflow.Context, input *devicefarm.DeleteVPCEConfigurationInput) (*devicefarm.DeleteVPCEConfigurationOutput, error)
	DeleteVPCEConfigurationAsync(ctx workflow.Context, input *devicefarm.DeleteVPCEConfigurationInput) *DeleteVPCEConfigurationFuture

	GetAccountSettings(ctx workflow.Context, input *devicefarm.GetAccountSettingsInput) (*devicefarm.GetAccountSettingsOutput, error)
	GetAccountSettingsAsync(ctx workflow.Context, input *devicefarm.GetAccountSettingsInput) *GetAccountSettingsFuture

	GetDevice(ctx workflow.Context, input *devicefarm.GetDeviceInput) (*devicefarm.GetDeviceOutput, error)
	GetDeviceAsync(ctx workflow.Context, input *devicefarm.GetDeviceInput) *GetDeviceFuture

	GetDeviceInstance(ctx workflow.Context, input *devicefarm.GetDeviceInstanceInput) (*devicefarm.GetDeviceInstanceOutput, error)
	GetDeviceInstanceAsync(ctx workflow.Context, input *devicefarm.GetDeviceInstanceInput) *GetDeviceInstanceFuture

	GetDevicePool(ctx workflow.Context, input *devicefarm.GetDevicePoolInput) (*devicefarm.GetDevicePoolOutput, error)
	GetDevicePoolAsync(ctx workflow.Context, input *devicefarm.GetDevicePoolInput) *GetDevicePoolFuture

	GetDevicePoolCompatibility(ctx workflow.Context, input *devicefarm.GetDevicePoolCompatibilityInput) (*devicefarm.GetDevicePoolCompatibilityOutput, error)
	GetDevicePoolCompatibilityAsync(ctx workflow.Context, input *devicefarm.GetDevicePoolCompatibilityInput) *GetDevicePoolCompatibilityFuture

	GetInstanceProfile(ctx workflow.Context, input *devicefarm.GetInstanceProfileInput) (*devicefarm.GetInstanceProfileOutput, error)
	GetInstanceProfileAsync(ctx workflow.Context, input *devicefarm.GetInstanceProfileInput) *GetInstanceProfileFuture

	GetJob(ctx workflow.Context, input *devicefarm.GetJobInput) (*devicefarm.GetJobOutput, error)
	GetJobAsync(ctx workflow.Context, input *devicefarm.GetJobInput) *GetJobFuture

	GetNetworkProfile(ctx workflow.Context, input *devicefarm.GetNetworkProfileInput) (*devicefarm.GetNetworkProfileOutput, error)
	GetNetworkProfileAsync(ctx workflow.Context, input *devicefarm.GetNetworkProfileInput) *GetNetworkProfileFuture

	GetOfferingStatus(ctx workflow.Context, input *devicefarm.GetOfferingStatusInput) (*devicefarm.GetOfferingStatusOutput, error)
	GetOfferingStatusAsync(ctx workflow.Context, input *devicefarm.GetOfferingStatusInput) *GetOfferingStatusFuture

	GetProject(ctx workflow.Context, input *devicefarm.GetProjectInput) (*devicefarm.GetProjectOutput, error)
	GetProjectAsync(ctx workflow.Context, input *devicefarm.GetProjectInput) *GetProjectFuture

	GetRemoteAccessSession(ctx workflow.Context, input *devicefarm.GetRemoteAccessSessionInput) (*devicefarm.GetRemoteAccessSessionOutput, error)
	GetRemoteAccessSessionAsync(ctx workflow.Context, input *devicefarm.GetRemoteAccessSessionInput) *GetRemoteAccessSessionFuture

	GetRun(ctx workflow.Context, input *devicefarm.GetRunInput) (*devicefarm.GetRunOutput, error)
	GetRunAsync(ctx workflow.Context, input *devicefarm.GetRunInput) *GetRunFuture

	GetSuite(ctx workflow.Context, input *devicefarm.GetSuiteInput) (*devicefarm.GetSuiteOutput, error)
	GetSuiteAsync(ctx workflow.Context, input *devicefarm.GetSuiteInput) *GetSuiteFuture

	GetTest(ctx workflow.Context, input *devicefarm.GetTestInput) (*devicefarm.GetTestOutput, error)
	GetTestAsync(ctx workflow.Context, input *devicefarm.GetTestInput) *GetTestFuture

	GetTestGridProject(ctx workflow.Context, input *devicefarm.GetTestGridProjectInput) (*devicefarm.GetTestGridProjectOutput, error)
	GetTestGridProjectAsync(ctx workflow.Context, input *devicefarm.GetTestGridProjectInput) *GetTestGridProjectFuture

	GetTestGridSession(ctx workflow.Context, input *devicefarm.GetTestGridSessionInput) (*devicefarm.GetTestGridSessionOutput, error)
	GetTestGridSessionAsync(ctx workflow.Context, input *devicefarm.GetTestGridSessionInput) *GetTestGridSessionFuture

	GetUpload(ctx workflow.Context, input *devicefarm.GetUploadInput) (*devicefarm.GetUploadOutput, error)
	GetUploadAsync(ctx workflow.Context, input *devicefarm.GetUploadInput) *GetUploadFuture

	GetVPCEConfiguration(ctx workflow.Context, input *devicefarm.GetVPCEConfigurationInput) (*devicefarm.GetVPCEConfigurationOutput, error)
	GetVPCEConfigurationAsync(ctx workflow.Context, input *devicefarm.GetVPCEConfigurationInput) *GetVPCEConfigurationFuture

	InstallToRemoteAccessSession(ctx workflow.Context, input *devicefarm.InstallToRemoteAccessSessionInput) (*devicefarm.InstallToRemoteAccessSessionOutput, error)
	InstallToRemoteAccessSessionAsync(ctx workflow.Context, input *devicefarm.InstallToRemoteAccessSessionInput) *InstallToRemoteAccessSessionFuture

	ListArtifacts(ctx workflow.Context, input *devicefarm.ListArtifactsInput) (*devicefarm.ListArtifactsOutput, error)
	ListArtifactsAsync(ctx workflow.Context, input *devicefarm.ListArtifactsInput) *ListArtifactsFuture

	ListDeviceInstances(ctx workflow.Context, input *devicefarm.ListDeviceInstancesInput) (*devicefarm.ListDeviceInstancesOutput, error)
	ListDeviceInstancesAsync(ctx workflow.Context, input *devicefarm.ListDeviceInstancesInput) *ListDeviceInstancesFuture

	ListDevicePools(ctx workflow.Context, input *devicefarm.ListDevicePoolsInput) (*devicefarm.ListDevicePoolsOutput, error)
	ListDevicePoolsAsync(ctx workflow.Context, input *devicefarm.ListDevicePoolsInput) *ListDevicePoolsFuture

	ListDevices(ctx workflow.Context, input *devicefarm.ListDevicesInput) (*devicefarm.ListDevicesOutput, error)
	ListDevicesAsync(ctx workflow.Context, input *devicefarm.ListDevicesInput) *ListDevicesFuture

	ListInstanceProfiles(ctx workflow.Context, input *devicefarm.ListInstanceProfilesInput) (*devicefarm.ListInstanceProfilesOutput, error)
	ListInstanceProfilesAsync(ctx workflow.Context, input *devicefarm.ListInstanceProfilesInput) *ListInstanceProfilesFuture

	ListJobs(ctx workflow.Context, input *devicefarm.ListJobsInput) (*devicefarm.ListJobsOutput, error)
	ListJobsAsync(ctx workflow.Context, input *devicefarm.ListJobsInput) *ListJobsFuture

	ListNetworkProfiles(ctx workflow.Context, input *devicefarm.ListNetworkProfilesInput) (*devicefarm.ListNetworkProfilesOutput, error)
	ListNetworkProfilesAsync(ctx workflow.Context, input *devicefarm.ListNetworkProfilesInput) *ListNetworkProfilesFuture

	ListOfferingPromotions(ctx workflow.Context, input *devicefarm.ListOfferingPromotionsInput) (*devicefarm.ListOfferingPromotionsOutput, error)
	ListOfferingPromotionsAsync(ctx workflow.Context, input *devicefarm.ListOfferingPromotionsInput) *ListOfferingPromotionsFuture

	ListOfferingTransactions(ctx workflow.Context, input *devicefarm.ListOfferingTransactionsInput) (*devicefarm.ListOfferingTransactionsOutput, error)
	ListOfferingTransactionsAsync(ctx workflow.Context, input *devicefarm.ListOfferingTransactionsInput) *ListOfferingTransactionsFuture

	ListOfferings(ctx workflow.Context, input *devicefarm.ListOfferingsInput) (*devicefarm.ListOfferingsOutput, error)
	ListOfferingsAsync(ctx workflow.Context, input *devicefarm.ListOfferingsInput) *ListOfferingsFuture

	ListProjects(ctx workflow.Context, input *devicefarm.ListProjectsInput) (*devicefarm.ListProjectsOutput, error)
	ListProjectsAsync(ctx workflow.Context, input *devicefarm.ListProjectsInput) *ListProjectsFuture

	ListRemoteAccessSessions(ctx workflow.Context, input *devicefarm.ListRemoteAccessSessionsInput) (*devicefarm.ListRemoteAccessSessionsOutput, error)
	ListRemoteAccessSessionsAsync(ctx workflow.Context, input *devicefarm.ListRemoteAccessSessionsInput) *ListRemoteAccessSessionsFuture

	ListRuns(ctx workflow.Context, input *devicefarm.ListRunsInput) (*devicefarm.ListRunsOutput, error)
	ListRunsAsync(ctx workflow.Context, input *devicefarm.ListRunsInput) *ListRunsFuture

	ListSamples(ctx workflow.Context, input *devicefarm.ListSamplesInput) (*devicefarm.ListSamplesOutput, error)
	ListSamplesAsync(ctx workflow.Context, input *devicefarm.ListSamplesInput) *ListSamplesFuture

	ListSuites(ctx workflow.Context, input *devicefarm.ListSuitesInput) (*devicefarm.ListSuitesOutput, error)
	ListSuitesAsync(ctx workflow.Context, input *devicefarm.ListSuitesInput) *ListSuitesFuture

	ListTagsForResource(ctx workflow.Context, input *devicefarm.ListTagsForResourceInput) (*devicefarm.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *devicefarm.ListTagsForResourceInput) *ListTagsForResourceFuture

	ListTestGridProjects(ctx workflow.Context, input *devicefarm.ListTestGridProjectsInput) (*devicefarm.ListTestGridProjectsOutput, error)
	ListTestGridProjectsAsync(ctx workflow.Context, input *devicefarm.ListTestGridProjectsInput) *ListTestGridProjectsFuture

	ListTestGridSessionActions(ctx workflow.Context, input *devicefarm.ListTestGridSessionActionsInput) (*devicefarm.ListTestGridSessionActionsOutput, error)
	ListTestGridSessionActionsAsync(ctx workflow.Context, input *devicefarm.ListTestGridSessionActionsInput) *ListTestGridSessionActionsFuture

	ListTestGridSessionArtifacts(ctx workflow.Context, input *devicefarm.ListTestGridSessionArtifactsInput) (*devicefarm.ListTestGridSessionArtifactsOutput, error)
	ListTestGridSessionArtifactsAsync(ctx workflow.Context, input *devicefarm.ListTestGridSessionArtifactsInput) *ListTestGridSessionArtifactsFuture

	ListTestGridSessions(ctx workflow.Context, input *devicefarm.ListTestGridSessionsInput) (*devicefarm.ListTestGridSessionsOutput, error)
	ListTestGridSessionsAsync(ctx workflow.Context, input *devicefarm.ListTestGridSessionsInput) *ListTestGridSessionsFuture

	ListTests(ctx workflow.Context, input *devicefarm.ListTestsInput) (*devicefarm.ListTestsOutput, error)
	ListTestsAsync(ctx workflow.Context, input *devicefarm.ListTestsInput) *ListTestsFuture

	ListUniqueProblems(ctx workflow.Context, input *devicefarm.ListUniqueProblemsInput) (*devicefarm.ListUniqueProblemsOutput, error)
	ListUniqueProblemsAsync(ctx workflow.Context, input *devicefarm.ListUniqueProblemsInput) *ListUniqueProblemsFuture

	ListUploads(ctx workflow.Context, input *devicefarm.ListUploadsInput) (*devicefarm.ListUploadsOutput, error)
	ListUploadsAsync(ctx workflow.Context, input *devicefarm.ListUploadsInput) *ListUploadsFuture

	ListVPCEConfigurations(ctx workflow.Context, input *devicefarm.ListVPCEConfigurationsInput) (*devicefarm.ListVPCEConfigurationsOutput, error)
	ListVPCEConfigurationsAsync(ctx workflow.Context, input *devicefarm.ListVPCEConfigurationsInput) *ListVPCEConfigurationsFuture

	PurchaseOffering(ctx workflow.Context, input *devicefarm.PurchaseOfferingInput) (*devicefarm.PurchaseOfferingOutput, error)
	PurchaseOfferingAsync(ctx workflow.Context, input *devicefarm.PurchaseOfferingInput) *PurchaseOfferingFuture

	RenewOffering(ctx workflow.Context, input *devicefarm.RenewOfferingInput) (*devicefarm.RenewOfferingOutput, error)
	RenewOfferingAsync(ctx workflow.Context, input *devicefarm.RenewOfferingInput) *RenewOfferingFuture

	ScheduleRun(ctx workflow.Context, input *devicefarm.ScheduleRunInput) (*devicefarm.ScheduleRunOutput, error)
	ScheduleRunAsync(ctx workflow.Context, input *devicefarm.ScheduleRunInput) *ScheduleRunFuture

	StopJob(ctx workflow.Context, input *devicefarm.StopJobInput) (*devicefarm.StopJobOutput, error)
	StopJobAsync(ctx workflow.Context, input *devicefarm.StopJobInput) *StopJobFuture

	StopRemoteAccessSession(ctx workflow.Context, input *devicefarm.StopRemoteAccessSessionInput) (*devicefarm.StopRemoteAccessSessionOutput, error)
	StopRemoteAccessSessionAsync(ctx workflow.Context, input *devicefarm.StopRemoteAccessSessionInput) *StopRemoteAccessSessionFuture

	StopRun(ctx workflow.Context, input *devicefarm.StopRunInput) (*devicefarm.StopRunOutput, error)
	StopRunAsync(ctx workflow.Context, input *devicefarm.StopRunInput) *StopRunFuture

	TagResource(ctx workflow.Context, input *devicefarm.TagResourceInput) (*devicefarm.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *devicefarm.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *devicefarm.UntagResourceInput) (*devicefarm.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *devicefarm.UntagResourceInput) *UntagResourceFuture

	UpdateDeviceInstance(ctx workflow.Context, input *devicefarm.UpdateDeviceInstanceInput) (*devicefarm.UpdateDeviceInstanceOutput, error)
	UpdateDeviceInstanceAsync(ctx workflow.Context, input *devicefarm.UpdateDeviceInstanceInput) *UpdateDeviceInstanceFuture

	UpdateDevicePool(ctx workflow.Context, input *devicefarm.UpdateDevicePoolInput) (*devicefarm.UpdateDevicePoolOutput, error)
	UpdateDevicePoolAsync(ctx workflow.Context, input *devicefarm.UpdateDevicePoolInput) *UpdateDevicePoolFuture

	UpdateInstanceProfile(ctx workflow.Context, input *devicefarm.UpdateInstanceProfileInput) (*devicefarm.UpdateInstanceProfileOutput, error)
	UpdateInstanceProfileAsync(ctx workflow.Context, input *devicefarm.UpdateInstanceProfileInput) *UpdateInstanceProfileFuture

	UpdateNetworkProfile(ctx workflow.Context, input *devicefarm.UpdateNetworkProfileInput) (*devicefarm.UpdateNetworkProfileOutput, error)
	UpdateNetworkProfileAsync(ctx workflow.Context, input *devicefarm.UpdateNetworkProfileInput) *UpdateNetworkProfileFuture

	UpdateProject(ctx workflow.Context, input *devicefarm.UpdateProjectInput) (*devicefarm.UpdateProjectOutput, error)
	UpdateProjectAsync(ctx workflow.Context, input *devicefarm.UpdateProjectInput) *UpdateProjectFuture

	UpdateTestGridProject(ctx workflow.Context, input *devicefarm.UpdateTestGridProjectInput) (*devicefarm.UpdateTestGridProjectOutput, error)
	UpdateTestGridProjectAsync(ctx workflow.Context, input *devicefarm.UpdateTestGridProjectInput) *UpdateTestGridProjectFuture

	UpdateUpload(ctx workflow.Context, input *devicefarm.UpdateUploadInput) (*devicefarm.UpdateUploadOutput, error)
	UpdateUploadAsync(ctx workflow.Context, input *devicefarm.UpdateUploadInput) *UpdateUploadFuture

	UpdateVPCEConfiguration(ctx workflow.Context, input *devicefarm.UpdateVPCEConfigurationInput) (*devicefarm.UpdateVPCEConfigurationOutput, error)
	UpdateVPCEConfigurationAsync(ctx workflow.Context, input *devicefarm.UpdateVPCEConfigurationInput) *UpdateVPCEConfigurationFuture
}

func NewClient

func NewClient() Client

type CreateDevicePoolFuture

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

func (*CreateDevicePoolFuture) Get

type CreateInstanceProfileFuture

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

func (*CreateInstanceProfileFuture) Get

type CreateNetworkProfileFuture

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

func (*CreateNetworkProfileFuture) Get

type CreateProjectFuture

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

func (*CreateProjectFuture) Get

type CreateRemoteAccessSessionFuture

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

func (*CreateRemoteAccessSessionFuture) Get

type CreateTestGridProjectFuture

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

func (*CreateTestGridProjectFuture) Get

type CreateTestGridUrlFuture

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

func (*CreateTestGridUrlFuture) Get

type CreateUploadFuture

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

func (*CreateUploadFuture) Get

type CreateVPCEConfigurationFuture

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

func (*CreateVPCEConfigurationFuture) Get

type DeleteDevicePoolFuture

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

func (*DeleteDevicePoolFuture) Get

type DeleteInstanceProfileFuture

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

func (*DeleteInstanceProfileFuture) Get

type DeleteNetworkProfileFuture

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

func (*DeleteNetworkProfileFuture) Get

type DeleteProjectFuture

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

func (*DeleteProjectFuture) Get

type DeleteRemoteAccessSessionFuture

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

func (*DeleteRemoteAccessSessionFuture) Get

type DeleteRunFuture

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

func (*DeleteRunFuture) Get

type DeleteTestGridProjectFuture

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

func (*DeleteTestGridProjectFuture) Get

type DeleteUploadFuture

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

func (*DeleteUploadFuture) Get

type DeleteVPCEConfigurationFuture

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

func (*DeleteVPCEConfigurationFuture) Get

type GetAccountSettingsFuture

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

func (*GetAccountSettingsFuture) Get

type GetDeviceFuture

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

func (*GetDeviceFuture) Get

type GetDeviceInstanceFuture

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

func (*GetDeviceInstanceFuture) Get

type GetDevicePoolCompatibilityFuture

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

func (*GetDevicePoolCompatibilityFuture) Get

type GetDevicePoolFuture

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

func (*GetDevicePoolFuture) Get

type GetInstanceProfileFuture

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

func (*GetInstanceProfileFuture) Get

type GetJobFuture

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

func (*GetJobFuture) Get

type GetNetworkProfileFuture

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

func (*GetNetworkProfileFuture) Get

type GetOfferingStatusFuture

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

func (*GetOfferingStatusFuture) Get

type GetProjectFuture

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

func (*GetProjectFuture) Get

type GetRemoteAccessSessionFuture

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

func (*GetRemoteAccessSessionFuture) Get

type GetRunFuture

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

func (*GetRunFuture) Get

type GetSuiteFuture

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

func (*GetSuiteFuture) Get

type GetTestFuture

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

func (*GetTestFuture) Get

type GetTestGridProjectFuture

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

func (*GetTestGridProjectFuture) Get

type GetTestGridSessionFuture

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

func (*GetTestGridSessionFuture) Get

type GetUploadFuture

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

func (*GetUploadFuture) Get

type GetVPCEConfigurationFuture

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

func (*GetVPCEConfigurationFuture) Get

type InstallToRemoteAccessSessionFuture

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

func (*InstallToRemoteAccessSessionFuture) Get

type ListArtifactsFuture

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

func (*ListArtifactsFuture) Get

type ListDeviceInstancesFuture

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

func (*ListDeviceInstancesFuture) Get

type ListDevicePoolsFuture

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

func (*ListDevicePoolsFuture) Get

type ListDevicesFuture

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

func (*ListDevicesFuture) Get

type ListInstanceProfilesFuture

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

func (*ListInstanceProfilesFuture) Get

type ListJobsFuture

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

func (*ListJobsFuture) Get

type ListNetworkProfilesFuture

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

func (*ListNetworkProfilesFuture) Get

type ListOfferingPromotionsFuture

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

func (*ListOfferingPromotionsFuture) Get

type ListOfferingTransactionsFuture

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

func (*ListOfferingTransactionsFuture) Get

type ListOfferingsFuture

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

func (*ListOfferingsFuture) Get

type ListProjectsFuture

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

func (*ListProjectsFuture) Get

type ListRemoteAccessSessionsFuture

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

func (*ListRemoteAccessSessionsFuture) Get

type ListRunsFuture

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

func (*ListRunsFuture) Get

type ListSamplesFuture

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

func (*ListSamplesFuture) Get

type ListSuitesFuture

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

func (*ListSuitesFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListTestGridProjectsFuture

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

func (*ListTestGridProjectsFuture) Get

type ListTestGridSessionActionsFuture

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

func (*ListTestGridSessionActionsFuture) Get

type ListTestGridSessionArtifactsFuture

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

func (*ListTestGridSessionArtifactsFuture) Get

type ListTestGridSessionsFuture

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

func (*ListTestGridSessionsFuture) Get

type ListTestsFuture

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

func (*ListTestsFuture) Get

type ListUniqueProblemsFuture

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

func (*ListUniqueProblemsFuture) Get

type ListUploadsFuture

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

func (*ListUploadsFuture) Get

type ListVPCEConfigurationsFuture

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

func (*ListVPCEConfigurationsFuture) Get

type PurchaseOfferingFuture

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

func (*PurchaseOfferingFuture) Get

type RenewOfferingFuture

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

func (*RenewOfferingFuture) Get

type ScheduleRunFuture

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

func (*ScheduleRunFuture) Get

type StopJobFuture

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

func (*StopJobFuture) Get

type StopRemoteAccessSessionFuture

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

func (*StopRemoteAccessSessionFuture) Get

type StopRunFuture

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

func (*StopRunFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateDeviceInstanceFuture

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

func (*UpdateDeviceInstanceFuture) Get

type UpdateDevicePoolFuture

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

func (*UpdateDevicePoolFuture) Get

type UpdateInstanceProfileFuture

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

func (*UpdateInstanceProfileFuture) Get

type UpdateNetworkProfileFuture

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

func (*UpdateNetworkProfileFuture) Get

type UpdateProjectFuture

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

func (*UpdateProjectFuture) Get

type UpdateTestGridProjectFuture

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

func (*UpdateTestGridProjectFuture) Get

type UpdateUploadFuture

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

func (*UpdateUploadFuture) Get

type UpdateVPCEConfigurationFuture

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

func (*UpdateVPCEConfigurationFuture) Get

Jump to

Keyboard shortcuts

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