devicefarmdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package devicefarmdouble contains test double implementation of devicefarmiface.DeviceFarmAPI

Package devicefarmdouble provides a TestDouble implementation of devicefarmiface.DeviceFarmAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeviceFarmDouble

type DeviceFarmDouble struct {
	devicefarmiface.DeviceFarmAPI
	*awsdouble.AWSTestDouble
}

DeviceFarmDouble is TestDouble for devicefarmiface.DeviceFarmAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *DeviceFarmDouble

Constructor for DeviceFarmDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*DeviceFarmDouble) CreateDevicePool

func (*DeviceFarmDouble) CreateDevicePoolRequest

func (*DeviceFarmDouble) CreateDevicePoolWithContext

func (d *DeviceFarmDouble) CreateDevicePoolWithContext(i0 context.Context, i1 *devicefarm.CreateDevicePoolInput, i2 ...request.Option) (r0 *devicefarm.CreateDevicePoolOutput, r1 error)

func (*DeviceFarmDouble) CreateInstanceProfile

func (*DeviceFarmDouble) CreateInstanceProfileRequest

func (*DeviceFarmDouble) CreateInstanceProfileWithContext

func (*DeviceFarmDouble) CreateNetworkProfile

func (*DeviceFarmDouble) CreateNetworkProfileRequest

func (*DeviceFarmDouble) CreateNetworkProfileWithContext

func (*DeviceFarmDouble) CreateProject

func (*DeviceFarmDouble) CreateProjectRequest

func (*DeviceFarmDouble) CreateProjectWithContext

func (d *DeviceFarmDouble) CreateProjectWithContext(i0 context.Context, i1 *devicefarm.CreateProjectInput, i2 ...request.Option) (r0 *devicefarm.CreateProjectOutput, r1 error)

func (*DeviceFarmDouble) CreateTestGridProject

func (*DeviceFarmDouble) CreateTestGridProjectRequest

func (*DeviceFarmDouble) CreateTestGridProjectWithContext

func (*DeviceFarmDouble) CreateTestGridUrl

func (*DeviceFarmDouble) CreateTestGridUrlRequest

func (*DeviceFarmDouble) CreateTestGridUrlWithContext

func (d *DeviceFarmDouble) CreateTestGridUrlWithContext(i0 context.Context, i1 *devicefarm.CreateTestGridUrlInput, i2 ...request.Option) (r0 *devicefarm.CreateTestGridUrlOutput, r1 error)

func (*DeviceFarmDouble) CreateUpload

func (*DeviceFarmDouble) CreateUploadRequest

func (*DeviceFarmDouble) CreateUploadWithContext

func (d *DeviceFarmDouble) CreateUploadWithContext(i0 context.Context, i1 *devicefarm.CreateUploadInput, i2 ...request.Option) (r0 *devicefarm.CreateUploadOutput, r1 error)

func (*DeviceFarmDouble) CreateVPCEConfiguration

func (*DeviceFarmDouble) CreateVPCEConfigurationWithContext

func (*DeviceFarmDouble) DeleteDevicePool

func (*DeviceFarmDouble) DeleteDevicePoolRequest

func (*DeviceFarmDouble) DeleteDevicePoolWithContext

func (d *DeviceFarmDouble) DeleteDevicePoolWithContext(i0 context.Context, i1 *devicefarm.DeleteDevicePoolInput, i2 ...request.Option) (r0 *devicefarm.DeleteDevicePoolOutput, r1 error)

func (*DeviceFarmDouble) DeleteInstanceProfile

func (*DeviceFarmDouble) DeleteInstanceProfileRequest

func (*DeviceFarmDouble) DeleteInstanceProfileWithContext

func (*DeviceFarmDouble) DeleteNetworkProfile

func (*DeviceFarmDouble) DeleteNetworkProfileRequest

func (*DeviceFarmDouble) DeleteNetworkProfileWithContext

func (*DeviceFarmDouble) DeleteProject

func (*DeviceFarmDouble) DeleteProjectRequest

func (*DeviceFarmDouble) DeleteProjectWithContext

func (d *DeviceFarmDouble) DeleteProjectWithContext(i0 context.Context, i1 *devicefarm.DeleteProjectInput, i2 ...request.Option) (r0 *devicefarm.DeleteProjectOutput, r1 error)

func (*DeviceFarmDouble) DeleteRun

func (*DeviceFarmDouble) DeleteRunRequest

func (*DeviceFarmDouble) DeleteRunWithContext

func (d *DeviceFarmDouble) DeleteRunWithContext(i0 context.Context, i1 *devicefarm.DeleteRunInput, i2 ...request.Option) (r0 *devicefarm.DeleteRunOutput, r1 error)

func (*DeviceFarmDouble) DeleteTestGridProject

func (*DeviceFarmDouble) DeleteTestGridProjectRequest

func (*DeviceFarmDouble) DeleteTestGridProjectWithContext

func (*DeviceFarmDouble) DeleteUpload

func (*DeviceFarmDouble) DeleteUploadRequest

func (*DeviceFarmDouble) DeleteUploadWithContext

func (d *DeviceFarmDouble) DeleteUploadWithContext(i0 context.Context, i1 *devicefarm.DeleteUploadInput, i2 ...request.Option) (r0 *devicefarm.DeleteUploadOutput, r1 error)

func (*DeviceFarmDouble) DeleteVPCEConfiguration

func (*DeviceFarmDouble) DeleteVPCEConfigurationWithContext

func (*DeviceFarmDouble) GetAccountSettings

func (*DeviceFarmDouble) GetAccountSettingsRequest

func (*DeviceFarmDouble) GetAccountSettingsWithContext

func (d *DeviceFarmDouble) GetAccountSettingsWithContext(i0 context.Context, i1 *devicefarm.GetAccountSettingsInput, i2 ...request.Option) (r0 *devicefarm.GetAccountSettingsOutput, r1 error)

func (*DeviceFarmDouble) GetDevice

func (*DeviceFarmDouble) GetDeviceInstance

func (*DeviceFarmDouble) GetDeviceInstanceRequest

func (*DeviceFarmDouble) GetDeviceInstanceWithContext

func (d *DeviceFarmDouble) GetDeviceInstanceWithContext(i0 context.Context, i1 *devicefarm.GetDeviceInstanceInput, i2 ...request.Option) (r0 *devicefarm.GetDeviceInstanceOutput, r1 error)

func (*DeviceFarmDouble) GetDevicePool

func (*DeviceFarmDouble) GetDevicePoolRequest

func (*DeviceFarmDouble) GetDevicePoolWithContext

func (d *DeviceFarmDouble) GetDevicePoolWithContext(i0 context.Context, i1 *devicefarm.GetDevicePoolInput, i2 ...request.Option) (r0 *devicefarm.GetDevicePoolOutput, r1 error)

func (*DeviceFarmDouble) GetDeviceRequest

func (*DeviceFarmDouble) GetDeviceWithContext

func (d *DeviceFarmDouble) GetDeviceWithContext(i0 context.Context, i1 *devicefarm.GetDeviceInput, i2 ...request.Option) (r0 *devicefarm.GetDeviceOutput, r1 error)

func (*DeviceFarmDouble) GetInstanceProfile

func (*DeviceFarmDouble) GetInstanceProfileRequest

func (*DeviceFarmDouble) GetInstanceProfileWithContext

func (d *DeviceFarmDouble) GetInstanceProfileWithContext(i0 context.Context, i1 *devicefarm.GetInstanceProfileInput, i2 ...request.Option) (r0 *devicefarm.GetInstanceProfileOutput, r1 error)

func (*DeviceFarmDouble) GetJob

func (*DeviceFarmDouble) GetJobRequest

func (*DeviceFarmDouble) GetJobWithContext

func (d *DeviceFarmDouble) GetJobWithContext(i0 context.Context, i1 *devicefarm.GetJobInput, i2 ...request.Option) (r0 *devicefarm.GetJobOutput, r1 error)

func (*DeviceFarmDouble) GetNetworkProfile

func (*DeviceFarmDouble) GetNetworkProfileRequest

func (*DeviceFarmDouble) GetNetworkProfileWithContext

func (d *DeviceFarmDouble) GetNetworkProfileWithContext(i0 context.Context, i1 *devicefarm.GetNetworkProfileInput, i2 ...request.Option) (r0 *devicefarm.GetNetworkProfileOutput, r1 error)

func (*DeviceFarmDouble) GetOfferingStatus

func (*DeviceFarmDouble) GetOfferingStatusPages

func (d *DeviceFarmDouble) GetOfferingStatusPages(i0 *devicefarm.GetOfferingStatusInput, i1 func(*devicefarm.GetOfferingStatusOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) GetOfferingStatusPagesWithContext

func (d *DeviceFarmDouble) GetOfferingStatusPagesWithContext(i0 context.Context, i1 *devicefarm.GetOfferingStatusInput, i2 func(*devicefarm.GetOfferingStatusOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) GetOfferingStatusRequest

func (*DeviceFarmDouble) GetOfferingStatusWithContext

func (d *DeviceFarmDouble) GetOfferingStatusWithContext(i0 context.Context, i1 *devicefarm.GetOfferingStatusInput, i2 ...request.Option) (r0 *devicefarm.GetOfferingStatusOutput, r1 error)

func (*DeviceFarmDouble) GetProject

func (*DeviceFarmDouble) GetProjectRequest

func (*DeviceFarmDouble) GetProjectWithContext

func (d *DeviceFarmDouble) GetProjectWithContext(i0 context.Context, i1 *devicefarm.GetProjectInput, i2 ...request.Option) (r0 *devicefarm.GetProjectOutput, r1 error)

func (*DeviceFarmDouble) GetRemoteAccessSession

func (*DeviceFarmDouble) GetRemoteAccessSessionRequest

func (*DeviceFarmDouble) GetRemoteAccessSessionWithContext

func (*DeviceFarmDouble) GetRun

func (*DeviceFarmDouble) GetRunRequest

func (*DeviceFarmDouble) GetRunWithContext

func (d *DeviceFarmDouble) GetRunWithContext(i0 context.Context, i1 *devicefarm.GetRunInput, i2 ...request.Option) (r0 *devicefarm.GetRunOutput, r1 error)

func (*DeviceFarmDouble) GetSuite

func (*DeviceFarmDouble) GetSuiteRequest

func (*DeviceFarmDouble) GetSuiteWithContext

func (d *DeviceFarmDouble) GetSuiteWithContext(i0 context.Context, i1 *devicefarm.GetSuiteInput, i2 ...request.Option) (r0 *devicefarm.GetSuiteOutput, r1 error)

func (*DeviceFarmDouble) GetTest

func (*DeviceFarmDouble) GetTestGridProject

func (*DeviceFarmDouble) GetTestGridProjectRequest

func (*DeviceFarmDouble) GetTestGridProjectWithContext

func (d *DeviceFarmDouble) GetTestGridProjectWithContext(i0 context.Context, i1 *devicefarm.GetTestGridProjectInput, i2 ...request.Option) (r0 *devicefarm.GetTestGridProjectOutput, r1 error)

func (*DeviceFarmDouble) GetTestGridSession

func (*DeviceFarmDouble) GetTestGridSessionRequest

func (*DeviceFarmDouble) GetTestGridSessionWithContext

func (d *DeviceFarmDouble) GetTestGridSessionWithContext(i0 context.Context, i1 *devicefarm.GetTestGridSessionInput, i2 ...request.Option) (r0 *devicefarm.GetTestGridSessionOutput, r1 error)

func (*DeviceFarmDouble) GetTestRequest

func (*DeviceFarmDouble) GetTestWithContext

func (d *DeviceFarmDouble) GetTestWithContext(i0 context.Context, i1 *devicefarm.GetTestInput, i2 ...request.Option) (r0 *devicefarm.GetTestOutput, r1 error)

func (*DeviceFarmDouble) GetUpload

func (*DeviceFarmDouble) GetUploadRequest

func (*DeviceFarmDouble) GetUploadWithContext

func (d *DeviceFarmDouble) GetUploadWithContext(i0 context.Context, i1 *devicefarm.GetUploadInput, i2 ...request.Option) (r0 *devicefarm.GetUploadOutput, r1 error)

func (*DeviceFarmDouble) GetVPCEConfiguration

func (*DeviceFarmDouble) GetVPCEConfigurationRequest

func (*DeviceFarmDouble) GetVPCEConfigurationWithContext

func (*DeviceFarmDouble) ListArtifacts

func (*DeviceFarmDouble) ListArtifactsPages

func (d *DeviceFarmDouble) ListArtifactsPages(i0 *devicefarm.ListArtifactsInput, i1 func(*devicefarm.ListArtifactsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListArtifactsPagesWithContext

func (d *DeviceFarmDouble) ListArtifactsPagesWithContext(i0 context.Context, i1 *devicefarm.ListArtifactsInput, i2 func(*devicefarm.ListArtifactsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListArtifactsRequest

func (*DeviceFarmDouble) ListArtifactsWithContext

func (d *DeviceFarmDouble) ListArtifactsWithContext(i0 context.Context, i1 *devicefarm.ListArtifactsInput, i2 ...request.Option) (r0 *devicefarm.ListArtifactsOutput, r1 error)

func (*DeviceFarmDouble) ListDeviceInstances

func (*DeviceFarmDouble) ListDeviceInstancesRequest

func (*DeviceFarmDouble) ListDeviceInstancesWithContext

func (d *DeviceFarmDouble) ListDeviceInstancesWithContext(i0 context.Context, i1 *devicefarm.ListDeviceInstancesInput, i2 ...request.Option) (r0 *devicefarm.ListDeviceInstancesOutput, r1 error)

func (*DeviceFarmDouble) ListDevicePools

func (*DeviceFarmDouble) ListDevicePoolsPages

func (d *DeviceFarmDouble) ListDevicePoolsPages(i0 *devicefarm.ListDevicePoolsInput, i1 func(*devicefarm.ListDevicePoolsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListDevicePoolsPagesWithContext

func (d *DeviceFarmDouble) ListDevicePoolsPagesWithContext(i0 context.Context, i1 *devicefarm.ListDevicePoolsInput, i2 func(*devicefarm.ListDevicePoolsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListDevicePoolsRequest

func (*DeviceFarmDouble) ListDevicePoolsWithContext

func (d *DeviceFarmDouble) ListDevicePoolsWithContext(i0 context.Context, i1 *devicefarm.ListDevicePoolsInput, i2 ...request.Option) (r0 *devicefarm.ListDevicePoolsOutput, r1 error)

func (*DeviceFarmDouble) ListDevices

func (*DeviceFarmDouble) ListDevicesPages

func (d *DeviceFarmDouble) ListDevicesPages(i0 *devicefarm.ListDevicesInput, i1 func(*devicefarm.ListDevicesOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListDevicesPagesWithContext

func (d *DeviceFarmDouble) ListDevicesPagesWithContext(i0 context.Context, i1 *devicefarm.ListDevicesInput, i2 func(*devicefarm.ListDevicesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListDevicesRequest

func (*DeviceFarmDouble) ListDevicesWithContext

func (d *DeviceFarmDouble) ListDevicesWithContext(i0 context.Context, i1 *devicefarm.ListDevicesInput, i2 ...request.Option) (r0 *devicefarm.ListDevicesOutput, r1 error)

func (*DeviceFarmDouble) ListInstanceProfiles

func (*DeviceFarmDouble) ListInstanceProfilesRequest

func (*DeviceFarmDouble) ListInstanceProfilesWithContext

func (*DeviceFarmDouble) ListJobs

func (*DeviceFarmDouble) ListJobsPages

func (d *DeviceFarmDouble) ListJobsPages(i0 *devicefarm.ListJobsInput, i1 func(*devicefarm.ListJobsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListJobsPagesWithContext

func (d *DeviceFarmDouble) ListJobsPagesWithContext(i0 context.Context, i1 *devicefarm.ListJobsInput, i2 func(*devicefarm.ListJobsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListJobsRequest

func (*DeviceFarmDouble) ListJobsWithContext

func (d *DeviceFarmDouble) ListJobsWithContext(i0 context.Context, i1 *devicefarm.ListJobsInput, i2 ...request.Option) (r0 *devicefarm.ListJobsOutput, r1 error)

func (*DeviceFarmDouble) ListNetworkProfiles

func (*DeviceFarmDouble) ListNetworkProfilesRequest

func (*DeviceFarmDouble) ListNetworkProfilesWithContext

func (d *DeviceFarmDouble) ListNetworkProfilesWithContext(i0 context.Context, i1 *devicefarm.ListNetworkProfilesInput, i2 ...request.Option) (r0 *devicefarm.ListNetworkProfilesOutput, r1 error)

func (*DeviceFarmDouble) ListOfferingPromotions

func (*DeviceFarmDouble) ListOfferingPromotionsRequest

func (*DeviceFarmDouble) ListOfferingPromotionsWithContext

func (*DeviceFarmDouble) ListOfferingTransactions

func (*DeviceFarmDouble) ListOfferingTransactionsPages

func (*DeviceFarmDouble) ListOfferingTransactionsPagesWithContext

func (d *DeviceFarmDouble) ListOfferingTransactionsPagesWithContext(i0 context.Context, i1 *devicefarm.ListOfferingTransactionsInput, i2 func(*devicefarm.ListOfferingTransactionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListOfferingTransactionsWithContext

func (*DeviceFarmDouble) ListOfferings

func (*DeviceFarmDouble) ListOfferingsPages

func (d *DeviceFarmDouble) ListOfferingsPages(i0 *devicefarm.ListOfferingsInput, i1 func(*devicefarm.ListOfferingsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListOfferingsPagesWithContext

func (d *DeviceFarmDouble) ListOfferingsPagesWithContext(i0 context.Context, i1 *devicefarm.ListOfferingsInput, i2 func(*devicefarm.ListOfferingsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListOfferingsRequest

func (*DeviceFarmDouble) ListOfferingsWithContext

func (d *DeviceFarmDouble) ListOfferingsWithContext(i0 context.Context, i1 *devicefarm.ListOfferingsInput, i2 ...request.Option) (r0 *devicefarm.ListOfferingsOutput, r1 error)

func (*DeviceFarmDouble) ListProjects

func (*DeviceFarmDouble) ListProjectsPages

func (d *DeviceFarmDouble) ListProjectsPages(i0 *devicefarm.ListProjectsInput, i1 func(*devicefarm.ListProjectsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListProjectsPagesWithContext

func (d *DeviceFarmDouble) ListProjectsPagesWithContext(i0 context.Context, i1 *devicefarm.ListProjectsInput, i2 func(*devicefarm.ListProjectsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListProjectsRequest

func (*DeviceFarmDouble) ListProjectsWithContext

func (d *DeviceFarmDouble) ListProjectsWithContext(i0 context.Context, i1 *devicefarm.ListProjectsInput, i2 ...request.Option) (r0 *devicefarm.ListProjectsOutput, r1 error)

func (*DeviceFarmDouble) ListRemoteAccessSessions

func (*DeviceFarmDouble) ListRemoteAccessSessionsWithContext

func (*DeviceFarmDouble) ListRuns

func (*DeviceFarmDouble) ListRunsPages

func (d *DeviceFarmDouble) ListRunsPages(i0 *devicefarm.ListRunsInput, i1 func(*devicefarm.ListRunsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListRunsPagesWithContext

func (d *DeviceFarmDouble) ListRunsPagesWithContext(i0 context.Context, i1 *devicefarm.ListRunsInput, i2 func(*devicefarm.ListRunsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListRunsRequest

func (*DeviceFarmDouble) ListRunsWithContext

func (d *DeviceFarmDouble) ListRunsWithContext(i0 context.Context, i1 *devicefarm.ListRunsInput, i2 ...request.Option) (r0 *devicefarm.ListRunsOutput, r1 error)

func (*DeviceFarmDouble) ListSamples

func (*DeviceFarmDouble) ListSamplesPages

func (d *DeviceFarmDouble) ListSamplesPages(i0 *devicefarm.ListSamplesInput, i1 func(*devicefarm.ListSamplesOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListSamplesPagesWithContext

func (d *DeviceFarmDouble) ListSamplesPagesWithContext(i0 context.Context, i1 *devicefarm.ListSamplesInput, i2 func(*devicefarm.ListSamplesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListSamplesRequest

func (*DeviceFarmDouble) ListSamplesWithContext

func (d *DeviceFarmDouble) ListSamplesWithContext(i0 context.Context, i1 *devicefarm.ListSamplesInput, i2 ...request.Option) (r0 *devicefarm.ListSamplesOutput, r1 error)

func (*DeviceFarmDouble) ListSuites

func (*DeviceFarmDouble) ListSuitesPages

func (d *DeviceFarmDouble) ListSuitesPages(i0 *devicefarm.ListSuitesInput, i1 func(*devicefarm.ListSuitesOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListSuitesPagesWithContext

func (d *DeviceFarmDouble) ListSuitesPagesWithContext(i0 context.Context, i1 *devicefarm.ListSuitesInput, i2 func(*devicefarm.ListSuitesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListSuitesRequest

func (*DeviceFarmDouble) ListSuitesWithContext

func (d *DeviceFarmDouble) ListSuitesWithContext(i0 context.Context, i1 *devicefarm.ListSuitesInput, i2 ...request.Option) (r0 *devicefarm.ListSuitesOutput, r1 error)

func (*DeviceFarmDouble) ListTagsForResource

func (*DeviceFarmDouble) ListTagsForResourceRequest

func (*DeviceFarmDouble) ListTagsForResourceWithContext

func (d *DeviceFarmDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *devicefarm.ListTagsForResourceInput, i2 ...request.Option) (r0 *devicefarm.ListTagsForResourceOutput, r1 error)

func (*DeviceFarmDouble) ListTestGridProjects

func (*DeviceFarmDouble) ListTestGridProjectsPages

func (d *DeviceFarmDouble) ListTestGridProjectsPages(i0 *devicefarm.ListTestGridProjectsInput, i1 func(*devicefarm.ListTestGridProjectsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListTestGridProjectsPagesWithContext

func (d *DeviceFarmDouble) ListTestGridProjectsPagesWithContext(i0 context.Context, i1 *devicefarm.ListTestGridProjectsInput, i2 func(*devicefarm.ListTestGridProjectsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListTestGridProjectsRequest

func (*DeviceFarmDouble) ListTestGridProjectsWithContext

func (*DeviceFarmDouble) ListTestGridSessionActionsPages

func (*DeviceFarmDouble) ListTestGridSessionActionsPagesWithContext

func (d *DeviceFarmDouble) ListTestGridSessionActionsPagesWithContext(i0 context.Context, i1 *devicefarm.ListTestGridSessionActionsInput, i2 func(*devicefarm.ListTestGridSessionActionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListTestGridSessionArtifactsPages

func (*DeviceFarmDouble) ListTestGridSessionArtifactsPagesWithContext

func (d *DeviceFarmDouble) ListTestGridSessionArtifactsPagesWithContext(i0 context.Context, i1 *devicefarm.ListTestGridSessionArtifactsInput, i2 func(*devicefarm.ListTestGridSessionArtifactsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListTestGridSessions

func (*DeviceFarmDouble) ListTestGridSessionsPages

func (d *DeviceFarmDouble) ListTestGridSessionsPages(i0 *devicefarm.ListTestGridSessionsInput, i1 func(*devicefarm.ListTestGridSessionsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListTestGridSessionsPagesWithContext

func (d *DeviceFarmDouble) ListTestGridSessionsPagesWithContext(i0 context.Context, i1 *devicefarm.ListTestGridSessionsInput, i2 func(*devicefarm.ListTestGridSessionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListTestGridSessionsRequest

func (*DeviceFarmDouble) ListTestGridSessionsWithContext

func (*DeviceFarmDouble) ListTests

func (*DeviceFarmDouble) ListTestsPages

func (d *DeviceFarmDouble) ListTestsPages(i0 *devicefarm.ListTestsInput, i1 func(*devicefarm.ListTestsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListTestsPagesWithContext

func (d *DeviceFarmDouble) ListTestsPagesWithContext(i0 context.Context, i1 *devicefarm.ListTestsInput, i2 func(*devicefarm.ListTestsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListTestsRequest

func (*DeviceFarmDouble) ListTestsWithContext

func (d *DeviceFarmDouble) ListTestsWithContext(i0 context.Context, i1 *devicefarm.ListTestsInput, i2 ...request.Option) (r0 *devicefarm.ListTestsOutput, r1 error)

func (*DeviceFarmDouble) ListUniqueProblems

func (*DeviceFarmDouble) ListUniqueProblemsPages

func (d *DeviceFarmDouble) ListUniqueProblemsPages(i0 *devicefarm.ListUniqueProblemsInput, i1 func(*devicefarm.ListUniqueProblemsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListUniqueProblemsPagesWithContext

func (d *DeviceFarmDouble) ListUniqueProblemsPagesWithContext(i0 context.Context, i1 *devicefarm.ListUniqueProblemsInput, i2 func(*devicefarm.ListUniqueProblemsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListUniqueProblemsRequest

func (*DeviceFarmDouble) ListUniqueProblemsWithContext

func (d *DeviceFarmDouble) ListUniqueProblemsWithContext(i0 context.Context, i1 *devicefarm.ListUniqueProblemsInput, i2 ...request.Option) (r0 *devicefarm.ListUniqueProblemsOutput, r1 error)

func (*DeviceFarmDouble) ListUploads

func (*DeviceFarmDouble) ListUploadsPages

func (d *DeviceFarmDouble) ListUploadsPages(i0 *devicefarm.ListUploadsInput, i1 func(*devicefarm.ListUploadsOutput, bool) bool) (r0 error)

func (*DeviceFarmDouble) ListUploadsPagesWithContext

func (d *DeviceFarmDouble) ListUploadsPagesWithContext(i0 context.Context, i1 *devicefarm.ListUploadsInput, i2 func(*devicefarm.ListUploadsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*DeviceFarmDouble) ListUploadsRequest

func (*DeviceFarmDouble) ListUploadsWithContext

func (d *DeviceFarmDouble) ListUploadsWithContext(i0 context.Context, i1 *devicefarm.ListUploadsInput, i2 ...request.Option) (r0 *devicefarm.ListUploadsOutput, r1 error)

func (*DeviceFarmDouble) ListVPCEConfigurations

func (*DeviceFarmDouble) ListVPCEConfigurationsRequest

func (*DeviceFarmDouble) ListVPCEConfigurationsWithContext

func (*DeviceFarmDouble) PurchaseOffering

func (*DeviceFarmDouble) PurchaseOfferingRequest

func (*DeviceFarmDouble) PurchaseOfferingWithContext

func (d *DeviceFarmDouble) PurchaseOfferingWithContext(i0 context.Context, i1 *devicefarm.PurchaseOfferingInput, i2 ...request.Option) (r0 *devicefarm.PurchaseOfferingOutput, r1 error)

func (*DeviceFarmDouble) RenewOffering

func (*DeviceFarmDouble) RenewOfferingRequest

func (*DeviceFarmDouble) RenewOfferingWithContext

func (d *DeviceFarmDouble) RenewOfferingWithContext(i0 context.Context, i1 *devicefarm.RenewOfferingInput, i2 ...request.Option) (r0 *devicefarm.RenewOfferingOutput, r1 error)

func (*DeviceFarmDouble) ScheduleRun

func (*DeviceFarmDouble) ScheduleRunRequest

func (*DeviceFarmDouble) ScheduleRunWithContext

func (d *DeviceFarmDouble) ScheduleRunWithContext(i0 context.Context, i1 *devicefarm.ScheduleRunInput, i2 ...request.Option) (r0 *devicefarm.ScheduleRunOutput, r1 error)

func (*DeviceFarmDouble) StopJob

func (*DeviceFarmDouble) StopJobRequest

func (*DeviceFarmDouble) StopJobWithContext

func (d *DeviceFarmDouble) StopJobWithContext(i0 context.Context, i1 *devicefarm.StopJobInput, i2 ...request.Option) (r0 *devicefarm.StopJobOutput, r1 error)

func (*DeviceFarmDouble) StopRemoteAccessSession

func (*DeviceFarmDouble) StopRemoteAccessSessionWithContext

func (*DeviceFarmDouble) StopRun

func (*DeviceFarmDouble) StopRunRequest

func (*DeviceFarmDouble) StopRunWithContext

func (d *DeviceFarmDouble) StopRunWithContext(i0 context.Context, i1 *devicefarm.StopRunInput, i2 ...request.Option) (r0 *devicefarm.StopRunOutput, r1 error)

func (*DeviceFarmDouble) TagResource

func (*DeviceFarmDouble) TagResourceRequest

func (*DeviceFarmDouble) TagResourceWithContext

func (d *DeviceFarmDouble) TagResourceWithContext(i0 context.Context, i1 *devicefarm.TagResourceInput, i2 ...request.Option) (r0 *devicefarm.TagResourceOutput, r1 error)

func (*DeviceFarmDouble) UntagResource

func (*DeviceFarmDouble) UntagResourceRequest

func (*DeviceFarmDouble) UntagResourceWithContext

func (d *DeviceFarmDouble) UntagResourceWithContext(i0 context.Context, i1 *devicefarm.UntagResourceInput, i2 ...request.Option) (r0 *devicefarm.UntagResourceOutput, r1 error)

func (*DeviceFarmDouble) UpdateDeviceInstance

func (*DeviceFarmDouble) UpdateDeviceInstanceRequest

func (*DeviceFarmDouble) UpdateDeviceInstanceWithContext

func (*DeviceFarmDouble) UpdateDevicePool

func (*DeviceFarmDouble) UpdateDevicePoolRequest

func (*DeviceFarmDouble) UpdateDevicePoolWithContext

func (d *DeviceFarmDouble) UpdateDevicePoolWithContext(i0 context.Context, i1 *devicefarm.UpdateDevicePoolInput, i2 ...request.Option) (r0 *devicefarm.UpdateDevicePoolOutput, r1 error)

func (*DeviceFarmDouble) UpdateInstanceProfile

func (*DeviceFarmDouble) UpdateInstanceProfileRequest

func (*DeviceFarmDouble) UpdateInstanceProfileWithContext

func (*DeviceFarmDouble) UpdateNetworkProfile

func (*DeviceFarmDouble) UpdateNetworkProfileRequest

func (*DeviceFarmDouble) UpdateNetworkProfileWithContext

func (*DeviceFarmDouble) UpdateProject

func (*DeviceFarmDouble) UpdateProjectRequest

func (*DeviceFarmDouble) UpdateProjectWithContext

func (d *DeviceFarmDouble) UpdateProjectWithContext(i0 context.Context, i1 *devicefarm.UpdateProjectInput, i2 ...request.Option) (r0 *devicefarm.UpdateProjectOutput, r1 error)

func (*DeviceFarmDouble) UpdateTestGridProject

func (*DeviceFarmDouble) UpdateTestGridProjectRequest

func (*DeviceFarmDouble) UpdateTestGridProjectWithContext

func (*DeviceFarmDouble) UpdateUpload

func (*DeviceFarmDouble) UpdateUploadRequest

func (*DeviceFarmDouble) UpdateUploadWithContext

func (d *DeviceFarmDouble) UpdateUploadWithContext(i0 context.Context, i1 *devicefarm.UpdateUploadInput, i2 ...request.Option) (r0 *devicefarm.UpdateUploadOutput, r1 error)

func (*DeviceFarmDouble) UpdateVPCEConfiguration

func (*DeviceFarmDouble) UpdateVPCEConfigurationWithContext

Jump to

Keyboard shortcuts

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