Documentation ¶
Index ¶
- type Client
- type CreateDevicePoolFuture
- type CreateInstanceProfileFuture
- type CreateNetworkProfileFuture
- type CreateProjectFuture
- type CreateRemoteAccessSessionFuture
- type CreateTestGridProjectFuture
- type CreateTestGridUrlFuture
- type CreateUploadFuture
- type CreateVPCEConfigurationFuture
- type DeleteDevicePoolFuture
- type DeleteInstanceProfileFuture
- type DeleteNetworkProfileFuture
- type DeleteProjectFuture
- type DeleteRemoteAccessSessionFuture
- type DeleteRunFuture
- type DeleteTestGridProjectFuture
- type DeleteUploadFuture
- type DeleteVPCEConfigurationFuture
- type GetAccountSettingsFuture
- type GetDeviceFuture
- type GetDeviceInstanceFuture
- type GetDevicePoolCompatibilityFuture
- type GetDevicePoolFuture
- type GetInstanceProfileFuture
- type GetJobFuture
- type GetNetworkProfileFuture
- type GetOfferingStatusFuture
- type GetProjectFuture
- type GetRemoteAccessSessionFuture
- type GetRunFuture
- type GetSuiteFuture
- type GetTestFuture
- type GetTestGridProjectFuture
- type GetTestGridSessionFuture
- type GetUploadFuture
- type GetVPCEConfigurationFuture
- type InstallToRemoteAccessSessionFuture
- type ListArtifactsFuture
- type ListDeviceInstancesFuture
- type ListDevicePoolsFuture
- type ListDevicesFuture
- type ListInstanceProfilesFuture
- type ListJobsFuture
- type ListNetworkProfilesFuture
- type ListOfferingPromotionsFuture
- type ListOfferingTransactionsFuture
- type ListOfferingsFuture
- type ListProjectsFuture
- type ListRemoteAccessSessionsFuture
- type ListRunsFuture
- type ListSamplesFuture
- type ListSuitesFuture
- type ListTagsForResourceFuture
- type ListTestGridProjectsFuture
- type ListTestGridSessionActionsFuture
- type ListTestGridSessionArtifactsFuture
- type ListTestGridSessionsFuture
- type ListTestsFuture
- type ListUniqueProblemsFuture
- type ListUploadsFuture
- type ListVPCEConfigurationsFuture
- type PurchaseOfferingFuture
- type RenewOfferingFuture
- type ScheduleRunFuture
- type StopJobFuture
- type StopRemoteAccessSessionFuture
- type StopRunFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDeviceInstanceFuture
- type UpdateDevicePoolFuture
- type UpdateInstanceProfileFuture
- type UpdateNetworkProfileFuture
- type UpdateProjectFuture
- type UpdateTestGridProjectFuture
- type UpdateUploadFuture
- type UpdateVPCEConfigurationFuture
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 }
type CreateDevicePoolFuture ¶
type CreateDevicePoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDevicePoolFuture) Get ¶
func (r *CreateDevicePoolFuture) Get(ctx workflow.Context) (*devicefarm.CreateDevicePoolOutput, error)
type CreateInstanceProfileFuture ¶
type CreateInstanceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateInstanceProfileFuture) Get ¶
func (r *CreateInstanceProfileFuture) Get(ctx workflow.Context) (*devicefarm.CreateInstanceProfileOutput, error)
type CreateNetworkProfileFuture ¶
type CreateNetworkProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateNetworkProfileFuture) Get ¶
func (r *CreateNetworkProfileFuture) Get(ctx workflow.Context) (*devicefarm.CreateNetworkProfileOutput, error)
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*devicefarm.CreateProjectOutput, error)
type CreateRemoteAccessSessionFuture ¶
type CreateRemoteAccessSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRemoteAccessSessionFuture) Get ¶
func (r *CreateRemoteAccessSessionFuture) Get(ctx workflow.Context) (*devicefarm.CreateRemoteAccessSessionOutput, error)
type CreateTestGridProjectFuture ¶
type CreateTestGridProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateTestGridProjectFuture) Get ¶
func (r *CreateTestGridProjectFuture) Get(ctx workflow.Context) (*devicefarm.CreateTestGridProjectOutput, error)
type CreateTestGridUrlFuture ¶
type CreateTestGridUrlFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateTestGridUrlFuture) Get ¶
func (r *CreateTestGridUrlFuture) Get(ctx workflow.Context) (*devicefarm.CreateTestGridUrlOutput, error)
type CreateUploadFuture ¶
func (*CreateUploadFuture) Get ¶
func (r *CreateUploadFuture) Get(ctx workflow.Context) (*devicefarm.CreateUploadOutput, error)
type CreateVPCEConfigurationFuture ¶
type CreateVPCEConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateVPCEConfigurationFuture) Get ¶
func (r *CreateVPCEConfigurationFuture) Get(ctx workflow.Context) (*devicefarm.CreateVPCEConfigurationOutput, error)
type DeleteDevicePoolFuture ¶
type DeleteDevicePoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDevicePoolFuture) Get ¶
func (r *DeleteDevicePoolFuture) Get(ctx workflow.Context) (*devicefarm.DeleteDevicePoolOutput, error)
type DeleteInstanceProfileFuture ¶
type DeleteInstanceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteInstanceProfileFuture) Get ¶
func (r *DeleteInstanceProfileFuture) Get(ctx workflow.Context) (*devicefarm.DeleteInstanceProfileOutput, error)
type DeleteNetworkProfileFuture ¶
type DeleteNetworkProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNetworkProfileFuture) Get ¶
func (r *DeleteNetworkProfileFuture) Get(ctx workflow.Context) (*devicefarm.DeleteNetworkProfileOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*devicefarm.DeleteProjectOutput, error)
type DeleteRemoteAccessSessionFuture ¶
type DeleteRemoteAccessSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRemoteAccessSessionFuture) Get ¶
func (r *DeleteRemoteAccessSessionFuture) Get(ctx workflow.Context) (*devicefarm.DeleteRemoteAccessSessionOutput, error)
type DeleteRunFuture ¶
func (*DeleteRunFuture) Get ¶
func (r *DeleteRunFuture) Get(ctx workflow.Context) (*devicefarm.DeleteRunOutput, error)
type DeleteTestGridProjectFuture ¶
type DeleteTestGridProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteTestGridProjectFuture) Get ¶
func (r *DeleteTestGridProjectFuture) Get(ctx workflow.Context) (*devicefarm.DeleteTestGridProjectOutput, error)
type DeleteUploadFuture ¶
func (*DeleteUploadFuture) Get ¶
func (r *DeleteUploadFuture) Get(ctx workflow.Context) (*devicefarm.DeleteUploadOutput, error)
type DeleteVPCEConfigurationFuture ¶
type DeleteVPCEConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteVPCEConfigurationFuture) Get ¶
func (r *DeleteVPCEConfigurationFuture) Get(ctx workflow.Context) (*devicefarm.DeleteVPCEConfigurationOutput, error)
type GetAccountSettingsFuture ¶
type GetAccountSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAccountSettingsFuture) Get ¶
func (r *GetAccountSettingsFuture) Get(ctx workflow.Context) (*devicefarm.GetAccountSettingsOutput, error)
type GetDeviceFuture ¶
func (*GetDeviceFuture) Get ¶
func (r *GetDeviceFuture) Get(ctx workflow.Context) (*devicefarm.GetDeviceOutput, error)
type GetDeviceInstanceFuture ¶
type GetDeviceInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeviceInstanceFuture) Get ¶
func (r *GetDeviceInstanceFuture) Get(ctx workflow.Context) (*devicefarm.GetDeviceInstanceOutput, error)
type GetDevicePoolCompatibilityFuture ¶
type GetDevicePoolCompatibilityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDevicePoolCompatibilityFuture) Get ¶
func (r *GetDevicePoolCompatibilityFuture) Get(ctx workflow.Context) (*devicefarm.GetDevicePoolCompatibilityOutput, error)
type GetDevicePoolFuture ¶
func (*GetDevicePoolFuture) Get ¶
func (r *GetDevicePoolFuture) Get(ctx workflow.Context) (*devicefarm.GetDevicePoolOutput, error)
type GetInstanceProfileFuture ¶
type GetInstanceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetInstanceProfileFuture) Get ¶
func (r *GetInstanceProfileFuture) Get(ctx workflow.Context) (*devicefarm.GetInstanceProfileOutput, error)
type GetJobFuture ¶
func (*GetJobFuture) Get ¶
func (r *GetJobFuture) Get(ctx workflow.Context) (*devicefarm.GetJobOutput, error)
type GetNetworkProfileFuture ¶
type GetNetworkProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetNetworkProfileFuture) Get ¶
func (r *GetNetworkProfileFuture) Get(ctx workflow.Context) (*devicefarm.GetNetworkProfileOutput, error)
type GetOfferingStatusFuture ¶
type GetOfferingStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOfferingStatusFuture) Get ¶
func (r *GetOfferingStatusFuture) Get(ctx workflow.Context) (*devicefarm.GetOfferingStatusOutput, error)
type GetProjectFuture ¶
func (*GetProjectFuture) Get ¶
func (r *GetProjectFuture) Get(ctx workflow.Context) (*devicefarm.GetProjectOutput, error)
type GetRemoteAccessSessionFuture ¶
type GetRemoteAccessSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRemoteAccessSessionFuture) Get ¶
func (r *GetRemoteAccessSessionFuture) Get(ctx workflow.Context) (*devicefarm.GetRemoteAccessSessionOutput, error)
type GetRunFuture ¶
func (*GetRunFuture) Get ¶
func (r *GetRunFuture) Get(ctx workflow.Context) (*devicefarm.GetRunOutput, error)
type GetSuiteFuture ¶
func (*GetSuiteFuture) Get ¶
func (r *GetSuiteFuture) Get(ctx workflow.Context) (*devicefarm.GetSuiteOutput, error)
type GetTestFuture ¶
func (*GetTestFuture) Get ¶
func (r *GetTestFuture) Get(ctx workflow.Context) (*devicefarm.GetTestOutput, error)
type GetTestGridProjectFuture ¶
type GetTestGridProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTestGridProjectFuture) Get ¶
func (r *GetTestGridProjectFuture) Get(ctx workflow.Context) (*devicefarm.GetTestGridProjectOutput, error)
type GetTestGridSessionFuture ¶
type GetTestGridSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTestGridSessionFuture) Get ¶
func (r *GetTestGridSessionFuture) Get(ctx workflow.Context) (*devicefarm.GetTestGridSessionOutput, error)
type GetUploadFuture ¶
func (*GetUploadFuture) Get ¶
func (r *GetUploadFuture) Get(ctx workflow.Context) (*devicefarm.GetUploadOutput, error)
type GetVPCEConfigurationFuture ¶
type GetVPCEConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetVPCEConfigurationFuture) Get ¶
func (r *GetVPCEConfigurationFuture) Get(ctx workflow.Context) (*devicefarm.GetVPCEConfigurationOutput, error)
type InstallToRemoteAccessSessionFuture ¶
type InstallToRemoteAccessSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*InstallToRemoteAccessSessionFuture) Get ¶
func (r *InstallToRemoteAccessSessionFuture) Get(ctx workflow.Context) (*devicefarm.InstallToRemoteAccessSessionOutput, error)
type ListArtifactsFuture ¶
func (*ListArtifactsFuture) Get ¶
func (r *ListArtifactsFuture) Get(ctx workflow.Context) (*devicefarm.ListArtifactsOutput, error)
type ListDeviceInstancesFuture ¶
type ListDeviceInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeviceInstancesFuture) Get ¶
func (r *ListDeviceInstancesFuture) Get(ctx workflow.Context) (*devicefarm.ListDeviceInstancesOutput, error)
type ListDevicePoolsFuture ¶
type ListDevicePoolsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDevicePoolsFuture) Get ¶
func (r *ListDevicePoolsFuture) Get(ctx workflow.Context) (*devicefarm.ListDevicePoolsOutput, error)
type ListDevicesFuture ¶
func (*ListDevicesFuture) Get ¶
func (r *ListDevicesFuture) Get(ctx workflow.Context) (*devicefarm.ListDevicesOutput, error)
type ListInstanceProfilesFuture ¶
type ListInstanceProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInstanceProfilesFuture) Get ¶
func (r *ListInstanceProfilesFuture) Get(ctx workflow.Context) (*devicefarm.ListInstanceProfilesOutput, error)
type ListJobsFuture ¶
func (*ListJobsFuture) Get ¶
func (r *ListJobsFuture) Get(ctx workflow.Context) (*devicefarm.ListJobsOutput, error)
type ListNetworkProfilesFuture ¶
type ListNetworkProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListNetworkProfilesFuture) Get ¶
func (r *ListNetworkProfilesFuture) Get(ctx workflow.Context) (*devicefarm.ListNetworkProfilesOutput, error)
type ListOfferingPromotionsFuture ¶
type ListOfferingPromotionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListOfferingPromotionsFuture) Get ¶
func (r *ListOfferingPromotionsFuture) Get(ctx workflow.Context) (*devicefarm.ListOfferingPromotionsOutput, error)
type ListOfferingTransactionsFuture ¶
type ListOfferingTransactionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListOfferingTransactionsFuture) Get ¶
func (r *ListOfferingTransactionsFuture) Get(ctx workflow.Context) (*devicefarm.ListOfferingTransactionsOutput, error)
type ListOfferingsFuture ¶
func (*ListOfferingsFuture) Get ¶
func (r *ListOfferingsFuture) Get(ctx workflow.Context) (*devicefarm.ListOfferingsOutput, error)
type ListProjectsFuture ¶
func (*ListProjectsFuture) Get ¶
func (r *ListProjectsFuture) Get(ctx workflow.Context) (*devicefarm.ListProjectsOutput, error)
type ListRemoteAccessSessionsFuture ¶
type ListRemoteAccessSessionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRemoteAccessSessionsFuture) Get ¶
func (r *ListRemoteAccessSessionsFuture) Get(ctx workflow.Context) (*devicefarm.ListRemoteAccessSessionsOutput, error)
type ListRunsFuture ¶
func (*ListRunsFuture) Get ¶
func (r *ListRunsFuture) Get(ctx workflow.Context) (*devicefarm.ListRunsOutput, error)
type ListSamplesFuture ¶
func (*ListSamplesFuture) Get ¶
func (r *ListSamplesFuture) Get(ctx workflow.Context) (*devicefarm.ListSamplesOutput, error)
type ListSuitesFuture ¶
func (*ListSuitesFuture) Get ¶
func (r *ListSuitesFuture) Get(ctx workflow.Context) (*devicefarm.ListSuitesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*devicefarm.ListTagsForResourceOutput, error)
type ListTestGridProjectsFuture ¶
type ListTestGridProjectsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTestGridProjectsFuture) Get ¶
func (r *ListTestGridProjectsFuture) Get(ctx workflow.Context) (*devicefarm.ListTestGridProjectsOutput, error)
type ListTestGridSessionActionsFuture ¶
type ListTestGridSessionActionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTestGridSessionActionsFuture) Get ¶
func (r *ListTestGridSessionActionsFuture) Get(ctx workflow.Context) (*devicefarm.ListTestGridSessionActionsOutput, error)
type ListTestGridSessionArtifactsFuture ¶
type ListTestGridSessionArtifactsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTestGridSessionArtifactsFuture) Get ¶
func (r *ListTestGridSessionArtifactsFuture) Get(ctx workflow.Context) (*devicefarm.ListTestGridSessionArtifactsOutput, error)
type ListTestGridSessionsFuture ¶
type ListTestGridSessionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTestGridSessionsFuture) Get ¶
func (r *ListTestGridSessionsFuture) Get(ctx workflow.Context) (*devicefarm.ListTestGridSessionsOutput, error)
type ListTestsFuture ¶
func (*ListTestsFuture) Get ¶
func (r *ListTestsFuture) Get(ctx workflow.Context) (*devicefarm.ListTestsOutput, error)
type ListUniqueProblemsFuture ¶
type ListUniqueProblemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListUniqueProblemsFuture) Get ¶
func (r *ListUniqueProblemsFuture) Get(ctx workflow.Context) (*devicefarm.ListUniqueProblemsOutput, error)
type ListUploadsFuture ¶
func (*ListUploadsFuture) Get ¶
func (r *ListUploadsFuture) Get(ctx workflow.Context) (*devicefarm.ListUploadsOutput, error)
type ListVPCEConfigurationsFuture ¶
type ListVPCEConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListVPCEConfigurationsFuture) Get ¶
func (r *ListVPCEConfigurationsFuture) Get(ctx workflow.Context) (*devicefarm.ListVPCEConfigurationsOutput, error)
type PurchaseOfferingFuture ¶
type PurchaseOfferingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PurchaseOfferingFuture) Get ¶
func (r *PurchaseOfferingFuture) Get(ctx workflow.Context) (*devicefarm.PurchaseOfferingOutput, error)
type RenewOfferingFuture ¶
func (*RenewOfferingFuture) Get ¶
func (r *RenewOfferingFuture) Get(ctx workflow.Context) (*devicefarm.RenewOfferingOutput, error)
type ScheduleRunFuture ¶
func (*ScheduleRunFuture) Get ¶
func (r *ScheduleRunFuture) Get(ctx workflow.Context) (*devicefarm.ScheduleRunOutput, error)
type StopJobFuture ¶
func (*StopJobFuture) Get ¶
func (r *StopJobFuture) Get(ctx workflow.Context) (*devicefarm.StopJobOutput, error)
type StopRemoteAccessSessionFuture ¶
type StopRemoteAccessSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopRemoteAccessSessionFuture) Get ¶
func (r *StopRemoteAccessSessionFuture) Get(ctx workflow.Context) (*devicefarm.StopRemoteAccessSessionOutput, error)
type StopRunFuture ¶
func (*StopRunFuture) Get ¶
func (r *StopRunFuture) Get(ctx workflow.Context) (*devicefarm.StopRunOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*devicefarm.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*devicefarm.UntagResourceOutput, error)
type UpdateDeviceInstanceFuture ¶
type UpdateDeviceInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDeviceInstanceFuture) Get ¶
func (r *UpdateDeviceInstanceFuture) Get(ctx workflow.Context) (*devicefarm.UpdateDeviceInstanceOutput, error)
type UpdateDevicePoolFuture ¶
type UpdateDevicePoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDevicePoolFuture) Get ¶
func (r *UpdateDevicePoolFuture) Get(ctx workflow.Context) (*devicefarm.UpdateDevicePoolOutput, error)
type UpdateInstanceProfileFuture ¶
type UpdateInstanceProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateInstanceProfileFuture) Get ¶
func (r *UpdateInstanceProfileFuture) Get(ctx workflow.Context) (*devicefarm.UpdateInstanceProfileOutput, error)
type UpdateNetworkProfileFuture ¶
type UpdateNetworkProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateNetworkProfileFuture) Get ¶
func (r *UpdateNetworkProfileFuture) Get(ctx workflow.Context) (*devicefarm.UpdateNetworkProfileOutput, error)
type UpdateProjectFuture ¶
func (*UpdateProjectFuture) Get ¶
func (r *UpdateProjectFuture) Get(ctx workflow.Context) (*devicefarm.UpdateProjectOutput, error)
type UpdateTestGridProjectFuture ¶
type UpdateTestGridProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTestGridProjectFuture) Get ¶
func (r *UpdateTestGridProjectFuture) Get(ctx workflow.Context) (*devicefarm.UpdateTestGridProjectOutput, error)
type UpdateUploadFuture ¶
func (*UpdateUploadFuture) Get ¶
func (r *UpdateUploadFuture) Get(ctx workflow.Context) (*devicefarm.UpdateUploadOutput, error)
type UpdateVPCEConfigurationFuture ¶
type UpdateVPCEConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateVPCEConfigurationFuture) Get ¶
func (r *UpdateVPCEConfigurationFuture) Get(ctx workflow.Context) (*devicefarm.UpdateVPCEConfigurationOutput, error)
Click to show internal directories.
Click to hide internal directories.