Documentation
¶
Overview ¶
Package devicefarm provides the client and types for making API requests to AWS Device Farm.
Welcome to the AWS Device Farm API documentation, which contains APIs for:
* Testing on desktop browsers Device Farm makes it possible for you to test your web applications on desktop browsers using Selenium. The APIs for desktop browser testing contain TestGrid in their names. For more information, see Testing Web Applications on Selenium with Device Farm (https://docs.aws.amazon.com/devicefarm/latest/testgrid/). * Testing on real mobile devices Device Farm makes it possible for you to test apps on physical phones, tablets, and other devices in the cloud. For more information, see the Device Farm Developer Guide (https://docs.aws.amazon.com/devicefarm/latest/developerguide/).
See https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23 for more information on this service.
See devicefarm package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/devicefarm/
Using the Client ¶
To contact AWS Device Farm with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Device Farm client DeviceFarm for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/devicefarm/#New
Index ¶
- Constants
- type AccountSettings
- func (s AccountSettings) GoString() string
- func (s *AccountSettings) SetAwsAccountNumber(v string) *AccountSettings
- func (s *AccountSettings) SetDefaultJobTimeoutMinutes(v int64) *AccountSettings
- func (s *AccountSettings) SetMaxJobTimeoutMinutes(v int64) *AccountSettings
- func (s *AccountSettings) SetMaxSlots(v map[string]*int64) *AccountSettings
- func (s *AccountSettings) SetSkipAppResign(v bool) *AccountSettings
- func (s *AccountSettings) SetTrialMinutes(v *TrialMinutes) *AccountSettings
- func (s *AccountSettings) SetUnmeteredDevices(v map[string]*int64) *AccountSettings
- func (s *AccountSettings) SetUnmeteredRemoteAccessDevices(v map[string]*int64) *AccountSettings
- func (s AccountSettings) String() string
- type ArgumentException
- func (s *ArgumentException) Code() string
- func (s *ArgumentException) Error() string
- func (s ArgumentException) GoString() string
- func (s *ArgumentException) Message() string
- func (s *ArgumentException) OrigErr() error
- func (s *ArgumentException) RequestID() string
- func (s *ArgumentException) StatusCode() int
- func (s ArgumentException) String() string
- type Artifact
- func (s Artifact) GoString() string
- func (s *Artifact) SetArn(v string) *Artifact
- func (s *Artifact) SetExtension(v string) *Artifact
- func (s *Artifact) SetName(v string) *Artifact
- func (s *Artifact) SetType(v string) *Artifact
- func (s *Artifact) SetUrl(v string) *Artifact
- func (s Artifact) String() string
- type CPU
- type CannotDeleteException
- func (s *CannotDeleteException) Code() string
- func (s *CannotDeleteException) Error() string
- func (s CannotDeleteException) GoString() string
- func (s *CannotDeleteException) Message() string
- func (s *CannotDeleteException) OrigErr() error
- func (s *CannotDeleteException) RequestID() string
- func (s *CannotDeleteException) StatusCode() int
- func (s CannotDeleteException) String() string
- type Counters
- func (s Counters) GoString() string
- func (s *Counters) SetErrored(v int64) *Counters
- func (s *Counters) SetFailed(v int64) *Counters
- func (s *Counters) SetPassed(v int64) *Counters
- func (s *Counters) SetSkipped(v int64) *Counters
- func (s *Counters) SetStopped(v int64) *Counters
- func (s *Counters) SetTotal(v int64) *Counters
- func (s *Counters) SetWarned(v int64) *Counters
- func (s Counters) String() string
- type CreateDevicePoolInput
- func (s CreateDevicePoolInput) GoString() string
- func (s *CreateDevicePoolInput) SetDescription(v string) *CreateDevicePoolInput
- func (s *CreateDevicePoolInput) SetMaxDevices(v int64) *CreateDevicePoolInput
- func (s *CreateDevicePoolInput) SetName(v string) *CreateDevicePoolInput
- func (s *CreateDevicePoolInput) SetProjectArn(v string) *CreateDevicePoolInput
- func (s *CreateDevicePoolInput) SetRules(v []*Rule) *CreateDevicePoolInput
- func (s CreateDevicePoolInput) String() string
- func (s *CreateDevicePoolInput) Validate() error
- type CreateDevicePoolOutput
- type CreateInstanceProfileInput
- func (s CreateInstanceProfileInput) GoString() string
- func (s *CreateInstanceProfileInput) SetDescription(v string) *CreateInstanceProfileInput
- func (s *CreateInstanceProfileInput) SetExcludeAppPackagesFromCleanup(v []*string) *CreateInstanceProfileInput
- func (s *CreateInstanceProfileInput) SetName(v string) *CreateInstanceProfileInput
- func (s *CreateInstanceProfileInput) SetPackageCleanup(v bool) *CreateInstanceProfileInput
- func (s *CreateInstanceProfileInput) SetRebootAfterUse(v bool) *CreateInstanceProfileInput
- func (s CreateInstanceProfileInput) String() string
- func (s *CreateInstanceProfileInput) Validate() error
- type CreateInstanceProfileOutput
- type CreateNetworkProfileInput
- func (s CreateNetworkProfileInput) GoString() string
- func (s *CreateNetworkProfileInput) SetDescription(v string) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetDownlinkBandwidthBits(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetDownlinkDelayMs(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetDownlinkJitterMs(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetDownlinkLossPercent(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetName(v string) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetProjectArn(v string) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetType(v string) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetUplinkBandwidthBits(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetUplinkDelayMs(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetUplinkJitterMs(v int64) *CreateNetworkProfileInput
- func (s *CreateNetworkProfileInput) SetUplinkLossPercent(v int64) *CreateNetworkProfileInput
- func (s CreateNetworkProfileInput) String() string
- func (s *CreateNetworkProfileInput) Validate() error
- type CreateNetworkProfileOutput
- type CreateProjectInput
- type CreateProjectOutput
- type CreateRemoteAccessSessionConfiguration
- func (s CreateRemoteAccessSessionConfiguration) GoString() string
- func (s *CreateRemoteAccessSessionConfiguration) SetBillingMethod(v string) *CreateRemoteAccessSessionConfiguration
- func (s *CreateRemoteAccessSessionConfiguration) SetVpceConfigurationArns(v []*string) *CreateRemoteAccessSessionConfiguration
- func (s CreateRemoteAccessSessionConfiguration) String() string
- type CreateRemoteAccessSessionInput
- func (s CreateRemoteAccessSessionInput) GoString() string
- func (s *CreateRemoteAccessSessionInput) SetClientId(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetConfiguration(v *CreateRemoteAccessSessionConfiguration) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetDeviceArn(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetInstanceArn(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetInteractionMode(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetName(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetProjectArn(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetRemoteDebugEnabled(v bool) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetRemoteRecordAppArn(v string) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetRemoteRecordEnabled(v bool) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetSkipAppResign(v bool) *CreateRemoteAccessSessionInput
- func (s *CreateRemoteAccessSessionInput) SetSshPublicKey(v string) *CreateRemoteAccessSessionInput
- func (s CreateRemoteAccessSessionInput) String() string
- func (s *CreateRemoteAccessSessionInput) Validate() error
- type CreateRemoteAccessSessionOutput
- type CreateTestGridProjectInput
- func (s CreateTestGridProjectInput) GoString() string
- func (s *CreateTestGridProjectInput) SetDescription(v string) *CreateTestGridProjectInput
- func (s *CreateTestGridProjectInput) SetName(v string) *CreateTestGridProjectInput
- func (s CreateTestGridProjectInput) String() string
- func (s *CreateTestGridProjectInput) Validate() error
- type CreateTestGridProjectOutput
- type CreateTestGridUrlInput
- func (s CreateTestGridUrlInput) GoString() string
- func (s *CreateTestGridUrlInput) SetExpiresInSeconds(v int64) *CreateTestGridUrlInput
- func (s *CreateTestGridUrlInput) SetProjectArn(v string) *CreateTestGridUrlInput
- func (s CreateTestGridUrlInput) String() string
- func (s *CreateTestGridUrlInput) Validate() error
- type CreateTestGridUrlOutput
- type CreateUploadInput
- func (s CreateUploadInput) GoString() string
- func (s *CreateUploadInput) SetContentType(v string) *CreateUploadInput
- func (s *CreateUploadInput) SetName(v string) *CreateUploadInput
- func (s *CreateUploadInput) SetProjectArn(v string) *CreateUploadInput
- func (s *CreateUploadInput) SetType(v string) *CreateUploadInput
- func (s CreateUploadInput) String() string
- func (s *CreateUploadInput) Validate() error
- type CreateUploadOutput
- type CreateVPCEConfigurationInput
- func (s CreateVPCEConfigurationInput) GoString() string
- func (s *CreateVPCEConfigurationInput) SetServiceDnsName(v string) *CreateVPCEConfigurationInput
- func (s *CreateVPCEConfigurationInput) SetVpceConfigurationDescription(v string) *CreateVPCEConfigurationInput
- func (s *CreateVPCEConfigurationInput) SetVpceConfigurationName(v string) *CreateVPCEConfigurationInput
- func (s *CreateVPCEConfigurationInput) SetVpceServiceName(v string) *CreateVPCEConfigurationInput
- func (s CreateVPCEConfigurationInput) String() string
- func (s *CreateVPCEConfigurationInput) Validate() error
- type CreateVPCEConfigurationOutput
- type CustomerArtifactPaths
- func (s CustomerArtifactPaths) GoString() string
- func (s *CustomerArtifactPaths) SetAndroidPaths(v []*string) *CustomerArtifactPaths
- func (s *CustomerArtifactPaths) SetDeviceHostPaths(v []*string) *CustomerArtifactPaths
- func (s *CustomerArtifactPaths) SetIosPaths(v []*string) *CustomerArtifactPaths
- func (s CustomerArtifactPaths) String() string
- type DeleteDevicePoolInput
- type DeleteDevicePoolOutput
- type DeleteInstanceProfileInput
- type DeleteInstanceProfileOutput
- type DeleteNetworkProfileInput
- type DeleteNetworkProfileOutput
- type DeleteProjectInput
- type DeleteProjectOutput
- type DeleteRemoteAccessSessionInput
- type DeleteRemoteAccessSessionOutput
- type DeleteRunInput
- type DeleteRunOutput
- type DeleteTestGridProjectInput
- type DeleteTestGridProjectOutput
- type DeleteUploadInput
- type DeleteUploadOutput
- type DeleteVPCEConfigurationInput
- type DeleteVPCEConfigurationOutput
- type Device
- func (s Device) GoString() string
- func (s *Device) SetArn(v string) *Device
- func (s *Device) SetAvailability(v string) *Device
- func (s *Device) SetCarrier(v string) *Device
- func (s *Device) SetCpu(v *CPU) *Device
- func (s *Device) SetFleetName(v string) *Device
- func (s *Device) SetFleetType(v string) *Device
- func (s *Device) SetFormFactor(v string) *Device
- func (s *Device) SetHeapSize(v int64) *Device
- func (s *Device) SetImage(v string) *Device
- func (s *Device) SetInstances(v []*DeviceInstance) *Device
- func (s *Device) SetManufacturer(v string) *Device
- func (s *Device) SetMemory(v int64) *Device
- func (s *Device) SetModel(v string) *Device
- func (s *Device) SetModelId(v string) *Device
- func (s *Device) SetName(v string) *Device
- func (s *Device) SetOs(v string) *Device
- func (s *Device) SetPlatform(v string) *Device
- func (s *Device) SetRadio(v string) *Device
- func (s *Device) SetRemoteAccessEnabled(v bool) *Device
- func (s *Device) SetRemoteDebugEnabled(v bool) *Device
- func (s *Device) SetResolution(v *Resolution) *Device
- func (s Device) String() string
- type DeviceFarm
- func (c *DeviceFarm) CreateDevicePool(input *CreateDevicePoolInput) (*CreateDevicePoolOutput, error)
- func (c *DeviceFarm) CreateDevicePoolRequest(input *CreateDevicePoolInput) (req *request.Request, output *CreateDevicePoolOutput)
- func (c *DeviceFarm) CreateDevicePoolWithContext(ctx aws.Context, input *CreateDevicePoolInput, opts ...request.Option) (*CreateDevicePoolOutput, error)
- func (c *DeviceFarm) CreateInstanceProfile(input *CreateInstanceProfileInput) (*CreateInstanceProfileOutput, error)
- func (c *DeviceFarm) CreateInstanceProfileRequest(input *CreateInstanceProfileInput) (req *request.Request, output *CreateInstanceProfileOutput)
- func (c *DeviceFarm) CreateInstanceProfileWithContext(ctx aws.Context, input *CreateInstanceProfileInput, opts ...request.Option) (*CreateInstanceProfileOutput, error)
- func (c *DeviceFarm) CreateNetworkProfile(input *CreateNetworkProfileInput) (*CreateNetworkProfileOutput, error)
- func (c *DeviceFarm) CreateNetworkProfileRequest(input *CreateNetworkProfileInput) (req *request.Request, output *CreateNetworkProfileOutput)
- func (c *DeviceFarm) CreateNetworkProfileWithContext(ctx aws.Context, input *CreateNetworkProfileInput, opts ...request.Option) (*CreateNetworkProfileOutput, error)
- func (c *DeviceFarm) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)
- func (c *DeviceFarm) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)
- func (c *DeviceFarm) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)
- func (c *DeviceFarm) CreateRemoteAccessSession(input *CreateRemoteAccessSessionInput) (*CreateRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) CreateRemoteAccessSessionRequest(input *CreateRemoteAccessSessionInput) (req *request.Request, output *CreateRemoteAccessSessionOutput)
- func (c *DeviceFarm) CreateRemoteAccessSessionWithContext(ctx aws.Context, input *CreateRemoteAccessSessionInput, opts ...request.Option) (*CreateRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) CreateTestGridProject(input *CreateTestGridProjectInput) (*CreateTestGridProjectOutput, error)
- func (c *DeviceFarm) CreateTestGridProjectRequest(input *CreateTestGridProjectInput) (req *request.Request, output *CreateTestGridProjectOutput)
- func (c *DeviceFarm) CreateTestGridProjectWithContext(ctx aws.Context, input *CreateTestGridProjectInput, opts ...request.Option) (*CreateTestGridProjectOutput, error)
- func (c *DeviceFarm) CreateTestGridUrl(input *CreateTestGridUrlInput) (*CreateTestGridUrlOutput, error)
- func (c *DeviceFarm) CreateTestGridUrlRequest(input *CreateTestGridUrlInput) (req *request.Request, output *CreateTestGridUrlOutput)
- func (c *DeviceFarm) CreateTestGridUrlWithContext(ctx aws.Context, input *CreateTestGridUrlInput, opts ...request.Option) (*CreateTestGridUrlOutput, error)
- func (c *DeviceFarm) CreateUpload(input *CreateUploadInput) (*CreateUploadOutput, error)
- func (c *DeviceFarm) CreateUploadRequest(input *CreateUploadInput) (req *request.Request, output *CreateUploadOutput)
- func (c *DeviceFarm) CreateUploadWithContext(ctx aws.Context, input *CreateUploadInput, opts ...request.Option) (*CreateUploadOutput, error)
- func (c *DeviceFarm) CreateVPCEConfiguration(input *CreateVPCEConfigurationInput) (*CreateVPCEConfigurationOutput, error)
- func (c *DeviceFarm) CreateVPCEConfigurationRequest(input *CreateVPCEConfigurationInput) (req *request.Request, output *CreateVPCEConfigurationOutput)
- func (c *DeviceFarm) CreateVPCEConfigurationWithContext(ctx aws.Context, input *CreateVPCEConfigurationInput, opts ...request.Option) (*CreateVPCEConfigurationOutput, error)
- func (c *DeviceFarm) DeleteDevicePool(input *DeleteDevicePoolInput) (*DeleteDevicePoolOutput, error)
- func (c *DeviceFarm) DeleteDevicePoolRequest(input *DeleteDevicePoolInput) (req *request.Request, output *DeleteDevicePoolOutput)
- func (c *DeviceFarm) DeleteDevicePoolWithContext(ctx aws.Context, input *DeleteDevicePoolInput, opts ...request.Option) (*DeleteDevicePoolOutput, error)
- func (c *DeviceFarm) DeleteInstanceProfile(input *DeleteInstanceProfileInput) (*DeleteInstanceProfileOutput, error)
- func (c *DeviceFarm) DeleteInstanceProfileRequest(input *DeleteInstanceProfileInput) (req *request.Request, output *DeleteInstanceProfileOutput)
- func (c *DeviceFarm) DeleteInstanceProfileWithContext(ctx aws.Context, input *DeleteInstanceProfileInput, opts ...request.Option) (*DeleteInstanceProfileOutput, error)
- func (c *DeviceFarm) DeleteNetworkProfile(input *DeleteNetworkProfileInput) (*DeleteNetworkProfileOutput, error)
- func (c *DeviceFarm) DeleteNetworkProfileRequest(input *DeleteNetworkProfileInput) (req *request.Request, output *DeleteNetworkProfileOutput)
- func (c *DeviceFarm) DeleteNetworkProfileWithContext(ctx aws.Context, input *DeleteNetworkProfileInput, opts ...request.Option) (*DeleteNetworkProfileOutput, error)
- func (c *DeviceFarm) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)
- func (c *DeviceFarm) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)
- func (c *DeviceFarm) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)
- func (c *DeviceFarm) DeleteRemoteAccessSession(input *DeleteRemoteAccessSessionInput) (*DeleteRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) DeleteRemoteAccessSessionRequest(input *DeleteRemoteAccessSessionInput) (req *request.Request, output *DeleteRemoteAccessSessionOutput)
- func (c *DeviceFarm) DeleteRemoteAccessSessionWithContext(ctx aws.Context, input *DeleteRemoteAccessSessionInput, opts ...request.Option) (*DeleteRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) DeleteRun(input *DeleteRunInput) (*DeleteRunOutput, error)
- func (c *DeviceFarm) DeleteRunRequest(input *DeleteRunInput) (req *request.Request, output *DeleteRunOutput)
- func (c *DeviceFarm) DeleteRunWithContext(ctx aws.Context, input *DeleteRunInput, opts ...request.Option) (*DeleteRunOutput, error)
- func (c *DeviceFarm) DeleteTestGridProject(input *DeleteTestGridProjectInput) (*DeleteTestGridProjectOutput, error)
- func (c *DeviceFarm) DeleteTestGridProjectRequest(input *DeleteTestGridProjectInput) (req *request.Request, output *DeleteTestGridProjectOutput)
- func (c *DeviceFarm) DeleteTestGridProjectWithContext(ctx aws.Context, input *DeleteTestGridProjectInput, opts ...request.Option) (*DeleteTestGridProjectOutput, error)
- func (c *DeviceFarm) DeleteUpload(input *DeleteUploadInput) (*DeleteUploadOutput, error)
- func (c *DeviceFarm) DeleteUploadRequest(input *DeleteUploadInput) (req *request.Request, output *DeleteUploadOutput)
- func (c *DeviceFarm) DeleteUploadWithContext(ctx aws.Context, input *DeleteUploadInput, opts ...request.Option) (*DeleteUploadOutput, error)
- func (c *DeviceFarm) DeleteVPCEConfiguration(input *DeleteVPCEConfigurationInput) (*DeleteVPCEConfigurationOutput, error)
- func (c *DeviceFarm) DeleteVPCEConfigurationRequest(input *DeleteVPCEConfigurationInput) (req *request.Request, output *DeleteVPCEConfigurationOutput)
- func (c *DeviceFarm) DeleteVPCEConfigurationWithContext(ctx aws.Context, input *DeleteVPCEConfigurationInput, opts ...request.Option) (*DeleteVPCEConfigurationOutput, error)
- func (c *DeviceFarm) GetAccountSettings(input *GetAccountSettingsInput) (*GetAccountSettingsOutput, error)
- func (c *DeviceFarm) GetAccountSettingsRequest(input *GetAccountSettingsInput) (req *request.Request, output *GetAccountSettingsOutput)
- func (c *DeviceFarm) GetAccountSettingsWithContext(ctx aws.Context, input *GetAccountSettingsInput, opts ...request.Option) (*GetAccountSettingsOutput, error)
- func (c *DeviceFarm) GetDevice(input *GetDeviceInput) (*GetDeviceOutput, error)
- func (c *DeviceFarm) GetDeviceInstance(input *GetDeviceInstanceInput) (*GetDeviceInstanceOutput, error)
- func (c *DeviceFarm) GetDeviceInstanceRequest(input *GetDeviceInstanceInput) (req *request.Request, output *GetDeviceInstanceOutput)
- func (c *DeviceFarm) GetDeviceInstanceWithContext(ctx aws.Context, input *GetDeviceInstanceInput, opts ...request.Option) (*GetDeviceInstanceOutput, error)
- func (c *DeviceFarm) GetDevicePool(input *GetDevicePoolInput) (*GetDevicePoolOutput, error)
- func (c *DeviceFarm) GetDevicePoolCompatibility(input *GetDevicePoolCompatibilityInput) (*GetDevicePoolCompatibilityOutput, error)
- func (c *DeviceFarm) GetDevicePoolCompatibilityRequest(input *GetDevicePoolCompatibilityInput) (req *request.Request, output *GetDevicePoolCompatibilityOutput)
- func (c *DeviceFarm) GetDevicePoolCompatibilityWithContext(ctx aws.Context, input *GetDevicePoolCompatibilityInput, ...) (*GetDevicePoolCompatibilityOutput, error)
- func (c *DeviceFarm) GetDevicePoolRequest(input *GetDevicePoolInput) (req *request.Request, output *GetDevicePoolOutput)
- func (c *DeviceFarm) GetDevicePoolWithContext(ctx aws.Context, input *GetDevicePoolInput, opts ...request.Option) (*GetDevicePoolOutput, error)
- func (c *DeviceFarm) GetDeviceRequest(input *GetDeviceInput) (req *request.Request, output *GetDeviceOutput)
- func (c *DeviceFarm) GetDeviceWithContext(ctx aws.Context, input *GetDeviceInput, opts ...request.Option) (*GetDeviceOutput, error)
- func (c *DeviceFarm) GetInstanceProfile(input *GetInstanceProfileInput) (*GetInstanceProfileOutput, error)
- func (c *DeviceFarm) GetInstanceProfileRequest(input *GetInstanceProfileInput) (req *request.Request, output *GetInstanceProfileOutput)
- func (c *DeviceFarm) GetInstanceProfileWithContext(ctx aws.Context, input *GetInstanceProfileInput, opts ...request.Option) (*GetInstanceProfileOutput, error)
- func (c *DeviceFarm) GetJob(input *GetJobInput) (*GetJobOutput, error)
- func (c *DeviceFarm) GetJobRequest(input *GetJobInput) (req *request.Request, output *GetJobOutput)
- func (c *DeviceFarm) GetJobWithContext(ctx aws.Context, input *GetJobInput, opts ...request.Option) (*GetJobOutput, error)
- func (c *DeviceFarm) GetNetworkProfile(input *GetNetworkProfileInput) (*GetNetworkProfileOutput, error)
- func (c *DeviceFarm) GetNetworkProfileRequest(input *GetNetworkProfileInput) (req *request.Request, output *GetNetworkProfileOutput)
- func (c *DeviceFarm) GetNetworkProfileWithContext(ctx aws.Context, input *GetNetworkProfileInput, opts ...request.Option) (*GetNetworkProfileOutput, error)
- func (c *DeviceFarm) GetOfferingStatus(input *GetOfferingStatusInput) (*GetOfferingStatusOutput, error)
- func (c *DeviceFarm) GetOfferingStatusPages(input *GetOfferingStatusInput, fn func(*GetOfferingStatusOutput, bool) bool) error
- func (c *DeviceFarm) GetOfferingStatusPagesWithContext(ctx aws.Context, input *GetOfferingStatusInput, ...) error
- func (c *DeviceFarm) GetOfferingStatusRequest(input *GetOfferingStatusInput) (req *request.Request, output *GetOfferingStatusOutput)
- func (c *DeviceFarm) GetOfferingStatusWithContext(ctx aws.Context, input *GetOfferingStatusInput, opts ...request.Option) (*GetOfferingStatusOutput, error)
- func (c *DeviceFarm) GetProject(input *GetProjectInput) (*GetProjectOutput, error)
- func (c *DeviceFarm) GetProjectRequest(input *GetProjectInput) (req *request.Request, output *GetProjectOutput)
- func (c *DeviceFarm) GetProjectWithContext(ctx aws.Context, input *GetProjectInput, opts ...request.Option) (*GetProjectOutput, error)
- func (c *DeviceFarm) GetRemoteAccessSession(input *GetRemoteAccessSessionInput) (*GetRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) GetRemoteAccessSessionRequest(input *GetRemoteAccessSessionInput) (req *request.Request, output *GetRemoteAccessSessionOutput)
- func (c *DeviceFarm) GetRemoteAccessSessionWithContext(ctx aws.Context, input *GetRemoteAccessSessionInput, opts ...request.Option) (*GetRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) GetRun(input *GetRunInput) (*GetRunOutput, error)
- func (c *DeviceFarm) GetRunRequest(input *GetRunInput) (req *request.Request, output *GetRunOutput)
- func (c *DeviceFarm) GetRunWithContext(ctx aws.Context, input *GetRunInput, opts ...request.Option) (*GetRunOutput, error)
- func (c *DeviceFarm) GetSuite(input *GetSuiteInput) (*GetSuiteOutput, error)
- func (c *DeviceFarm) GetSuiteRequest(input *GetSuiteInput) (req *request.Request, output *GetSuiteOutput)
- func (c *DeviceFarm) GetSuiteWithContext(ctx aws.Context, input *GetSuiteInput, opts ...request.Option) (*GetSuiteOutput, error)
- func (c *DeviceFarm) GetTest(input *GetTestInput) (*GetTestOutput, error)
- func (c *DeviceFarm) GetTestGridProject(input *GetTestGridProjectInput) (*GetTestGridProjectOutput, error)
- func (c *DeviceFarm) GetTestGridProjectRequest(input *GetTestGridProjectInput) (req *request.Request, output *GetTestGridProjectOutput)
- func (c *DeviceFarm) GetTestGridProjectWithContext(ctx aws.Context, input *GetTestGridProjectInput, opts ...request.Option) (*GetTestGridProjectOutput, error)
- func (c *DeviceFarm) GetTestGridSession(input *GetTestGridSessionInput) (*GetTestGridSessionOutput, error)
- func (c *DeviceFarm) GetTestGridSessionRequest(input *GetTestGridSessionInput) (req *request.Request, output *GetTestGridSessionOutput)
- func (c *DeviceFarm) GetTestGridSessionWithContext(ctx aws.Context, input *GetTestGridSessionInput, opts ...request.Option) (*GetTestGridSessionOutput, error)
- func (c *DeviceFarm) GetTestRequest(input *GetTestInput) (req *request.Request, output *GetTestOutput)
- func (c *DeviceFarm) GetTestWithContext(ctx aws.Context, input *GetTestInput, opts ...request.Option) (*GetTestOutput, error)
- func (c *DeviceFarm) GetUpload(input *GetUploadInput) (*GetUploadOutput, error)
- func (c *DeviceFarm) GetUploadRequest(input *GetUploadInput) (req *request.Request, output *GetUploadOutput)
- func (c *DeviceFarm) GetUploadWithContext(ctx aws.Context, input *GetUploadInput, opts ...request.Option) (*GetUploadOutput, error)
- func (c *DeviceFarm) GetVPCEConfiguration(input *GetVPCEConfigurationInput) (*GetVPCEConfigurationOutput, error)
- func (c *DeviceFarm) GetVPCEConfigurationRequest(input *GetVPCEConfigurationInput) (req *request.Request, output *GetVPCEConfigurationOutput)
- func (c *DeviceFarm) GetVPCEConfigurationWithContext(ctx aws.Context, input *GetVPCEConfigurationInput, opts ...request.Option) (*GetVPCEConfigurationOutput, error)
- func (c *DeviceFarm) InstallToRemoteAccessSession(input *InstallToRemoteAccessSessionInput) (*InstallToRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) InstallToRemoteAccessSessionRequest(input *InstallToRemoteAccessSessionInput) (req *request.Request, output *InstallToRemoteAccessSessionOutput)
- func (c *DeviceFarm) InstallToRemoteAccessSessionWithContext(ctx aws.Context, input *InstallToRemoteAccessSessionInput, ...) (*InstallToRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) ListArtifacts(input *ListArtifactsInput) (*ListArtifactsOutput, error)
- func (c *DeviceFarm) ListArtifactsPages(input *ListArtifactsInput, fn func(*ListArtifactsOutput, bool) bool) error
- func (c *DeviceFarm) ListArtifactsPagesWithContext(ctx aws.Context, input *ListArtifactsInput, ...) error
- func (c *DeviceFarm) ListArtifactsRequest(input *ListArtifactsInput) (req *request.Request, output *ListArtifactsOutput)
- func (c *DeviceFarm) ListArtifactsWithContext(ctx aws.Context, input *ListArtifactsInput, opts ...request.Option) (*ListArtifactsOutput, error)
- func (c *DeviceFarm) ListDeviceInstances(input *ListDeviceInstancesInput) (*ListDeviceInstancesOutput, error)
- func (c *DeviceFarm) ListDeviceInstancesRequest(input *ListDeviceInstancesInput) (req *request.Request, output *ListDeviceInstancesOutput)
- func (c *DeviceFarm) ListDeviceInstancesWithContext(ctx aws.Context, input *ListDeviceInstancesInput, opts ...request.Option) (*ListDeviceInstancesOutput, error)
- func (c *DeviceFarm) ListDevicePools(input *ListDevicePoolsInput) (*ListDevicePoolsOutput, error)
- func (c *DeviceFarm) ListDevicePoolsPages(input *ListDevicePoolsInput, fn func(*ListDevicePoolsOutput, bool) bool) error
- func (c *DeviceFarm) ListDevicePoolsPagesWithContext(ctx aws.Context, input *ListDevicePoolsInput, ...) error
- func (c *DeviceFarm) ListDevicePoolsRequest(input *ListDevicePoolsInput) (req *request.Request, output *ListDevicePoolsOutput)
- func (c *DeviceFarm) ListDevicePoolsWithContext(ctx aws.Context, input *ListDevicePoolsInput, opts ...request.Option) (*ListDevicePoolsOutput, error)
- func (c *DeviceFarm) ListDevices(input *ListDevicesInput) (*ListDevicesOutput, error)
- func (c *DeviceFarm) ListDevicesPages(input *ListDevicesInput, fn func(*ListDevicesOutput, bool) bool) error
- func (c *DeviceFarm) ListDevicesPagesWithContext(ctx aws.Context, input *ListDevicesInput, ...) error
- func (c *DeviceFarm) ListDevicesRequest(input *ListDevicesInput) (req *request.Request, output *ListDevicesOutput)
- func (c *DeviceFarm) ListDevicesWithContext(ctx aws.Context, input *ListDevicesInput, opts ...request.Option) (*ListDevicesOutput, error)
- func (c *DeviceFarm) ListInstanceProfiles(input *ListInstanceProfilesInput) (*ListInstanceProfilesOutput, error)
- func (c *DeviceFarm) ListInstanceProfilesRequest(input *ListInstanceProfilesInput) (req *request.Request, output *ListInstanceProfilesOutput)
- func (c *DeviceFarm) ListInstanceProfilesWithContext(ctx aws.Context, input *ListInstanceProfilesInput, opts ...request.Option) (*ListInstanceProfilesOutput, error)
- func (c *DeviceFarm) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)
- func (c *DeviceFarm) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error
- func (c *DeviceFarm) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, ...) error
- func (c *DeviceFarm) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)
- func (c *DeviceFarm) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)
- func (c *DeviceFarm) ListNetworkProfiles(input *ListNetworkProfilesInput) (*ListNetworkProfilesOutput, error)
- func (c *DeviceFarm) ListNetworkProfilesRequest(input *ListNetworkProfilesInput) (req *request.Request, output *ListNetworkProfilesOutput)
- func (c *DeviceFarm) ListNetworkProfilesWithContext(ctx aws.Context, input *ListNetworkProfilesInput, opts ...request.Option) (*ListNetworkProfilesOutput, error)
- func (c *DeviceFarm) ListOfferingPromotions(input *ListOfferingPromotionsInput) (*ListOfferingPromotionsOutput, error)
- func (c *DeviceFarm) ListOfferingPromotionsRequest(input *ListOfferingPromotionsInput) (req *request.Request, output *ListOfferingPromotionsOutput)
- func (c *DeviceFarm) ListOfferingPromotionsWithContext(ctx aws.Context, input *ListOfferingPromotionsInput, opts ...request.Option) (*ListOfferingPromotionsOutput, error)
- func (c *DeviceFarm) ListOfferingTransactions(input *ListOfferingTransactionsInput) (*ListOfferingTransactionsOutput, error)
- func (c *DeviceFarm) ListOfferingTransactionsPages(input *ListOfferingTransactionsInput, ...) error
- func (c *DeviceFarm) ListOfferingTransactionsPagesWithContext(ctx aws.Context, input *ListOfferingTransactionsInput, ...) error
- func (c *DeviceFarm) ListOfferingTransactionsRequest(input *ListOfferingTransactionsInput) (req *request.Request, output *ListOfferingTransactionsOutput)
- func (c *DeviceFarm) ListOfferingTransactionsWithContext(ctx aws.Context, input *ListOfferingTransactionsInput, opts ...request.Option) (*ListOfferingTransactionsOutput, error)
- func (c *DeviceFarm) ListOfferings(input *ListOfferingsInput) (*ListOfferingsOutput, error)
- func (c *DeviceFarm) ListOfferingsPages(input *ListOfferingsInput, fn func(*ListOfferingsOutput, bool) bool) error
- func (c *DeviceFarm) ListOfferingsPagesWithContext(ctx aws.Context, input *ListOfferingsInput, ...) error
- func (c *DeviceFarm) ListOfferingsRequest(input *ListOfferingsInput) (req *request.Request, output *ListOfferingsOutput)
- func (c *DeviceFarm) ListOfferingsWithContext(ctx aws.Context, input *ListOfferingsInput, opts ...request.Option) (*ListOfferingsOutput, error)
- func (c *DeviceFarm) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error)
- func (c *DeviceFarm) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error
- func (c *DeviceFarm) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, ...) error
- func (c *DeviceFarm) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput)
- func (c *DeviceFarm) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error)
- func (c *DeviceFarm) ListRemoteAccessSessions(input *ListRemoteAccessSessionsInput) (*ListRemoteAccessSessionsOutput, error)
- func (c *DeviceFarm) ListRemoteAccessSessionsRequest(input *ListRemoteAccessSessionsInput) (req *request.Request, output *ListRemoteAccessSessionsOutput)
- func (c *DeviceFarm) ListRemoteAccessSessionsWithContext(ctx aws.Context, input *ListRemoteAccessSessionsInput, opts ...request.Option) (*ListRemoteAccessSessionsOutput, error)
- func (c *DeviceFarm) ListRuns(input *ListRunsInput) (*ListRunsOutput, error)
- func (c *DeviceFarm) ListRunsPages(input *ListRunsInput, fn func(*ListRunsOutput, bool) bool) error
- func (c *DeviceFarm) ListRunsPagesWithContext(ctx aws.Context, input *ListRunsInput, fn func(*ListRunsOutput, bool) bool, ...) error
- func (c *DeviceFarm) ListRunsRequest(input *ListRunsInput) (req *request.Request, output *ListRunsOutput)
- func (c *DeviceFarm) ListRunsWithContext(ctx aws.Context, input *ListRunsInput, opts ...request.Option) (*ListRunsOutput, error)
- func (c *DeviceFarm) ListSamples(input *ListSamplesInput) (*ListSamplesOutput, error)
- func (c *DeviceFarm) ListSamplesPages(input *ListSamplesInput, fn func(*ListSamplesOutput, bool) bool) error
- func (c *DeviceFarm) ListSamplesPagesWithContext(ctx aws.Context, input *ListSamplesInput, ...) error
- func (c *DeviceFarm) ListSamplesRequest(input *ListSamplesInput) (req *request.Request, output *ListSamplesOutput)
- func (c *DeviceFarm) ListSamplesWithContext(ctx aws.Context, input *ListSamplesInput, opts ...request.Option) (*ListSamplesOutput, error)
- func (c *DeviceFarm) ListSuites(input *ListSuitesInput) (*ListSuitesOutput, error)
- func (c *DeviceFarm) ListSuitesPages(input *ListSuitesInput, fn func(*ListSuitesOutput, bool) bool) error
- func (c *DeviceFarm) ListSuitesPagesWithContext(ctx aws.Context, input *ListSuitesInput, fn func(*ListSuitesOutput, bool) bool, ...) error
- func (c *DeviceFarm) ListSuitesRequest(input *ListSuitesInput) (req *request.Request, output *ListSuitesOutput)
- func (c *DeviceFarm) ListSuitesWithContext(ctx aws.Context, input *ListSuitesInput, opts ...request.Option) (*ListSuitesOutput, error)
- func (c *DeviceFarm) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *DeviceFarm) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *DeviceFarm) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *DeviceFarm) ListTestGridProjects(input *ListTestGridProjectsInput) (*ListTestGridProjectsOutput, error)
- func (c *DeviceFarm) ListTestGridProjectsPages(input *ListTestGridProjectsInput, ...) error
- func (c *DeviceFarm) ListTestGridProjectsPagesWithContext(ctx aws.Context, input *ListTestGridProjectsInput, ...) error
- func (c *DeviceFarm) ListTestGridProjectsRequest(input *ListTestGridProjectsInput) (req *request.Request, output *ListTestGridProjectsOutput)
- func (c *DeviceFarm) ListTestGridProjectsWithContext(ctx aws.Context, input *ListTestGridProjectsInput, opts ...request.Option) (*ListTestGridProjectsOutput, error)
- func (c *DeviceFarm) ListTestGridSessionActions(input *ListTestGridSessionActionsInput) (*ListTestGridSessionActionsOutput, error)
- func (c *DeviceFarm) ListTestGridSessionActionsPages(input *ListTestGridSessionActionsInput, ...) error
- func (c *DeviceFarm) ListTestGridSessionActionsPagesWithContext(ctx aws.Context, input *ListTestGridSessionActionsInput, ...) error
- func (c *DeviceFarm) ListTestGridSessionActionsRequest(input *ListTestGridSessionActionsInput) (req *request.Request, output *ListTestGridSessionActionsOutput)
- func (c *DeviceFarm) ListTestGridSessionActionsWithContext(ctx aws.Context, input *ListTestGridSessionActionsInput, ...) (*ListTestGridSessionActionsOutput, error)
- func (c *DeviceFarm) ListTestGridSessionArtifacts(input *ListTestGridSessionArtifactsInput) (*ListTestGridSessionArtifactsOutput, error)
- func (c *DeviceFarm) ListTestGridSessionArtifactsPages(input *ListTestGridSessionArtifactsInput, ...) error
- func (c *DeviceFarm) ListTestGridSessionArtifactsPagesWithContext(ctx aws.Context, input *ListTestGridSessionArtifactsInput, ...) error
- func (c *DeviceFarm) ListTestGridSessionArtifactsRequest(input *ListTestGridSessionArtifactsInput) (req *request.Request, output *ListTestGridSessionArtifactsOutput)
- func (c *DeviceFarm) ListTestGridSessionArtifactsWithContext(ctx aws.Context, input *ListTestGridSessionArtifactsInput, ...) (*ListTestGridSessionArtifactsOutput, error)
- func (c *DeviceFarm) ListTestGridSessions(input *ListTestGridSessionsInput) (*ListTestGridSessionsOutput, error)
- func (c *DeviceFarm) ListTestGridSessionsPages(input *ListTestGridSessionsInput, ...) error
- func (c *DeviceFarm) ListTestGridSessionsPagesWithContext(ctx aws.Context, input *ListTestGridSessionsInput, ...) error
- func (c *DeviceFarm) ListTestGridSessionsRequest(input *ListTestGridSessionsInput) (req *request.Request, output *ListTestGridSessionsOutput)
- func (c *DeviceFarm) ListTestGridSessionsWithContext(ctx aws.Context, input *ListTestGridSessionsInput, opts ...request.Option) (*ListTestGridSessionsOutput, error)
- func (c *DeviceFarm) ListTests(input *ListTestsInput) (*ListTestsOutput, error)
- func (c *DeviceFarm) ListTestsPages(input *ListTestsInput, fn func(*ListTestsOutput, bool) bool) error
- func (c *DeviceFarm) ListTestsPagesWithContext(ctx aws.Context, input *ListTestsInput, fn func(*ListTestsOutput, bool) bool, ...) error
- func (c *DeviceFarm) ListTestsRequest(input *ListTestsInput) (req *request.Request, output *ListTestsOutput)
- func (c *DeviceFarm) ListTestsWithContext(ctx aws.Context, input *ListTestsInput, opts ...request.Option) (*ListTestsOutput, error)
- func (c *DeviceFarm) ListUniqueProblems(input *ListUniqueProblemsInput) (*ListUniqueProblemsOutput, error)
- func (c *DeviceFarm) ListUniqueProblemsPages(input *ListUniqueProblemsInput, fn func(*ListUniqueProblemsOutput, bool) bool) error
- func (c *DeviceFarm) ListUniqueProblemsPagesWithContext(ctx aws.Context, input *ListUniqueProblemsInput, ...) error
- func (c *DeviceFarm) ListUniqueProblemsRequest(input *ListUniqueProblemsInput) (req *request.Request, output *ListUniqueProblemsOutput)
- func (c *DeviceFarm) ListUniqueProblemsWithContext(ctx aws.Context, input *ListUniqueProblemsInput, opts ...request.Option) (*ListUniqueProblemsOutput, error)
- func (c *DeviceFarm) ListUploads(input *ListUploadsInput) (*ListUploadsOutput, error)
- func (c *DeviceFarm) ListUploadsPages(input *ListUploadsInput, fn func(*ListUploadsOutput, bool) bool) error
- func (c *DeviceFarm) ListUploadsPagesWithContext(ctx aws.Context, input *ListUploadsInput, ...) error
- func (c *DeviceFarm) ListUploadsRequest(input *ListUploadsInput) (req *request.Request, output *ListUploadsOutput)
- func (c *DeviceFarm) ListUploadsWithContext(ctx aws.Context, input *ListUploadsInput, opts ...request.Option) (*ListUploadsOutput, error)
- func (c *DeviceFarm) ListVPCEConfigurations(input *ListVPCEConfigurationsInput) (*ListVPCEConfigurationsOutput, error)
- func (c *DeviceFarm) ListVPCEConfigurationsRequest(input *ListVPCEConfigurationsInput) (req *request.Request, output *ListVPCEConfigurationsOutput)
- func (c *DeviceFarm) ListVPCEConfigurationsWithContext(ctx aws.Context, input *ListVPCEConfigurationsInput, opts ...request.Option) (*ListVPCEConfigurationsOutput, error)
- func (c *DeviceFarm) PurchaseOffering(input *PurchaseOfferingInput) (*PurchaseOfferingOutput, error)
- func (c *DeviceFarm) PurchaseOfferingRequest(input *PurchaseOfferingInput) (req *request.Request, output *PurchaseOfferingOutput)
- func (c *DeviceFarm) PurchaseOfferingWithContext(ctx aws.Context, input *PurchaseOfferingInput, opts ...request.Option) (*PurchaseOfferingOutput, error)
- func (c *DeviceFarm) RenewOffering(input *RenewOfferingInput) (*RenewOfferingOutput, error)
- func (c *DeviceFarm) RenewOfferingRequest(input *RenewOfferingInput) (req *request.Request, output *RenewOfferingOutput)
- func (c *DeviceFarm) RenewOfferingWithContext(ctx aws.Context, input *RenewOfferingInput, opts ...request.Option) (*RenewOfferingOutput, error)
- func (c *DeviceFarm) ScheduleRun(input *ScheduleRunInput) (*ScheduleRunOutput, error)
- func (c *DeviceFarm) ScheduleRunRequest(input *ScheduleRunInput) (req *request.Request, output *ScheduleRunOutput)
- func (c *DeviceFarm) ScheduleRunWithContext(ctx aws.Context, input *ScheduleRunInput, opts ...request.Option) (*ScheduleRunOutput, error)
- func (c *DeviceFarm) StopJob(input *StopJobInput) (*StopJobOutput, error)
- func (c *DeviceFarm) StopJobRequest(input *StopJobInput) (req *request.Request, output *StopJobOutput)
- func (c *DeviceFarm) StopJobWithContext(ctx aws.Context, input *StopJobInput, opts ...request.Option) (*StopJobOutput, error)
- func (c *DeviceFarm) StopRemoteAccessSession(input *StopRemoteAccessSessionInput) (*StopRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) StopRemoteAccessSessionRequest(input *StopRemoteAccessSessionInput) (req *request.Request, output *StopRemoteAccessSessionOutput)
- func (c *DeviceFarm) StopRemoteAccessSessionWithContext(ctx aws.Context, input *StopRemoteAccessSessionInput, opts ...request.Option) (*StopRemoteAccessSessionOutput, error)
- func (c *DeviceFarm) StopRun(input *StopRunInput) (*StopRunOutput, error)
- func (c *DeviceFarm) StopRunRequest(input *StopRunInput) (req *request.Request, output *StopRunOutput)
- func (c *DeviceFarm) StopRunWithContext(ctx aws.Context, input *StopRunInput, opts ...request.Option) (*StopRunOutput, error)
- func (c *DeviceFarm) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *DeviceFarm) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *DeviceFarm) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *DeviceFarm) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *DeviceFarm) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *DeviceFarm) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *DeviceFarm) UpdateDeviceInstance(input *UpdateDeviceInstanceInput) (*UpdateDeviceInstanceOutput, error)
- func (c *DeviceFarm) UpdateDeviceInstanceRequest(input *UpdateDeviceInstanceInput) (req *request.Request, output *UpdateDeviceInstanceOutput)
- func (c *DeviceFarm) UpdateDeviceInstanceWithContext(ctx aws.Context, input *UpdateDeviceInstanceInput, opts ...request.Option) (*UpdateDeviceInstanceOutput, error)
- func (c *DeviceFarm) UpdateDevicePool(input *UpdateDevicePoolInput) (*UpdateDevicePoolOutput, error)
- func (c *DeviceFarm) UpdateDevicePoolRequest(input *UpdateDevicePoolInput) (req *request.Request, output *UpdateDevicePoolOutput)
- func (c *DeviceFarm) UpdateDevicePoolWithContext(ctx aws.Context, input *UpdateDevicePoolInput, opts ...request.Option) (*UpdateDevicePoolOutput, error)
- func (c *DeviceFarm) UpdateInstanceProfile(input *UpdateInstanceProfileInput) (*UpdateInstanceProfileOutput, error)
- func (c *DeviceFarm) UpdateInstanceProfileRequest(input *UpdateInstanceProfileInput) (req *request.Request, output *UpdateInstanceProfileOutput)
- func (c *DeviceFarm) UpdateInstanceProfileWithContext(ctx aws.Context, input *UpdateInstanceProfileInput, opts ...request.Option) (*UpdateInstanceProfileOutput, error)
- func (c *DeviceFarm) UpdateNetworkProfile(input *UpdateNetworkProfileInput) (*UpdateNetworkProfileOutput, error)
- func (c *DeviceFarm) UpdateNetworkProfileRequest(input *UpdateNetworkProfileInput) (req *request.Request, output *UpdateNetworkProfileOutput)
- func (c *DeviceFarm) UpdateNetworkProfileWithContext(ctx aws.Context, input *UpdateNetworkProfileInput, opts ...request.Option) (*UpdateNetworkProfileOutput, error)
- func (c *DeviceFarm) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)
- func (c *DeviceFarm) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)
- func (c *DeviceFarm) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)
- func (c *DeviceFarm) UpdateTestGridProject(input *UpdateTestGridProjectInput) (*UpdateTestGridProjectOutput, error)
- func (c *DeviceFarm) UpdateTestGridProjectRequest(input *UpdateTestGridProjectInput) (req *request.Request, output *UpdateTestGridProjectOutput)
- func (c *DeviceFarm) UpdateTestGridProjectWithContext(ctx aws.Context, input *UpdateTestGridProjectInput, opts ...request.Option) (*UpdateTestGridProjectOutput, error)
- func (c *DeviceFarm) UpdateUpload(input *UpdateUploadInput) (*UpdateUploadOutput, error)
- func (c *DeviceFarm) UpdateUploadRequest(input *UpdateUploadInput) (req *request.Request, output *UpdateUploadOutput)
- func (c *DeviceFarm) UpdateUploadWithContext(ctx aws.Context, input *UpdateUploadInput, opts ...request.Option) (*UpdateUploadOutput, error)
- func (c *DeviceFarm) UpdateVPCEConfiguration(input *UpdateVPCEConfigurationInput) (*UpdateVPCEConfigurationOutput, error)
- func (c *DeviceFarm) UpdateVPCEConfigurationRequest(input *UpdateVPCEConfigurationInput) (req *request.Request, output *UpdateVPCEConfigurationOutput)
- func (c *DeviceFarm) UpdateVPCEConfigurationWithContext(ctx aws.Context, input *UpdateVPCEConfigurationInput, opts ...request.Option) (*UpdateVPCEConfigurationOutput, error)
- type DeviceFilter
- type DeviceInstance
- func (s DeviceInstance) GoString() string
- func (s *DeviceInstance) SetArn(v string) *DeviceInstance
- func (s *DeviceInstance) SetDeviceArn(v string) *DeviceInstance
- func (s *DeviceInstance) SetInstanceProfile(v *InstanceProfile) *DeviceInstance
- func (s *DeviceInstance) SetLabels(v []*string) *DeviceInstance
- func (s *DeviceInstance) SetStatus(v string) *DeviceInstance
- func (s *DeviceInstance) SetUdid(v string) *DeviceInstance
- func (s DeviceInstance) String() string
- type DeviceMinutes
- type DevicePool
- func (s DevicePool) GoString() string
- func (s *DevicePool) SetArn(v string) *DevicePool
- func (s *DevicePool) SetDescription(v string) *DevicePool
- func (s *DevicePool) SetMaxDevices(v int64) *DevicePool
- func (s *DevicePool) SetName(v string) *DevicePool
- func (s *DevicePool) SetRules(v []*Rule) *DevicePool
- func (s *DevicePool) SetType(v string) *DevicePool
- func (s DevicePool) String() string
- type DevicePoolCompatibilityResult
- func (s DevicePoolCompatibilityResult) GoString() string
- func (s *DevicePoolCompatibilityResult) SetCompatible(v bool) *DevicePoolCompatibilityResult
- func (s *DevicePoolCompatibilityResult) SetDevice(v *Device) *DevicePoolCompatibilityResult
- func (s *DevicePoolCompatibilityResult) SetIncompatibilityMessages(v []*IncompatibilityMessage) *DevicePoolCompatibilityResult
- func (s DevicePoolCompatibilityResult) String() string
- type DeviceSelectionConfiguration
- func (s DeviceSelectionConfiguration) GoString() string
- func (s *DeviceSelectionConfiguration) SetFilters(v []*DeviceFilter) *DeviceSelectionConfiguration
- func (s *DeviceSelectionConfiguration) SetMaxDevices(v int64) *DeviceSelectionConfiguration
- func (s DeviceSelectionConfiguration) String() string
- func (s *DeviceSelectionConfiguration) Validate() error
- type DeviceSelectionResult
- func (s DeviceSelectionResult) GoString() string
- func (s *DeviceSelectionResult) SetFilters(v []*DeviceFilter) *DeviceSelectionResult
- func (s *DeviceSelectionResult) SetMatchedDevicesCount(v int64) *DeviceSelectionResult
- func (s *DeviceSelectionResult) SetMaxDevices(v int64) *DeviceSelectionResult
- func (s DeviceSelectionResult) String() string
- type ExecutionConfiguration
- func (s ExecutionConfiguration) GoString() string
- func (s *ExecutionConfiguration) SetAccountsCleanup(v bool) *ExecutionConfiguration
- func (s *ExecutionConfiguration) SetAppPackagesCleanup(v bool) *ExecutionConfiguration
- func (s *ExecutionConfiguration) SetJobTimeoutMinutes(v int64) *ExecutionConfiguration
- func (s *ExecutionConfiguration) SetSkipAppResign(v bool) *ExecutionConfiguration
- func (s *ExecutionConfiguration) SetVideoCapture(v bool) *ExecutionConfiguration
- func (s ExecutionConfiguration) String() string
- type GetAccountSettingsInput
- type GetAccountSettingsOutput
- type GetDeviceInput
- type GetDeviceInstanceInput
- type GetDeviceInstanceOutput
- type GetDeviceOutput
- type GetDevicePoolCompatibilityInput
- func (s GetDevicePoolCompatibilityInput) GoString() string
- func (s *GetDevicePoolCompatibilityInput) SetAppArn(v string) *GetDevicePoolCompatibilityInput
- func (s *GetDevicePoolCompatibilityInput) SetConfiguration(v *ScheduleRunConfiguration) *GetDevicePoolCompatibilityInput
- func (s *GetDevicePoolCompatibilityInput) SetDevicePoolArn(v string) *GetDevicePoolCompatibilityInput
- func (s *GetDevicePoolCompatibilityInput) SetTest(v *ScheduleRunTest) *GetDevicePoolCompatibilityInput
- func (s *GetDevicePoolCompatibilityInput) SetTestType(v string) *GetDevicePoolCompatibilityInput
- func (s GetDevicePoolCompatibilityInput) String() string
- func (s *GetDevicePoolCompatibilityInput) Validate() error
- type GetDevicePoolCompatibilityOutput
- func (s GetDevicePoolCompatibilityOutput) GoString() string
- func (s *GetDevicePoolCompatibilityOutput) SetCompatibleDevices(v []*DevicePoolCompatibilityResult) *GetDevicePoolCompatibilityOutput
- func (s *GetDevicePoolCompatibilityOutput) SetIncompatibleDevices(v []*DevicePoolCompatibilityResult) *GetDevicePoolCompatibilityOutput
- func (s GetDevicePoolCompatibilityOutput) String() string
- type GetDevicePoolInput
- type GetDevicePoolOutput
- type GetInstanceProfileInput
- type GetInstanceProfileOutput
- type GetJobInput
- type GetJobOutput
- type GetNetworkProfileInput
- type GetNetworkProfileOutput
- type GetOfferingStatusInput
- type GetOfferingStatusOutput
- func (s GetOfferingStatusOutput) GoString() string
- func (s *GetOfferingStatusOutput) SetCurrent(v map[string]*OfferingStatus) *GetOfferingStatusOutput
- func (s *GetOfferingStatusOutput) SetNextPeriod(v map[string]*OfferingStatus) *GetOfferingStatusOutput
- func (s *GetOfferingStatusOutput) SetNextToken(v string) *GetOfferingStatusOutput
- func (s GetOfferingStatusOutput) String() string
- type GetProjectInput
- type GetProjectOutput
- type GetRemoteAccessSessionInput
- type GetRemoteAccessSessionOutput
- type GetRunInput
- type GetRunOutput
- type GetSuiteInput
- type GetSuiteOutput
- type GetTestGridProjectInput
- type GetTestGridProjectOutput
- type GetTestGridSessionInput
- func (s GetTestGridSessionInput) GoString() string
- func (s *GetTestGridSessionInput) SetProjectArn(v string) *GetTestGridSessionInput
- func (s *GetTestGridSessionInput) SetSessionArn(v string) *GetTestGridSessionInput
- func (s *GetTestGridSessionInput) SetSessionId(v string) *GetTestGridSessionInput
- func (s GetTestGridSessionInput) String() string
- func (s *GetTestGridSessionInput) Validate() error
- type GetTestGridSessionOutput
- type GetTestInput
- type GetTestOutput
- type GetUploadInput
- type GetUploadOutput
- type GetVPCEConfigurationInput
- type GetVPCEConfigurationOutput
- type IdempotencyException
- func (s *IdempotencyException) Code() string
- func (s *IdempotencyException) Error() string
- func (s IdempotencyException) GoString() string
- func (s *IdempotencyException) Message() string
- func (s *IdempotencyException) OrigErr() error
- func (s *IdempotencyException) RequestID() string
- func (s *IdempotencyException) StatusCode() int
- func (s IdempotencyException) String() string
- type IncompatibilityMessage
- type InstallToRemoteAccessSessionInput
- func (s InstallToRemoteAccessSessionInput) GoString() string
- func (s *InstallToRemoteAccessSessionInput) SetAppArn(v string) *InstallToRemoteAccessSessionInput
- func (s *InstallToRemoteAccessSessionInput) SetRemoteAccessSessionArn(v string) *InstallToRemoteAccessSessionInput
- func (s InstallToRemoteAccessSessionInput) String() string
- func (s *InstallToRemoteAccessSessionInput) Validate() error
- type InstallToRemoteAccessSessionOutput
- type InstanceProfile
- func (s InstanceProfile) GoString() string
- func (s *InstanceProfile) SetArn(v string) *InstanceProfile
- func (s *InstanceProfile) SetDescription(v string) *InstanceProfile
- func (s *InstanceProfile) SetExcludeAppPackagesFromCleanup(v []*string) *InstanceProfile
- func (s *InstanceProfile) SetName(v string) *InstanceProfile
- func (s *InstanceProfile) SetPackageCleanup(v bool) *InstanceProfile
- func (s *InstanceProfile) SetRebootAfterUse(v bool) *InstanceProfile
- func (s InstanceProfile) String() string
- type InternalServiceException
- func (s *InternalServiceException) Code() string
- func (s *InternalServiceException) Error() string
- func (s InternalServiceException) GoString() string
- func (s *InternalServiceException) Message() string
- func (s *InternalServiceException) OrigErr() error
- func (s *InternalServiceException) RequestID() string
- func (s *InternalServiceException) StatusCode() int
- func (s InternalServiceException) String() string
- type InvalidOperationException
- func (s *InvalidOperationException) Code() string
- func (s *InvalidOperationException) Error() string
- func (s InvalidOperationException) GoString() string
- func (s *InvalidOperationException) Message() string
- func (s *InvalidOperationException) OrigErr() error
- func (s *InvalidOperationException) RequestID() string
- func (s *InvalidOperationException) StatusCode() int
- func (s InvalidOperationException) String() string
- type Job
- func (s Job) GoString() string
- func (s *Job) SetArn(v string) *Job
- func (s *Job) SetCounters(v *Counters) *Job
- func (s *Job) SetCreated(v time.Time) *Job
- func (s *Job) SetDevice(v *Device) *Job
- func (s *Job) SetDeviceMinutes(v *DeviceMinutes) *Job
- func (s *Job) SetInstanceArn(v string) *Job
- func (s *Job) SetMessage(v string) *Job
- func (s *Job) SetName(v string) *Job
- func (s *Job) SetResult(v string) *Job
- func (s *Job) SetStarted(v time.Time) *Job
- func (s *Job) SetStatus(v string) *Job
- func (s *Job) SetStopped(v time.Time) *Job
- func (s *Job) SetType(v string) *Job
- func (s *Job) SetVideoCapture(v bool) *Job
- func (s *Job) SetVideoEndpoint(v string) *Job
- func (s Job) String() string
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListArtifactsInput
- func (s ListArtifactsInput) GoString() string
- func (s *ListArtifactsInput) SetArn(v string) *ListArtifactsInput
- func (s *ListArtifactsInput) SetNextToken(v string) *ListArtifactsInput
- func (s *ListArtifactsInput) SetType(v string) *ListArtifactsInput
- func (s ListArtifactsInput) String() string
- func (s *ListArtifactsInput) Validate() error
- type ListArtifactsOutput
- type ListDeviceInstancesInput
- func (s ListDeviceInstancesInput) GoString() string
- func (s *ListDeviceInstancesInput) SetMaxResults(v int64) *ListDeviceInstancesInput
- func (s *ListDeviceInstancesInput) SetNextToken(v string) *ListDeviceInstancesInput
- func (s ListDeviceInstancesInput) String() string
- func (s *ListDeviceInstancesInput) Validate() error
- type ListDeviceInstancesOutput
- type ListDevicePoolsInput
- func (s ListDevicePoolsInput) GoString() string
- func (s *ListDevicePoolsInput) SetArn(v string) *ListDevicePoolsInput
- func (s *ListDevicePoolsInput) SetNextToken(v string) *ListDevicePoolsInput
- func (s *ListDevicePoolsInput) SetType(v string) *ListDevicePoolsInput
- func (s ListDevicePoolsInput) String() string
- func (s *ListDevicePoolsInput) Validate() error
- type ListDevicePoolsOutput
- type ListDevicesInput
- func (s ListDevicesInput) GoString() string
- func (s *ListDevicesInput) SetArn(v string) *ListDevicesInput
- func (s *ListDevicesInput) SetFilters(v []*DeviceFilter) *ListDevicesInput
- func (s *ListDevicesInput) SetNextToken(v string) *ListDevicesInput
- func (s ListDevicesInput) String() string
- func (s *ListDevicesInput) Validate() error
- type ListDevicesOutput
- type ListInstanceProfilesInput
- func (s ListInstanceProfilesInput) GoString() string
- func (s *ListInstanceProfilesInput) SetMaxResults(v int64) *ListInstanceProfilesInput
- func (s *ListInstanceProfilesInput) SetNextToken(v string) *ListInstanceProfilesInput
- func (s ListInstanceProfilesInput) String() string
- func (s *ListInstanceProfilesInput) Validate() error
- type ListInstanceProfilesOutput
- func (s ListInstanceProfilesOutput) GoString() string
- func (s *ListInstanceProfilesOutput) SetInstanceProfiles(v []*InstanceProfile) *ListInstanceProfilesOutput
- func (s *ListInstanceProfilesOutput) SetNextToken(v string) *ListInstanceProfilesOutput
- func (s ListInstanceProfilesOutput) String() string
- type ListJobsInput
- type ListJobsOutput
- type ListNetworkProfilesInput
- func (s ListNetworkProfilesInput) GoString() string
- func (s *ListNetworkProfilesInput) SetArn(v string) *ListNetworkProfilesInput
- func (s *ListNetworkProfilesInput) SetNextToken(v string) *ListNetworkProfilesInput
- func (s *ListNetworkProfilesInput) SetType(v string) *ListNetworkProfilesInput
- func (s ListNetworkProfilesInput) String() string
- func (s *ListNetworkProfilesInput) Validate() error
- type ListNetworkProfilesOutput
- type ListOfferingPromotionsInput
- type ListOfferingPromotionsOutput
- func (s ListOfferingPromotionsOutput) GoString() string
- func (s *ListOfferingPromotionsOutput) SetNextToken(v string) *ListOfferingPromotionsOutput
- func (s *ListOfferingPromotionsOutput) SetOfferingPromotions(v []*OfferingPromotion) *ListOfferingPromotionsOutput
- func (s ListOfferingPromotionsOutput) String() string
- type ListOfferingTransactionsInput
- type ListOfferingTransactionsOutput
- func (s ListOfferingTransactionsOutput) GoString() string
- func (s *ListOfferingTransactionsOutput) SetNextToken(v string) *ListOfferingTransactionsOutput
- func (s *ListOfferingTransactionsOutput) SetOfferingTransactions(v []*OfferingTransaction) *ListOfferingTransactionsOutput
- func (s ListOfferingTransactionsOutput) String() string
- type ListOfferingsInput
- type ListOfferingsOutput
- type ListProjectsInput
- type ListProjectsOutput
- type ListRemoteAccessSessionsInput
- func (s ListRemoteAccessSessionsInput) GoString() string
- func (s *ListRemoteAccessSessionsInput) SetArn(v string) *ListRemoteAccessSessionsInput
- func (s *ListRemoteAccessSessionsInput) SetNextToken(v string) *ListRemoteAccessSessionsInput
- func (s ListRemoteAccessSessionsInput) String() string
- func (s *ListRemoteAccessSessionsInput) Validate() error
- type ListRemoteAccessSessionsOutput
- func (s ListRemoteAccessSessionsOutput) GoString() string
- func (s *ListRemoteAccessSessionsOutput) SetNextToken(v string) *ListRemoteAccessSessionsOutput
- func (s *ListRemoteAccessSessionsOutput) SetRemoteAccessSessions(v []*RemoteAccessSession) *ListRemoteAccessSessionsOutput
- func (s ListRemoteAccessSessionsOutput) String() string
- type ListRunsInput
- type ListRunsOutput
- type ListSamplesInput
- type ListSamplesOutput
- type ListSuitesInput
- type ListSuitesOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListTestGridProjectsInput
- func (s ListTestGridProjectsInput) GoString() string
- func (s *ListTestGridProjectsInput) SetMaxResult(v int64) *ListTestGridProjectsInput
- func (s *ListTestGridProjectsInput) SetNextToken(v string) *ListTestGridProjectsInput
- func (s ListTestGridProjectsInput) String() string
- func (s *ListTestGridProjectsInput) Validate() error
- type ListTestGridProjectsOutput
- func (s ListTestGridProjectsOutput) GoString() string
- func (s *ListTestGridProjectsOutput) SetNextToken(v string) *ListTestGridProjectsOutput
- func (s *ListTestGridProjectsOutput) SetTestGridProjects(v []*TestGridProject) *ListTestGridProjectsOutput
- func (s ListTestGridProjectsOutput) String() string
- type ListTestGridSessionActionsInput
- func (s ListTestGridSessionActionsInput) GoString() string
- func (s *ListTestGridSessionActionsInput) SetMaxResult(v int64) *ListTestGridSessionActionsInput
- func (s *ListTestGridSessionActionsInput) SetNextToken(v string) *ListTestGridSessionActionsInput
- func (s *ListTestGridSessionActionsInput) SetSessionArn(v string) *ListTestGridSessionActionsInput
- func (s ListTestGridSessionActionsInput) String() string
- func (s *ListTestGridSessionActionsInput) Validate() error
- type ListTestGridSessionActionsOutput
- func (s ListTestGridSessionActionsOutput) GoString() string
- func (s *ListTestGridSessionActionsOutput) SetActions(v []*TestGridSessionAction) *ListTestGridSessionActionsOutput
- func (s *ListTestGridSessionActionsOutput) SetNextToken(v string) *ListTestGridSessionActionsOutput
- func (s ListTestGridSessionActionsOutput) String() string
- type ListTestGridSessionArtifactsInput
- func (s ListTestGridSessionArtifactsInput) GoString() string
- func (s *ListTestGridSessionArtifactsInput) SetMaxResult(v int64) *ListTestGridSessionArtifactsInput
- func (s *ListTestGridSessionArtifactsInput) SetNextToken(v string) *ListTestGridSessionArtifactsInput
- func (s *ListTestGridSessionArtifactsInput) SetSessionArn(v string) *ListTestGridSessionArtifactsInput
- func (s *ListTestGridSessionArtifactsInput) SetType(v string) *ListTestGridSessionArtifactsInput
- func (s ListTestGridSessionArtifactsInput) String() string
- func (s *ListTestGridSessionArtifactsInput) Validate() error
- type ListTestGridSessionArtifactsOutput
- func (s ListTestGridSessionArtifactsOutput) GoString() string
- func (s *ListTestGridSessionArtifactsOutput) SetArtifacts(v []*TestGridSessionArtifact) *ListTestGridSessionArtifactsOutput
- func (s *ListTestGridSessionArtifactsOutput) SetNextToken(v string) *ListTestGridSessionArtifactsOutput
- func (s ListTestGridSessionArtifactsOutput) String() string
- type ListTestGridSessionsInput
- func (s ListTestGridSessionsInput) GoString() string
- func (s *ListTestGridSessionsInput) SetCreationTimeAfter(v time.Time) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetCreationTimeBefore(v time.Time) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetEndTimeAfter(v time.Time) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetEndTimeBefore(v time.Time) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetMaxResult(v int64) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetNextToken(v string) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetProjectArn(v string) *ListTestGridSessionsInput
- func (s *ListTestGridSessionsInput) SetStatus(v string) *ListTestGridSessionsInput
- func (s ListTestGridSessionsInput) String() string
- func (s *ListTestGridSessionsInput) Validate() error
- type ListTestGridSessionsOutput
- func (s ListTestGridSessionsOutput) GoString() string
- func (s *ListTestGridSessionsOutput) SetNextToken(v string) *ListTestGridSessionsOutput
- func (s *ListTestGridSessionsOutput) SetTestGridSessions(v []*TestGridSession) *ListTestGridSessionsOutput
- func (s ListTestGridSessionsOutput) String() string
- type ListTestsInput
- type ListTestsOutput
- type ListUniqueProblemsInput
- func (s ListUniqueProblemsInput) GoString() string
- func (s *ListUniqueProblemsInput) SetArn(v string) *ListUniqueProblemsInput
- func (s *ListUniqueProblemsInput) SetNextToken(v string) *ListUniqueProblemsInput
- func (s ListUniqueProblemsInput) String() string
- func (s *ListUniqueProblemsInput) Validate() error
- type ListUniqueProblemsOutput
- type ListUploadsInput
- func (s ListUploadsInput) GoString() string
- func (s *ListUploadsInput) SetArn(v string) *ListUploadsInput
- func (s *ListUploadsInput) SetNextToken(v string) *ListUploadsInput
- func (s *ListUploadsInput) SetType(v string) *ListUploadsInput
- func (s ListUploadsInput) String() string
- func (s *ListUploadsInput) Validate() error
- type ListUploadsOutput
- type ListVPCEConfigurationsInput
- func (s ListVPCEConfigurationsInput) GoString() string
- func (s *ListVPCEConfigurationsInput) SetMaxResults(v int64) *ListVPCEConfigurationsInput
- func (s *ListVPCEConfigurationsInput) SetNextToken(v string) *ListVPCEConfigurationsInput
- func (s ListVPCEConfigurationsInput) String() string
- func (s *ListVPCEConfigurationsInput) Validate() error
- type ListVPCEConfigurationsOutput
- func (s ListVPCEConfigurationsOutput) GoString() string
- func (s *ListVPCEConfigurationsOutput) SetNextToken(v string) *ListVPCEConfigurationsOutput
- func (s *ListVPCEConfigurationsOutput) SetVpceConfigurations(v []*VPCEConfiguration) *ListVPCEConfigurationsOutput
- func (s ListVPCEConfigurationsOutput) String() string
- type Location
- type MonetaryAmount
- type NetworkProfile
- func (s NetworkProfile) GoString() string
- func (s *NetworkProfile) SetArn(v string) *NetworkProfile
- func (s *NetworkProfile) SetDescription(v string) *NetworkProfile
- func (s *NetworkProfile) SetDownlinkBandwidthBits(v int64) *NetworkProfile
- func (s *NetworkProfile) SetDownlinkDelayMs(v int64) *NetworkProfile
- func (s *NetworkProfile) SetDownlinkJitterMs(v int64) *NetworkProfile
- func (s *NetworkProfile) SetDownlinkLossPercent(v int64) *NetworkProfile
- func (s *NetworkProfile) SetName(v string) *NetworkProfile
- func (s *NetworkProfile) SetType(v string) *NetworkProfile
- func (s *NetworkProfile) SetUplinkBandwidthBits(v int64) *NetworkProfile
- func (s *NetworkProfile) SetUplinkDelayMs(v int64) *NetworkProfile
- func (s *NetworkProfile) SetUplinkJitterMs(v int64) *NetworkProfile
- func (s *NetworkProfile) SetUplinkLossPercent(v int64) *NetworkProfile
- func (s NetworkProfile) String() string
- type NotEligibleException
- func (s *NotEligibleException) Code() string
- func (s *NotEligibleException) Error() string
- func (s NotEligibleException) GoString() string
- func (s *NotEligibleException) Message() string
- func (s *NotEligibleException) OrigErr() error
- func (s *NotEligibleException) RequestID() string
- func (s *NotEligibleException) StatusCode() int
- func (s NotEligibleException) String() string
- type NotFoundException
- func (s *NotFoundException) Code() string
- func (s *NotFoundException) Error() string
- func (s NotFoundException) GoString() string
- func (s *NotFoundException) Message() string
- func (s *NotFoundException) OrigErr() error
- func (s *NotFoundException) RequestID() string
- func (s *NotFoundException) StatusCode() int
- func (s NotFoundException) String() string
- type Offering
- func (s Offering) GoString() string
- func (s *Offering) SetDescription(v string) *Offering
- func (s *Offering) SetId(v string) *Offering
- func (s *Offering) SetPlatform(v string) *Offering
- func (s *Offering) SetRecurringCharges(v []*RecurringCharge) *Offering
- func (s *Offering) SetType(v string) *Offering
- func (s Offering) String() string
- type OfferingPromotion
- type OfferingStatus
- func (s OfferingStatus) GoString() string
- func (s *OfferingStatus) SetEffectiveOn(v time.Time) *OfferingStatus
- func (s *OfferingStatus) SetOffering(v *Offering) *OfferingStatus
- func (s *OfferingStatus) SetQuantity(v int64) *OfferingStatus
- func (s *OfferingStatus) SetType(v string) *OfferingStatus
- func (s OfferingStatus) String() string
- type OfferingTransaction
- func (s OfferingTransaction) GoString() string
- func (s *OfferingTransaction) SetCost(v *MonetaryAmount) *OfferingTransaction
- func (s *OfferingTransaction) SetCreatedOn(v time.Time) *OfferingTransaction
- func (s *OfferingTransaction) SetOfferingPromotionId(v string) *OfferingTransaction
- func (s *OfferingTransaction) SetOfferingStatus(v *OfferingStatus) *OfferingTransaction
- func (s *OfferingTransaction) SetTransactionId(v string) *OfferingTransaction
- func (s OfferingTransaction) String() string
- type Problem
- func (s Problem) GoString() string
- func (s *Problem) SetDevice(v *Device) *Problem
- func (s *Problem) SetJob(v *ProblemDetail) *Problem
- func (s *Problem) SetMessage(v string) *Problem
- func (s *Problem) SetResult(v string) *Problem
- func (s *Problem) SetRun(v *ProblemDetail) *Problem
- func (s *Problem) SetSuite(v *ProblemDetail) *Problem
- func (s *Problem) SetTest(v *ProblemDetail) *Problem
- func (s Problem) String() string
- type ProblemDetail
- type Project
- type PurchaseOfferingInput
- func (s PurchaseOfferingInput) GoString() string
- func (s *PurchaseOfferingInput) SetOfferingId(v string) *PurchaseOfferingInput
- func (s *PurchaseOfferingInput) SetOfferingPromotionId(v string) *PurchaseOfferingInput
- func (s *PurchaseOfferingInput) SetQuantity(v int64) *PurchaseOfferingInput
- func (s PurchaseOfferingInput) String() string
- func (s *PurchaseOfferingInput) Validate() error
- type PurchaseOfferingOutput
- type Radios
- type RecurringCharge
- type RemoteAccessSession
- func (s RemoteAccessSession) GoString() string
- func (s *RemoteAccessSession) SetArn(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetBillingMethod(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetClientId(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetCreated(v time.Time) *RemoteAccessSession
- func (s *RemoteAccessSession) SetDevice(v *Device) *RemoteAccessSession
- func (s *RemoteAccessSession) SetDeviceMinutes(v *DeviceMinutes) *RemoteAccessSession
- func (s *RemoteAccessSession) SetDeviceUdid(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetEndpoint(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetHostAddress(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetInstanceArn(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetInteractionMode(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetMessage(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetName(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetRemoteDebugEnabled(v bool) *RemoteAccessSession
- func (s *RemoteAccessSession) SetRemoteRecordAppArn(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetRemoteRecordEnabled(v bool) *RemoteAccessSession
- func (s *RemoteAccessSession) SetResult(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetSkipAppResign(v bool) *RemoteAccessSession
- func (s *RemoteAccessSession) SetStarted(v time.Time) *RemoteAccessSession
- func (s *RemoteAccessSession) SetStatus(v string) *RemoteAccessSession
- func (s *RemoteAccessSession) SetStopped(v time.Time) *RemoteAccessSession
- func (s RemoteAccessSession) String() string
- type RenewOfferingInput
- type RenewOfferingOutput
- type Resolution
- type Rule
- type Run
- func (s Run) GoString() string
- func (s *Run) SetAppUpload(v string) *Run
- func (s *Run) SetArn(v string) *Run
- func (s *Run) SetBillingMethod(v string) *Run
- func (s *Run) SetCompletedJobs(v int64) *Run
- func (s *Run) SetCounters(v *Counters) *Run
- func (s *Run) SetCreated(v time.Time) *Run
- func (s *Run) SetCustomerArtifactPaths(v *CustomerArtifactPaths) *Run
- func (s *Run) SetDeviceMinutes(v *DeviceMinutes) *Run
- func (s *Run) SetDevicePoolArn(v string) *Run
- func (s *Run) SetDeviceSelectionResult(v *DeviceSelectionResult) *Run
- func (s *Run) SetEventCount(v int64) *Run
- func (s *Run) SetJobTimeoutMinutes(v int64) *Run
- func (s *Run) SetLocale(v string) *Run
- func (s *Run) SetLocation(v *Location) *Run
- func (s *Run) SetMessage(v string) *Run
- func (s *Run) SetName(v string) *Run
- func (s *Run) SetNetworkProfile(v *NetworkProfile) *Run
- func (s *Run) SetParsingResultUrl(v string) *Run
- func (s *Run) SetPlatform(v string) *Run
- func (s *Run) SetRadios(v *Radios) *Run
- func (s *Run) SetResult(v string) *Run
- func (s *Run) SetResultCode(v string) *Run
- func (s *Run) SetSeed(v int64) *Run
- func (s *Run) SetSkipAppResign(v bool) *Run
- func (s *Run) SetStarted(v time.Time) *Run
- func (s *Run) SetStatus(v string) *Run
- func (s *Run) SetStopped(v time.Time) *Run
- func (s *Run) SetTestSpecArn(v string) *Run
- func (s *Run) SetTotalJobs(v int64) *Run
- func (s *Run) SetType(v string) *Run
- func (s *Run) SetWebUrl(v string) *Run
- func (s Run) String() string
- type Sample
- type ScheduleRunConfiguration
- func (s ScheduleRunConfiguration) GoString() string
- func (s *ScheduleRunConfiguration) SetAuxiliaryApps(v []*string) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetBillingMethod(v string) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetCustomerArtifactPaths(v *CustomerArtifactPaths) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetExtraDataPackageArn(v string) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetLocale(v string) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetLocation(v *Location) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetNetworkProfileArn(v string) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetRadios(v *Radios) *ScheduleRunConfiguration
- func (s *ScheduleRunConfiguration) SetVpceConfigurationArns(v []*string) *ScheduleRunConfiguration
- func (s ScheduleRunConfiguration) String() string
- func (s *ScheduleRunConfiguration) Validate() error
- type ScheduleRunInput
- func (s ScheduleRunInput) GoString() string
- func (s *ScheduleRunInput) SetAppArn(v string) *ScheduleRunInput
- func (s *ScheduleRunInput) SetConfiguration(v *ScheduleRunConfiguration) *ScheduleRunInput
- func (s *ScheduleRunInput) SetDevicePoolArn(v string) *ScheduleRunInput
- func (s *ScheduleRunInput) SetDeviceSelectionConfiguration(v *DeviceSelectionConfiguration) *ScheduleRunInput
- func (s *ScheduleRunInput) SetExecutionConfiguration(v *ExecutionConfiguration) *ScheduleRunInput
- func (s *ScheduleRunInput) SetName(v string) *ScheduleRunInput
- func (s *ScheduleRunInput) SetProjectArn(v string) *ScheduleRunInput
- func (s *ScheduleRunInput) SetTest(v *ScheduleRunTest) *ScheduleRunInput
- func (s ScheduleRunInput) String() string
- func (s *ScheduleRunInput) Validate() error
- type ScheduleRunOutput
- type ScheduleRunTest
- func (s ScheduleRunTest) GoString() string
- func (s *ScheduleRunTest) SetFilter(v string) *ScheduleRunTest
- func (s *ScheduleRunTest) SetParameters(v map[string]*string) *ScheduleRunTest
- func (s *ScheduleRunTest) SetTestPackageArn(v string) *ScheduleRunTest
- func (s *ScheduleRunTest) SetTestSpecArn(v string) *ScheduleRunTest
- func (s *ScheduleRunTest) SetType(v string) *ScheduleRunTest
- func (s ScheduleRunTest) String() string
- func (s *ScheduleRunTest) Validate() error
- type ServiceAccountException
- func (s *ServiceAccountException) Code() string
- func (s *ServiceAccountException) Error() string
- func (s ServiceAccountException) GoString() string
- func (s *ServiceAccountException) Message() string
- func (s *ServiceAccountException) OrigErr() error
- func (s *ServiceAccountException) RequestID() string
- func (s *ServiceAccountException) StatusCode() int
- func (s ServiceAccountException) String() string
- type StopJobInput
- type StopJobOutput
- type StopRemoteAccessSessionInput
- type StopRemoteAccessSessionOutput
- type StopRunInput
- type StopRunOutput
- type Suite
- func (s Suite) GoString() string
- func (s *Suite) SetArn(v string) *Suite
- func (s *Suite) SetCounters(v *Counters) *Suite
- func (s *Suite) SetCreated(v time.Time) *Suite
- func (s *Suite) SetDeviceMinutes(v *DeviceMinutes) *Suite
- func (s *Suite) SetMessage(v string) *Suite
- func (s *Suite) SetName(v string) *Suite
- func (s *Suite) SetResult(v string) *Suite
- func (s *Suite) SetStarted(v time.Time) *Suite
- func (s *Suite) SetStatus(v string) *Suite
- func (s *Suite) SetStopped(v time.Time) *Suite
- func (s *Suite) SetType(v string) *Suite
- func (s Suite) String() string
- type Tag
- type TagOperationException
- func (s *TagOperationException) Code() string
- func (s *TagOperationException) Error() string
- func (s TagOperationException) GoString() string
- func (s *TagOperationException) Message() string
- func (s *TagOperationException) OrigErr() error
- func (s *TagOperationException) RequestID() string
- func (s *TagOperationException) StatusCode() int
- func (s TagOperationException) String() string
- type TagPolicyException
- func (s *TagPolicyException) Code() string
- func (s *TagPolicyException) Error() string
- func (s TagPolicyException) GoString() string
- func (s *TagPolicyException) Message() string
- func (s *TagPolicyException) OrigErr() error
- func (s *TagPolicyException) RequestID() string
- func (s *TagPolicyException) StatusCode() int
- func (s TagPolicyException) String() string
- type TagResourceInput
- type TagResourceOutput
- type Test
- func (s Test) GoString() string
- func (s *Test) SetArn(v string) *Test
- func (s *Test) SetCounters(v *Counters) *Test
- func (s *Test) SetCreated(v time.Time) *Test
- func (s *Test) SetDeviceMinutes(v *DeviceMinutes) *Test
- func (s *Test) SetMessage(v string) *Test
- func (s *Test) SetName(v string) *Test
- func (s *Test) SetResult(v string) *Test
- func (s *Test) SetStarted(v time.Time) *Test
- func (s *Test) SetStatus(v string) *Test
- func (s *Test) SetStopped(v time.Time) *Test
- func (s *Test) SetType(v string) *Test
- func (s Test) String() string
- type TestGridProject
- func (s TestGridProject) GoString() string
- func (s *TestGridProject) SetArn(v string) *TestGridProject
- func (s *TestGridProject) SetCreated(v time.Time) *TestGridProject
- func (s *TestGridProject) SetDescription(v string) *TestGridProject
- func (s *TestGridProject) SetName(v string) *TestGridProject
- func (s TestGridProject) String() string
- type TestGridSession
- func (s TestGridSession) GoString() string
- func (s *TestGridSession) SetArn(v string) *TestGridSession
- func (s *TestGridSession) SetBillingMinutes(v float64) *TestGridSession
- func (s *TestGridSession) SetCreated(v time.Time) *TestGridSession
- func (s *TestGridSession) SetEnded(v time.Time) *TestGridSession
- func (s *TestGridSession) SetSeleniumProperties(v string) *TestGridSession
- func (s *TestGridSession) SetStatus(v string) *TestGridSession
- func (s TestGridSession) String() string
- type TestGridSessionAction
- func (s TestGridSessionAction) GoString() string
- func (s *TestGridSessionAction) SetAction(v string) *TestGridSessionAction
- func (s *TestGridSessionAction) SetDuration(v int64) *TestGridSessionAction
- func (s *TestGridSessionAction) SetRequestMethod(v string) *TestGridSessionAction
- func (s *TestGridSessionAction) SetStarted(v time.Time) *TestGridSessionAction
- func (s *TestGridSessionAction) SetStatusCode(v string) *TestGridSessionAction
- func (s TestGridSessionAction) String() string
- type TestGridSessionArtifact
- func (s TestGridSessionArtifact) GoString() string
- func (s *TestGridSessionArtifact) SetFilename(v string) *TestGridSessionArtifact
- func (s *TestGridSessionArtifact) SetType(v string) *TestGridSessionArtifact
- func (s *TestGridSessionArtifact) SetUrl(v string) *TestGridSessionArtifact
- func (s TestGridSessionArtifact) String() string
- type TooManyTagsException
- func (s *TooManyTagsException) Code() string
- func (s *TooManyTagsException) Error() string
- func (s TooManyTagsException) GoString() string
- func (s *TooManyTagsException) Message() string
- func (s *TooManyTagsException) OrigErr() error
- func (s *TooManyTagsException) RequestID() string
- func (s *TooManyTagsException) StatusCode() int
- func (s TooManyTagsException) String() string
- type TrialMinutes
- type UniqueProblem
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateDeviceInstanceInput
- func (s UpdateDeviceInstanceInput) GoString() string
- func (s *UpdateDeviceInstanceInput) SetArn(v string) *UpdateDeviceInstanceInput
- func (s *UpdateDeviceInstanceInput) SetLabels(v []*string) *UpdateDeviceInstanceInput
- func (s *UpdateDeviceInstanceInput) SetProfileArn(v string) *UpdateDeviceInstanceInput
- func (s UpdateDeviceInstanceInput) String() string
- func (s *UpdateDeviceInstanceInput) Validate() error
- type UpdateDeviceInstanceOutput
- type UpdateDevicePoolInput
- func (s UpdateDevicePoolInput) GoString() string
- func (s *UpdateDevicePoolInput) SetArn(v string) *UpdateDevicePoolInput
- func (s *UpdateDevicePoolInput) SetClearMaxDevices(v bool) *UpdateDevicePoolInput
- func (s *UpdateDevicePoolInput) SetDescription(v string) *UpdateDevicePoolInput
- func (s *UpdateDevicePoolInput) SetMaxDevices(v int64) *UpdateDevicePoolInput
- func (s *UpdateDevicePoolInput) SetName(v string) *UpdateDevicePoolInput
- func (s *UpdateDevicePoolInput) SetRules(v []*Rule) *UpdateDevicePoolInput
- func (s UpdateDevicePoolInput) String() string
- func (s *UpdateDevicePoolInput) Validate() error
- type UpdateDevicePoolOutput
- type UpdateInstanceProfileInput
- func (s UpdateInstanceProfileInput) GoString() string
- func (s *UpdateInstanceProfileInput) SetArn(v string) *UpdateInstanceProfileInput
- func (s *UpdateInstanceProfileInput) SetDescription(v string) *UpdateInstanceProfileInput
- func (s *UpdateInstanceProfileInput) SetExcludeAppPackagesFromCleanup(v []*string) *UpdateInstanceProfileInput
- func (s *UpdateInstanceProfileInput) SetName(v string) *UpdateInstanceProfileInput
- func (s *UpdateInstanceProfileInput) SetPackageCleanup(v bool) *UpdateInstanceProfileInput
- func (s *UpdateInstanceProfileInput) SetRebootAfterUse(v bool) *UpdateInstanceProfileInput
- func (s UpdateInstanceProfileInput) String() string
- func (s *UpdateInstanceProfileInput) Validate() error
- type UpdateInstanceProfileOutput
- type UpdateNetworkProfileInput
- func (s UpdateNetworkProfileInput) GoString() string
- func (s *UpdateNetworkProfileInput) SetArn(v string) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetDescription(v string) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetDownlinkBandwidthBits(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetDownlinkDelayMs(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetDownlinkJitterMs(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetDownlinkLossPercent(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetName(v string) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetType(v string) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetUplinkBandwidthBits(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetUplinkDelayMs(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetUplinkJitterMs(v int64) *UpdateNetworkProfileInput
- func (s *UpdateNetworkProfileInput) SetUplinkLossPercent(v int64) *UpdateNetworkProfileInput
- func (s UpdateNetworkProfileInput) String() string
- func (s *UpdateNetworkProfileInput) Validate() error
- type UpdateNetworkProfileOutput
- type UpdateProjectInput
- func (s UpdateProjectInput) GoString() string
- func (s *UpdateProjectInput) SetArn(v string) *UpdateProjectInput
- func (s *UpdateProjectInput) SetDefaultJobTimeoutMinutes(v int64) *UpdateProjectInput
- func (s *UpdateProjectInput) SetName(v string) *UpdateProjectInput
- func (s UpdateProjectInput) String() string
- func (s *UpdateProjectInput) Validate() error
- type UpdateProjectOutput
- type UpdateTestGridProjectInput
- func (s UpdateTestGridProjectInput) GoString() string
- func (s *UpdateTestGridProjectInput) SetDescription(v string) *UpdateTestGridProjectInput
- func (s *UpdateTestGridProjectInput) SetName(v string) *UpdateTestGridProjectInput
- func (s *UpdateTestGridProjectInput) SetProjectArn(v string) *UpdateTestGridProjectInput
- func (s UpdateTestGridProjectInput) String() string
- func (s *UpdateTestGridProjectInput) Validate() error
- type UpdateTestGridProjectOutput
- type UpdateUploadInput
- func (s UpdateUploadInput) GoString() string
- func (s *UpdateUploadInput) SetArn(v string) *UpdateUploadInput
- func (s *UpdateUploadInput) SetContentType(v string) *UpdateUploadInput
- func (s *UpdateUploadInput) SetEditContent(v bool) *UpdateUploadInput
- func (s *UpdateUploadInput) SetName(v string) *UpdateUploadInput
- func (s UpdateUploadInput) String() string
- func (s *UpdateUploadInput) Validate() error
- type UpdateUploadOutput
- type UpdateVPCEConfigurationInput
- func (s UpdateVPCEConfigurationInput) GoString() string
- func (s *UpdateVPCEConfigurationInput) SetArn(v string) *UpdateVPCEConfigurationInput
- func (s *UpdateVPCEConfigurationInput) SetServiceDnsName(v string) *UpdateVPCEConfigurationInput
- func (s *UpdateVPCEConfigurationInput) SetVpceConfigurationDescription(v string) *UpdateVPCEConfigurationInput
- func (s *UpdateVPCEConfigurationInput) SetVpceConfigurationName(v string) *UpdateVPCEConfigurationInput
- func (s *UpdateVPCEConfigurationInput) SetVpceServiceName(v string) *UpdateVPCEConfigurationInput
- func (s UpdateVPCEConfigurationInput) String() string
- func (s *UpdateVPCEConfigurationInput) Validate() error
- type UpdateVPCEConfigurationOutput
- type Upload
- func (s Upload) GoString() string
- func (s *Upload) SetArn(v string) *Upload
- func (s *Upload) SetCategory(v string) *Upload
- func (s *Upload) SetContentType(v string) *Upload
- func (s *Upload) SetCreated(v time.Time) *Upload
- func (s *Upload) SetMessage(v string) *Upload
- func (s *Upload) SetMetadata(v string) *Upload
- func (s *Upload) SetName(v string) *Upload
- func (s *Upload) SetStatus(v string) *Upload
- func (s *Upload) SetType(v string) *Upload
- func (s *Upload) SetUrl(v string) *Upload
- func (s Upload) String() string
- type VPCEConfiguration
- func (s VPCEConfiguration) GoString() string
- func (s *VPCEConfiguration) SetArn(v string) *VPCEConfiguration
- func (s *VPCEConfiguration) SetServiceDnsName(v string) *VPCEConfiguration
- func (s *VPCEConfiguration) SetVpceConfigurationDescription(v string) *VPCEConfiguration
- func (s *VPCEConfiguration) SetVpceConfigurationName(v string) *VPCEConfiguration
- func (s *VPCEConfiguration) SetVpceServiceName(v string) *VPCEConfiguration
- func (s VPCEConfiguration) String() string
Examples ¶
- DeviceFarm.CreateDevicePool (Shared00)
- DeviceFarm.CreateProject (Shared00)
- DeviceFarm.CreateRemoteAccessSession (Shared00)
- DeviceFarm.CreateUpload (Shared00)
- DeviceFarm.DeleteDevicePool (Shared00)
- DeviceFarm.DeleteProject (Shared00)
- DeviceFarm.DeleteRemoteAccessSession (Shared00)
- DeviceFarm.DeleteRun (Shared00)
- DeviceFarm.DeleteUpload (Shared00)
- DeviceFarm.GetAccountSettings (Shared00)
- DeviceFarm.GetDevice (Shared00)
- DeviceFarm.GetDevicePool (Shared00)
- DeviceFarm.GetDevicePoolCompatibility (Shared00)
- DeviceFarm.GetJob (Shared00)
- DeviceFarm.GetOfferingStatus (Shared00)
- DeviceFarm.GetProject (Shared00)
- DeviceFarm.GetRemoteAccessSession (Shared00)
- DeviceFarm.GetRun (Shared00)
- DeviceFarm.GetSuite (Shared00)
- DeviceFarm.GetTest (Shared00)
- DeviceFarm.GetUpload (Shared00)
- DeviceFarm.InstallToRemoteAccessSession (Shared00)
- DeviceFarm.ListArtifacts (Shared00)
- DeviceFarm.ListDevicePools (Shared00)
- DeviceFarm.ListDevices (Shared00)
- DeviceFarm.ListJobs (Shared00)
- DeviceFarm.ListOfferingTransactions (Shared00)
- DeviceFarm.ListOfferings (Shared00)
- DeviceFarm.ListProjects (Shared00)
- DeviceFarm.ListRemoteAccessSessions (Shared00)
- DeviceFarm.ListRuns (Shared00)
- DeviceFarm.ListSamples (Shared00)
- DeviceFarm.ListSuites (Shared00)
- DeviceFarm.ListTests (Shared00)
- DeviceFarm.ListUniqueProblems (Shared00)
- DeviceFarm.ListUploads (Shared00)
- DeviceFarm.PurchaseOffering (Shared00)
- DeviceFarm.RenewOffering (Shared00)
- DeviceFarm.ScheduleRun (Shared00)
- DeviceFarm.StopRun (Shared00)
- DeviceFarm.UpdateDevicePool (Shared00)
- DeviceFarm.UpdateProject (Shared00)
Constants ¶
const ( // ArtifactCategoryScreenshot is a ArtifactCategory enum value ArtifactCategoryScreenshot = "SCREENSHOT" // ArtifactCategoryFile is a ArtifactCategory enum value ArtifactCategoryFile = "FILE" // ArtifactCategoryLog is a ArtifactCategory enum value ArtifactCategoryLog = "LOG" )
const ( // ArtifactTypeUnknown is a ArtifactType enum value ArtifactTypeUnknown = "UNKNOWN" // ArtifactTypeScreenshot is a ArtifactType enum value ArtifactTypeScreenshot = "SCREENSHOT" // ArtifactTypeDeviceLog is a ArtifactType enum value ArtifactTypeDeviceLog = "DEVICE_LOG" // ArtifactTypeMessageLog is a ArtifactType enum value ArtifactTypeMessageLog = "MESSAGE_LOG" // ArtifactTypeVideoLog is a ArtifactType enum value ArtifactTypeVideoLog = "VIDEO_LOG" // ArtifactTypeResultLog is a ArtifactType enum value ArtifactTypeResultLog = "RESULT_LOG" // ArtifactTypeServiceLog is a ArtifactType enum value ArtifactTypeServiceLog = "SERVICE_LOG" // ArtifactTypeWebkitLog is a ArtifactType enum value ArtifactTypeWebkitLog = "WEBKIT_LOG" // ArtifactTypeInstrumentationOutput is a ArtifactType enum value ArtifactTypeInstrumentationOutput = "INSTRUMENTATION_OUTPUT" // ArtifactTypeExerciserMonkeyOutput is a ArtifactType enum value ArtifactTypeExerciserMonkeyOutput = "EXERCISER_MONKEY_OUTPUT" // ArtifactTypeCalabashJsonOutput is a ArtifactType enum value ArtifactTypeCalabashJsonOutput = "CALABASH_JSON_OUTPUT" // ArtifactTypeCalabashPrettyOutput is a ArtifactType enum value ArtifactTypeCalabashPrettyOutput = "CALABASH_PRETTY_OUTPUT" // ArtifactTypeCalabashStandardOutput is a ArtifactType enum value ArtifactTypeCalabashStandardOutput = "CALABASH_STANDARD_OUTPUT" // ArtifactTypeCalabashJavaXmlOutput is a ArtifactType enum value ArtifactTypeCalabashJavaXmlOutput = "CALABASH_JAVA_XML_OUTPUT" // ArtifactTypeAutomationOutput is a ArtifactType enum value ArtifactTypeAutomationOutput = "AUTOMATION_OUTPUT" // ArtifactTypeAppiumServerOutput is a ArtifactType enum value ArtifactTypeAppiumServerOutput = "APPIUM_SERVER_OUTPUT" // ArtifactTypeAppiumJavaOutput is a ArtifactType enum value ArtifactTypeAppiumJavaOutput = "APPIUM_JAVA_OUTPUT" // ArtifactTypeAppiumJavaXmlOutput is a ArtifactType enum value ArtifactTypeAppiumJavaXmlOutput = "APPIUM_JAVA_XML_OUTPUT" // ArtifactTypeAppiumPythonOutput is a ArtifactType enum value ArtifactTypeAppiumPythonOutput = "APPIUM_PYTHON_OUTPUT" // ArtifactTypeAppiumPythonXmlOutput is a ArtifactType enum value ArtifactTypeAppiumPythonXmlOutput = "APPIUM_PYTHON_XML_OUTPUT" // ArtifactTypeExplorerEventLog is a ArtifactType enum value ArtifactTypeExplorerEventLog = "EXPLORER_EVENT_LOG" // ArtifactTypeExplorerSummaryLog is a ArtifactType enum value ArtifactTypeExplorerSummaryLog = "EXPLORER_SUMMARY_LOG" // ArtifactTypeApplicationCrashReport is a ArtifactType enum value ArtifactTypeApplicationCrashReport = "APPLICATION_CRASH_REPORT" // ArtifactTypeXctestLog is a ArtifactType enum value ArtifactTypeXctestLog = "XCTEST_LOG" // ArtifactTypeVideo is a ArtifactType enum value ArtifactTypeVideo = "VIDEO" // ArtifactTypeCustomerArtifact is a ArtifactType enum value ArtifactTypeCustomerArtifact = "CUSTOMER_ARTIFACT" // ArtifactTypeCustomerArtifactLog is a ArtifactType enum value ArtifactTypeCustomerArtifactLog = "CUSTOMER_ARTIFACT_LOG" // ArtifactTypeTestspecOutput is a ArtifactType enum value ArtifactTypeTestspecOutput = "TESTSPEC_OUTPUT" )
const ( // BillingMethodMetered is a BillingMethod enum value BillingMethodMetered = "METERED" // BillingMethodUnmetered is a BillingMethod enum value BillingMethodUnmetered = "UNMETERED" )
const ( // DeviceAttributeArn is a DeviceAttribute enum value DeviceAttributeArn = "ARN" // DeviceAttributePlatform is a DeviceAttribute enum value DeviceAttributePlatform = "PLATFORM" // DeviceAttributeFormFactor is a DeviceAttribute enum value DeviceAttributeFormFactor = "FORM_FACTOR" // DeviceAttributeManufacturer is a DeviceAttribute enum value DeviceAttributeManufacturer = "MANUFACTURER" // DeviceAttributeRemoteAccessEnabled is a DeviceAttribute enum value DeviceAttributeRemoteAccessEnabled = "REMOTE_ACCESS_ENABLED" // DeviceAttributeRemoteDebugEnabled is a DeviceAttribute enum value DeviceAttributeRemoteDebugEnabled = "REMOTE_DEBUG_ENABLED" // DeviceAttributeAppiumVersion is a DeviceAttribute enum value DeviceAttributeAppiumVersion = "APPIUM_VERSION" // DeviceAttributeInstanceArn is a DeviceAttribute enum value DeviceAttributeInstanceArn = "INSTANCE_ARN" // DeviceAttributeInstanceLabels is a DeviceAttribute enum value DeviceAttributeInstanceLabels = "INSTANCE_LABELS" // DeviceAttributeFleetType is a DeviceAttribute enum value DeviceAttributeFleetType = "FLEET_TYPE" // DeviceAttributeOsVersion is a DeviceAttribute enum value DeviceAttributeOsVersion = "OS_VERSION" // DeviceAttributeModel is a DeviceAttribute enum value DeviceAttributeModel = "MODEL" // DeviceAttributeAvailability is a DeviceAttribute enum value DeviceAttributeAvailability = "AVAILABILITY" )
const ( // DeviceAvailabilityTemporaryNotAvailable is a DeviceAvailability enum value DeviceAvailabilityTemporaryNotAvailable = "TEMPORARY_NOT_AVAILABLE" // DeviceAvailabilityBusy is a DeviceAvailability enum value DeviceAvailabilityBusy = "BUSY" // DeviceAvailabilityAvailable is a DeviceAvailability enum value DeviceAvailabilityAvailable = "AVAILABLE" // DeviceAvailabilityHighlyAvailable is a DeviceAvailability enum value DeviceAvailabilityHighlyAvailable = "HIGHLY_AVAILABLE" )
const ( // DeviceFilterAttributeArn is a DeviceFilterAttribute enum value DeviceFilterAttributeArn = "ARN" // DeviceFilterAttributePlatform is a DeviceFilterAttribute enum value DeviceFilterAttributePlatform = "PLATFORM" // DeviceFilterAttributeOsVersion is a DeviceFilterAttribute enum value DeviceFilterAttributeOsVersion = "OS_VERSION" // DeviceFilterAttributeModel is a DeviceFilterAttribute enum value DeviceFilterAttributeModel = "MODEL" // DeviceFilterAttributeAvailability is a DeviceFilterAttribute enum value DeviceFilterAttributeAvailability = "AVAILABILITY" // DeviceFilterAttributeFormFactor is a DeviceFilterAttribute enum value DeviceFilterAttributeFormFactor = "FORM_FACTOR" // DeviceFilterAttributeManufacturer is a DeviceFilterAttribute enum value DeviceFilterAttributeManufacturer = "MANUFACTURER" // DeviceFilterAttributeRemoteAccessEnabled is a DeviceFilterAttribute enum value DeviceFilterAttributeRemoteAccessEnabled = "REMOTE_ACCESS_ENABLED" // DeviceFilterAttributeRemoteDebugEnabled is a DeviceFilterAttribute enum value DeviceFilterAttributeRemoteDebugEnabled = "REMOTE_DEBUG_ENABLED" // DeviceFilterAttributeInstanceArn is a DeviceFilterAttribute enum value DeviceFilterAttributeInstanceArn = "INSTANCE_ARN" // DeviceFilterAttributeInstanceLabels is a DeviceFilterAttribute enum value DeviceFilterAttributeInstanceLabels = "INSTANCE_LABELS" // DeviceFilterAttributeFleetType is a DeviceFilterAttribute enum value DeviceFilterAttributeFleetType = "FLEET_TYPE" )
const ( // DeviceFormFactorPhone is a DeviceFormFactor enum value DeviceFormFactorPhone = "PHONE" // DeviceFormFactorTablet is a DeviceFormFactor enum value DeviceFormFactorTablet = "TABLET" )
const ( // DevicePlatformAndroid is a DevicePlatform enum value DevicePlatformAndroid = "ANDROID" // DevicePlatformIos is a DevicePlatform enum value DevicePlatformIos = "IOS" )
const ( // DevicePoolTypeCurated is a DevicePoolType enum value DevicePoolTypeCurated = "CURATED" // DevicePoolTypePrivate is a DevicePoolType enum value DevicePoolTypePrivate = "PRIVATE" )
const ( // ExecutionResultPending is a ExecutionResult enum value ExecutionResultPending = "PENDING" // ExecutionResultPassed is a ExecutionResult enum value ExecutionResultPassed = "PASSED" // ExecutionResultWarned is a ExecutionResult enum value ExecutionResultWarned = "WARNED" // ExecutionResultFailed is a ExecutionResult enum value ExecutionResultFailed = "FAILED" // ExecutionResultSkipped is a ExecutionResult enum value ExecutionResultSkipped = "SKIPPED" // ExecutionResultErrored is a ExecutionResult enum value ExecutionResultErrored = "ERRORED" // ExecutionResultStopped is a ExecutionResult enum value ExecutionResultStopped = "STOPPED" )
const ( // ExecutionResultCodeParsingFailed is a ExecutionResultCode enum value ExecutionResultCodeParsingFailed = "PARSING_FAILED" // ExecutionResultCodeVpcEndpointSetupFailed is a ExecutionResultCode enum value ExecutionResultCodeVpcEndpointSetupFailed = "VPC_ENDPOINT_SETUP_FAILED" )
const ( // ExecutionStatusPending is a ExecutionStatus enum value ExecutionStatusPending = "PENDING" // ExecutionStatusPendingConcurrency is a ExecutionStatus enum value ExecutionStatusPendingConcurrency = "PENDING_CONCURRENCY" // ExecutionStatusPendingDevice is a ExecutionStatus enum value ExecutionStatusPendingDevice = "PENDING_DEVICE" // ExecutionStatusProcessing is a ExecutionStatus enum value ExecutionStatusProcessing = "PROCESSING" // ExecutionStatusScheduling is a ExecutionStatus enum value ExecutionStatusScheduling = "SCHEDULING" // ExecutionStatusPreparing is a ExecutionStatus enum value ExecutionStatusPreparing = "PREPARING" // ExecutionStatusRunning is a ExecutionStatus enum value ExecutionStatusRunning = "RUNNING" // ExecutionStatusCompleted is a ExecutionStatus enum value ExecutionStatusCompleted = "COMPLETED" // ExecutionStatusStopping is a ExecutionStatus enum value ExecutionStatusStopping = "STOPPING" )
const ( // InstanceStatusInUse is a InstanceStatus enum value InstanceStatusInUse = "IN_USE" // InstanceStatusPreparing is a InstanceStatus enum value InstanceStatusPreparing = "PREPARING" // InstanceStatusAvailable is a InstanceStatus enum value InstanceStatusAvailable = "AVAILABLE" // InstanceStatusNotAvailable is a InstanceStatus enum value InstanceStatusNotAvailable = "NOT_AVAILABLE" )
const ( // InteractionModeInteractive is a InteractionMode enum value InteractionModeInteractive = "INTERACTIVE" // InteractionModeNoVideo is a InteractionMode enum value InteractionModeNoVideo = "NO_VIDEO" // InteractionModeVideoOnly is a InteractionMode enum value InteractionModeVideoOnly = "VIDEO_ONLY" )
const ( // NetworkProfileTypeCurated is a NetworkProfileType enum value NetworkProfileTypeCurated = "CURATED" // NetworkProfileTypePrivate is a NetworkProfileType enum value NetworkProfileTypePrivate = "PRIVATE" )
const ( // OfferingTransactionTypePurchase is a OfferingTransactionType enum value OfferingTransactionTypePurchase = "PURCHASE" // OfferingTransactionTypeRenew is a OfferingTransactionType enum value OfferingTransactionTypeRenew = "RENEW" // OfferingTransactionTypeSystem is a OfferingTransactionType enum value OfferingTransactionTypeSystem = "SYSTEM" )
const ( // RuleOperatorEquals is a RuleOperator enum value RuleOperatorEquals = "EQUALS" // RuleOperatorLessThan is a RuleOperator enum value RuleOperatorLessThan = "LESS_THAN" // RuleOperatorLessThanOrEquals is a RuleOperator enum value RuleOperatorLessThanOrEquals = "LESS_THAN_OR_EQUALS" // RuleOperatorGreaterThan is a RuleOperator enum value RuleOperatorGreaterThan = "GREATER_THAN" // RuleOperatorGreaterThanOrEquals is a RuleOperator enum value RuleOperatorGreaterThanOrEquals = "GREATER_THAN_OR_EQUALS" // RuleOperatorIn is a RuleOperator enum value RuleOperatorIn = "IN" // RuleOperatorNotIn is a RuleOperator enum value RuleOperatorNotIn = "NOT_IN" // RuleOperatorContains is a RuleOperator enum value RuleOperatorContains = "CONTAINS" )
const ( // SampleTypeCpu is a SampleType enum value SampleTypeCpu = "CPU" // SampleTypeMemory is a SampleType enum value SampleTypeMemory = "MEMORY" // SampleTypeThreads is a SampleType enum value SampleTypeThreads = "THREADS" // SampleTypeRxRate is a SampleType enum value SampleTypeRxRate = "RX_RATE" // SampleTypeTxRate is a SampleType enum value SampleTypeTxRate = "TX_RATE" // SampleTypeRx is a SampleType enum value SampleTypeRx = "RX" // SampleTypeTx is a SampleType enum value SampleTypeTx = "TX" // SampleTypeNativeFrames is a SampleType enum value SampleTypeNativeFrames = "NATIVE_FRAMES" // SampleTypeNativeFps is a SampleType enum value SampleTypeNativeFps = "NATIVE_FPS" // SampleTypeNativeMinDrawtime is a SampleType enum value SampleTypeNativeMinDrawtime = "NATIVE_MIN_DRAWTIME" // SampleTypeNativeAvgDrawtime is a SampleType enum value SampleTypeNativeAvgDrawtime = "NATIVE_AVG_DRAWTIME" // SampleTypeNativeMaxDrawtime is a SampleType enum value SampleTypeNativeMaxDrawtime = "NATIVE_MAX_DRAWTIME" // SampleTypeOpenglFrames is a SampleType enum value SampleTypeOpenglFrames = "OPENGL_FRAMES" // SampleTypeOpenglFps is a SampleType enum value SampleTypeOpenglFps = "OPENGL_FPS" // SampleTypeOpenglMinDrawtime is a SampleType enum value SampleTypeOpenglMinDrawtime = "OPENGL_MIN_DRAWTIME" // SampleTypeOpenglAvgDrawtime is a SampleType enum value SampleTypeOpenglAvgDrawtime = "OPENGL_AVG_DRAWTIME" // SampleTypeOpenglMaxDrawtime is a SampleType enum value SampleTypeOpenglMaxDrawtime = "OPENGL_MAX_DRAWTIME" )
const ( // TestGridSessionArtifactCategoryVideo is a TestGridSessionArtifactCategory enum value TestGridSessionArtifactCategoryVideo = "VIDEO" // TestGridSessionArtifactCategoryLog is a TestGridSessionArtifactCategory enum value TestGridSessionArtifactCategoryLog = "LOG" )
const ( // TestGridSessionArtifactTypeUnknown is a TestGridSessionArtifactType enum value TestGridSessionArtifactTypeUnknown = "UNKNOWN" // TestGridSessionArtifactTypeVideo is a TestGridSessionArtifactType enum value TestGridSessionArtifactTypeVideo = "VIDEO" // TestGridSessionArtifactTypeSeleniumLog is a TestGridSessionArtifactType enum value TestGridSessionArtifactTypeSeleniumLog = "SELENIUM_LOG" )
const ( // TestGridSessionStatusActive is a TestGridSessionStatus enum value TestGridSessionStatusActive = "ACTIVE" // TestGridSessionStatusClosed is a TestGridSessionStatus enum value TestGridSessionStatusClosed = "CLOSED" // TestGridSessionStatusErrored is a TestGridSessionStatus enum value TestGridSessionStatusErrored = "ERRORED" )
const ( // TestTypeBuiltinFuzz is a TestType enum value TestTypeBuiltinFuzz = "BUILTIN_FUZZ" // TestTypeBuiltinExplorer is a TestType enum value TestTypeBuiltinExplorer = "BUILTIN_EXPLORER" // TestTypeWebPerformanceProfile is a TestType enum value TestTypeWebPerformanceProfile = "WEB_PERFORMANCE_PROFILE" // TestTypeAppiumJavaJunit is a TestType enum value TestTypeAppiumJavaJunit = "APPIUM_JAVA_JUNIT" // TestTypeAppiumJavaTestng is a TestType enum value TestTypeAppiumJavaTestng = "APPIUM_JAVA_TESTNG" // TestTypeAppiumPython is a TestType enum value TestTypeAppiumPython = "APPIUM_PYTHON" // TestTypeAppiumNode is a TestType enum value TestTypeAppiumNode = "APPIUM_NODE" // TestTypeAppiumRuby is a TestType enum value TestTypeAppiumRuby = "APPIUM_RUBY" // TestTypeAppiumWebJavaJunit is a TestType enum value TestTypeAppiumWebJavaJunit = "APPIUM_WEB_JAVA_JUNIT" // TestTypeAppiumWebJavaTestng is a TestType enum value TestTypeAppiumWebJavaTestng = "APPIUM_WEB_JAVA_TESTNG" // TestTypeAppiumWebPython is a TestType enum value TestTypeAppiumWebPython = "APPIUM_WEB_PYTHON" // TestTypeAppiumWebNode is a TestType enum value TestTypeAppiumWebNode = "APPIUM_WEB_NODE" // TestTypeAppiumWebRuby is a TestType enum value TestTypeAppiumWebRuby = "APPIUM_WEB_RUBY" // TestTypeCalabash is a TestType enum value TestTypeCalabash = "CALABASH" // TestTypeInstrumentation is a TestType enum value TestTypeInstrumentation = "INSTRUMENTATION" // TestTypeUiautomation is a TestType enum value TestTypeUiautomation = "UIAUTOMATION" // TestTypeUiautomator is a TestType enum value TestTypeUiautomator = "UIAUTOMATOR" // TestTypeXctest is a TestType enum value TestTypeXctest = "XCTEST" // TestTypeXctestUi is a TestType enum value TestTypeXctestUi = "XCTEST_UI" // TestTypeRemoteAccessRecord is a TestType enum value TestTypeRemoteAccessRecord = "REMOTE_ACCESS_RECORD" // TestTypeRemoteAccessReplay is a TestType enum value TestTypeRemoteAccessReplay = "REMOTE_ACCESS_REPLAY" )
const ( // UploadCategoryCurated is a UploadCategory enum value UploadCategoryCurated = "CURATED" // UploadCategoryPrivate is a UploadCategory enum value UploadCategoryPrivate = "PRIVATE" )
const ( // UploadStatusInitialized is a UploadStatus enum value UploadStatusInitialized = "INITIALIZED" // UploadStatusProcessing is a UploadStatus enum value UploadStatusProcessing = "PROCESSING" // UploadStatusSucceeded is a UploadStatus enum value UploadStatusSucceeded = "SUCCEEDED" // UploadStatusFailed is a UploadStatus enum value UploadStatusFailed = "FAILED" )
const ( // UploadTypeAndroidApp is a UploadType enum value UploadTypeAndroidApp = "ANDROID_APP" // UploadTypeIosApp is a UploadType enum value UploadTypeIosApp = "IOS_APP" // UploadTypeWebApp is a UploadType enum value UploadTypeWebApp = "WEB_APP" // UploadTypeExternalData is a UploadType enum value UploadTypeExternalData = "EXTERNAL_DATA" // UploadTypeAppiumJavaJunitTestPackage is a UploadType enum value UploadTypeAppiumJavaJunitTestPackage = "APPIUM_JAVA_JUNIT_TEST_PACKAGE" // UploadTypeAppiumJavaTestngTestPackage is a UploadType enum value UploadTypeAppiumJavaTestngTestPackage = "APPIUM_JAVA_TESTNG_TEST_PACKAGE" // UploadTypeAppiumPythonTestPackage is a UploadType enum value UploadTypeAppiumPythonTestPackage = "APPIUM_PYTHON_TEST_PACKAGE" // UploadTypeAppiumNodeTestPackage is a UploadType enum value UploadTypeAppiumNodeTestPackage = "APPIUM_NODE_TEST_PACKAGE" // UploadTypeAppiumRubyTestPackage is a UploadType enum value UploadTypeAppiumRubyTestPackage = "APPIUM_RUBY_TEST_PACKAGE" // UploadTypeAppiumWebJavaJunitTestPackage is a UploadType enum value UploadTypeAppiumWebJavaJunitTestPackage = "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE" // UploadTypeAppiumWebJavaTestngTestPackage is a UploadType enum value UploadTypeAppiumWebJavaTestngTestPackage = "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE" // UploadTypeAppiumWebPythonTestPackage is a UploadType enum value UploadTypeAppiumWebPythonTestPackage = "APPIUM_WEB_PYTHON_TEST_PACKAGE" // UploadTypeAppiumWebNodeTestPackage is a UploadType enum value UploadTypeAppiumWebNodeTestPackage = "APPIUM_WEB_NODE_TEST_PACKAGE" // UploadTypeAppiumWebRubyTestPackage is a UploadType enum value UploadTypeAppiumWebRubyTestPackage = "APPIUM_WEB_RUBY_TEST_PACKAGE" // UploadTypeCalabashTestPackage is a UploadType enum value UploadTypeCalabashTestPackage = "CALABASH_TEST_PACKAGE" // UploadTypeInstrumentationTestPackage is a UploadType enum value UploadTypeInstrumentationTestPackage = "INSTRUMENTATION_TEST_PACKAGE" // UploadTypeUiautomationTestPackage is a UploadType enum value UploadTypeUiautomationTestPackage = "UIAUTOMATION_TEST_PACKAGE" // UploadTypeUiautomatorTestPackage is a UploadType enum value UploadTypeUiautomatorTestPackage = "UIAUTOMATOR_TEST_PACKAGE" // UploadTypeXctestTestPackage is a UploadType enum value UploadTypeXctestTestPackage = "XCTEST_TEST_PACKAGE" // UploadTypeXctestUiTestPackage is a UploadType enum value UploadTypeXctestUiTestPackage = "XCTEST_UI_TEST_PACKAGE" // UploadTypeAppiumJavaJunitTestSpec is a UploadType enum value UploadTypeAppiumJavaJunitTestSpec = "APPIUM_JAVA_JUNIT_TEST_SPEC" // UploadTypeAppiumJavaTestngTestSpec is a UploadType enum value UploadTypeAppiumJavaTestngTestSpec = "APPIUM_JAVA_TESTNG_TEST_SPEC" // UploadTypeAppiumPythonTestSpec is a UploadType enum value UploadTypeAppiumPythonTestSpec = "APPIUM_PYTHON_TEST_SPEC" // UploadTypeAppiumNodeTestSpec is a UploadType enum value UploadTypeAppiumNodeTestSpec = "APPIUM_NODE_TEST_SPEC" // UploadTypeAppiumRubyTestSpec is a UploadType enum value UploadTypeAppiumRubyTestSpec = "APPIUM_RUBY_TEST_SPEC" // UploadTypeAppiumWebJavaJunitTestSpec is a UploadType enum value UploadTypeAppiumWebJavaJunitTestSpec = "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC" // UploadTypeAppiumWebJavaTestngTestSpec is a UploadType enum value UploadTypeAppiumWebJavaTestngTestSpec = "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC" // UploadTypeAppiumWebPythonTestSpec is a UploadType enum value UploadTypeAppiumWebPythonTestSpec = "APPIUM_WEB_PYTHON_TEST_SPEC" // UploadTypeAppiumWebNodeTestSpec is a UploadType enum value UploadTypeAppiumWebNodeTestSpec = "APPIUM_WEB_NODE_TEST_SPEC" // UploadTypeAppiumWebRubyTestSpec is a UploadType enum value UploadTypeAppiumWebRubyTestSpec = "APPIUM_WEB_RUBY_TEST_SPEC" // UploadTypeInstrumentationTestSpec is a UploadType enum value UploadTypeInstrumentationTestSpec = "INSTRUMENTATION_TEST_SPEC" // UploadTypeXctestUiTestSpec is a UploadType enum value UploadTypeXctestUiTestSpec = "XCTEST_UI_TEST_SPEC" )
const ( // ErrCodeArgumentException for service response error code // "ArgumentException". // // An invalid argument was specified. ErrCodeArgumentException = "ArgumentException" // ErrCodeCannotDeleteException for service response error code // "CannotDeleteException". // // The requested object could not be deleted. ErrCodeCannotDeleteException = "CannotDeleteException" // ErrCodeIdempotencyException for service response error code // "IdempotencyException". // // An entity with the same name already exists. ErrCodeIdempotencyException = "IdempotencyException" // ErrCodeInternalServiceException for service response error code // "InternalServiceException". // // An internal exception was raised in the service. Contact aws-devicefarm-support@amazon.com // (mailto:aws-devicefarm-support@amazon.com) if you see this error. ErrCodeInternalServiceException = "InternalServiceException" // ErrCodeInvalidOperationException for service response error code // "InvalidOperationException". // // There was an error with the update request, or you do not have sufficient // permissions to update this VPC endpoint configuration. ErrCodeInvalidOperationException = "InvalidOperationException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // A limit was exceeded. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeNotEligibleException for service response error code // "NotEligibleException". // // Exception gets thrown when a user is not eligible to perform the specified // transaction. ErrCodeNotEligibleException = "NotEligibleException" // ErrCodeNotFoundException for service response error code // "NotFoundException". // // The specified entity was not found. ErrCodeNotFoundException = "NotFoundException" // ErrCodeServiceAccountException for service response error code // "ServiceAccountException". // // There was a problem with the service account. ErrCodeServiceAccountException = "ServiceAccountException" // ErrCodeTagOperationException for service response error code // "TagOperationException". // // The operation was not successful. Try again. ErrCodeTagOperationException = "TagOperationException" // ErrCodeTagPolicyException for service response error code // "TagPolicyException". // // The request doesn't comply with the AWS Identity and Access Management (IAM) // tag policy. Correct your request and then retry it. ErrCodeTagPolicyException = "TagPolicyException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // The list of tags on the repository is over the limit. The maximum number // of tags that can be applied to a repository is 50. ErrCodeTooManyTagsException = "TooManyTagsException" )
const ( ServiceName = "devicefarm" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Device Farm" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// CurrencyCodeUsd is a CurrencyCode enum value
CurrencyCodeUsd = "USD"
)
const (
// OfferingTypeRecurring is a OfferingType enum value
OfferingTypeRecurring = "RECURRING"
)
const (
// RecurringChargeFrequencyMonthly is a RecurringChargeFrequency enum value
RecurringChargeFrequencyMonthly = "MONTHLY"
)
Variables ¶
Functions ¶
Types ¶
type AccountSettings ¶
type AccountSettings struct { // The AWS account number specified in the AccountSettings container. AwsAccountNumber *string `locationName:"awsAccountNumber" min:"2" type:"string"` // The default number of minutes (at the account level) a test run executes // before it times out. The default value is 150 minutes. DefaultJobTimeoutMinutes *int64 `locationName:"defaultJobTimeoutMinutes" type:"integer"` // The maximum number of minutes a test run executes before it times out. MaxJobTimeoutMinutes *int64 `locationName:"maxJobTimeoutMinutes" type:"integer"` // The maximum number of device slots that the AWS account can purchase. Each // maximum is expressed as an offering-id:number pair, where the offering-id // represents one of the IDs returned by the ListOfferings command. MaxSlots map[string]*int64 `locationName:"maxSlots" type:"map"` // When set to true, for private devices, Device Farm does not sign your app // again. For public devices, Device Farm always signs your apps again. // // For more information about how Device Farm re-signs your apps, see Do you // modify my app? (https://aws.amazon.com/device-farm/faq/) in the AWS Device // Farm FAQs. SkipAppResign *bool `locationName:"skipAppResign" type:"boolean"` // Information about an AWS account's usage of free trial device minutes. TrialMinutes *TrialMinutes `locationName:"trialMinutes" type:"structure"` // Returns the unmetered devices you have purchased or want to purchase. UnmeteredDevices map[string]*int64 `locationName:"unmeteredDevices" type:"map"` // Returns the unmetered remote access devices you have purchased or want to // purchase. UnmeteredRemoteAccessDevices map[string]*int64 `locationName:"unmeteredRemoteAccessDevices" type:"map"` // contains filtered or unexported fields }
A container for account-level settings in AWS Device Farm.
func (AccountSettings) GoString ¶
func (s AccountSettings) GoString() string
GoString returns the string representation
func (*AccountSettings) SetAwsAccountNumber ¶
func (s *AccountSettings) SetAwsAccountNumber(v string) *AccountSettings
SetAwsAccountNumber sets the AwsAccountNumber field's value.
func (*AccountSettings) SetDefaultJobTimeoutMinutes ¶
func (s *AccountSettings) SetDefaultJobTimeoutMinutes(v int64) *AccountSettings
SetDefaultJobTimeoutMinutes sets the DefaultJobTimeoutMinutes field's value.
func (*AccountSettings) SetMaxJobTimeoutMinutes ¶
func (s *AccountSettings) SetMaxJobTimeoutMinutes(v int64) *AccountSettings
SetMaxJobTimeoutMinutes sets the MaxJobTimeoutMinutes field's value.
func (*AccountSettings) SetMaxSlots ¶
func (s *AccountSettings) SetMaxSlots(v map[string]*int64) *AccountSettings
SetMaxSlots sets the MaxSlots field's value.
func (*AccountSettings) SetSkipAppResign ¶
func (s *AccountSettings) SetSkipAppResign(v bool) *AccountSettings
SetSkipAppResign sets the SkipAppResign field's value.
func (*AccountSettings) SetTrialMinutes ¶
func (s *AccountSettings) SetTrialMinutes(v *TrialMinutes) *AccountSettings
SetTrialMinutes sets the TrialMinutes field's value.
func (*AccountSettings) SetUnmeteredDevices ¶
func (s *AccountSettings) SetUnmeteredDevices(v map[string]*int64) *AccountSettings
SetUnmeteredDevices sets the UnmeteredDevices field's value.
func (*AccountSettings) SetUnmeteredRemoteAccessDevices ¶
func (s *AccountSettings) SetUnmeteredRemoteAccessDevices(v map[string]*int64) *AccountSettings
SetUnmeteredRemoteAccessDevices sets the UnmeteredRemoteAccessDevices field's value.
func (AccountSettings) String ¶
func (s AccountSettings) String() string
String returns the string representation
type ArgumentException ¶
type ArgumentException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // Any additional information about the exception. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An invalid argument was specified.
func (*ArgumentException) Code ¶
func (s *ArgumentException) Code() string
Code returns the exception type name.
func (*ArgumentException) Error ¶
func (s *ArgumentException) Error() string
func (ArgumentException) GoString ¶
func (s ArgumentException) GoString() string
GoString returns the string representation
func (*ArgumentException) Message ¶
func (s *ArgumentException) Message() string
Message returns the exception's message.
func (*ArgumentException) OrigErr ¶
func (s *ArgumentException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ArgumentException) RequestID ¶
func (s *ArgumentException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ArgumentException) StatusCode ¶
func (s *ArgumentException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ArgumentException) String ¶
func (s ArgumentException) String() string
String returns the string representation
type Artifact ¶
type Artifact struct { // The artifact's ARN. Arn *string `locationName:"arn" min:"32" type:"string"` // The artifact's file extension. Extension *string `locationName:"extension" type:"string"` // The artifact's name. Name *string `locationName:"name" type:"string"` // The artifact's type. // // Allowed values include the following: // // * UNKNOWN // // * SCREENSHOT // // * DEVICE_LOG // // * MESSAGE_LOG // // * VIDEO_LOG // // * RESULT_LOG // // * SERVICE_LOG // // * WEBKIT_LOG // // * INSTRUMENTATION_OUTPUT // // * EXERCISER_MONKEY_OUTPUT: the artifact (log) generated by an Android // fuzz test. // // * CALABASH_JSON_OUTPUT // // * CALABASH_PRETTY_OUTPUT // // * CALABASH_STANDARD_OUTPUT // // * CALABASH_JAVA_XML_OUTPUT // // * AUTOMATION_OUTPUT // // * APPIUM_SERVER_OUTPUT // // * APPIUM_JAVA_OUTPUT // // * APPIUM_JAVA_XML_OUTPUT // // * APPIUM_PYTHON_OUTPUT // // * APPIUM_PYTHON_XML_OUTPUT // // * EXPLORER_EVENT_LOG // // * EXPLORER_SUMMARY_LOG // // * APPLICATION_CRASH_REPORT // // * XCTEST_LOG // // * VIDEO // // * CUSTOMER_ARTIFACT // // * CUSTOMER_ARTIFACT_LOG // // * TESTSPEC_OUTPUT Type *string `locationName:"type" type:"string" enum:"ArtifactType"` // The presigned Amazon S3 URL that can be used with a GET request to download // the artifact's file. Url *string `locationName:"url" type:"string"` // contains filtered or unexported fields }
Represents the output of a test. Examples of artifacts include logs and screenshots.
func (*Artifact) SetExtension ¶
SetExtension sets the Extension field's value.
type CPU ¶
type CPU struct { // The CPU's architecture (for example, x86 or ARM). Architecture *string `locationName:"architecture" type:"string"` // The clock speed of the device's CPU, expressed in hertz (Hz). For example, // a 1.2 GHz CPU is expressed as 1200000000. Clock *float64 `locationName:"clock" type:"double"` // The CPU's frequency. Frequency *string `locationName:"frequency" type:"string"` // contains filtered or unexported fields }
Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.
func (*CPU) SetArchitecture ¶
SetArchitecture sets the Architecture field's value.
func (*CPU) SetFrequency ¶
SetFrequency sets the Frequency field's value.